Gentoo Archives: gentoo-user

From: Jarry <jarry@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GCC-3.4 update: python error...
Date: Sun, 04 Dec 2005 14:26:32
Message-Id: 4392FBA8.7000706@gmx.net
In Reply to: Re: [gentoo-user] GCC-3.4 update: python error... by gentoo@mach.qrypto.org
1 gentoo@×××××××××××.org wrote:
2
3 > Hi,
4 > On 14:58 Sun 04 Dec , Jarry wrote:
5 >
6 >>Hi,
7 >>I tried to update my gcc using emerge -e (Safer method)
8 >>as described in gcc-upgrading-guide, but apparently I
9 >>screwed something up. I did:
10 >>
11 >>emerge -uav gcc
12 >>gcc-config i686-pc-linux-gnu-3.4.4
13 >>source /etc/profile
14 >>emerge -e system
15 >>emerge -e world
16 >
17 > You need to emerge "libstdc++-3.3.4" or similar which is needed for compatibility.
18 > You need a python to be recompiled with GCC-3.4.4 or have "libstdc++".
19 > HTH.Rumen
20
21 Hm, that seems to me like circulus vitiosus. In order to emerge
22 libstdc++-3.3.4 I must have installed libstdc++-3.3.4, which I
23 don't have, and which I want to emerge...
24
25 I get the same error:
26 emerge libstdc++-3.3.4
27 /usr/bin/python: error while loading shared libraries:
28 libstdc++.so.5: cannot open shared object file:
29 No such file or directory
30
31 I think, I forgot to do it between "source /etc/profile" and
32 "emerge -e system" (mea culpa). But what now? Is there any way
33 to fix it?
34
35 Jarry
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] GCC-3.4 update: python error... gentoo@×××××××××××.org