Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869032 - sys-apps/fwupd-1.8.4 installs icons but does not update icon cache
Summary: sys-apps/fwupd-1.8.4 installs icons but does not update icon cache
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-07 06:09 UTC by Agostino Sarubbo
Modified: 2022-09-07 09:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,650.93 KB, text/plain)
2022-09-07 06:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-09-07 06:09:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/fwupd-1.8.4 installs icons but does not update icon cache.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-07 06:09:54 UTC
Created attachment 803662 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-09-07 09:08:10 UTC
The bug has been closed via the following commit(s):

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

commit 96a3e1d6f578b6e505ae664d28499caecf1cc6fc
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2022-09-07 08:51:25 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2022-09-07 09:08:01 +0000

    sys-apps/fwupd: explicitly call xdg_pkg_post{inst,rm}
    
    fwupd installs icons so we need to update the icon cache. This used to
    be done implicitly via inherit xdg, however when floppym added custom
    implementations of pkg_post{inst,rm} in commit
    c36a53996de7797e831150967c66536fdbea67d1 to handle udev rules
    xdg.eclass defaults stopped being called.
    
    Closes: https://bugs.gentoo.org/869032
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 sys-apps/fwupd/fwupd-1.8.3.ebuild | 2 ++
 sys-apps/fwupd/fwupd-1.8.4.ebuild | 2 ++
 2 files changed, 4 insertions(+)