https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: x11-misc/xpad-5.7.0 installs icons but does not update icon cache. Discovered on: amd64 (internal ref: ci)
Created attachment 767725 [details] build.log build log and emerge --info
>>> /usr/share/icons/hicolor/scalable/apps/xpad.svg Hmm why did I not a QA notice for this, even though I do have this in my build.log: make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/var/tmp/portage/x11-misc/xpad-5.7.0/image/usr/share/icons' /bin/mkdir -p '/var/tmp/portage/x11-misc/xpad-5.7.0/image/usr/share/icons/hicolor/scalable/apps' /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -m 644 hicolor/scalable/apps/xpad.svg '/var/tmp/portage/x11-misc/xpad-5.7.0/image/usr/share/icons/hicolor/scalable/apps' make install-data-hook make[3]: Entering directory '/var/tmp/portage/x11-misc/xpad-5.7.0/work/xpad-5.7.0/images' *** Icon cache not updated. After (un)install, run this: *** gtk-update-icon-cache -f -t /usr/share/icons/hicolor
https://wiki.gentoo.org/wiki/Package_testing#make.conf_and_test.conf_files Looks like I need to disable parallel-install even if there's only 1 package emerging. Can get the message showing now with -parallel-install and without defining it, it doesn't show. Weird, but solved.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f463648dc1028d7600ca66cca8afdec7aae3c280 commit f463648dc1028d7600ca66cca8afdec7aae3c280 Author: Philipp Rösner <rndxelement@protonmail.com> AuthorDate: 2022-03-25 22:18:08 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-03-26 07:36:21 +0000 x11-misc/xpad: add xdg_icon_cache_update Closes: https://bugs.gentoo.org/835924 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/24751 Signed-off-by: Joonas Niilola <juippis@gentoo.org> x11-misc/xpad/xpad-5.7.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)