Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] depclean+noreplace
Date: Mon, 03 Sep 2007 12:52:27
Message-Id: 20070903124021.45ED984BC1@mail.ilievnet.com
In Reply to: Re: [gentoo-user] depclean+noreplace by "Bo Ørsted Andresen"
1 On Mon, 3 Sep 2007 12:14:58 +0200
2 Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
3
4 > On Monday 03 September 2007 11:58:27 Neil Bothwick wrote:
5 > > On Mon, 3 Sep 2007 10:42:07 +0200, Bo Ørsted Andresen wrote:
6 > > > > > Python is part of the system profile, so it doesn't need to
7 > > > > > be added to world. Portage knows this.
8 > > >
9 > > > While this is true --noreplace should still add it to world.
10 > >
11 > > Why? When system is included in world?
12 >
13 > I'm not arguing the fact that adding system packages like this to
14 > world may be a bit silly. But --noreplace does not (and in my opinion
15 > should not) have exceptions for things that are silly.
16 >
17 > > https://bugs.gentoo.org/show_bug.cgi?id=188929
18 > >
19 > > I thought that one had been fixed, it certainly works here, or has
20 > > the fix not made it to stable yet?
21 >
22 > It's only been fixed in 2.1.3.x. Which isn't stable yet.
23 >
24
25
26 Ah! My mistake. Sorry, for the silly example. Python was the first
27 thing that came to my mind as an example of a package which is
28 installed and not present in the world list, but didn't thing about
29 the fact it is a system package also. Well, this behavior is the same
30 for every package here (this time the example is with "mc"):
31 ===
32 localhost ~ # cp /var/lib/portage/world .
33 localhost ~ # grep mc /var/lib/portage/world
34 app-misc/mc
35 localhost ~ # sed -i 's/mc//g' /var/lib/portage/world
36 localhost ~ # grep mc /var/lib/portage/world
37 localhost ~ # emerge --noreplace app-misc/mc
38 Calculating dependencies ..... ..... ........ done!
39 >>> Auto-cleaning packages...
40
41 >>> No outdated packages were found on your system.
42 * GNU info directory index is up-to-date.
43 localhost ~ # grep mc /var/lib/portage/world
44 localhost ~ #
45 ===
46
47 So, I'll just wait for the devs to mark "stable" the next version of
48 portage.
49
50 Thanks for your replies!
51
52
53 --
54 Best regards,
55 Daniel
56 --
57 gentoo-user@g.o mailing list