Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 149282

Summary: openldap and cyrus-sasl have a circular dependency
Product: Gentoo Linux Reporter: Thomas Schürger <thomas>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Schürger 2006-09-27 03:49:10 UTC
If the USE flags "ldap" and "sasl" are both set, the ebuilds
net-nds/openldap and dev-libs/cyrus-sasl have a circular dependency.
Therefore, compilation fails.

cyrus-sasl (2.1.22) needs openldap:

RDEPEND=...
     ldap? ( >=net-nds/openldap-2.0.25 )

openldap (2.3.27) needs cyrus-sasl:

REDEPEND=...
     sasl? ( >=dev-libs/cyrus-sasl-2.1.7-r3 )
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-27 03:53:28 UTC

*** This bug has been marked as a duplicate of 32394 ***