Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] --depclean and sys-devel/gcc
Date: Fri, 10 Aug 2018 14:01:26
Message-Id: 87bmaaiamy.fsf@nyu.edu
In Reply to: Re: [gentoo-user] --depclean and sys-devel/gcc by Michael Orlitzky
1 On Fri, Aug 10 2018, Michael Orlitzky wrote:
2
3 > On 08/09/2018 10:49 PM, allan gottlieb wrote:
4 >> I run a stable system so am surprised to see that eix reports
5 >> I have gcc version ~7.3.0-r3 installed. (gcc-config -l reports
6 >> that stable x86_64-pc-linux-gnu-6.4.0 is the active compiler)
7 >>
8 >> More surprising is that
9 >> emerge --depclean --pretend sys-devel/gcc
10 >> wants to remove everything *except* the testing/nonstable 7.3.0-r3
11 >>
12 >
13 > gcc-7.3.0-r3 is stable, you probably updated your ::gentoo repository
14 > without updating eix. Run eix-update and check again.
15
16 Thank you!
17
18 If I now upgrade with
19
20 gcc-config x86_64-pc-linux-gnu-7.3.0
21 env-update && source /etc/profile
22 emerge --ask --oneshot sys-devel/libtool
23
24 must I do a world update --emptytree as when converting to the 13.0
25 profile.
26
27 I believe not as the requirement when upgrading to 13.0 was due to the
28 new generation of PIE output.
29
30 Again, thank you.
31 allan

Replies

Subject Author
[gentoo-user] Re: --depclean and sys-devel/gcc Nikos Chantziaras <realnc@×××××.com>