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 -- [email protected] mailing list

