Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440930 - [gnome-overlay] media-libs/sound-juicer-3.5.0 requires "flac" flag not found in gst-plugins-base
Summary: [gnome-overlay] media-libs/sound-juicer-3.5.0 requires "flac" flag not found ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2012-11-02 11:38 UTC by Albert W. Hopkins
Modified: 2012-11-04 10:00 UTC (History)
0 users

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 Albert W. Hopkins 2012-11-02 11:38:35 UTC
I get the following when trying to emerge sound-juicer-3.5.0:

---
emerge: there are no ebuilds built with USE flags to satisfy "media-libs/gst-plugins-base:1.0[flac?,vorbis?]".
!!! One of the following packages is required to complete your request:
- media-libs/gst-plugins-base-1.0.2::gnome (Missing IUSE: flac)
- media-libs/gst-plugins-base-1.0.2::gnome (Missing IUSE: flac)
(dependency required by "media-sound/sound-juicer-3.5.0" [ebuild])
---

The sound-juicer ebuild has 

    media-libs/gst-plugins-base:1.0[flac?,vorbis?]

in it's depend list but gst-plugins-base (also from the overlay) does not have "flac" in it's IUSE causing portage to fail.

IUSE for gst-plugins-base:

    IUSE="alsa +introspection nls +ogg +orc +pango theora +vorbis X"
Comment 1 Maciej Piechotka 2012-11-03 10:33:47 UTC
The solution seems to be adding Adding flac? ( media-plugins/gst-plugins-flac:1.0 ) and removing IUSE dependency.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-11-04 09:59:57 UTC
Fixed by Alexandre in commit 36c76119ae92d33716c0589f83815066bf481dee.