Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169600 - emerge x11-base/xorg-server-1.2.0-r1 fails: undefined references in libc_wrapper.c
Summary: emerge x11-base/xorg-server-1.2.0-r1 fails: undefined references in libc_wrap...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-06 11:49 UTC by Georg
Modified: 2007-04-10 06:15 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 Georg 2007-03-06 11:49:28 UTC
emerge x11-base/xorg-server-1.2.0-r1 fails with the following error:

i686-pc-linux-gnu-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I../../../../include -I../../../../include -I../../../../Xext -I../../../../composite -I../../../../damageext -I../../../../xfixes -I../../../../Xi -I../../../../mi -I../../../../miext/shadow -I../../../../miext/damage -I../../../../render -I../../../../randr -I../../../../fb -O3 -march=athlon-xp -pipe -fomit-frame-pointer -Wl,-z -Wl,lazy -o xorgcfg xorgcfg-accessx.o xorgcfg-card-cfg.o xorgcfg-cards.o xorgcfg-config.o xorgcfg-expert.o xorgcfg-help.o xorgcfg-interface.o xorgcfg-keyboard-cfg.o xorgcfg-libc_wrapper.o xorgcfg-loader.o xorgcfg-loadmod.o xorgcfg-monitor-cfg.o xorgcfg-mouse-cfg.o xorgcfg-options.o xorgcfg-screen-cfg.o xorgcfg-screen.o xorgcfg-startx.o xorgcfg-stubs.o xorgcfg-text-mode.o xorgcfg-vidmode.o xorgcfg-xf86config.o xorgcfg-strlcat.o xorgcfg-strlcpy.o  /usr/lib/libxkbui.so /usr/lib/libxkbfile.so /usr/lib/libXxf86misc.so /usr/lib/libXxf86vm.so /usr/lib/libXaw7.so /usr/lib/libXmu.so /usr/lib/libXt.so /usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libXpm.so /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lcurses ../../parser/libxf86config.a ../../loader/libloader.a ../../os-support/.libs/libxorgos.a ../../dummylib/libdummy-nonserver.a -lrt  
xorgcfg-libc_wrapper.o: In function `xf86tan':
libc_wrapper.c:(.text+0x6c1): undefined reference to `tan'
xorgcfg-libc_wrapper.o: In function `xf86sqrt':
libc_wrapper.c:(.text+0x7ff): undefined reference to `sqrt'
xorgcfg-libc_wrapper.o: In function `xf86sin':
libc_wrapper.c:(.text+0x811): undefined reference to `sin'
xorgcfg-libc_wrapper.o: In function `xf86pow':
libc_wrapper.c:(.text+0x821): undefined reference to `pow'
xorgcfg-libc_wrapper.o: In function `xf86log10':
libc_wrapper.c:(.text+0x841): undefined reference to `log10'
xorgcfg-libc_wrapper.o: In function `xf86log':
libc_wrapper.c:(.text+0x851): undefined reference to `log'
xorgcfg-libc_wrapper.o: In function `xf86fmod':
libc_wrapper.c:(.text+0x871): undefined reference to `fmod'
xorgcfg-libc_wrapper.o: In function `xf86exp':
libc_wrapper.c:(.text+0x891): undefined reference to `exp'
xorgcfg-libc_wrapper.o: In function `xf86cos':
libc_wrapper.c:(.text+0x8a1): undefined reference to `cos'
xorgcfg-libc_wrapper.o: In function `xf86atan2':
libc_wrapper.c:(.text+0x8b1): undefined reference to `atan2'
xorgcfg-libc_wrapper.o: In function `xf86atan':
libc_wrapper.c:(.text+0x8c1): undefined reference to `atan'
xorgcfg-libc_wrapper.o: In function `xf86asin':
libc_wrapper.c:(.text+0x8d1): undefined reference to `asin'
xorgcfg-libc_wrapper.o: In function `xf86acos':
libc_wrapper.c:(.text+0x8e1): undefined reference to `acos'
xorgcfg-libc_wrapper.o: In function `xf86hypot':
libc_wrapper.c:(.text+0x11e1): undefined reference to `hypot'
../../parser/libxf86config.a(Flags.o): In function `xf86uLongToString':
Flags.c:(.text+0x1b9): undefined reference to `log10'
Flags.c:(.text+0x1c9): undefined reference to `ceil'
collect2: ld returned 1 exit status
make[6]: *** [xorgcfg] Fehler 1
make[6]: Leaving directory `/media/video/tmp/portage/x11-base/xorg-server-1.2.0-r1/work/xorg-server-1.2.0/hw/xfree86/utils/xorgcfg'
make[5]: *** [all] Fehler 2
make[5]: Leaving directory `/media/video/tmp/portage/x11-base/xorg-server-1.2.0-r1/work/xorg-server-1.2.0/hw/xfree86/utils/xorgcfg'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/media/video/tmp/portage/x11-base/xorg-server-1.2.0-r1/work/xorg-server-1.2.0/hw/xfree86/utils'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/media/video/tmp/portage/x11-base/xorg-server-1.2.0-r1/work/xorg-server-1.2.0/hw/xfree86'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/media/video/tmp/portage/x11-base/xorg-server-1.2.0-r1/work/xorg-server-1.2.0/hw/xfree86'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/media/video/tmp/portage/x11-base/xorg-server-1.2.0-r1/work/xorg-server-1.2.0/hw'
make: *** [all-recursive] Fehler 1

!!! ERROR: x11-base/xorg-server-1.2.0-r1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3953:   Called src_compile
  ebuild.sh, line 1304:   Called x-modular_src_compile
  x-modular.eclass, line 333:   Called x-modular_src_make
  x-modular.eclass, line 328:   Called die

Reproducible: Always

Steps to Reproduce:
1.emerge xorg-server
2.
3.




emerge --info
Portage 2.1.2.1 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.5-r0, 2.6.19-reiser4 i686)
=================================================================
System uname: 2.6.19-reiser4 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.12.9
Timestamp of tree: Tue, 06 Mar 2007 08:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r4
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.15
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.20-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/home/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gd4.tuwien.ac.at/opsys/linux/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="de_AT.utf8"
LC_ALL="de_AT.utf8"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/media/video/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X aac alsa berkdb bitmap-fonts cairo cdr cli cracklib crypt cups dbus dri eds esd exif firefox flac fortran gdbm gif gmp gnome gpm gstreamer gtk gtk2 gtkhtml hal iconv ipv6 isdnlog java jpeg lcms libg++ mad midi mmap mmx mmxext motif mp3 mpeg ncurses nls nptl nptlonly nvidia ogg opengl pam pcre pdf perl png ppds pppd python readline reflection session spl sse ssl svg tcpd tiff truetype truetype-fonts type1-fonts unicode vorbis win32codecs x86 xml xorg zlib" ALSA_CARDS="ice1712" 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" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="mouse joystick keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" LIRC_DEVICES="serial" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Georg 2007-04-10 06:15:44 UTC
xorg-server-1.2.0-r2 emerges without problems.