Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge depclean gcc
Date: Thu, 21 Oct 2010 14:24:26
Message-Id: AANLkTikR3E=EeePAm6gLFB6caEA2JxSTTmuLE2m=3hLU@mail.gmail.com
In Reply to: [gentoo-user] emerge depclean gcc by fajfusio@wp.pl
1 2010/10/21 <fajfusio@××.pl>:
2 > Hi
3 > I have upgraded my gentoo recently.
4 > New version of gcc-4.4.3-r2 has been emerged.
5 > Now I have 2 versions of gcc:
6 > gcc-4.3.4
7 > gcc-4.4.3-r2
8 >
9 > There are still many packages compiled with the old version of gcc and
10 > now I don't want to rebuild them all with a new version.
11 > emerge --depclean wants to unemerge my old version of gcc.
12 >
13 > May I just unmerge my old gcc ?
14 > Is it save ?
15
16 use gcc-config to select the new gcc as your default compiler
17
18 env-update
19
20 source /etc/profile
21
22 fix_libtool_files.sh 4.3.4
23
24 emerge --oneshot libtool
25
26 then unmerge the old version of gcc
27
28 revdep-rebuild just to be safe
29
30 I think that should be all that's needed. I don't think there's any
31 reason to recompile world or anything like this.

Replies

Subject Author
Re: [gentoo-user] emerge depclean gcc fajfusio@××.pl