Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212801 - gnome-base/eel-2.20.0 fails to build with glib-2.15
Summary: gnome-base/eel-2.20.0 fails to build with glib-2.15
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 212803 212804 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-09 09:06 UTC by Daniel Oliveira
Modified: 2008-03-11 20:14 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 Daniel Oliveira 2008-03-09 09:06:15 UTC
Trying to emerge gnome-base/eel-2.20.0 ends prematurely with a compilation error

Reproducible: Always

Steps to Reproduce:
1. emerge gnome-base/eel

Actual Results:  
image-table.Tpo -c -o test-eel-image-table.o test-eel-image-table.c
test-eel-image-table.c: In function ‘image_table_child_pressed_callback’:
test-eel-image-table.c:126: error: ‘G_GNUC_FUNCTION’ undeclared (first use in this function)
test-eel-image-table.c:126: error: (Each undeclared identifier is reported only once
test-eel-image-table.c:126: error: for each function it appears in.)
test-eel-image-table.c: In function ‘image_table_child_released_callback’:
test-eel-image-table.c:141: error: ‘G_GNUC_FUNCTION’ undeclared (first use in this function)
test-eel-image-table.c: In function ‘image_table_child_clicked_callback’:
test-eel-image-table.c:156: error: ‘G_GNUC_FUNCTION’ undeclared (first use in this function)
test-eel-image-table.c: In function ‘foo_timeout’:
test-eel-image-table.c:167: error: ‘G_GNUC_FUNCTION’ undeclared (first use in this function)
test-eel-image-table.c: In function ‘image_table_size_allocate’:
test-eel-image-table.c:195: error: ‘G_GNUC_FUNCTION’ undeclared (first use in this function)
mv -f .deps/test-eel-image-scrolled.Tpo .deps/test-eel-image-scrolled.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libart-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-menus -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0   -DVERSION="\"2.20.0\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED     -O2 -march=pentium-m -pipe -fomit-frame-pointer -MT test-eel-labeled-image.o -MD -MP -MF .deps/test-eel-labeled-image.Tpo -c -o test-eel-labeled-image.o test-eel-labeled-image.c
make[2]: *** [test-eel-image-table.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/test-eel-labeled-image.Tpo .deps/test-eel-labeled-image.Po
make[2]: Leaving directory `/var/tmp/portage/gnome-base/eel-2.20.0/work/eel-2.20.0/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/eel-2.20.0/work/eel-2.20.0'
make: *** [all] Error 2
 * 
 * ERROR: gnome-base/eel-2.20.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line  633:  Called gnome2_src_compile
 *             environment, line  567:  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/eel-2.20.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/eel-2.20.0/temp/environment'.
 * 

 * Messages for package gnome-base/eel-2.20.0:

 * 
 * ERROR: gnome-base/eel-2.20.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line  633:  Called gnome2_src_compile
 *             environment, line  567:  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/eel-2.20.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/eel-2.20.0/temp/environment'.
 * 

Expected Results:  
gnome-base/eel should be installed

Portage 2.1.4.4 (default-linux/x86/2007.0, gcc-4.2.3, glibc-2.7-r1, 2.6.24-tuxonice-r3 i686)
=================================================================
System uname: 2.6.24-tuxonice-r3 i686 Intel(R) Pentium(R) M processor 1.60GHz
Timestamp of tree: Sun, 09 Mar 2008 00:00:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.5.1-r5
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/haskell /usr/portage/local/layman/emacs /usr/portage/local/layman/gnome /usr/portage/local/gentoo-lisp-overlay /usr/portage/local/custom"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa bash-completion berkdb bzip2 cairo cdr cli cracklib crypt cscope cups curl dbus dga dri dv dvd dvdr emacs encode fbcon ffmpeg flac fontconfig ftp gdbm gif gnome graphviz gtk hal iconv idn ieee1394 imlib ipv6 isdnlog jabber javascript jpeg latex libcaca lm_sensors mad midi mmx mp3 mpeg msn mudflap ncurses nls nptl nptlonly nsplugin offensive ogg openal opengl openmp pam pcre pdf perl png pppd python quicktime readline reflection sasl session slp spl sqlite sqlite3 sse sse2 ssl svg tetex theora threads tiff truetype unicode usb v4l vorbis wifi x264 x86 xcb xcomposite xml xorg xpm xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="vesa radeon"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Mart Raudsepp gentoo-dev 2008-03-09 09:11:40 UTC
Another package that needs fixes for glib-2.15 compatibility. Good to know, will try to filter out the -DG_DISABLE_DEPRECATED before adding glib-2.15 to portage (you are getting this error because you are mixing an overlay glib-2.15 development version with stable eel - albeit development eel is probably p.mask in the overlay while glib isn't)
Comment 2 Mart Raudsepp gentoo-dev 2008-03-09 09:51:52 UTC
*** Bug 212803 has been marked as a duplicate of this bug. ***
Comment 3 Mart Raudsepp gentoo-dev 2008-03-09 10:08:37 UTC
*** Bug 212804 has been marked as a duplicate of this bug. ***
Comment 4 Daniel Oliveira 2008-03-09 10:12:09 UTC
Sorry for the duplicate bugs, i don't know what happened there
Comment 5 Mart Raudsepp gentoo-dev 2008-03-11 20:14:20 UTC
Fixed