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

Bug 355735

Summary: net-misc/curl-7.21.4 questionable REQUIRED_USE
Product: Gentoo Linux Reporter: William Throwe <wtt6>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description William Throwe 2011-02-20 20:19:43 UTC
The comment in the ebuild and the checks in configure.ac suggest that ares and threads cannot both be enabled, but the REQUIRED_USE additionally forces one of them to be on.  If I change "^^ ( ares threads )" to "ares? ( !threads )" curl will successfully build with neither flag set.

The ebuild should either allow USE="-ares -threads" or the comments should be changed to correspond with the code.

Reproducible: Always
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-02-20 20:26:05 UTC
This was already changed almost 6 hours ago. Please sync your portage tree again and reopen the bug if the issue is still there.