Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21373 - IUSE does not list debug USE flag for net-nds/openldap-2.0.27-r2
Summary: IUSE does not list debug USE flag for net-nds/openldap-2.0.27-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 19:18 UTC by Abhishek Amit (RETIRED)
Modified: 2003-07-10 17:59 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 Abhishek Amit (RETIRED) gentoo-dev 2003-05-20 19:18:59 UTC
The title pretty much says it all. In src_compile there is a line
myconf="`use_enable debug`", yet IUSE only lists "ssl tcpd readline ipv6 gdbm
ldap kerberos odbc". 

Reproducible: Always
Steps to Reproduce:
Comment 1 Nick Hadaway 2003-07-10 17:59:29 UTC
openldap-2.0.27-r4 is the current stable build in portage.

# must enable debug for syslog'ing (#16131)
myconf="--enable-debug --enable-syslog"

debug is not in IUSE in this build and the build does not give the option for disabling debug support since syslog messages are kinda important :)