Gentoo Archives: gentoo-user

From: Florian Philipp <lists@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage no longer in world?
Date: Sun, 31 Jul 2011 09:03:49
Message-Id: 4E351A1E.4000809@binarywings.net
In Reply to: [gentoo-user] portage no longer in world? by Stroller
1 Am 31.07.2011 06:44, schrieb Stroller:
2 > Hi there,
3 >
4 > I kinda feel I'm opening myself up for ridicule in asking this, but I'm on x86 "stable" (i.e. not ~x86) and this behaviour seems to have changed recently.
5 >
6 > During a recent `emerge --sync` I received the "an update to portage is available - you're strongly advised to take it" message.
7 >
8 > I'm sure that in the past `emerge -u world` would update portage.
9 >
10 > Now:
11 >
12 > # emerge -up world
13 >
14 > These are the packages that would be merged, in order:
15 > Calculating dependencies... done!
16 >
17 > [ebuild U ] sys-apps/baselayout-2.0.3 [2.0.2]
18 >
19 > # emerge -up system
20 >
21 > These are the packages that would be merged, in order:
22 > Calculating dependencies... done!
23 >
24 > [ebuild U ] sys-apps/baselayout-2.0.3 [2.0.2]
25 >
26
27 @system is part of @world, so that is to be expected.
28
29 > # emerge -up portage
30 >
31 > These are the packages that would be merged, in order:
32 > Calculating dependencies... done!
33 >
34 > [ebuild U ] sys-apps/portage-2.1.10.3 [2.1.9.42] USE="less%*"
35 >
36 [...]
37 >
38 > What I'm really asking for here is a sanity check:
39 > Is this the behaviour I should be seeing?
40 > Was I really seeing `emerge -u world` updating portage before?
41 >
42 > I don't really have a problem with `emerge -u portage` then `emerge -u world`, I'm just wondering if that's right.
43 > Is there a better way to include portage in my regular maintenance updates?
44 >
45 > TIA,
46 >
47 > Stroller.
48 >
49 >
50
51 @system used to contain portage. It doesn't by default, anymore. If you
52 do `emerge -pv --depclean`, portage should try to remove itself. Just
53 add it to @world by doing `emerge --noreplace portage`
54
55 Regards,
56 Florian Philipp

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] portage no longer in world? Stroller <stroller@××××××××××××××××××.uk>
Re: [gentoo-user] portage no longer in world? Joost Roeleveld <joost@××××××××.org>