Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507934 - dev-libs/xapian: ewarn about sse-usage
Summary: dev-libs/xapian: ewarn about sse-usage
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 19:53 UTC by Stefan Valouch
Modified: 2014-04-17 22:34 UTC (History)
2 users (show)

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 Stefan Valouch 2014-04-17 19:53:02 UTC
Th xapian ebuild issues an ewarn depending on state of use flags "sse" and "sse3" that basically say "Using sse{,2}" or "Disabling sse and sse2". I installed this package as dependency to current kde 4.13 and am wondering what this message should tell me as an end user, I can see that this information might be relevant for developers, but then why issue an ewarn instead of an elog? 

Reproducible: Always

Steps to Reproduce:
emerge dev-libs/xapian with sse{,2} enabled or disabled
Comment 1 Anthony Basile gentoo-dev 2014-04-17 22:34:10 UTC
(In reply to nukleus from comment #0)
> Th xapian ebuild issues an ewarn depending on state of use flags "sse" and
> "sse3" that basically say "Using sse{,2}" or "Disabling sse and sse2". I
> installed this package as dependency to current kde 4.13 and am wondering
> what this message should tell me as an end user, I can see that this
> information might be relevant for developers, but then why issue an ewarn
> instead of an elog? 
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> emerge dev-libs/xapian with sse{,2} enabled or disabled

We want to keep that in the elog for information purposes.  sse2 is preferred over sse, and either is preferred over none --- they add optimization.  So we tell the user what flags are enabled or disabled according to their choice of USE flags.

I hate to sound like one of those snotty devs, but bugzilla should be used for bugs and not support.  Use the forums for that.  You're not really asking us to do anything, like remove the elog, just for information about an ewarning.  The reason is that people search bugzilla to find things that should be fixed/changed (ie bugs) and the search the forum for help and support.

Feel free to reopen the bug if you do want us to changes something (eg remove the ewarning.)