<div dir="ltr">Thank you. Yes, you were correct. I 'assumed' that the spec files represented the way that the RPMs were supposed to be built by the distros, which I want to duplicate. I should have realized my mistake from the config line - ./configure --enable-experimental. What control is there over the components packaged into an RPM by the various distros? Is there much variation in their content?<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 17, 2013 at 6:22 PM, Nathanael D. Noblet <span dir="ltr"><<a href="mailto:nathanael@gnat.ca" target="_blank">nathanael@gnat.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/17/2013 03:42 PM, Chuck Crisler wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to build the gstreamer 0.10.20 bad RPM file to incorporate<br>
my changes and make it easier for us to maintain and distribute the<br>
changes. The customer base is isolated and this currently isn't needed<br>
outside of systems running my software. Anyway, the rpmbuild is failing<br>
and I can't figure out what it is trying to do when it fails. Here are<br>
the failure messages.<br>
<br>
+ /usr/lib/rpm/check-buildroot<br>
+ /usr/lib/rpm/redhat/brp-<u></u>compress<br>
+ /usr/lib/rpm/redhat/brp-strip-<u></u>static-archive /usr/bin/strip<br>
+ /usr/lib/rpm/redhat/brp-strip-<u></u>comment-note /usr/bin/strip /usr/bin/objdump<br>
+ /usr/lib/rpm/brp-python-<u></u>bytecompile<br>
+ /usr/lib/rpm/redhat/brp-<u></u>python-hardlink<br>
+ /usr/lib/rpm/redhat/brp-java-<u></u>repack-jars<br>
Processing files: gstreamer-plugins-bad-0.10.20-<u></u>1.gst.i686<br>
error: File not found:<br>
/home/ccrisler/rpmbuild/<u></u>BUILDROOT/gstreamer-plugins-<u></u>bad-0.10.20-1.gst.i386/usr/<u></u>bin/gst-camera<br>
error: File not found:<br>
/home/ccrisler/rpmbuild/<u></u>BUILDROOT/gstreamer-plugins-<u></u>bad-0.10.20-1.gst.i386/usr/<u></u>bin/gst-camera-perf<br>
error: File not found:<br>
/home/ccrisler/rpmbuild/<u></u>BUILDROOT/gstreamer-plugins-<u></u>bad-0.10.20-1.gst.i386/usr/<u></u>share/gstreamer-0.10/camera-<u></u>apps/gst-camera.ui<br>
</blockquote>
<br></div>
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.<br>
<br>
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.<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
Nathanael d. Noblet<br>
t <a href="tel:403.875.4613" value="+14038754613" target="_blank">403.875.4613</a><br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</font></span></blockquote></div><br></div>