Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141782 - net-analyzer/echoping: Conflicting USE flags (SSL/GNUTLS)
Summary: net-analyzer/echoping: Conflicting USE flags (SSL/GNUTLS)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-26 04:40 UTC by Johannes Weiner
Modified: 2008-01-26 10:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Prefers gnutls when both gnutls and ssl use flags are set. (echoping-choose-gnutls-over-openssl.patch,1.13 KB, patch)
2008-01-18 16:05 UTC, Paul Tobias
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Weiner 2006-07-26 04:40:08 UTC
Hi,

echoping has 'gnutls' and 'ssl' USE flags. Both enabled the build fails, stating:

configure: error: Choose OpenSSL or GNU TLS but not both
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-26 04:44:31 UTC
Please, remove angusyoung from metadata.xml wrt Bug 58356.
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2006-07-26 19:47:17 UTC
The ebuild will now fail gracefully if both ssl and gnutls USE flags are set.
Thanks!
Comment 3 Paul Tobias 2008-01-18 16:05:47 UTC
Created attachment 141228 [details, diff]
Prefers gnutls when both gnutls and ssl use flags are set.

The emerge process now dies with an error when both gnutls and ssl use flags are set. A better solution is to prefer gnutls over ssl, attached a patch to fix this.
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2008-01-26 10:37:14 UTC
Paul, thanks for suggestion. A bit modified patch was added to the tree.