Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126477 - Circular dep. in cyrus-sasl & openldap
Summary: Circular dep. in cyrus-sasl & openldap
Status: RESOLVED DUPLICATE of bug 32394
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 19:09 UTC by Bruno Laturner Lemes
Modified: 2006-03-16 19:46 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 Bruno Laturner Lemes 2006-03-16 19:09:33 UTC
While doing a stage1 ~x86 install in a new system I found this trivial bug:

[ebuild  N    ] dev-libs/cyrus-sasl-2.1.21-r2  USE="berkdb crypt gdbm java kerberos ldap pam ssl urandom -authdaemond -mysql -ntlm_unsupported_patch -postgres -sample -srp" 0 kB
[ebuild  N    ] net-nds/openldap-2.2.28-r4  USE="berkdb crypt gdbm ipv6 kerberos perl readline samba sasl ssl tcpd -debug -minimal -odbc -slp" 0 kB

With these USE flags, cyrus-sasl requires ldap's libraries and openldap requires sasl's libraries.

Work around:

USE="-ldap" emerge cyrus-sasl
emerge openldap
emerge cyrus-sasl

Perhaps 'USE="-sasl" emerge openldap' first will work too, but that consumes more compile time.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-16 19:46:18 UTC

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