Gentoo Archives: gentoo-user

From: Marc Joliet <marcec@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] depclean+noreplace
Date: Mon, 03 Sep 2007 08:28:33
Message-Id: 20070903101548.78f779c7@marcec.huntemann.uni-oldenburg.de
In Reply to: Re: [gentoo-user] depclean+noreplace by Neil Bothwick
1 Am Mon, 3 Sep 2007 08:47:48 +0100
2 schrieb Neil Bothwick <neil@××××××××××.uk>:
3
4 > On Mon, 3 Sep 2007 10:39:56 +0300, Daniel Iliev wrote:
5 >
6 > > localhost ~ # grep python /var/lib/portage/world ###(<--No result)
7 > > localhost ~ # emerge --noreplace dev-lang/python
8 > > Calculating dependencies ..... ..... ..... ... done!
9 > > >>> Auto-cleaning packages...
10 > >
11 > > >>> No outdated packages were found on your system.
12 > > * GNU info directory index is up-to-date.
13 > >
14 > > localhost ~ # grep python /var/lib/portage/world ###(<--Still no
15 > > result) localhost ~ #
16 >
17 > Python is part of the system profile, so it doesn't need to be added
18 > to world. Portage knows this.
19 >
20 >
21
22 Well, I recall having problems with --noreplace, too, so I tried this:
23
24 marcec marcec # grep ladspa /var/lib/portage/world
25 media-plugins/vocoder-ladspa
26 marcec marcec # emerge -n ladspa-sdk
27 Calculating dependencies... done!
28 >>> Auto-cleaning packages...
29
30 >>> No outdated packages were found on your system.
31 * GNU info directory index is up-to-date.
32 marcec marcec # grep ladspa /var/lib/portage/world
33 media-plugins/vocoder-ladspa
34 marcec marcec #
35
36 I also tried with media-libs/ladspa-sdk (which I believe shouldn't make
37 a difference). Still nothing.
38
39 Now, according to the message during --depclean, it should have been
40 added to world. Why wasn't it? Are there other criteria portage watches
41 for with the --noreplace option given?
42
43 Is there any (thorough) documentation regarding this? A quick search on
44 www.gentoo.org and gentoo-wiki.com didn't yield anything.
45 --
46 Marc Joliet
47 --
48 "People who think they know everything really annoy those of us who
49 know we don't" - Bjarne Stroustrup

Attachments

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

Replies

Subject Author
Re: [gentoo-user] depclean+noreplace "Bo Ørsted Andresen" <bo.andresen@××××.dk>