Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] depclean screw up
Date: Sun, 30 Jul 2006 00:11:49
Message-Id: 7573e9640607291705m4c775e80me529dd386c0fed32@mail.gmail.com
In Reply to: [gentoo-user] depclean screw up by Mike Williams
1 On 7/29/06, Mike Williams <mike@××××××××.uk> wrote:
2 > Hi,
3 >
4 > Check out this wackiness from depclean.
5 > This has had me stumped all day, no matter how many merges, depcleans,
6 > revdep-rebuilds I try.
7 >
8 > It's long...
9 >
10 > But, basically, depclean wants to remove packages that equery says have direct
11 > dependencies.
12
13 equery depends is unfortunately broken. It does not consider use flag
14 dependancies.
15
16 Examples from your list:
17 - kdegraphics only depends on imlib if you have the imlib USE flag
18 set, which you do not.
19 - cups only depends on gnutls if you have the gnutls USE flag set,
20 which you do not.
21
22 If "emerge -DNuvp" does not want to merge anything, then the depclean
23 list is the list of packages that are not listed in
24 /var/lib/portage/world or system, and are also not a dependancy of
25 something in world or system.
26
27 -Richard
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] depclean screw up Mike Williams <mike@××××××××.uk>