Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149282 - openldap and cyrus-sasl have a circular dependency
Summary: openldap and cyrus-sasl have a circular dependency
Status: RESOLVED DUPLICATE of bug 32394
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 03:49 UTC by Thomas Schürger
Modified: 2006-09-27 03:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***