Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213078 - apache 2.2.8 will not emerge after emerging apr-utils with ldap support
Summary: apache 2.2.8 will not emerge after emerging apr-utils with ldap support
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 22:28 UTC by jason messerschmitt
Modified: 2008-03-12 14:36 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 jason messerschmitt 2008-03-11 22:28:43 UTC
For apache 2.2.8 to have ldap support apr-utils needs to be compiles with ldap USE flag. After compiling apr-utils with ldap support apache complains that "undefined symbol: apr_ldap_url_parse". Trying to recompile apache at this point contradicts itself by saying that apr-utils needs to be compiled with ldap support for apache to have ldap support, but because apr-utils has been compiled with an unsupported USE flag (ldap) it dies on compile.

Reproducible: Always

Steps to Reproduce:
1.emerge apr-utils with ldap support
2.re-emerge apache 2.2.8
3.

Actual Results:  
* dev-libs/apr-util is missing LDAP support. For apache to have
 * ldap support, apr-util must be built with the ldap USE-flag
 * enabled.
 * 
 * ERROR: www-servers/apache-2.2.8 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *               ebuild.sh, line 1244:  Called apache-2_pkg_setup
 *         apache-2.eclass, line  368:  Called setup_modules
 *         apache-2.eclass, line  226:  Called die
 * The specific snippet of code:
 *                      die "ldap USE-flag enabled while not supported in apr-util"
 *  The die message:
 *   ldap USE-flag enabled while not supported in apr-util

Expected Results:  
at the very least it shouldn't contradict itself. ideally it would work so my boss will quit crying.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-12 14:36:34 UTC
Reopen with:

- entire emerge log attached
- emerge --info
- emerge -pv apr apr-util apache output