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

Bug 261911

Summary: media-sound/mpd-0.13.2 - please convert ebuild to EAPI-2 USE dependencies
Product: Gentoo Linux Reporter: Roman Frolow <rofrol>
Component: New packagesAssignee: Christoph Mende (RETIRED) <angelos>
Status: RESOLVED FIXED    
Severity: normal CC: sound
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 261562    

Description Roman Frolow 2009-03-09 20:43:57 UTC
I'm trying to emerge mpd with this flags
media-sound/mpd mp3 ogg vorbis flac acc

 * To be able to play OggFlac files you need to build
 * media-libs/flac with +ogg, to build libOggFLAC.
 * 
 * ERROR: media-sound/mpd-0.13.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *       mpd-0.13.2.ebuild, line   39:  Called die
 * The specific snippet of code:
 *   		die "Missing libOggFLAC library."
 *  The die message:
 *   Missing libOggFLAC library.
 *
Comment 1 Roeland Douma 2009-03-09 21:22:49 UTC
Is media-libs/flac compiled with the ogg use-flag?
Comment 2 Roman Frolow 2009-03-09 21:27:30 UTC
(In reply to comment #1)
> Is media-libs/flac compiled with the ogg use-flag?
> 
no, i have to do"
echo "media-libs/flac ogg" >> /etc/portage/package.use
emerge -1 flac
emerge mpd

So there are no use deps in ebuild, i think.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-10 20:52:31 UTC
This might be a good opportunity to convert this package to EAPI-2.

Reassigning to maintainer, CCing sound herd.
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2009-03-10 21:00:32 UTC
(In reply to comment #3)
> This might be a good opportunity to convert this package to EAPI-2.
> 
> Reassigning to maintainer, CCing sound herd.
> 

Fixed in CVS