Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portage+gentoolkit blockage
Date: Mon, 28 Oct 2019 14:20:41
Message-Id: 4fc69012-7bd5-280a-9424-7ed0b02ef05f@gmail.com
In Reply to: Re: [gentoo-user] Portage+gentoolkit blockage by Walter Dnes
1 On 10/27/19 10:34 PM, Walter Dnes wrote:
2 > On Mon, Oct 28, 2019 at 03:36:00PM +1100, Adam Carter wrote
3 >> On Mon, Oct 28, 2019 at 3:23 PM Walter Dnes <waltdnes@××××××××.org> wrote:
4 >>
5 >>> I went 41 days without emerging (yeah, I know). Anyhow, emerge first
6 >>> wants me to update portage, but I run into problems. Can I safely
7 >>> unmerge gentoolkit and re-emerge it afterwards?
8 >>
9 >> Its not part of @system, so should be fine.
10 >
11 > Thanks. I unmerged gentoolkit (0.4.6), updated portage, and
12 > re-emerged gentoolkit (0.4.6). Wierd that it comes back with the same
13 > version, but portage can't be updated when it's present.
14 >
15 >> Whenever i'm not sure I just quickpkg first so get it back with tar
16 >> if need be.
17 >
18 > That prompted me to dig deeper. According to
19 > https://wiki.gentoo.org/wiki/System_set_%28Portage%29 you can gat a
20 > listing of the system set with either of...
21 >
22 > emerge --pretend @system
23 >
24 > eix -c --system
25 >
26
27 You need to merge them together: `emerge -au1 gentoolkit portage`. Then
28 the error doesn't happen.
29
30 Dan