Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 121679

Summary: Emerge Gnomebaker 0.5.1-r1 fails
Product: Gentoo Linux Reporter: Marc Heerdink <marc>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Compilation fix

Description Marc Heerdink 2006-02-05 09:23:46 UTC
Upgrading from gnomebaker-0.5.0-r1, I get this error.


if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DPREFIX="\"/usr"\" -DSYSCONFDIR=\""/etc"\" -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DGLADEDIR=\"/usr/share/gnomebaker\" -DIMAGEDIR=\"/usr/share/gnomebaker\" -DMEDIADIR=\"/usr/share/gnomebaker\" -DORBIT2=1 -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-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/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/gstreamer-0.8     -march=athlon-xp -Os -fomit-frame-pointer -pipe -MT exec.o -MD -MP -MF ".deps/exec.Tpo" -c -o exec.o exec.c; \
then mv -f ".deps/exec.Tpo" ".deps/exec.Po"; else rm -f ".deps/exec.Tpo"; exit 1; fi
burn.c:480: error: conflicting types for 'burn_test'
burn.c:381: error: previous implicit declaration of 'burn_test' was here
make[2]: *** [burn.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gnomebaker-0.5.1-r1/work/gnomebaker-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnomebaker-0.5.1-r1/work/gnomebaker-0.5.1'
make: *** [all] Error 2

!!! ERROR: app-cdr/gnomebaker-0.5.1-r1 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure


I've created a patch that will fix this issue.
Comment 1 Marc Heerdink 2006-02-05 09:24:21 UTC
Created attachment 78946 [details, diff]
Compilation fix
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-05 09:30:42 UTC
Already fixed...

*** This bug has been marked as a duplicate of 121628 ***