Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249823 - [gnome overlay] gnome-base/gnome-session-2.24.0-r1 error: 'kill' redeclared & breaks compile
Summary: [gnome overlay] gnome-base/gnome-session-2.24.0-r1 error: 'kill' redeclared &...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-04 17:32 UTC by Roger
Modified: 2008-12-04 23:48 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 Roger 2008-12-04 17:32:49 UTC
make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-session-2.24.0-r1/work/gnome-session-2.24.0/tools'
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DLOCALE_DIR=\""/usr/share/locale"\"    -march=pentium3 -O3 -pipe -fomit-frame-pointer -MT gnome-session-save.o -MD -MP -MF .deps/gnome-session-save.Tpo -c -o gnome-session-save.o gnome-session-save.c
distcc[29186] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[29186] ERROR: compile /var/tmp/ccache/gnome-sess.tmp.localhost2.local.29182.i on localhost failed
gnome-session-save.c:48: error: 'kill' redeclared as different kind of symbol
/usr/include/signal.h:117: error: previous declaration of 'kill' was here
make[2]: *** [gnome-session-save.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-session-2.24.0-r1/work/gnome-session-2.24.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-session-2.24.0-r1/work/gnome-session-2.24.0'
make: *** [all] Error 2
 *
 * ERROR: gnome-base/gnome-session-2.24.0-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2766:  Called gnome2_src_compile
 *             environment, line 2157:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   compile failure
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/gnome-base/gnome-session-2.24.0-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gnome-session-2.24.0-r1/temp/environment'.


Reproducible: Always




# qfile /usr/include/signal.h     
sys-libs/glibc (/usr/include/signal.h

Installed versions:
=sys-libs/glibc-2.6.1
Comment 1 Fab 2008-12-04 21:35:18 UTC
Should be fixed ? Seems like bug #242934.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-12-04 21:57:35 UTC
actually this is invalid because overlay provides 2.24.2 not 2.24.0
Comment 3 Roger 2008-12-04 23:48:07 UTC
Ah... 2.24.0-r1 was wiped!
( 2.20.3 2.22.3 (~)2.22.3-r1 (~)2.24.2 )

The real reason I encountered this, layman was failing to sync the gnome overlay quietly!

Thanks for informing me.