Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440482 - app-misc/strigi-0.7.7: some elog messages should only be shown for the first install.
Summary: app-misc/strigi-0.7.7: some elog messages should only be shown for the first ...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: first-time-messages
  Show dependency tree
 
Reported: 2012-10-31 10:59 UTC by poletti.marco
Modified: 2012-10-31 15:06 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 poletti.marco 2012-10-31 10:59:08 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package app-misc/strigi-0.7.7, the following elog messages are displayed:

 * Because you didn't enable either of the available backends:
 * clucene or hyperestraier, strigi may not be functional.
 * If you intend to use standalone strigi indexer (not needed for KDE),
 * be sure to reinstall app-misc/strigi with either clucene (recommended)
 * or hyperestraier (unreliable) USE flag enabled.

Such messages should only be displayed when the package is a new install.
These situations can be checked in the ebuild as follows:

if ! has_version 'app-misc/strigi'; then

See the tracker bug 440214 for more details.
Comment 1 Chris Reffett (RETIRED) gentoo-dev Security 2012-10-31 15:06:34 UTC
As with the other bugs, we feel that this message needs to be displayed for all installs. Also, this one should be showing up regardless, since it's warning of a potential bad configuration.