Parallel build seems broken for this package: forcing single-threaded build, or issuing multiple "make"s fixes the build.
Search Criteria
Package Details: gimp-gap 2.6.0-2
Package Actions
| Package Base: | gimp-gap |
|---|---|
| Description: | A plug-in for GIMP for creating animations |
| Upstream URL: | http://www.gimp.org/downloads/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | Ricky |
| Maintainer: | Ricky |
| Last Packager: | Ricky |
| Votes: | 18 |
| First Submitted: | 2013-05-18 14:57 |
| Last Updated: | 2014-06-19 22:27 |
Latest Comments
Comment by maleadt
Comment by hollunder
I get what looks like a build error:
make[3]: Leaving directory '/home/murks/cower/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg'
make[2]: Leaving directory '/home/murks/cower/gimp-gap/src/gimp-gap-2.6.0/extern_libs'
Makefile:331: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/murks/cower/gimp-gap/src/gimp-gap-2.6.0'
Makefile:270: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Comment by frankspace
Thank you, bolodya, completely uninstalling gimp-gap before attempting to rebuild it worked perfectly.
Comment by bolodya
frankspace, had the same thing during package update. Looks like make install tries to remove some files from previous installation in real enviroment, not in fake root. I uninstalled gimp-gap (sudo pacman -R gimp-gap), and then it repackaged and installed well.
Comment by frankspace
I'm having a problem compiling this that has me stumped. Particularly because I don't recall having this problem compiling the previous release, which shouldn't have been meaningfully different. Does anyone have any ideas? Error is as follows (it gets to "Starting package()..." just fine first):
make install-data-hook
make[3]: Entering directory '/home/frank/downloads/softwares/arch_install/gimp-gap/src/gimp-gap-2.6.0/extern_libs'
rm -f /usr/lib/gimp-gap-2.6/libavformat.a \
rm -f /usr/lib/gimp-gap-2.6/libavcodec.a \
rm -f /usr/lib/gimp-gap-2.6/libmpeg3.a
rm: cannot remove ‘/usr/lib/gimp-gap-2.6/libavformat.a’: Permission denied
rm: cannot remove ‘/usr/lib/gimp-gap-2.6/libavcodec.a’: Permission denied
rm: cannot remove ‘/usr/lib/gimp-gap-2.6/libmpeg3.a’: Permission denied
Makefile:461: recipe for target 'install-data-hook' failed
make[3]: *** [install-data-hook] Error 1
make[3]: Leaving directory '/home/frank/downloads/softwares/arch_install/gimp-gap/src/gimp-gap-2.6.0/extern_libs'
Makefile:386: recipe for target 'install-data-am' failed
make[2]: *** [install-data-am] Error 2
make[2]: Leaving directory '/home/frank/downloads/softwares/arch_install/gimp-gap/src/gimp-gap-2.6.0/extern_libs'
Makefile:349: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/frank/downloads/softwares/arch_install/gimp-gap/src/gimp-gap-2.6.0/extern_libs'
Makefile:331: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
==> ERROR: A failure occurred in package().
Aborting...
Comment by Ricky
source updated!
Comment by Jarno
Installed this succesfully by modifying the PKGBUILD.
- source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
+ source=(ftp://artfiles.org/gimp.org/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
You can check for other sources at http://www.gimp.org/downloads/ -> FTP AND WEB MIRRORS, or use their own at http://download.gimp.org/pub/gimp/plug-ins/v2.6/gap/
Comment by breed808
Package is failing to build.
Makefile:331: recipe for target 'all-recursive' failed
Comment by AndrzejL
The only thing that bugs me is that Gimp Animation Package does not detects (installed) libx264 and refuses to work with it... Tried gazillion of different things - nothing seems to be getting it going. Config log complains about:
undefined reference to `x264_encoder_open
Beside this package works.
Cheers.
Andrzej
Comment by lee8oi
I'm using Gimp right out of the repo's (2.8.6). I had to install the intltool package to fully satisfy dependencies for compiling. I also installed the optional mplayer package to support splitting videos into frames. Otherwise this package built just fine and works like it should. Nice job Ricky. Thanks!