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

Bug 122987

Summary: net-wireless/hostapd-0.5.1 wrong use of && ... || die
Product: Gentoo Linux Reporter: Tuan Van (RETIRED) <langthang>
Component: New packagesAssignee: Henrik Brix Andersen <henrik>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tuan Van (RETIRED) gentoo-dev 2006-02-15 22:39:54 UTC
the line:
        use ssl && emake nt_password_hash || die "emake nt_password_hash failed"
will cause ebuild die if USE=-ssl

#USE=-ssl emerge hostapd
<snip>
!!! ERROR: net-wireless/hostapd-0.5.1 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

!!! emake nt_password_hash failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Henrik Brix Andersen 2006-02-16 02:28:10 UTC
Fixed in CVS, thank you for reporting this.