PDA

View Full Version : building gimp-gap rpm


MysticalDice
20th August 2011, 03:13 PM
i have used an old gimp-gap src rpm, and modified the spec file to version 2.6 of gimp-gap
the build starts, but seems to stop,, allmost at the end, with following erro:

Processing files: gimp-gap-2.6.0-1.i686
fout: File not found: /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/lib/gimp/2.0/plug-ins
fout: File not found: /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/libexec/gimp-gap-2.6
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.i76fnM
+ umask 022
+ cd /home/P/rpmbuild/BUILD
+ cd gimp-gap-2.6.0
+ DOCDIR=/home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/share/doc/gimp-gap-2.6.0
+ export DOCDIR
+ rm -rf /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/share/doc/gimp-gap-2.6.0
+ /bin/mkdir -p /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/share/doc/gimp-gap-2.6.0
+ cp -pr AUTHORS ChangeLog COPYING NEWS README /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/share/doc/gimp-gap-2.6.0
+ exit 0


RPM build errors:
File not found: /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/lib/gimp/2.0/plug-ins
File not found: /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/libexec/gimp-gap-2.6

what is going wrong?

Seve
4th September 2011, 02:42 AM
RPM build errors:
File not found: /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/lib/gimp/2.0/plug-ins
File not found: /home/P/rpmbuild/BUILDROOT/gimp-gap-2.6.0-1.i386/usr/libexec/gimp-gap-2.6

what is going wrong? In the %files section of the rpm.spec file you have some un-needed lines. You can either comment them out or remove them and you should be good to go.

If you like. I can post a working spec file that you can use.
Let me know.