You are not logged in.

#1 2010-07-05 11:08:38

vito45
Member
Registered: 2008-12-18
Posts: 35

Build of serveral apps fails

If I try build gnome-paint (gnome-paint-svn works) or aegisub i have same error:
make[4]: *** [aegisub-2.1] Error 1
make[4]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub'
make: *** [all] Error 2
    Aborting...
==> ERROR: Makepkg was unable to build aegisub.

Offline

#2 2010-07-05 11:11:40

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Build of serveral apps fails

that output is useless. paste more


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-07-05 12:52:18

vito45
Member
Registered: 2008-12-18
Posts: 35

Re: Build of serveral apps fails

libtool: link: gcc -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -march=native -mtune=native -O2 -pipe -Wl,--export-dynamic -Wl,--hash-style=gnu -Wl,--as-needed -o gnome-paint gnome_paint-color.o gnome_paint-main.o gnome_paint-toolbar.o gnome_paint-cv_resize.o gnome_paint-cv_drawing.o gnome_paint-cv_line_tool.o gnome_paint-file.o gnome_paint-pixbuf-file-chooser.o gnome_paint-cv_rectangle_tool.o gnome_paint-cv_pencil_tool.o gnome_paint-cv_ellipse_tool.o gnome_paint-cv_polygon_tool.o -pthread  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
gnome_paint-cv_resize.o: In function `on_cv_other_edge_expose_event':
cv_resize.c:(.text+0x6ec): undefined reference to `GTK_WIDGET_STATE'
cv_resize.c:(.text+0x72c): undefined reference to `GTK_WIDGET_STATE'
gnome_paint-cv_drawing.o: In function `on_cv_drawing_expose_event':
cv_drawing.c:(.text+0x879): undefined reference to `GTK_WIDGET_STATE'
collect2: ld returned 1 exit status
make[2]: *** [gnome-paint] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-vito/aur-gnome-paint/src/gnome-paint-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-vito/aur-gnome-paint/src/gnome-paint-0.2'
make: *** [all] Error 2
    Aborting...

Offline

#4 2010-07-05 12:54:29

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Build of serveral apps fails

that macro is deprecated in gtk 2.20 and needs patching.

http://library.gnome.org/devel/gtk/stab … STATE:CAPS


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-07-08 17:17:16

Hilinus
Member
Registered: 2010-07-08
Posts: 3

Re: Build of serveral apps fails

Hi, i am the Aegisub mantainer. The package works fine for me, have you tried recompiling it?

Offline

#6 2010-07-09 13:28:18

vito45
Member
Registered: 2008-12-18
Posts: 35

Re: Build of serveral apps fails

i tryed rebuild aegisub today

visual_tool_drag.cpp:(.text+0xe4f): undefined reference to `visual_move_conv_move_xpm'
aegisub_2_1-visual_tool_vector_clip.o: In function `VisualToolVectorClip::VisualToolVectorClip(VideoDisplay*, wxToolBar*)':
visual_tool_vector_clip.cpp:(.text+0x264a): undefined reference to `visual_vector_clip_drag_xpm'
visual_tool_vector_clip.cpp:(.text+0x27e0): undefined reference to `visual_vector_clip_line_xpm'
visual_tool_vector_clip.cpp:(.text+0x2976): undefined reference to `visual_vector_clip_bicubic_xpm'
visual_tool_vector_clip.cpp:(.text+0x2b1d): undefined reference to `visual_vector_clip_convert_xpm'
visual_tool_vector_clip.cpp:(.text+0x2cb3): undefined reference to `visual_vector_clip_insert_xpm'
visual_tool_vector_clip.cpp:(.text+0x2e49): undefined reference to `visual_vector_clip_remove_xpm'
visual_tool_vector_clip.cpp:(.text+0x2ff0): undefined reference to `visual_vector_clip_freehand_xpm'
visual_tool_vector_clip.cpp:(.text+0x3186): undefined reference to `visual_vector_clip_freehand_smooth_xpm'
collect2: ld returned 1 exit status
make[4]: *** [aegisub-2.1] Error 1
make[4]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub'
make: *** [all] Error 2
    Aborting...
==> ERROR: Makepkg was unable to build aegisub.

Offline

#7 2010-07-09 13:32:52

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,427
Website

Re: Build of serveral apps fails

If you have an issue with an AUR package, post on its page so the maintainer knows to fix it.

Online

#8 2010-07-09 20:04:48

vito45
Member
Registered: 2008-12-18
Posts: 35

Re: Build of serveral apps fails

yes, i usally do that, but i reinstall arch on same machine and i have errors on packages that dont before, because of that i posted here my problems

Offline

#9 2010-07-11 07:07:22

Hilinus
Member
Registered: 2010-07-08
Posts: 3

Re: Build of serveral apps fails

You have to use imagemagick from testing wink

Updated PKGBUILD.

Last edited by Hilinus (2010-07-11 07:17:01)

Offline

Board footer

Powered by FluxBB