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

Bug 21373

Summary: IUSE does not list debug USE flag for net-nds/openldap-2.0.27-r2
Product: Gentoo Linux Reporter: Abhishek Amit (RETIRED) <abhishek>
Component: Current packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 :)