Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293362 - media-libs/gst-plugins-base-0.10.25 fails to configure
Summary: media-libs/gst-plugins-base-0.10.25 fails to configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 09:35 UTC by Stelian Ionescu
Modified: 2009-11-17 04:53 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 Stelian Ionescu 2009-11-16 09:35:02 UTC
The configuration fails with

checking for GST... no
no
configure: Requested 'gstreamer-0.10 >= 0.10.25' but version of GStreamer is 0.10.24
configure: error: no gstreamer-0.10 >= 0.10.25 (GStreamer) found

that's because the ebuild depends on >=media-libs/gstreamer-0.10.24 instead of >=media-libs/gstreamer-0.10.25 and paludis ordered the build before that of gstreamer-0.10.25
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2009-11-17 03:57:44 UTC
Mart: You forgot the 0.10.25 dep on core inside -base
Comment 2 Mart Raudsepp gentoo-dev 2009-11-17 04:53:23 UTC
I think the gstreamer dep in gst-plugins-base.eclass should be outside the MY_PN != PN check, so that gst-plugins-base gets core dep right too, while avoiding the "circular" dep issue of why the if conditional is there