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

Bug 336624

Summary: wpa_supplicant-0.7.{2,3}.ebuild has failing USE-flag combinations
Product: Gentoo Linux Reporter: Thomas Kahle (RETIRED) <tomka>
Component: Current packagesAssignee: Bjarke Istrup Pedersen (RETIRED) <gurligebis>
Status: RESOLVED FIXED    
Severity: enhancement CC: alexxy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Kahle (RETIRED) gentoo-dev 2010-09-09 16:52:47 UTC
Hi, as per http://devmanual.gentoo.org/general-concepts/use-flags/index.html in the case of conflicting USE flags the ebuild should not fail, but continue by overriding the users choices in a sensible way.

The current ebuilds of wpa_supplicant do fail on certain combinations:

    if use fasteap && (use gnutls || use ssl) ; then
        die "If you use fasteap [ . . . ]"
    fi

Fixing issues like this one makes automated archtesting easier. 
Thanks!

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2012-11-18 12:59:38 UTC
Looks fixed in wpa_supplicant-1.0-r2