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.
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: | 21 |
Popularity: | 0.002564 |
First Submitted: | 2020-03-18 20:49 (UTC) |
Last Updated: | 2025-03-18 00:06 (UTC) |
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.
@afontenot, you are correct. I downgraded to autoconf 2.69 and python2-gimp is compiling just fine. Thank you!
@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.
Thanks @ValHUe for your great job. Have great year.
Python2 is disappearing and gimp has decided to remove support for plugins that need it in the latest version. Either we wait for version 3.0 of Gimp or we use other plugins, and even a flatpak image of the program (with everything included).
I abandon this package, whoever wants to continue with its maintenance is free to adopt it.
https://www.gimp-forum.net/Thread-Python-script-support-missing-in-my-2-10-22-install
./configure: line 2785: 5: Bad file descriptor checking whether --sysconfdir=/etc is declared... (cached) ./configure: line 2821: 5: Bad file descriptor hB-libexecdir=/usr/bin ./configure: line 2825: syntax error near unexpected token `}' ./configure: line 2825: `} # ac_fn_c_check_decl' ==> ERROR: A failure occurred in build(). Aborting... error: failed to build python2-gimp-2.10.22-1
Hi. Happy new years at all
Same error whit baph:
==> ERROR: An error occurred in build ().
The operation is about to be stopped ...
==> Removing installed dependencies ...
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.