gimp/meson.build:1825:0: ERROR: Nonexistent build file 'gimp-data/meson.build'
A full log can be found at /home/jacekk90/.cache/yay/gimp-git/src/build/meson-logs/meson-log.txt
Running command: /usr/bin/python3 -c 'import sys,os; sys.exit(0 if os.path.exists("git-version.h") else 1)' --- stdout ---
--- stderr ---
Program git found: YES (/usr/bin/git) Configuring INSTALL using configuration Configuring config.h using configuration Running command: /usr/bin/date -u '+"%Y-%m-%dT%H:%M:%SZ"' --- stdout --- "2024-03-29T03:51:28Z"
--- stderr ---
Configuring org.gimp.GIMP-nightly.json using configuration Configuring gimp-plug-ins.rc using configuration Configuring gimp.rc using configuration Configuring gimpversion.h using configuration Program meson-enumgen.sh found: YES (/bin/sh /home/jacekk90/.cache/yay/gimp-git/src/gimp/pdb/meson-enumgen.sh) Program meson-pdbgen.sh found: YES (/home/jacekk90/.cache/yay/gimp-git/src/gimp/pdb/meson-pdbgen.sh) Program meson-enumcode.sh found: YES (/bin/sh /home/jacekk90/.cache/yay/gimp-git/src/gimp/pdb/meson-enumcode.sh) Program msgfmt found: YES (/usr/bin/msgfmt) Program msginit found: YES (/usr/bin/msginit) Program msgmerge found: YES (/usr/bin/msgmerge) Program xgettext found: YES (/usr/bin/xgettext) Configuring gimp-release using configuration Configuring gimp.desktop.in using configuration Configuring org.gimp.GIMP.appdata.xml.in using configuration Adding test "validate-desktop" Adding test "appdata_file" Configuring gimprc using configuration Configuring dockable-dialogs-menuitems.ui using configuration Configuring dockable-menu.ui.in using configuration Configuring dialogs-dialogs-menuitems.ui using configuration Configuring image-menu.ui.in using configuration
gimp/meson.build:1825:0: ERROR: Nonexistent build file 'gimp-data/meson.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!