Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254545 - media-sound/mpd-0.14 links to lame when use flag is not set
Summary: media-sound/mpd-0.14 links to lame when use flag is not set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-11 13:04 UTC by Shaun Barlow
Modified: 2009-01-12 21:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (build.log,69.93 KB, text/plain)
2009-01-11 13:08 UTC, Shaun Barlow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Barlow 2009-01-11 13:04:45 UTC
The ebuild for the new version of mpd (0.14) does not correctly disable lame support when the lame useflag is not enabled. This leads to linking failure if the user does not have media-sound/lame installed.

Reproducible: Always

Steps to Reproduce:
1. USE="-lame" emerge -1 =media-sound/mpd-0.14
2. Watch output

Actual Results:  
During configure you will see:
lame support ..................enabled

linking will fail if you did not have lame emerged for another reason

Expected Results:  
During configure:
lame support ..................disabled

Successful compilation
Comment 1 Shaun Barlow 2009-01-11 13:08:48 UTC
Created attachment 178036 [details]
Build log

Build log to show configure output and linking failure
Comment 2 Shaun Barlow 2009-01-11 13:13:03 UTC
emerge -p media-sound/mpd

[ebuild   R   ] media-sound/mpd-0.14  USE="alsa ffmpeg icecast id3 mad ogg pulseaudio sysvipc unicode vorbis -aac -ao -audiofile -curl -debug -doc -flac -ipv6 -jack -lame -libsamplerate -mikmod -musepack -oss -wavpack -zeroconf"

To show exact use-flags in use
Comment 3 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2009-01-12 20:43:47 UTC
please add emerge --info output
Comment 4 Christoph Mende (RETIRED) gentoo-dev 2009-01-12 21:07:21 UTC
thanks, fixed in cvs