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

Bug 135032

Summary: dev-libs/glib-2.10.3 build fails
Product: Gentoo Linux Reporter: Ralph Henneberger <ralix>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ralph Henneberger 2006-05-31 05:13:39 UTC
i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -pipe -fomit-frame-pointer -ftracer -fweb -frename-registers -Wall -Wl,-O1 -Wl,--sort-common -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -o .libs/testglib testglib.o  ../glib/.libs/libglib-2.0.so
testglib.o: In function `main':
testglib.c:(.text+0x4f1): undefined reference to `glib_binary_age'
testglib.c:(.text+0x4ff): undefined reference to `glib_interface_age'
testglib.c:(.text+0x512): undefined reference to `glib_micro_version'
testglib.c:(.text+0x525): undefined reference to `glib_minor_version'
testglib.c:(.text+0x55b): undefined reference to `glib_major_version'
collect2: ld returned 1 exit status
make[3]: *** [testglib] Error 1
make[3]: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -pipe -fomit-frame-pointer -ftracer -fweb -frename-registers -Wall -Wl,-O1 -Wl,--sort-common -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -o .libs/testgdate testgdate.o  ../glib/.libs/libglib-2.0.so
creating testgdate
make[3]: Leaving directory `/var/tmp/portage/glib-2.10.3/work/glib-2.10.3/tests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/glib-2.10.3/work/glib-2.10.3/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/glib-2.10.3/work/glib-2.10.3'
make: *** [all] Error 2

!!! ERROR: dev-libs/glib-2.10.3 failed.
Call stack:
  ebuild.sh, line 1531:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  glib-2.10.3.ebuild, line 59:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
-----------------------
Portage 2.1_rc3-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.16-emission2 i686)
=================================================================
System uname: 2.6.16-emission2 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.12.0
ccache version 2.4 [enabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r1
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.93
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -ftracer -fweb -frename-registers"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -ftracer -fweb -frename-registers -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="autoconfig ccache confcache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlays/emission"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X alsa apache2 apm avahi avi beagle berkdb bitmap-fonts cdr cli crypt cups dbus dri dvd dvdr eds emboss encode esd fam foomaticdb fortran gcj gdbm gif glibc-omitfp gnome gpm gstreamer gtk gtk2 hal imlib ipv6 isdnlog java jpeg libg++ libnotify libwww mad mikmod mono motif mp3 mpeg ncurses nls nptl nptlonly nvidia ogg opengl oss pam pcre pdflib perl png pppd python quicktime readline reflection samba sdl session spell spl ssl svg tcpd truetype truetype-fonts type1-fonts udev vorbis win32codecs xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux linguas_de userland_GNU video_cards_nvidia"
Unset:  CTARGET, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
-----------------------
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2006-05-31 05:19:39 UTC
Please don't assign ebuild bugs to devrel.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-05-31 05:31:19 UTC

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