Bug 106132 - nautilus-media should depend on gstreamer 0.6.1 and gstreamer-plugins 0.6.1
Summary: nautilus-media should depend on gstreamer 0.6.1 and gstreamer-plugins 0.6.1
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: nautilus-media
Version: 1.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Colin Walters
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks: CambridgeTarget
TreeView+ depends on / blocked
 
Reported: 2003-10-03 00:16 UTC by Max Kanat-Alexander
Modified: 2007-04-18 16:58 UTC (History)
0 users

Fixed In Version: 0.8.0-2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-05-19 19:05:20 UTC
Embargoed:


Attachments (Terms of Use)
Output of rpm -qa (27.48 KB, text/plain)
2003-10-03 00:24 UTC, Max Kanat-Alexander
no flags Details
Outuput of rpm -qa | sort (27.48 KB, text/plain)
2003-10-03 00:28 UTC, Max Kanat-Alexander
no flags Details

Description Max Kanat-Alexander 2003-10-03 00:16:55 UTC
Briefly: The SRPM should "BuildRequires: gstreamer-devel >= 0.6.1," instead of
0.6.0.

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030917
Firebird/0.6.1+

Description of problem:
Building the source RPM of nautilus-media (version specified above) gives me
this message:

No package 'gstreamer-0.7' found
Requested 'gstreamer-0.6 >= 0.6.1' but version of GStreamer is 0.6.0
configure: error: you need gstreamer development packages installed !
error: Bad exit status from /var/tmp/rpm-tmp.94856 (%build)
    Bad exit status from /var/tmp/rpm-tmp.94856 (%build)

Basically, it fails during configure, instead of the dependency being set
explicitly in the RPM. It should probably just be "BuildRequires:
gstreamer-devel >= 0.6.1" instead of "gstreamer-devel >= 0.6.0".

Version-Release number of selected component (if applicable):
nautilus-media-0.3.1-1

How reproducible:
Always

Steps to Reproduce:
1. Have gstreamer-0.6.0 installed
2. Attempt to build nautilus-media from SRPM currently in rawhide.
    
Actual Results:  nautilus-media fails to build in the middle of configure

Expected Results:  nautilus-media fails to build at the invocation of rpmbuild.

Comment 1 Max Kanat-Alexander 2003-10-03 00:20:22 UTC
Graaaah. Never mind. Something else is up. The package also fails to build with
the current gstreamer in rawhide. I've built and installed gstreamer-0.6.3 and
its packages, and now I get:

No package 'gstreamer-0.7' found
Requested 'gstreamer-libs-0.6 >= 0.6.1' but version of GStreamer Media-Specific
Libraries is 0.6.0
configure: error: you need gstreamer development packages installed !

-M

Comment 2 Max Kanat-Alexander 2003-10-03 00:24:43 UTC
Created attachment 94904 [details]
Output of rpm -qa

Here's the output of rpm -qa, so you can see the current state of installations
on my machine.

-M

Comment 3 Max Kanat-Alexander 2003-10-03 00:28:08 UTC
Created attachment 94905 [details]
Outuput of rpm -qa | sort

Sorry for the spam. This one should be actually useful. -M

Comment 4 Max Kanat-Alexander 2003-10-03 05:40:52 UTC
Changed the summary. That's the solution.

It also depends on gstreamer-plugins-0.6.1, not the gstreamer/gstreamer-plugins
0.6.0 that comes which RH9.

-M

Comment 5 Alexander Larsson 2003-10-06 16:45:36 UTC
Ah. That makes sense. 


Note You need to log in before you can comment on or make changes to this bug.