Re: [gentoo-user] depclean and DuN world loop

2006-12-22 Thread Neil Bothwick
On Fri, 22 Dec 2006 09:49:06 +0200, Daniel Iliev wrote:

 emerge --depclean removes perl-core/DB_File.
 emerge -DuN world installs perl-core/DB_File.

Add --tree to the second command.


-- 
Neil Bothwick

There is absolutely no substitute for a genuine lack of preparation.


signature.asc
Description: PGP signature


Re: [gentoo-user] depclean and DuN world loop

2006-12-22 Thread Daniel Iliev
Neil Bothwick wrote:
 On Fri, 22 Dec 2006 09:49:06 +0200, Daniel Iliev wrote:

   
 emerge --depclean removes perl-core/DB_File.
 emerge -DuN world installs perl-core/DB_File.
 

 Add --tree to the second command.


   

Here we go:

emerge -DuN --tree world -pv

These are the packages that would be merged, in reverse order:

Calculating world dependencies  . . done!
[nomerge  ] mail-client/squirrelmail-1.4.8  USE=crypt mysql nls
spell ssl vhosts -filter -ldap -postgres
[binary  N]  perl-core/DB_File-1.814 


-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] depclean and DuN world loop

2006-12-22 Thread Neil Bothwick
On Fri, 22 Dec 2006 11:54:24 +0200, Daniel Iliev wrote:

 Calculating world dependencies  . . done!
 [nomerge  ] mail-client/squirrelmail-1.4.8  USE=crypt mysql nls
 spell ssl vhosts -filter -ldap -postgres
 [binary  N]  perl-core/DB_File-1.814 

This looks like http://bugs.gentoo.org/show_bug.cgi?id=151199

If you emerged SM before the date it was reported as fixed you probably
need to re-emerge it.


-- 
Neil Bothwick

Manual Writer's Creed: Garbage in, gospel out.


signature.asc
Description: PGP signature


Re: [gentoo-user] depclean and DuN world loop

2006-12-22 Thread Daniel Iliev
Neil Bothwick wrote:
 On Fri, 22 Dec 2006 11:54:24 +0200, Daniel Iliev wrote:

   
 Calculating world dependencies  . . done!
 [nomerge  ] mail-client/squirrelmail-1.4.8  USE=crypt mysql nls
 spell ssl vhosts -filter -ldap -postgres
 [binary  N]  perl-core/DB_File-1.814 
 

 This looks like http://bugs.gentoo.org/show_bug.cgi?id=151199

 If you emerged SM before the date it was reported as fixed you probably
 need to re-emerge it.


   

The ebuild is already patched against
http://bugs.gentoo.org/show_bug.cgi?id=151199

grep -A5 RDEPEND `equery w mail-client/squirrelmail`
RDEPEND=virtual/php
virtual/perl-DB_File
crypt? ( app-crypt/gnupg )
ldap? ( net-nds/openldap )
spell? ( || ( app-text/aspell app-text/ispell ) )


emerge -DuN world pulls in virtual/perl-DB_File-1.814 and
perl-core/DB_File which is correct. emerge --depclean has wrong
behavior, because it wants to un-merge perl-core/DB_File. Anyway I
re-emerged SM but the problem remains.

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] depclean and DuN world loop

2006-12-21 Thread Daniel Iliev
Hi, group!

emerge --depclean removes perl-core/DB_File.
emerge -DuN world installs perl-core/DB_File.

equery d perl-core/DB_File
[ Searching for packages depending on perl-core/DB_File... ]
mail-client/squirrelmail-1.4.8
virtual/perl-DB_File-1.814

Since I don't want to pollute the world file I'm looking for a solution
different from emerge --noreplace perl-core/DB_File. Any advices?



-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list