Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84414 - kdelibs crashed because looked for "libstdc++.la" in "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.5.5.5.5/" instead of "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/"
Summary: kdelibs crashed because looked for "libstdc++.la" in "/usr/lib/gcc-lib/i686-p...
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-07 11:07 UTC by RaV
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 RaV 2005-03-07 11:07:54 UTC
When emerge kdelibs I experience problem with "libstdc++.la":

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

It should look for this library in "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/"


Reproducible: Always
Steps to Reproduce:
emerge =kdelibs-3.3.2-r5
Actual Results:  
/bin/sh ../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++ 
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
-Wpointer-arith -Wwrite-strings -DNDEBUG-DNO_DEBUG -O2 -march=athlon-xp -O2
-pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions
-fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libartskde.la -rpath /usr/kde/3.3/lib
-L/usr/lib -L/usr/qt/3/lib -L/usr/kde/3.3/lib  -no-undefined -Wl,--no-undefined
-Wl,--allow-shlib-undefined -version-info 3:0:2 artskde.lo
kioinputstream_impl.lo kplayobject.lo kplayobjectfactory.lo kartsfloatwatch.lo
kartsdispatcher.lo kaudiorecordstream.lo kaudioplaystream.lo kartsserver.lo
kdatarequest_impl.lo kaudioconverter.lo kvideowidget.lo kplayobjectcreator.lo
kaudiomanagerplay.lo ../../kio/libkio.la -lqtmcop -lsoundserver_idl
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.5.5.5.5/libstdc++.la: No such
file or directory
/bin/sed: can't read
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.5.5.5.5/libstdc++.la: No such file or
directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.5.5.5.5/libstdc++.la'
is not a valid libtool archive
make[3]: *** [libartskde.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.3.2-r5/work/kdelibs-3.3.2/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-3.3.2-r5/work/kdelibs-3.3.2/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.3.2-r5/work/kdelibs-3.3.2'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.3.2-r5 failed.
!!! Function kde_src_compile, Line 166, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-07 11:32:43 UTC
`fix_libtool_files.sh 3.3.5.5.5.5.5`




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