https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-apps/fwupd-1.9.14 installs more files with FEATURES=test. Discovered on: amd64 (internal ref: ci) NOTE: To reproduce this issue: 1) Install the package with FEATURES=test 2) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist_test ) 3) Install the package without FEATURES=test 4) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist_notest ) 5) See the diff between the two files ( diff -ru /tmp/qlist_test /tmp/qlist_notest ) On this machine: - the installed files with FEATURES=test are 103 - the installed files without FEATURES=test are 102 This type of report comes from a check that is a bit outside of the tinderbox, that's the reason because build.log was not provided (however in cases like these the build.log doesn't help much) but if you need further help to diagnose this issue feel free to ask. In any case I'm providing a diff.
DIFF: --- /dev/fd/63 2024-02-28 23:39:54.286857467 +0100 +++ /dev/fd/62 2024-02-28 23:39:54.286857467 +0100 @@ -50,6 +50,7 @@ /usr/share/fwupd/metainfo/org.freedesktop.fwupd.remotes.lvfs.metainfo.xml /usr/share/fwupd/metainfo/org.freedesktop.fwupd.remotes.lvfs-testing.metainfo.xml /usr/share/fwupd/quirks.d/builtin.quirk.gz +/usr/share/fwupd/remotes.d/fwupd-tests.conf /usr/share/fwupd/remotes.d/vendor/firmware/README.md /usr/share/fwupd/simple_client.py /usr/share/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958a2bc9638e4252544c80c9a1ac1fbb8767bf33 commit 958a2bc9638e4252544c80c9a1ac1fbb8767bf33 Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2024-02-29 16:49:01 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2024-02-29 16:50:02 +0000 sys-apps/fwupd: update location of one of the test-only files Closes: https://bugs.gentoo.org/925749 Signed-off-by: Marek Szuba <marecki@gentoo.org> sys-apps/fwupd/fwupd-1.9.14.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)