Build fails
[ 99% | 2624<3<0 | 0.2bps ] Generating gimp-data/images/gimp-splash.png with a custom command (wrapped by meson to set env, to feed input)
FAILED: gimp-data/images/gimp-splash.png
/usr/bin/meson --internal exe --unpickle /home/fre/ARCH-AUR/gimp-git/src/build/meson-private/meson_exe_python_5c787e24629752425701f4a62c22896f877e51b8.dat
while executing ['/usr/bin/python', '/home/fre/ARCH-AUR/gimp-git/src/gimp/tools/in-build-gimp.py', '-nidfs', '../gimp/gimp-data/images/gimp-splash.xcf.xz', '--batch-interpreter', 'python-fu-eval', '-b', '-', '--quit']
--- stdout ---
INFO: temporary GIMP configuration directory: /home/fre/ARCH-AUR/gimp-git/src/build/.GIMP3-build-config-kzds1p
RUNNING: /home/fre/ARCH-AUR/gimp-git/src/build/app/gimp-console-3.1 -nidfs ../gimp/gimp-data/images/gimp-splash.xcf.xz --batch-interpreter python-fu-eval -b - --quit
Command failed with exit code 64: ['/home/fre/ARCH-AUR/gimp-git/src/build/app/gimp-console-3.1', '-nidfs', '../gimp/gimp-data/images/gimp-splash.xcf.xz', '--batch-interpreter', 'python-fu-eval', '-b', '-', '--quit']
--- stderr ---
This is a development version of GIMP. Debug messages may appear here.
Failed to parse tag cache: No such file or directory
(script-fu:57661): scriptfu-WARNING **: 18:53:03.937: script_fu_add_resource_arg declared resource name is invalid Incandescent
(script-fu:57661): scriptfu-WARNING **: 18:53:03.947: script_fu_add_resource_arg declared resource name is invalid Default
(script-fu:57661): scriptfu-WARNING **: 18:53:03.950: script_fu_add_resource_arg declared resource name is invalid Coffee
GIMP-Warning: Welcome to GIMP 3.1.3!
batch command experienced a calling error:
Traceback (most recent call last):
File "/home/fre/ARCH-AUR/gimp-git/src/build/plug-ins/python/python-eval/python-eval.py", line 42, in code_eval
exec(code, globals())
~~~~^^^^^^^^^^^^^^^^^
File "<string>", line 4, in <module>
IndexError: list index out of range
Stopping at failing batch command [0]: -
(python-eval.py:57678): LibGimp-WARNING **: 18:53:06.767: python-eval.py: gimp_flush(): error: Broken pipe
(gimp:57369): GLib-GObject-CRITICAL **: 18:53:06.797: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(gimp:57369): Gimp-Core-WARNING **: 18:53:06.827: gimp_finalize: list of contexts not empty upon exit (2 contexts left)
stale context: (null) (of type GimpStrokeOptions)
stale context: PDB Context (of type GimpPDBContext)
[100% | 2626<1<0 | 0.2bps ] Generating devel-docs/reference/gimp-ui/gimp-ui-docs with a custom command
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Pinned Comments
bartus commented on 2019-08-01 19:45 (UTC) (edited on 2023-11-11 15:48 (UTC) by bartus)
Note: If you want to have both
gimp-git
and stockgimp
installed, there's a non-conflicting version of this package calledgimp-develop-git
This package is also hosted on GitHub.
Please report
issues
andpatches
to gimp-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gimp-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_MESON=1
to build with Autotools build system (disabled by default)MAKEFLAGS="xxx"
to override default make flags.Usage cases:
makepkg DISABLE_MESON=1
yay -S gimp-git --mflags "DISABLE_MESON=1"
Disclaimer: Package uses Travis to automatically update version of dependencies. Script executes once a day, so please wait a day before reporting dependencies version mismatch, thanks!