Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147168 - emerge process stopped unable to make executables due to libc.so
Summary: emerge process stopped unable to make executables due to libc.so
Status: RESOLVED DUPLICATE of bug 129229
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 03:54 UTC by Ingo Krabbe
Modified: 2006-09-11 09:27 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 Ingo Krabbe 2006-09-11 03:54:25 UTC
There seems some problem in the core toolchain since the last update I did yesterday or was it that day before ?

The Problem is that libc.so cannot be read by the ld linker revealing a syntax error in line 5:
>> GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED (/lib/ld-linux.so.2) )
 
I removed the AS_NEEDED tag and changed the line into:
>> GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a /lib/ld-linux.so.2 )

Actually I didn't found AS_NEEDED in the "info ld" documentation.

There seems to be a DT_NEEDED tag but I don't know.

It seems to work now.  I'm currently switching the system to gcc-4.1.1

I used gcc-3.4.6 before, but the problem is the same.

Portage 2.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r4ask-c-system i686)
=================================================================
System uname: 2.6.17-gentoo-r4ask-c-system i686 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.4
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/grass60/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/bind /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon -O -pipe"
DISTDIR="/usr/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg candy cvs distlocks metadata-transfer sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.intergenia.de ftp://ftp.gentoo.mesh-solutions.com/gentoo/"
LANG="de_DE@euro"
LINGUAS="de tr en_GB"
PKGDIR="/usr/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 /home/ingo/AltesDesktop/Entwicklung/ASKSoftware/Projekte/Gentoo/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow X Xaw3d acl acpi alsa apache2 artswrappersuid avi bash-completion bash-completition berkdb bitmap-fonts bonobo bzip2 bzlib cdparanoia crypt cscope ctype cups curl divx4linux doc dv dvb encode extraengine ffmpeg fftw flac flash font-server foomaticdb fortran ftp gcj gd gdbm ggi gif glut gnome gtk gtk2 gtkhtml hbci icq imagemagick imap innodb ipv6 java jikes joystick jpeg kde kdeenablefinal kdexdeltas kerberos latex ldap lprng maildir mime mjpeg mmx motif moznocompose moznoirc mozp3p mozsvg mozxmlterm mp3 mpeg mysql nas ncurses nls nptl nptlonly nvidia odbc ogg ooo-kde openexr opengl oss pam pcre pdf perl php plotutils png posix postgres ppds python qt quicktime readline ruby satellite scanner sdk sdl smartcard smime soap sockets spell ssl subversion svg tcltk tcpd termcap-compat tetex tex theora tiff truetype truetype-fonts type1-fonts ucs2 unicode usb utf8 vhosts vidix vim-with-x vorbis win32codecs xalan xine xinerama xml xml2 xmlrpc xprint xscreensaver xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_joystick kernel_linux linguas_de linguas_tr linguas_en_GB userland_GNU video_cards_fbdev video_cards_vesa video_cards_nvidia video_cards_nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 SpanKY gentoo-dev 2006-09-11 09:27:19 UTC

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