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

Bug 126477

Summary: Circular dep. in cyrus-sasl & openldap
Product: Gentoo Linux Reporter: Bruno Laturner Lemes <renrutal>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: Low    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***