Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: emerge broken - libstdc++.so.5
Date: Mon, 05 Jun 2006 18:47:29
Message-Id: 5bdc1c8b0606051137k785533cfu41708a17c5a339d3@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: emerge broken - libstdc++.so.5 by leszek
1 On 6/5/06, leszek <leszek@××××××.be> wrote:
2 >
3 > > Like many things in life this pain seems to be somewhat self
4 > > inflicted, I suppose. More into.
5 > >
6 > > After emerging gcc-3.4.6 I had troubles with the gcc-config stuff so I
7 > > removed gcc-3.3.6. However it appears that removing 3.3.6 removed
8 > > libstdc++ also. I updated slocate's database and saw that the only
9 > > libraries with that name are gone now:
10 >
11 > the solution to your problem is here:
12 > http://gentoo-wiki.com/HOWTO_Recover_from_%22emerge_--unmerge_gcc%22
13 >
14 > and you can add yourself to the wall of shame too ;)
15 >
16 >
17 > -Leszek
18
19 Hi,
20 For a few moments I thought this might be the problem, and I though
21 I might end up on the Wall of Shame (tm) but in fact this doesn't
22 solve my problem since it doesn't install libstdc++.so.5
23
24 dragonfly ~ # gcc-config -l
25 [1] i686-pc-linux-gnu-3.4.4 *
26 [2] i686-pc-linux-gnu-3.4.4-hardened
27 [3] i686-pc-linux-gnu-3.4.4-hardenednopie
28 [4] i686-pc-linux-gnu-3.4.4-hardenednopiessp
29 [5] i686-pc-linux-gnu-3.4.4-hardenednossp
30 [6] i686-pc-linux-gnu-3.4.6
31 [7] i686-pc-linux-gnu-3.4.6-hardened
32 [8] i686-pc-linux-gnu-3.4.6-hardenednopie
33 [9] i686-pc-linux-gnu-3.4.6-hardenednopiessp
34 [10] i686-pc-linux-gnu-3.4.6-hardenednossp
35 dragonfly ~ # source /etc/profile
36 dragonfly ~ # updatedb
37 dragonfly ~ # slocate libstdc++.so.5
38 dragonfly ~ #
39
40 dragonfly ~ # eix libstd
41 eix: error while loading shared libraries: libstdc++.so.5: cannot open
42 shared object file: No such file or directory
43 dragonfly ~ #
44
45
46 Do I need to do the same tar install of libstdc++ from the website
47 listed in the Gentoo Wiki you pointed me at?
48
49 On my AMD64 machine I can see where this comes from:
50
51 lightning ~ # equery belongs /usr/lib64/libstdc++-v3/libstdc++.so.5
52 [ Searching for file(s) /usr/lib64/libstdc++-v3/libstdc++.so.5 in *... ]
53 sys-libs/libstdc++-v3-3.3.4 (/usr/lib64/libstdc++-v3/libstdc++.so.5 ->
54 libstdc++.so.5.0.6)
55 lightning ~ #
56
57 But python won't run any of this stuff on this machine since it cannot
58 get this library.
59
60 What am I not understanding? Seems like maybe I need to go back to an
61 install CD and get something but not sure what.
62
63 Thanks,
64 Mark
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: emerge broken - libstdc++.so.5 Lord Sauron <lordsauronthegreat@×××××.com>
Re: [gentoo-user] Re: emerge broken - libstdc++.so.5 James Ausmus <james.ausmus@×××××.com>