Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240618 - app-admin/sudo-1.7 is missing a dep with USE=ldap (?)
Summary: app-admin/sudo-1.7 is missing a dep with USE=ldap (?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 23:32 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2008-10-09 21:23 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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-10-08 23:32:05 UTC
Not sure about the USE=ldap part or not, but nonetheless, sasl.h is required

dev-libs/cyrus-sasl (/usr/include/sasl/sasl.h)

./ldap.c:66:20: error: sasl.h: No such file or directory
./ldap.c: In function 'sudo_ldap_sasl_interact':
./ldap.c:1450: error: 'sasl_interact_t' undeclared (first use in this function)
./ldap.c:1450: error: (Each undeclared identifier is reported only once
./ldap.c:1450: error: for each function it appears in.)
./ldap.c:1450: error: 'interact' undeclared (first use in this function)
./ldap.c:1450: error: expected expression before ')' token
./ldap.c:1452: error: 'SASL_CB_LIST_END' undeclared (first use in this function)
./ldap.c:1453: error: 'SASL_CB_USER' undeclared (first use in this function)
make: *** [ldap.o] Error 1
 * 
 * ERROR: app-admin/sudo-1.7.0_rc2 failed.
 * Call stack:
 * ebuild.sh, line   49:  Called src_compile
 * environment, line 2627:  Called die
 * The specific snippet of code:
 * emake || die
 * The die message:
 * (no error message)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-09 21:23:26 UTC
Added cyrus-sasl to deps with USE=ldap.