On Mon, Feb 6, 2012 at 8:55 AM, Richard Shaw <hobbes1069(a)gmail.com> wrote:
I did a --scrub=all just to go ahead and clean everything out but
now
I'm getting the following in build.log:
Found '/builddir/build/BUILDROOT/openshot-1.4.2-1.fc17.x86_64' in
installed files; aborting
Figured it out. The error could be a little more descriptive, but
basically there was something in the buildroot that contained the
buildroot path. The offending file turned out to be a 48x48 png icon
file I create on the fly because upstream only provides a SVG.
Apparently convert (part of ImageMagick) writes the full path in the
metadata. Adding -strip to the command line options fixed it.
Thanks,
Richard