Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cant emerge kdelibs
Date: Sun, 10 Jul 2005 15:45:28
Message-Id: 42D14138.7010205@planet.nl
In Reply to: [gentoo-user] cant emerge kdelibs by Dave S
1 Dave S schreef:
2 > Hi all,
3 >
4 > I cannot emerge kdelibs on my 3000+ AMD, I have tried re-emerging qt
5 > first (found this on the forum), I have edited /etc/make.conf and
6 > removed my -O? flag, usually set to -O3 and tried repeatedly to
7 > re-emerge kdelibs without success.
8
9 This has nothing to do with your CFLAGS, so you can put the -O setting
10 back (nothing said about the 'virtues' of -O3; it's your PC).
11
12 Anyway, here's part 1 of your problem:
13
14 > [ebuild R ] sys-devel/gcc-3.3.5.20050130-r1
15
16 And here's part 2:
17
18 > grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such
19 > file or directory
20 > /bin/sed: can't read
21 > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or
22 > directory
23 > libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la'
24 > is not a valid libtool archive
25
26
27 If you notice, the libsdcc++ is being searched in a previous version of
28 gcc than the one you are now using (3.3.4 as opposed to 3.3.5). So when
29 you upgraded GCC, some of the libs weren't moved to the new location.
30
31 The way to fix that is:
32
33 # sh fix_libtool_files.sh
34
35 HTH,
36 Holly
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] cant emerge kdelibs Holly Bostick <motub@××××××.nl>