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

Bug 173157

Summary: media-plugins/audacious-plugins ewarn about USE=mad
Product: Gentoo Infrastructure Reporter: Christopher Moore <djmadness>
Component: BugzillaAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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. ***