Gentoo Archives: gentoo-user

From: felix@×××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why does my system still want gcc 3.4.9?
Date: Wed, 14 May 2008 12:48:10
Message-Id: 20080514124801.GA18182@crowfix.com
In Reply to: Re: [gentoo-user] Why does my system still want gcc 3.4.9? by Dirk Heinrichs
1 On Wed, May 14, 2008 at 08:19:38AM +0200, Dirk Heinrichs wrote:
2
3 > There is no such thing as gcc 3.4.9.
4 >
5 > You emerged it with 4.2.3, but _at_runtime_ it's trying to get libstdc++
6 > from 4.1.2. Check your environment, especially all variables with PATH in
7 > their name (env|grep PATH), as well as /etc/ld.so.conf.
8
9 I see the difference. I had thought if it was looking for 3.4.9, it
10 must have been compiled with 3.4.9. But I just edited (read only!)
11 libstdc++.so... and it has the string 3.4.9 in it, presumably to
12 satisfy multiple versions.
13
14 > Try: LD_LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.2.3 ldd /usr/bin/lzma
15
16 This works.
17
18 > If this works, try running "env-update && source /etc/profile", then
19 > just "ldd /usr/bin/lzma" again.
20
21 Unfortunately, this doesn't work. But at least I am now pointed in
22 the right direction of being a runtime problem solved (temporarily) by
23 LD_LIBRARY_PATH. Now I need to get me some sleep and get a fresh start.
24
25 --
26 ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
27 Felix Finch: scarecrow repairman & rocket surgeon / felix@×××××××.com
28 GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
29 I've found a solution to Fermat's Last Theorem but I see I've run out of room o
30 --
31 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Why does my system still want gcc 3.4.9? Dirk Heinrichs <dirk.heinrichs@××××××.de>