Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86615 - cannot find the library `//usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la'
Summary: cannot find the library `//usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la'
Status: RESOLVED DUPLICATE of bug 84324
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 22:08 UTC by Chris Bruner
Modified: 2005-07-17 13:06 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 Chris Bruner 2005-03-24 22:08:39 UTC
I'm guessing that there shouldn't be two / at the beginning of //usr/lib


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




emerge info 
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, 
glibc-2.3.4.20050125-r1, 2.6.10-gentoo-r6Jan15 i686) 
================================================================= 
System uname: 2.6.10-gentoo-r6Jan15 i686 AMD Athlon(TM) MP 1800+ 
Gentoo Base System version 1.6.10 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 23:31:10)] 
dev-lang/python:     2.3.5 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5 
sys-devel/binutils:  2.15.92.0.2-r7 
sys-devel/libtool:   1.5.14 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon -O3 -g -pipe -mno-sse2 -ffast-math -fPIC -msse 
-funroll-loops -fforce-addr -falign-functions=4" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /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="-O2 -mcpu=i686 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig buildpkg ccache cvs distcc distlocks 
fixpackages noauto noclean notitles sandbox sfperms userpriv usersandbox" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 3dnow 3dnowex 3ds X Xaw3d aalib alsa apache2 apm avi berkdb 
bitmap-fonts blender-game bochs-debugger bonobo cdparanoia cdr crypt cups curl 
dga dillo dvd emboss encode esd etwin evo fam flac foomaticdb fortran freetype 
fs gdbm gif gimp gimpprint gnome gnuplot gphoto2 gpm gstreamer gtk gtk2 
gtkhtml guile idl imagemagick imlib ipv6 jack jack-tmpfs java jpeg jpeg2k 
junit kde libg++ libwww mad maps mikmod mmx mng motif mozilla mp3 mpeg mpeg4 
music mysql nas ncurses network nls nptl ofx oggvorbis openal opengl oss pam 
pdflib perl pic plotutils png povray python qt quicktime quotes radeon 
readline samba sdl slang speex spell sse ssl stencil-buffer svga tcltk tcpd 
tetex threads tiff timidity truetype truetype-fonts type1 type1-fonts usb 
videos wxwin wxwindows xine xml xml2 xmms xscreensaver xv zlib 
video_cards_radeon" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Fabio Coatti 2005-03-25 00:58:32 UTC
hm.. same problem here, but on my system the directory simply doesn't exist:
//usr/lib/gcc/i686-pc-linux-gnu/3.4.3/

but I have 
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110

afaik double slash (//) is ok.

compilation error:
grep: //usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
/bin/sed: can't read //usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
libtool: link: `//usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la' is not a valid libtool archive

Comment 2 SpanKY gentoo-dev 2005-03-25 05:40:17 UTC

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