Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
Date: Tue, 05 Sep 2006 22:15:48
Message-Id: 200609052312.40805.michaelkintzios@gmail.com
1 On Monday 04 September 2006 10:30, Richard Fish wrote:
2 > On 9/3/06, Mick <michaelkintzios@×××××.com> wrote:
3 > > $ kmail
4 > > kmail: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version
5 > > `CXXABI_1.3.1' not found (required by /usr/kde/3.5/lib/libkhtml.so.4)
6 >
7 > Ungh. The problem is that kmail is linked to the old libstdc++.so.6,
8 > wihle libkhtml.so.4 is linked to the new one. So you've mixed C++ ABI
9 > versions. Hopefully this will get fixed when your emerge -e world
10 > completes.
11 >
12 > You can try and short-circuit the process with a "revdep-rebuild
13 > --library libstdc++.so.6", which should rebuild all C++ apps now. Of
14 > course, that will probably take a day or two to run all by itself, and
15 > rebuild some things you already have rebuilt...
16
17 Yep, it rebuilt 220 packages, I am totally exhausted and the poor lappy is
18 probably just an emerge short of being totalled! :-))
19
20 So, to recapitulate: I've emerged gcc, remerged the system, remerged world,
21 revedep-rebuild --library libstdc++.so.6 and I ended up with an awfully ugly
22 Fluxbox and KDE applications:
23
24 http://gentoo.michaelkintzios.fastmail.fm/gcc-result.jpg
25
26 Also grub was borked and had to be reinstalled. Anyway, the bigger problem is
27 that kde will no longer start - when I type kdestart in aterm I get:
28
29 $ kdestart
30 -bash: kdestart: command not found
31
32 What can I do to fix this laptop short of reinstalling afresh.
33
34 --
35 Regards,
36 Mick

Replies

Subject Author
Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem? "Bo Ørsted Andresen" <bo.andresen@××××.dk>
Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem? Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem? Iain Buchanan <iaindb@××××××××××××.au>
Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem? Alan McKinnon <alan@××××××××××××××××.za>