Thanks @ValHUe for your great job. Have great year.
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)
plmosqueda commented on 2021-01-03 13:09 (UTC)
<deleted-account> commented on 2021-01-02 08:38 (UTC)
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
SDSK commented on 2021-01-01 21:33 (UTC) (edited on 2021-01-01 21:41 (UTC) by SDSK)
./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
ector commented on 2021-01-01 10:52 (UTC) (edited on 2021-01-02 08:34 (UTC) by ector)
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 ...
mabod commented on 2021-01-01 09:37 (UTC) (edited on 2021-01-01 09:38 (UTC) by mabod)
python2-gimp-2.10.22-1
does not compile here:
==> Starting build()...
./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':
lasagnacrab commented on 2020-10-08 21:12 (UTC) (edited on 2020-10-08 21:17 (UTC) by lasagnacrab)
@ValHue I was able to install correctly. Not sure what the specific issue was, but I'll list below what measures I took incase anyone else hits this.
-
I had PhotoGIMP installed and thought that might be a point of failure, so I completely uninstalled GIMP and deleted configs
-
Updated pacman mirrors (was getting mirror errors when trying to do a clean GIMP install)
-
Updated all pacman and AUR packages
-
Reboot
-
Installed a clean GIMP with pacman
-
Installed python2-GIMP with yay - Installation successful!
-
Reinstall PhotoGIMP and other python plugins
-
Plugins work successfully
<deleted-account> commented on 2020-10-07 16:56 (UTC)
@lasagnacrab: I try to reproduce the error and I can't. Indicate how you get it please.
lasagnacrab commented on 2020-10-05 18:06 (UTC)
Getting a python2 headers error. I'm able to locate my Python.h file in /usr/include/python2.7. I tried specifying a python version in ./configure, but no dice.
Error: GIMP configuration failed.
- Python 2 headers
*** Please install them, or skip building the python scripting extension by
*** passing --disable-python to configure (but then you will not be able
*** to use scripts for GIMP that are written in Python).
See the file 'INSTALL' for more help.
==> ERROR: A failure occurred in build().
Aborting...
error making: %!s(func() string=0x561728ed8a60)
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.