Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32606 - media-sound/mad depended on by mplayer ?
Summary: media-sound/mad depended on by mplayer ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Brian Harring (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 45909
  Show dependency tree
 
Reported: 2003-11-03 02:30 UTC by Cedric Godin
Modified: 2004-05-26 22:27 UTC (History)
1 user (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 Cedric Godin 2003-11-03 02:30:03 UTC
after a dep-clean, I see that I can unmerge media-sound/mad but atfer I try to launch mplayer, an error occured.
Here is a ldd of mplayer. As you can see, it's seems that mad is needed.

ldd /usr/bin/mplayer 
        libmad.so.0 => /usr/lib/libmad.so.0 (0x40015000)

The ebuild doesn't care of the USE="mad".

emerge -pv mplayer :
media-video/mplayer-0.92  +dga -oss +xmms +jpeg -3dfx +sse -matrox +sdl +X -svga +ggi -oggvorbis -3dnow -aalib +gnome +xv +opengl +truetype -dvd +gtk +gif -esd +fbcon -encode +alsa +directfb -arts -dvb +gtk2 -samba -lirc

no +/-mad.

Reproducible: Always
Steps to Reproduce:
1. qpkg -I -q media-sound/mad
or etcat -d media-sound/mad

Actual Results:  
not so much

Expected Results:
see mplayer (if it is merged ;-))
Comment 1 Brian Harring (RETIRED) gentoo-dev 2004-02-19 19:40:42 UTC
What happened is the configure script detected mad was installed, and configure'd for it (despite what your use flags were set to).  In this particular case, there wasn't a mad use flag in the ebuild, so it's setting would have no effect.

I'm in the process of cleaning up the mplayer ebuilds to fix a few missed use flags, and better control what support gets compiled in.
I'll be commiting the versions in a couple of days, along w/ the mad fix.
Comment 2 Brian Harring (RETIRED) gentoo-dev 2004-05-26 22:14:18 UTC
In-cvs (finally).