gmic-qt now testing with gimp 2.99.5 -- please test & submit reports to: https://github.com/c-koi/gmic-qt/pull/104
@bartus paru -S gimp-git --nocheck
worked, thanks.
Git Clone URL: | https://aur.archlinux.org/gimp-git.git (read-only, click to copy) |
---|---|
Package Base: | gimp-git |
Description: | GNU Image Manipulation Program |
Upstream URL: | https://www.gimp.org |
Licenses: | GPL, LGPL |
Conflicts: | gimp |
Provides: | gimp |
Submitter: | None |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 116 |
Popularity: | 0.004618 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2025-05-08 12:15 (UTC) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 46 Next › Last »
gmic-qt now testing with gimp 2.99.5 -- please test & submit reports to: https://github.com/c-koi/gmic-qt/pull/104
@bartus paru -S gimp-git --nocheck
worked, thanks.
@darkbasic, @sl1pkn07: Looks like an upstream issue, I'm unable to reproduce it. Please report it on gimp bugtrucker, and until fixed use --nocheck
switch to makepkg
($yay --mflags="--nocheck"
) to skip check()
i have the same problem like @darkbasic
I get the following error when trying to build it:
done
(cd gimp-test-icon-theme/hicolor && ln -s /home/niko/.cache/yay/gimp-git/src/gimp/icons/Color/index.theme index.theme)
CCLD test-core
../../test-driver: riga 109: 365243 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-core
CC test-gimpidtable.o
CCLD test-gimpidtable
PASS: test-gimpidtable
CC test-save-and-export.o
CCLD test-save-and-export
../../test-driver: riga 109: 367194 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-save-and-export
CC test-session-2-8-compatibility-multi-window.o
CCLD test-session-2-8-compatibility-multi-window
../../test-driver: riga 109: 368532 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-session-2-8-compatibility-multi-window
CC test-session-2-8-compatibility-single-window.o
CCLD test-session-2-8-compatibility-single-window
../../test-driver: riga 109: 369873 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-session-2-8-compatibility-single-window
CC test-single-window-mode.o
CCLD test-single-window-mode
../../test-driver: riga 109: 371215 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-single-window-mode
CC test-tools.o
test-tools.c: In function ‘crop_set_width_without_pending_rect’:
test-tools.c:447:25: warning: variable ‘tool_options_gui’ set but not used [-Wunused-but-set-variable]
447 | GtkWidget *tool_options_gui;
| ^~~~~~~~~~~~~~~~
CCLD test-tools
../../test-driver: riga 109: 372559 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-tools
CC test-ui.o
test-ui.c: In function ‘keyboard_zoom_focus’:
test-ui.c:230:2: warning: #warning disabled zoom test, it fails randomly, no clue how to fix it [-Wcpp]
230 | #warning disabled zoom test, it fails randomly, no clue how to fix it
| ^~~~~~~
test-ui.c: In function ‘alt_click_is_layer_to_selection’:
test-ui.c:254:2: warning: #warning FIXME: please fix alt_click_is_layer_to_selection test [-Wcpp]
254 | #warning FIXME: please fix alt_click_is_layer_to_selection test
| ^~~~~~~
test-ui.c: In function ‘restore_recently_closed_multi_column_dock’:
test-ui.c:366:2: warning: #warning FIXME test disabled until we depend on GTK+ >= 2.24.11 [-Wcpp]
366 | #warning FIXME test disabled until we depend on GTK+ >= 2.24.11
| ^~~~~~~
test-ui.c:342:14: warning: unused variable ‘n_session_infos_after_restore’ [-Wunused-variable]
342 | gint n_session_infos_after_restore = -1;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-ui.c:338:14: warning: unused variable ‘gimp’ [-Wunused-variable]
338 | Gimp *gimp = GIMP (data);
| ^~~~
test-ui.c: In function ‘repeatedly_switch_window_mode’:
test-ui.c:619:2: warning: #warning FIXME: plesase fix repeatedly_switch_window_mode test [-Wcpp]
619 | #warning FIXME: plesase fix repeatedly_switch_window_mode test
| ^~~~~~~
test-ui.c: In function ‘main’:
test-ui.c:887:38: warning: missing terminating ' character
887 | #warning FIXME: hide/show docks doesn't work when running make check
| ^
test-ui.c:887:2: warning: #warning FIXME: hide/show docks doesn't work when running make check [-Wcpp]
887 | #warning FIXME: hide/show docks doesn't work when running make check
| ^~~~~~~
test-ui.c:892:49: warning: missing terminating ' character
892 | #warning FIXME: maximize_state_in_aux_data doesn't work without WM
| ^
test-ui.c:892:2: warning: #warning FIXME: maximize_state_in_aux_data doesn't work without WM [-Wcpp]
892 | #warning FIXME: maximize_state_in_aux_data doesn't work without WM
| ^~~~~~~
At top level:
test-ui.c:826:1: warning: ‘gimp_ui_is_gimp_layer_list’ defined but not used [-Wunused-function]
826 | gimp_ui_is_gimp_layer_list (GObject *object)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
test-ui.c:752:1: warning: ‘gimp_ui_synthesize_click’ defined but not used [-Wunused-function]
752 | gimp_ui_synthesize_click (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~
test-ui.c:522:1: warning: ‘maximize_state_in_aux_data’ defined but not used [-Wunused-function]
522 | maximize_state_in_aux_data (gconstpointer data)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
test-ui.c:515:1: warning: ‘show_docks_in_single_window_mode’ defined but not used [-Wunused-function]
515 | show_docks_in_single_window_mode (gconstpointer data)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-ui.c:508:1: warning: ‘hide_docks_in_single_window_mode’ defined but not used [-Wunused-function]
508 | hide_docks_in_single_window_mode (gconstpointer data)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD test-ui
../../test-driver: riga 109: 373899 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-ui
CC test-xcf.o
CCLD test-xcf
../../test-driver: riga 109: 375241 Rilevato trace/breakpoint (core dump creato) "$@" > $log_file 2>&1
FAIL: test-xcf
============================================================================
Testsuite summary for GIMP 2.99.5
============================================================================
# TOTAL: 9
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 8
# XPASS: 0
# ERROR: 0
============================================================================
See app/tests/test-suite.log
Please report to https://gitlab.gnome.org/GNOME/gimp/issues/new
============================================================================
make[6]: *** [Makefile:1533: test-suite.log] Errore 1
make[6]: uscita dalla directory «/home/niko/.cache/yay/gimp-git/src/gimp/app/tests»
make[5]: *** [Makefile:1641: check-TESTS] Errore 2
make[5]: uscita dalla directory «/home/niko/.cache/yay/gimp-git/src/gimp/app/tests»
make[4]: *** [Makefile:1795: check-am] Errore 2
make[4]: uscita dalla directory «/home/niko/.cache/yay/gimp-git/src/gimp/app/tests»
make[3]: *** [Makefile:1425: check-recursive] Errore 1
make[3]: uscita dalla directory «/home/niko/.cache/yay/gimp-git/src/gimp/app/tests»
make[2]: *** [Makefile:1302: check-recursive] Errore 1
make[2]: uscita dalla directory «/home/niko/.cache/yay/gimp-git/src/gimp/app»
make[1]: *** [Makefile:869: check-recursive] Errore 1
make[1]: uscita dalla directory «/home/niko/.cache/yay/gimp-git/src/gimp»
make: *** [Makefile:1168: check] Errore 2
Hint: The package vala
is missing as a build dependency of this package.
You gays constantly amazes me (≖ ͜ʖ≖)
@selplacei, How did you manage to get zsh
in yay
toolchain? Please share your technique with me!
Getting an error when building, not sure if it's an upstream bug. Here are the last few lines:
CCLD unit-editor
CC van-gogh-lic.o
CCLD van-gogh-lic
CC warp.o
CCLD warp
CC wavelet-decompose.o
CCLD wavelet-decompose
CC web_browser-web-browser.o
CCLD web-browser
CC web_page-web-page.o
CCLD web-page
make[3]: Leaving directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/plug-ins/common'
make[3]: Entering directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/plug-ins'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/plug-ins'
make[2]: Leaving directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/plug-ins'
Making all in extensions
~/.cache/yay/gimp-git/src/gimp/extensions
make[2]: Entering directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/extensions'
Making all in goat-exercises
~/.cache/yay/gimp-git/src/gimp/extensions/goat-exercises
make[3]: Entering directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/extensions/goat-exercises'
CC goat-exercise-c.o
CCLD goat-exercise-c
VALAC goat_exercise_vala_vala.stamp
zsh:4: parse error near `fi'
make[3]: *** [Makefile:1096: goat-exercise-vala.c] Error 1
make[3]: Leaving directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/extensions/goat-exercises'
make[2]: *** [Makefile:670: all-recursive] Error 1
make[2]: Leaving directory '/home/selplacei/.cache/yay/gimp-git/src/gimp/extensions'
make[1]: *** [Makefile:869: all-recursive] Error 1
make[1]: Leaving directory '/home/selplacei/.cache/yay/gimp-git/src/gimp'
make: *** [Makefile:770: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error making: gimp-git
@Derson5: Yep (-‸ლ) there's a bug with meson>=0.57
I'll defer to use autotools
until it's fixed ( #6447 )
I have problem with update package.
==> Validating source files with sha512sums...
gimp ... Skipped
linux.gpl ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of gimp git repo...
Cloning into 'gimp'...
done.
Updating files: 100% (7848/7848), done.
==> Starting pkgver()...
==> Sources are ready.
gimp-git-2:2.99.5.r167.a4a9e17bf1-1: parsing pkg list...
==> Making package: gimp-git 2:2.99.5.r170.b7fd0b3bf7-1 (Mon 15 Feb 2021 05:26:01 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
The Meson build system
Version: 0.57.0
Source dir: /home/roland/.cache/paru/clone/gimp-git/src/gimp
Build dir: /home/roland/.cache/paru/clone/gimp-git/src/build
Build type: native build
Project name: gimp
Project version: 2.99.5
C compiler for the host machine: ccache cc (gcc 10.2.0 "cc (GCC) 10.2.0")
C linker for the host machine: cc ld.bfd 2.36
C++ compiler for the host machine: ccache c++ (gcc 10.2.0 "c++ (GCC) 10.2.0")
C++ linker for the host machine: c++ ld.bfd 2.36
Host machine cpu family: x86_64
Host machine cpu: x86_64
Message: Host machine cpu family: x86_64
Message: Host os: linux
Compiler for C supports arguments -mfpmath=sse: YES
Compiler for C supports arguments -mmmx: YES
Compiler for C supports arguments -msse: YES
Compiler for C supports arguments -msse2: YES
Compiler for C supports arguments -msse4.1: YES
Compiler for C supports arguments -fdiagnostics-show-option: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wformat: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-format-attribute: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wabsolute-value: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wenum-conversion: YES
Compiler for C supports arguments -Wliteral-conversion: NO
Compiler for C supports arguments -Wno-strict-prototypes: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wparentheses-equality: NO
Compiler for C supports arguments -W#pragma-messages: NO
Compiler for C supports arguments -Wsometimes-uninitialized: NO
Compiler for C supports arguments -Wtautological-unsigned-enum-zero-compare: NO
Compiler for C supports arguments -Wunneeded-internal-declaration: NO
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Werror=implicit-function-declaration: YES
Library m found: YES
Library dl found: YES
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Run-time dependency atk found: YES 2.36.0
Run-time dependency babl found: YES 0.1.85
Run-time dependency cairo found: YES 1.17.4
Run-time dependency fontconfig found: YES 2.13.91
Run-time dependency freetype2 found: YES 23.4.17
Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.2
Run-time dependency gegl-0.4 found: YES 0.4.29
Run-time dependency gexiv2 found: YES 0.12.1
Run-time dependency gio-2.0 found: YES 2.66.7
Run-time dependency gio-unix-2.0 found: YES 2.66.7
Run-time dependency glib-2.0 found: YES 2.66.7
Run-time dependency gobject-2.0 found: YES 2.66.7
Run-time dependency gmodule-no-export-2.0 found: YES 2.66.7
Run-time dependency gtk+-3.0 found: YES 3.24.25
Run-time dependency harfbuzz found: YES 2.7.4
Run-time dependency json-glib-1.0 found: YES 1.6.2
Run-time dependency lcms2 found: YES 2.12
Run-time dependency libmypaint found: YES 1.5.1
Run-time dependency mypaint-brushes-1.0 found: YES 1.3.1
Run-time dependency pangocairo found: YES 1.48.2
Run-time dependency pangoft2 found: YES 1.48.2
Run-time dependency librsvg-2.0 found: YES 2.50.3
Library socket found: NO
Run-time dependency appstream-glib found: YES 0.7.18
Run-time dependency libarchive found: YES 3.5.1
Library backtrace found: NO
Run-time dependency libunwind found: YES 1.4.0
Run-time dependency x11 found: YES 1.7.0
Run-time dependency xmu found: YES 1.1.3
Run-time dependency xext found: YES 1.3.4
Run-time dependency xfixes found: YES 5.0.3
Has header "X11/Xmu/WinUtil.h" with dependencies xext, xmu: YES
Has header "X11/extensions/shape.h" with dependencies xext, xmu: YES
Checking for function "XmuClientWindow" with dependencies xext, xmu: YES
Checking for function "XShapeGetRectangles" with dependencies xext, xmu: YES
Has header "X11/extensions/shape.h" : YES (cached)
Has header "X11/Xmu/WinUtil.h" : YES (cached)
Run-time dependency libtiff-4 found: YES 4.2.0
Run-time dependency libjpeg found: YES 2.0.6
Run-time dependency zlib found: YES 1.2.11
Library bz2 found: YES
Run-time dependency liblzma found: YES 5.2.5
Library gs found: YES
Run-time dependency libpng found: YES 1.6.37
Library mng found: YES
Library aa found: YES
Run-time dependency xpm found: YES 3.5.13
Run-time dependency openexr found: YES 2.5.5
Run-time dependency libwebp found: YES 1.2.0
Run-time dependency libwebpmux found: YES 1.2.0
Run-time dependency libwebpdemux found: YES 1.2.0
Run-time dependency libheif found: YES 1.11.0
Compiler for language vala for the build machine not found.
Compiler for language vala for the host machine not found.
Run-time dependency webkit2gtk-4.0 found: YES 2.30.5
Run-time dependency poppler-glib found: YES 21.02.0
Run-time dependency poppler-data found: YES 0.4.10
Run-time dependency cairo-pdf found: YES 1.17.4
Run-time dependency libwmf found: YES 0.2.12
Run-time dependency libopenjp2 found: YES 2.4.0
Run-time dependency xcursor found: YES 1.2.0
Run-time dependency alsa found: YES 1.2.4
Run-time dependency gudev-1.0 found: YES 234
Program xdg-email found: YES (/usr/bin/xdg-email)
Run-time dependency iso-codes found: YES 4.5.0
Program perl found: YES (/usr/bin/perl)
Program python3 found: YES (/usr/bin/python3)
Message: Found Python 3.9
Message: Found Pygobject: true
Program gjs found: YES (/usr/bin/gjs)
Program luajit found: YES (/usr/bin/luajit)
Program xmllint found: YES (/usr/bin/xmllint)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program intltool-merge found: YES (/usr/bin/intltool-merge)
Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
Program appstream-util found: YES (/usr/bin/appstream-util)
Run-time dependency shared-mime-info found: YES 2.1
Program xvfb-run found: YES (/usr/bin/xvfb-run)
Program dbus-run-session found: YES (/usr/bin/dbus-run-session)
Program build/meson/run_test_env.sh found: YES (/bin/sh /home/roland/.cache/paru/clone/gimp-git/src/gimp/build/meson/run_test_env.sh)
Program tools/defcheck.py found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/defcheck.py)
Program tools/extract-vector-icon.sh found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/extract-vector-icon.sh)
Program tools/generate_changelog.sh found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/generate_changelog.sh)
Program tools/generate-news found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/generate-news)
Program tools/gimppath2svg.py found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/gimppath2svg.py)
Program tools/module-dependencies.py found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/module-dependencies.py)
Program tools/meson_install_subdir.py found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/meson_install_subdir.py)
Program tools/gimp-mkenums found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/gimp-mkenums)
Checking for function "alloca" : YES
Checking for function "dcgettext" : YES
Checking for function "difftime" : YES
Checking for function "fsync" : YES
Checking for function "getaddrinfo" : YES
Checking for function "getnameinfo" : YES
Checking for function "gettext" : YES
Checking for function "mmap" : YES
Checking for function "rint" : YES
Checking for function "thr_self" : NO
Checking for function "vfork" : YES
Header <libintl.h> has symbol "bind_textdomain_codeset" : YES
Header <libintl.h> has symbol "vprintf" : NO
Has header "alloca.h" : YES
Has header "dlfcn.h" : YES
Has header "execinfo.h" : YES
Has header "fcntl.h" : YES
Has header "ieeefp.h" : NO
Has header "inttypes.h" : YES
Has header "locale.h" : YES
Has header "math.h" : YES
Has header "memory.h" : YES
Has header "stdint.h" : YES
Has header "stdlib.h" : YES
Has header "string.h" : YES
Has header "strings.h" : YES
Has header "sys/param.h" : YES
Has header "sys/select.h" : YES
Has header "sys/stat.h" : YES
Has header "sys/thr.h" : NO
Has header "sys/time.h" : YES
Has header "sys/times.h" : YES
Has header "sys/types.h" : YES
Has header "sys/wait.h" : YES
Has header "unistd.h" : YES
Has header "sys/mman.h" : YES
Has header "sys/ipc.h" : YES
Has header "sys/shm.h" : YES
Program git found: YES (/usr/bin/git)
Configuring INSTALL using configuration
Configuring config.h using configuration
Program /home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/defcheck.py found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/tools/defcheck.py)
Program meson_dist_script.sh found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/meson_dist_script.sh)
Configuring gimpversion.h using configuration
Configuring gimp-tool-cursors.gresource.xml using configuration
Configuring gimp-color-picker-cursors.gresource.xml using configuration
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program sh found: YES (/usr/bin/sh)
Configuring gimp.desktop.in using configuration
Configuring org.gimp.GIMP.appdata.xml.in using configuration
Configuring gimp-data-extras.metainfo.xml.in using configuration
Program test-desktop.sh found: YES (/home/roland/.cache/paru/clone/gimp-git/src/gimp/desktop/test-desktop.sh)
Configuring gimprc using configuration
Configuring gimp-core-pixbufs.gresource.xml with command
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Configuring gimp-icon-pixbufs.gresource.xml with command
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Configuring gimp-core-pixbufs.gresource.xml with command
Configuring gimp-icon-pixbufs.gresource.xml with command
Program glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
Program glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
Build-time dependency gobject-introspection-1.0 found: YES 1.66.1
Dependency gobject-introspection-1.0 found: YES 1.66.1 (cached)
Program g-ir-scanner found: YES (/usr/bin/g-ir-scanner)
Dependency gobject-introspection-1.0 found: YES 1.66.1 (cached)
Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
Configuring org.gimp.extension.goat-exercises.metainfo.xml.in using configuration
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program flex found: YES (/usr/bin/flex)
Program bison found: YES (/usr/bin/bison)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Configuring pagecurl-icons.gresource.xml with command
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Configuring pygimp.interp using configuration
Program glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
Program gdbus-codegen found: YES (/usr/bin/gdbus-codegen)
Configuring gimptool-2.99.1 using configuration
Configuring gimptool.1 using configuration
Configuring gimprc-2.99.5 using configuration
Configuring gimprc.5 using configuration
Configuring gimp-console-2.99.1 using configuration
Configuring gimp-console.1 using configuration
Configuring gimp-2.99.1 using configuration
Configuring gimp.1 using configuration
Configuring version using configuration
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Message: Extra Binaries:
gimp-console: true
Optional Features:
Check updates at startup: true
Language selection: true
Vector icons: true
Dr. Mingw (Win32): false
Relocatable Bundle: false
Default ICC directory: /usr/share/color/icc
32-bit DLL folder (Win32): 32/bin
Detailed backtraces: true
Optional Plug-Ins:
Ascii Art: true
Ghostscript: true
Help Browser: true
JPEG 2000: true
MNG: true
OpenEXR: true
WebP: true
HEIC: import: true - export: true [profile support: true]
AVIF: import: true - export: true
PDF (export): true
Print: true
Python 3 plug-ins: true
Javascript plug-ins: true
Lua plug-ins: true
Vala plug-ins: false
TWAIN (Win32): false
Webpage: true
WMF: true
X11 Mouse Cursor: true
XPM: true
Email: true (/usr/bin/xdg-email)
Optional Modules:
ALSA (MIDI Input): true
Linux Input: true (GUdev support: true)
DirectInput (Win32): false
Tests:
Use xvfb-run true
Test appdata true
Documentation:
GObject Introspection: false
Bug report URL: https://github.com/bartoszek/AUR-gimp-git/issues
gimp/meson.build:1818: WARNING:
MESON BUILD IS STILL EXPERIMENTAL!
we encourage usage of meson if you want to test and
report bugs. Yet if you are a packager, DO NOT USE
meson until we fix all known issues and bugs.
Build targets in project: 304
Found ninja-1.10.2 at /usr/bin/ninja
ERROR: Command cannot have '@INPUT@', since no input files were specified
A full log can be found at /home/roland/.cache/paru/clone/gimp-git/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
Aborting...
:: Packages failed to build: gimp-git-2:2.99.5.r167.a4a9e17bf1-1
checking dependencies...
I deleted gimp-git folder, but that nothing change.
Compiles successfully. To give alternative to Meson is a good choice. Thanks!
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!