Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] depclean and DuN world loop
Date: Fri, 22 Dec 2006 13:54:18
Message-Id: 458BE259.2050902@ilievnet.com
In Reply to: Re: [gentoo-user] depclean and DuN world loop by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Fri, 22 Dec 2006 11:54:24 +0200, Daniel Iliev wrote:
3 >
4 >
5 >> Calculating world dependencies ..... ..... done!
6 >> [nomerge ] mail-client/squirrelmail-1.4.8 USE="crypt mysql nls
7 >> spell ssl vhosts -filter -ldap -postgres"
8 >> [binary N ] perl-core/DB_File-1.814
9 >>
10 >
11 > This looks like http://bugs.gentoo.org/show_bug.cgi?id=151199
12 >
13 > If you emerged SM before the date it was reported as fixed you probably
14 > need to re-emerge it.
15 >
16 >
17 >
18
19 The ebuild is already patched against
20 http://bugs.gentoo.org/show_bug.cgi?id=151199
21
22 grep -A5 RDEPEND `equery w mail-client/squirrelmail`
23 RDEPEND="virtual/php
24 virtual/perl-DB_File
25 crypt? ( app-crypt/gnupg )
26 ldap? ( net-nds/openldap )
27 spell? ( || ( app-text/aspell app-text/ispell ) )
28
29
30 "emerge -DuN world" pulls in virtual/perl-DB_File-1.814 and
31 perl-core/DB_File which is correct. "emerge --depclean" has wrong
32 behavior, because it wants to un-merge perl-core/DB_File. Anyway I
33 re-emerged SM but the problem remains.
34
35 --
36 Best regards,
37 Daniel
38
39
40 --
41 gentoo-user@g.o mailing list