problem building gstreamer RPM file

Nathanael D. Noblet nathanael at gnat.ca
Wed Apr 17 15:22:40 PDT 2013


On 04/17/2013 03:42 PM, Chuck Crisler wrote:
> I am trying to build the gstreamer 0.10.20 bad RPM file to incorporate
> my changes and make it easier for us to maintain and distribute the
> changes. The customer base is isolated and this currently isn't needed
> outside of systems running my software. Anyway, the rpmbuild is failing
> and I can't figure out what it is trying to do when it fails. Here are
> the failure messages.
>
> + /usr/lib/rpm/check-buildroot
> + /usr/lib/rpm/redhat/brp-compress
> + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
> + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
> + /usr/lib/rpm/brp-python-bytecompile
> + /usr/lib/rpm/redhat/brp-python-hardlink
> + /usr/lib/rpm/redhat/brp-java-repack-jars
> Processing files: gstreamer-plugins-bad-0.10.20-1.gst.i686
> error: File not found:
> /home/ccrisler/rpmbuild/BUILDROOT/gstreamer-plugins-bad-0.10.20-1.gst.i386/usr/bin/gst-camera
> error: File not found:
> /home/ccrisler/rpmbuild/BUILDROOT/gstreamer-plugins-bad-0.10.20-1.gst.i386/usr/bin/gst-camera-perf
> error: File not found:
> /home/ccrisler/rpmbuild/BUILDROOT/gstreamer-plugins-bad-0.10.20-1.gst.i386/usr/share/gstreamer-0.10/camera-apps/gst-camera.ui

Likely somewhere in the %files section there are gst-camera files thus 
rpm expects them to be there. If they aren't there you get an error so 
that the package isn't missing files that the spec expects.

If you would like more help post your specfile perhaps useful would be 
to know what you've changed from the specfile you took it from.


-- 
Nathanael d. Noblet
t 403.875.4613


More information about the gstreamer-devel mailing list