Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261911 - media-sound/mpd-0.13.2 - please convert ebuild to EAPI-2 USE dependencies
Summary: media-sound/mpd-0.13.2 - please convert ebuild to EAPI-2 USE dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: built_with_use
  Show dependency tree
 
Reported: 2009-03-09 20:43 UTC by Roman Frolow
Modified: 2009-03-10 21:00 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 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