Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836294 - games-kids/gmult-10.0 - data/meson.build: ERROR: Program gtk4-update-icon-cache not found or not executable
Summary: games-kids/gmult-10.0 - data/meson.build: ERROR: Program gtk4-update-icon-cac...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-27 22:10 UTC by Toralf Förster
Modified: 2022-03-28 05:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.15 KB, text/plain)
2022-03-27 22:10 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,92.67 KB, application/x-bzip)
2022-03-27 22:10 UTC, Toralf Förster
Details
environment (environment,101.59 KB, text/plain)
2022-03-27 22:11 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,29.90 KB, application/x-bzip)
2022-03-27 22:11 UTC, Toralf Förster
Details
games-kids:gmult-10.0:20220327-214617.log (games-kids:gmult-10.0:20220327-214617.log,3.52 KB, text/plain)
2022-03-27 22:11 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,2.46 KB, application/x-bzip)
2022-03-27 22:11 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,23.89 KB, application/x-bzip)
2022-03-27 22:11 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-03-27 22:10:54 UTC
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program gtk4-update-icon-cache found: NO
Program gtk4-update-icon-cache found: NO

data/meson.build:56:6: ERROR: Program 'gtk4-update-icon-cache' not found or not executable

A full log can be found at /var/tmp/portage/games-kids/gmult-10.0/work/gmult-10.0-build/meson-logs/meson-log.txt

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20220319-220005

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
clang version 14.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.0
Python 3.9.12
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.59.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *

  HEAD of ::gentoo
commit 07e41d614752d8a824c5807c36a68640a43a1f15
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Mar 27 20:49:37 2022 +0000

    2022-03-27 20:49:35 UTC

emerge -qpvO games-kids/gmult
[ebuild  N    ] games-kids/gmult-10.0
Comment 1 Toralf Förster gentoo-dev 2022-03-27 22:10:55 UTC
Created attachment 768029 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-03-27 22:10:59 UTC
Created attachment 768030 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-03-27 22:11:00 UTC
Created attachment 768031 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-03-27 22:11:01 UTC
Created attachment 768032 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-03-27 22:11:02 UTC
Created attachment 768033 [details]
games-kids:gmult-10.0:20220327-214617.log
Comment 6 Toralf Förster gentoo-dev 2022-03-27 22:11:05 UTC
Created attachment 768034 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-03-27 22:11:06 UTC
Created attachment 768035 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-03-28 04:20:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19102942b5d6049be39126e08436fd9e49dbc8e1

commit 19102942b5d6049be39126e08436fd9e49dbc8e1
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-03-28 04:15:03 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-03-28 04:20:30 +0000

    games-kids/gmult: fix build with meson-0.61.4
    
    meson-0.61.4's gnome module now checks that gtk4-update-icon-cache is
    available if updating cache is requested (was ignored with <=0.61.3),
    simply skip given this should be handled by xdg.eclass either way.
    
    Closes: https://bugs.gentoo.org/836294
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-kids/gmult/files/gmult-10.0-no-icon-cache.patch | 8 ++++++++
 games-kids/gmult/gmult-10.0.ebuild                    | 4 ++++
 2 files changed, 12 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2022-03-28 05:44:32 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97a560be2de84ac8d5f911eb77e68e3036744e3

commit f97a560be2de84ac8d5f911eb77e68e3036744e3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-28 05:43:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-28 05:44:21 +0000

    dev-util/meson: fix gtk-update-icon-cache check
    
    Was checking for gtk4* twice.
    
    Bug: https://bugs.gentoo.org/836294
    Closes: https://bugs.gentoo.org/836293
    Closes: https://bugs.gentoo.org/836281
    Signed-off-by: Sam James <sam@gentoo.org>

 ...on-0.61.4-fix-gtk-update-icon-cache-check.patch | 29 ++++++++++++++++++++++
 ...{meson-0.61.4.ebuild => meson-0.61.4-r1.ebuild} |  4 +++
 2 files changed, 33 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2022-03-28 05:50:14 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bc7034409f8a1adb184dff243d84a77766a37a

commit c8bc7034409f8a1adb184dff243d84a77766a37a
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-03-28 05:47:35 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-03-28 05:49:59 +0000

    Revert "games-kids/gmult: fix build with meson-0.61.4"
    
    This reverts commit 19102942b5d6049be39126e08436fd9e49dbc8e1.
    
    This workaround won't be necessary, turns out cache updates are
    skipped when DESTDIR is used and the failing dependency check was
    due to a typo in meson-0.61.4 (fixed in -r1, thanks sam).
    
    Bug: https://bugs.gentoo.org/836294
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-kids/gmult/files/gmult-10.0-no-icon-cache.patch | 8 --------
 games-kids/gmult/gmult-10.0.ebuild                    | 4 ----
 2 files changed, 12 deletions(-)