Gentoo Archives: gentoo-user

From: "Paulo J. Matos" <pocmatos@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
Date: Fri, 02 Jun 2006 12:28:52
Message-Id: 11b141710606020521u4a0bad00m8454bcd0e4267b67@mail.gmail.com
1 Hi all,
2
3 First, I just upgraded from 4.0.2 to 4.1.1, continued to upgrade some
4 other packages up until kdelibs where I get:
5 /bin/sh ../../libtool --silent --tag=CXX --mode=compile
6 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop
7 -I../../kdecore -I../../kio/kssl -I../../kjs -I../../arts/kde -I../..
8 -I/usr/kde/3.5/include/arts -I../../dcop -I../../libltdl -I../../kdefx
9 -I../../kdecore -I../../kdecore -I../../kdeui -I../../kio
10 -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include -I.
11 -I/usr/kde/3.5/include -DQT_THREAD_SUPPORT -D_REENTRANT
12 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
13 -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
14 -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O3 -pipe -fomit-frame-pointer
15 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
16 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
17 -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c
18 -o libartskde_la.all_cc.lo libartskde_la.all_cc.cc
19 /bin/sh ../../libtool --silent --tag=CXX --mode=link
20 i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi
21 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
22 -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2
23 -march=pentium4 -O3 -pipe -fomit-frame-pointer -Wformat-security
24 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
25 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
26 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o libartskde.la
27 -rpath /usr/kde/3.5/lib -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib
28 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined
29 -version-info 3:0:2 libartskde_la.all_cc.lo libartskde_la.all_cpp.lo
30 ../../kio/libkio.la -lqtmcop -lsoundserver_idl
31 grep: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.la: No such file
32 or directory
33 /bin/sed: can't read
34 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.la: No such file or
35 directory
36 libtool: link: `/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.la' is
37 not a valid libtool archive
38 make[3]: *** [libartskde.la] Error 1
39
40 ok, so I searched the forums, the gentoo bugzilla and I found a lot of
41 discussion concerning similar issues. I did was I found:
42 fix_libtool_files.sh 4.0.2
43 fix_libtool_files.sh 4.1.1 ==> Didn't seem to do anything
44 emerge libtool libstdc++-v3 libstdc++
45
46 And still I get this. Any ideas?
47
48 Cheers,
49
50 --
51 Paulo Jorge Matos - pocm at sat inesc-id pt
52 Web: http://sat.inesc-id.pt/~pocm
53 Computer and Software Engineering
54 INESC-ID - SAT Group
55 --
56 gentoo-user@g.o mailing list

Replies