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

Bug 479746

Summary: net-dns/bind-9.9.3_p2 USE=ssl turns on ecdsa, thus needs dev-libs/openssl[-bindist]
Product: Gentoo Linux Reporter: Ben Kohler <bkohler>
Component: Current packagesAssignee: Christian Ruppert (idl0r) <idl0r>
Status: RESOLVED FIXED    
Severity: normal CC: redwolfe, zerochaos
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ben Kohler gentoo-dev 2013-08-04 19:52:21 UTC
bind-9.9.3_p2.ebuild has "$(use_with ssl ecdsa)" in econf, so USE=ssl makes it look for ecdsa.h, which requires USE=-bindist on openssl.  But in DEPEND it only has "ssl? ( >=dev-libs/openssl-0.9.6g )", I believe this should be "ssl? ( >=dev-libs/openssl-0.9.6g[-bindist] )"

Thanks!
Comment 1 barul 2013-08-10 20:14:55 UTC
Got the same message; it prevents bind compilation. I don't know what's safer, disable OpenSSL ecdsa support or disable bind9 ssl support?
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2013-08-12 05:10:45 UTC
I've fixed the dep in bind to openssl[-bindist] as it seems like the most correct thing to do.  If there is a reason this is bad, please reopen.
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2013-10-13 13:33:13 UTC
*** Bug 482390 has been marked as a duplicate of this bug. ***