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

Bug 78198

Summary: reference to ../3.3.4/libstdc++.so result in failed emerge after uppgr. to gcc 3.3.5
Product: Gentoo Linux Reporter: Mikael Rosbacke <rosbacke>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mikael Rosbacke 2005-01-16 03:59:31 UTC
After i upgraded gcc 3.3.4 to gcc 3.3.5, I had problems with failed ebuilds. k3b, kdelibs and gtk+ would fail to emerge with an error of undefined reference to /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.so

Some trial and error and after reemerging libtiff the problem disappeard. It seems there is some reference to the absolute path of .../3.3.4/libstdc++ in the libtiff package is present. This should not be dependent on the actual version of the compiler and is probably a bug.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r13 i686)
=================================================================
System uname: 2.6.9-gentoo-r13 i686 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
distcc 2.16 i386-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.linux.ee/pub/gentoo/distfiles/ ftp://ftp.du.se/pub/os/gentoo
http://ftp.du.se/pub/os/gentoo "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups dga doc dvb dvd dvdr
emacs encode f77 fam ffmpeg flac font-server foomatic-db foomaticdb fortran
freetype gdbm gif gpm gtk gtk2 imagemagick imlib ipv6 java jpeg junit kde libg++
libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pda pdflib
perlpng ppds python qt quicktime radeon readline samba sdl slang speedo spell
sse ssl svga tcpd tetex tiff transcode truetype truetype-fonts type1-fonts usb
x86 xml2 xmms xv xvid zlib linguas_sv"
Comment 1 Tom Wesley 2005-01-16 04:35:53 UTC
can you run

 fix_libtool_files.sh 3.3.4

as root and see if that fixes your problems.
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2005-01-16 04:39:45 UTC

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