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

Bug 210286

Summary: sys-libs/libuser-0.56.5 build failed w/ USE="ldap -sasl"
Product: Gentoo Linux Reporter: Alexander Goomenyuk <emerg.reanimator>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: complete build log
emerge --info output

Description Alexander Goomenyuk 2008-02-15 21:47:38 UTC
ldap module requires sys/sasl.h;
Comment 1 Alexander Goomenyuk 2008-02-15 21:49:26 UTC
Created attachment 143604 [details]
complete build log
Comment 2 Alexander Goomenyuk 2008-02-15 21:52:35 UTC
Created attachment 143606 [details]
emerge --info output
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-02-15 22:06:15 UTC
modules/ldap.c:37:23: error: sasl/sasl.h: No such file or directory
modules/ldap.c: In function 'interact':
modules/ldap.c:240: error: 'sasl_interact_t' undeclared (first use in this function)
modules/ldap.c:240: error: (Each undeclared identifier is reported only once
modules/ldap.c:240: error: for each function it appears in.)
modules/ldap.c:240: error: 'res' undeclared (first use in this function)
modules/ldap.c:247: error: 'SASL_CB_LIST_END' undeclared (first use in this function)
modules/ldap.c:250: error: 'SASL_CB_USER' undeclared (first use in this function)
modules/ldap.c:259: error: 'SASL_CB_AUTHNAME' undeclared (first use in this function)
modules/ldap.c:266: error: 'SASL_CB_GETREALM' undeclared (first use in this function)
make[2]: *** [modules/modules_libuser_ldap_la-ldap.lo] Error 1

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