Bug 144761 - Cyclic dependency between dev-perl/libwww-perl & dev-perl/Crypt-SSLeay
|
Bug#:
144761
|
Product: Gentoo Linux
|
Version: 2006.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: perl@gentoo.org
|
Reported By: alanh@fairlite.co.uk
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: Cyclic dependency between dev-perl/libwww-perl & dev-perl/Crypt-SSLeay
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-08-22 08:23 0000
|
Are cyclic dependencies allowed ?
When doing emerge -p Crypt-SSLeay, you get this...
[ebuild N ] dev-perl/libwww-perl-5.803-r1 USE="ssl"
[ebuild N ] dev-perl/Crypt-SSLeay-0.51
Yet when doing emerge -p libwww-perl, you get this...
[ebuild N ] dev-perl/Crypt-SSLeay-0.51
[ebuild N ] dev-perl/libwww-perl-5.803-r1 USE="ssl"
I'm not sure, but are features disabled if one doesn't have the other when
emerging ??
same problem on ~x86
# emerge -av libwww-perl
These are the packages that would be merged, in order:
Calculating dependencies... done!
!!! Error: circular dependencies:
ebuild / dev-perl/Crypt-SSLeay-0.51-r1 merge depends on
ebuild / dev-perl/libwww-perl-5.805 merge (hard)
ebuild / dev-perl/libwww-perl-5.805 merge depends on
ebuild / dev-perl/Crypt-SSLeay-0.51-r1 merge (hard)
I just compiled libwww-perl without the SSL useflag to get it onto the system
and reemerged it right away with the correct useflags (which has Crypt-SSLeay
as new dependency). That's of course no solution but could help you to get your
system up without anything missing.
fixed the other way around
*** Bug 149180 has been marked as a duplicate of this bug. ***