Gentoo Archives: gentoo-user-de

From: Christoph Maria Dahlen <christoph@××××××.org>
To: Gentoo Mailingliste <gentoo-user-de@l.g.o>
Subject: [gentoo-user-de] Dringend, gcc-config wieder gerade biegen
Date: Tue, 06 Sep 2005 08:52:37
Message-Id: 1125996617.31362.6.camel@DLD8-FBLK31J
1 Hi,
2
3 ich wurde gerade im Zuge einer Bugmeldung die GCC-Config probeweise
4 umzustellen, was meine Maschine in das totale Chaos geführt hat.
5 Offenbar hat python nicht mitbekommen, daß der Library-Pfad wieder
6 zurückgestellt wurde, denn nahezu jedes Portage Programm liefert nun
7 eine Fehlermeldung:
8
9 # emerge
10 /usr/bin/python: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc_s.so.1:
11 version `GCC_3.3' not found (required
12 by /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.so.6)
13
14 Beim Umstellen selber passiert übrigens folgendes:
15
16 # gcc-config -l
17 [1] i686-pc-linux-gnu-3.2.3
18 [2] i686-pc-linux-gnu-3.4.4 *
19 [3] i686-pc-linux-gnu-3.4.4-hardened
20 [4] i686-pc-linux-gnu-3.4.4-hardenednopie
21 [5] i686-pc-linux-gnu-3.4.4-hardenednopiessp
22 [6] i686-pc-linux-gnu-3.4.4-hardenednossp
23
24 # gcc-config 1
25 * Switching to i686-pc-linux-gnu-3.2.3 compiler ...
26
27 * env-update failed to work properly; making sure ld.so.conf paths
28 * are setup properly. Please rerun gcc-config with the -f option.
29
30 ldconfig: /usr/lib/libptal.so.0 is not a symbolic link
31
32 ldconfig: /usr/lib/libhpojip.so.0 is not a symbolic link
33
34 ldconfig: /lib/ld-linux.so.1 is not a symbolic link
35
36 [ ok ]
37 * If you intend to use the gcc from the new profile in an already
38 * running shell, please remember to do:
39
40 * # source /etc/profile
41
42
43 # gcc-config 2
44 * Switching to i686-pc-linux-gnu-3.4.4 compiler ...
45
46 * env-update failed to work properly; making sure ld.so.conf paths
47 * are setup properly. Please rerun gcc-config with the -f option.
48
49 ldconfig: /usr/lib/libptal.so.0 is not a symbolic link
50
51 ldconfig: /usr/lib/libhpojip.so.0 is not a symbolic link
52
53 ldconfig: /lib/ld-linux.so.1 is not a symbolic link
54
55 [ ok ]
56 * If you intend to use the gcc from the new profile in an already
57 * running shell, please remember to do:
58
59 * # source /etc/profile
60
61
62 Krieg ich das wieder korrigiert?
63
64 Christoph
65
66 --
67 Christoph Dahlen
68 http://www.dahlen.org/
69
70
71 --
72 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Dringend, gcc-config wieder gerade biegen Christoph Maria Dahlen <christoph@××××××.org>