Gentoo Archives: gentoo-user

From: KH <gentoo-user@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --depclean
Date: Tue, 15 Sep 2009 12:41:44
Message-Id: 4AAF8B80.6000101@konstantinhansen.de
In Reply to: Re: [gentoo-user] emerge --depclean by Krzysztof Poc
1 Krzysztof Poc schrieb:
2 > Great thanks to all of you for immediate help.
3 > "emenrge -n" solved the problem.
4 >
5 > By the way "gcc-config -l" shows:
6 > [1] i686-pc-linux-gnu-3.4.6
7 > [2] i686-pc-linux-gnu-3.4.6-hardened
8 > [3] i686-pc-linux-gnu-3.4.6-hardenednopie
9 > [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
10 > [5] i686-pc-linux-gnu-3.4.6-hardenednossp
11 > [6] i686-pc-linux-gnu-4.1.2 *
12 > [7] i686-pc-linux-gnu-4.3.2
13 >
14
15 Hi,
16
17 so it looks like you manually added gcc-3* to your world file but did
18 not do so with 4.1.2 until now. Since you have a newer version installed
19 (4.3.2) depclean was removing older gcc not in world.
20 Do you need the old gccs you are keeping? Is there a reason for not
21 switching to 4.3.2?
22 In case you didn't know the gcc-upgrad guide till now:
23 http://www.gentoo.org/doc/en/gcc-upgrading.xml
24
25 kh