Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80412 - No libstdc++ after upgrading to glibc-3.4.3-r1
Summary: No libstdc++ after upgrading to glibc-3.4.3-r1
Status: RESOLVED DUPLICATE of bug 80434
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-01 19:27 UTC by Homer Parker (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
qpkg -l of working gcc (qpkg_gcc-3.4.3.20050110,32.09 KB, text/plain)
2005-02-01 19:28 UTC, Homer Parker (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Homer Parker (RETIRED) gentoo-dev 2005-02-01 19:27:38 UTC
After the latest update to gcc 3.4.3-r1, I had no libstdc++

(nautilus:8255): libgnomevfs-WARNING **: Cannot load module `/usr/lib64/gnome-vf s-2.0/modules/libfile.so' (libstdc++.so.6: cannot open shared object file: No su ch file or directory)

Using an overlay and going back to gcc 3.4.3.20050110, things work again.


Reproducible: Always
Steps to Reproduce:
1.emerge -uD world with ACCEPT_KEYWORDS="~amd64"
2.
3.

Actual Results:  
Lots of apps weren't happy

Expected Results:  
Apps should work

emerge --info
Portage 2.0.51-r15 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.10-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 30 2005, 21:39:15)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4, 1.8.5-r3
sys-devel/binutils:  2.15.90.0.1.1-r3, 2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -mtune=k8 -fomit-frame-pointer -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -mtune=k8 -fomit-frame-pointer -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox"
GENTOO_MIRRORS="ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/
ftp://mirrors.tds.net/gentoo ftp://gentoo.ccccom.com"
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="amd64 X acpi alsa bash-completion berkdb bitmap-fonts bonobo bzip2 bzlib
cdr crypt css cups dga directfb divx4linux dvd dvdread encode esd ethereal exif
f77 fam fbcon flac foomaticdb fortran gdbm geoip gif gimpprint gmp gnome gnomedb
gphoto2 gps gstreamer gtk gtk2 gtkhtml howl icq ieee1394 imagemagick imap imlib
jabber jp2 jpeg lzw lzw-tiff memlimit mozilla moznocompose moznoirc moznomail
mpeg mpi msession msn multislot ncurses nls no-old-linux nodrm nptl nptlonly
offensive oggvorbis opengl oscar oss pam pcmcia pcntl pcre pdflib perl pic png
pnp posix ppds pthreads python quicktime readline samba sasl sdl session slp
speex spell ssl sysvipc szip tcltk tcpd tidy tiff truetype truetype-fonts
type1-fonts usb userlocales vim-with-x wxwindows xml2 xmms xpm xrandr xv xvid
xvmc yahoo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Homer Parker (RETIRED) gentoo-dev 2005-02-01 19:28:36 UTC
Created attachment 50188 [details]
qpkg -l of working gcc
Comment 2 Dane Foster 2005-02-01 19:44:28 UTC
It reports its version number as 3.4.4 instead of 3.4.3.
Comment 3 Jordan 2005-02-01 22:39:18 UTC
    # bah
    sed -e 's/3\.4\.4/3.4.3/' -i ${S}/gcc/version.c


those two lines were in the gcc-3.4.3.20050110 ebuild however they are not in the gcc 3.4.3-r1 ebuild, thus, the version in version.c ends up getting set to 3.4.4. I've added the line back and am recompiling now. I am pretty sure this will fix the problem.
Comment 4 Jordan 2005-02-01 23:27:50 UTC
I can now verify the above mentioned line fixes the problem for me.
Comment 5 Kenyon Ralph 2005-02-02 07:55:42 UTC
Whew, my system was mostly unusable until I added those two lines back in like Jordan said, and re-emerged gcc-3.4.3-r1.
Comment 6 Kenyon Ralph 2005-02-02 08:01:47 UTC
BTW this is a duplicate of Bug #80434.
Comment 7 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-02-03 04:51:25 UTC

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