Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138165 - dev-util/alleyoop-0.9.1 version bump needed to compile w/ gcc-4.1
Summary: dev-util/alleyoop-0.9.1 version bump needed to compile w/ gcc-4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-06-27 02:26 UTC by tim
Modified: 2006-06-30 06:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tim 2006-06-27 02:26:34 UTC
dev-util/alleyoop-0.9.0 doesn't compile on my machine using gcc-4.1.1
renaming the 0.9.0 ebuild to 0.9.1 works fine, though ...
Comment 1 Patrick Otto 2006-06-27 04:52:53 UTC
Any error messages? Guessing isn't that easy. :)
Comment 2 tim 2006-06-27 05:01:00 UTC
well, i guess, it's pretty obvious:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\"                                  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"            -DPACKAGE_GLADE_DIR=\"""\"                                     -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/freetype2      -O3 -march=pentium-m -mmmx -msse -msse2 -mfpmath=sse -floop-optimize2 -fomit-frame-pointer -pipe -ftracer -c vgrule-list.c
vgrule-editor.c: In function 
Comment 3 tim 2006-06-27 05:01:00 UTC
well, i guess, it's pretty obvious:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\"                                  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"            -DPACKAGE_GLADE_DIR=\"""\"                                     -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/freetype2      -O3 -march=pentium-m -mmmx -msse -msse2 -mfpmath=sse -floop-optimize2 -fomit-frame-pointer -pipe -ftracer -c vgrule-list.c
vgrule-editor.c: In function vg_rule_editor_init:
vgrule-editor.c:230: error: invalid lvalue in assignment
vgrule-editor.c:240: error: invalid lvalue in assignment
vgrule-editor.c:250: error: invalid lvalue in assignment
vgrule-editor.c:253: error: invalid lvalue in assignment
vgrule-editor.c:264: error: invalid lvalue in assignment
vgrule-editor.c:279: error: invalid lvalue in assignment
make[2]: *** [vgrule-editor.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/alleyoop-0.9.0/work/alleyoop-0.9.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/alleyoop-0.9.0/work/alleyoop-0.9.0'make: *** [all-recursive-am] Error 2

!!! ERROR: dev-util/alleyoop-0.9.0 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 1248:   Called gnome2_src_compile
  gnome2.eclass, line 64:   Called die
Comment 4 Daniel Black (RETIRED) gentoo-dev 2006-06-30 06:59:47 UTC
0.9.1 added. Thanks tim