@orlfman, it build perfectly on both of my Arch systems. Make sure your dependencies are up to date and there's absolutely nothing jank about your install. I don't maintain the source code, all I do is maintain the PKGBUILD. Sorry.
Search Criteria
Package Details: python2-gimp 2.10.38-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-gimp.git (read-only, click to copy) |
---|---|
Package Base: | python2-gimp |
Description: | Python 2 plugins support for GIMP |
Upstream URL: | https://www.gimp.org/ |
Keywords: | gimp |
Licenses: | GPL-3.0-only AND LGPL-3.0-only |
Submitter: | City-busz |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 22 |
Popularity: | 0.193807 |
First Submitted: | 2020-03-18 20:49 (UTC) |
Last Updated: | 2024-07-17 08:02 (UTC) |
Dependencies (6)
- gimp (gimp-develAUR, gimp-devel-noconflictAUR, gimp-gitAUR)
- pygtkAUR
- autoconf (autoconf-gitAUR) (make)
- glib2-devel (make)
- gtk-doc (make)
- intltool (make)
Required by (7)
Sources (1)
HurricanePootis commented on 2021-04-13 15:04 (UTC) (edited on 2021-04-13 15:06 (UTC) by HurricanePootis)
orlfman commented on 2021-04-13 01:15 (UTC)
failing to build here on arch. https://pastebin.com/1rcwyDBR
HurricanePootis commented on 2021-04-12 04:18 (UTC)
@mikegb gegl is on version 4.30 on official Arch-repos. If you are on manjaro, try install gegl-git from the AUR, then try building again.
mikegb commented on 2021-04-09 17:58 (UTC)
I'm unable to update (in pamac) eventually getting a version error in gegl (installed 0.4.28 from Official Repositories [extra]) requires >0.4.30
HurricanePootis commented on 2021-04-03 03:53 (UTC)
I updated the PKGBUILD to allow the latest autoconf; thanks fleger for telling me this.
fleger commented on 2021-03-30 17:05 (UTC)
Hi. 2.10.24 builds fine with autoconf>2.69.
HurricanePootis commented on 2021-03-30 14:54 (UTC) (edited on 2021-03-30 14:55 (UTC) by HurricanePootis)
sudo pacman -U https://archive.archlinux.org/packages/a/autoconf/autoconf-2.69-7-any.pkg.tar.zst
Do this to get the correct autoconf version from Arch repo archive.
mabod commented on 2021-01-19 11:12 (UTC) (edited on 2021-01-19 11:13 (UTC) by mabod)
@afontenot, you are correct. I downgraded to autoconf 2.69 and python2-gimp is compiling just fine. Thank you!
afontenot commented on 2021-01-19 07:58 (UTC)
@mabod @ector @sharedisk
The issue you are facing are because of the release of Autoconf 2.70, which was a huge update to the program and is not backwards compatible with previous versions. Gimp's configure.ac script is currently incompatible with it, probably due to a quotation issue:
Many macros have become pickier about argument quotation.
You can grab 2.69 from the Arch Linux Archive, that's probably the easiest approach. I assume this will be fixed by the GIMP folks before the next minor release.
Pinned Comments
HurricanePootis commented on 2024-05-17 14:39 (UTC)
Hello everyone,
I am going to hold off on updating python2-gimp to 2.10.38 unitl
pygtk
has a patch accepted. If you would like to go ahead and do it yourself, you need to patchpygtk
to have the flags-fpermissive
for it to build; you can read my comment on that package.