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

Bug 302816

Summary: sys-auth/openpam: broken debug USE flag
Product: Gentoo/Alt Reporter: Johan Hattne <johan>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Proposed fix to configure.ac to handle --enable-debug and --disable-debug

Description Johan Hattne 2010-01-29 22:18:53 UTC
openpam exhibits odd behaviour with respect to the --enable-debug/--disable-debug configure option.

Reproducible: Always

Steps to Reproduce:
emerge openpam with different USE flags.
Actual Results:  
Neither 'USE="-debug" emerge openpam' nor 'USE="debug" emerge openpam' give an openpam which emits debugging information to syslog.

Expected Results:  
Debugging information with USE="debug" but not with with USE="-debug".
Comment 1 Johan Hattne 2010-01-29 22:22:31 UTC
Created attachment 217889 [details, diff]
Proposed fix to configure.ac to handle --enable-debug and --disable-debug
Comment 2 Johan Hattne 2010-01-29 22:24:59 UTC
After applying attached patch, the ebuild's econf could be augmented with $(use_enable debug).
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-10-11 17:37:11 UTC
*-fbsd is gone.