Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122987 - net-wireless/hostapd-0.5.1 wrong use of && ... || die
Summary: net-wireless/hostapd-0.5.1 wrong use of && ... || die
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Henrik Brix Andersen
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-02-15 22:39 UTC by Tuan Van (RETIRED)
Modified: 2006-02-16 02:28 UTC (History)
0 users

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