@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.