Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173157 - media-plugins/audacious-plugins ewarn about USE=mad
Summary: media-plugins/audacious-plugins ewarn about USE=mad
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 173155 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-02 16:19 UTC by Christopher Moore
Modified: 2011-10-30 23:16 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 Christopher Moore 2007-04-02 16:19:05 UTC
If i specify 
USE="mp3" emerge -av audacious-plugins 
at the end of the build it tells me to do USE="mp3" for mp3 support under audacious.

The problem is i am surpost to use USE="mad"

When specified USE="mad" the problem does not persist

Reproducible: Always

Steps to Reproduce:
Make sure you dont have USE="mad" anywhere for audacious.
USE="mp3" emerge -av audacious-plugins 
At the end of compile it will reveil its self.


Expected Results:  
It should tell me to use USE="mad" instead of USE="mp3"
due to this is misleading.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-04-02 19:03:31 UTC
This is not a problem with the bugzilla webapp!
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-04 07:20:32 UTC
This is not a bug at all, it tells you exactly which flag you must enable for MP3 support if you don't have it enabled, if you already have it enabled it just doesn't tell you anything. That's hardly misleading. And it doesn't tell you to enable USE=mp3; maybe read the message better before filing bugs.

<snip>
if ! useq mad ; then
        echo
        ewarn "MP3 support is optional, you may want to enable the mad USE-flag"
        echo
fi
</snip>
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-04-12 22:59:18 UTC
*** Bug 173155 has been marked as a duplicate of this bug. ***