Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336624 - wpa_supplicant-0.7.{2,3}.ebuild has failing USE-flag combinations
Summary: wpa_supplicant-0.7.{2,3}.ebuild has failing USE-flag combinations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 16:52 UTC by Thomas Kahle (RETIRED)
Modified: 2012-11-18 12:59 UTC (History)
1 user (show)

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