Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78137 - gcc-3.3.5 uses wrong library path
Summary: gcc-3.3.5 uses wrong library path
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-15 14:04 UTC by Michael Sliwak
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 Michael Sliwak 2005-01-15 14:04:49 UTC
gcc-3.3.5 uses wrong library path on every merge.

grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la' is not avalid libtool archive
make[3]: *** [kwin3_baghira.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/baghira-0.6a/work/baghira-0.6a/deco'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/baghira-0.6a/work/baghira-0.6a/deco'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/baghira-0.6a/work/baghira-0.6a'
make: *** [all] Error 2

!!! ERROR: x11-themes/baghira-0.6a failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.

the message says:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory

for sure, because 3.3.4 isn't installed anymore

root@hoth[~]# gcc-config -l
[1] i686-pc-linux-gnu-3.3.5 *
[2] i686-pc-linux-gnu-3.3.5-hardened
[3] i686-pc-linux-gnu-3.3.5-hardenednopie
[4] i686-pc-linux-gnu-3.3.5-hardenednossp

root@hoth[~]# gcc-config -L
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5

root@hoth[~]# gcc-config -E
export PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.3.5:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/lib/ccache/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.3.5:/opt/Acrobat5:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.2.01/bin:/opt/blackdown-jdk-1.4.2.01/jre/bin:/usr/qt/3/bin:/usr/kde/3.3/sbin:/usr/kde/3.3/bin:/usr/share/karamba/bin:/root/.bin"

root@hoth[~]# gcc-config -c
i686-pc-linux-gnu-3.3.5

new login and "source /etc/profile" several times. still the same problem/error in every merge.
Comment 1 SpanKY gentoo-dev 2005-01-15 16:46:01 UTC

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