https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-admin/rsyslog-8.2210.0 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 67 - the installed files without FEATURES=test are 64 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 2022-10-19 22:47:48.076329372 +0200 +++ /dev/fd/62 2022-10-19 22:47:48.076329372 +0200 @@ -20,6 +20,9 @@ /usr/lib64/rsyslog/imtcp.so /usr/lib64/rsyslog/imudp.so /usr/lib64/rsyslog/imuxsock.so +/usr/lib64/rsyslog/liboverride_getaddrinfo.so +/usr/lib64/rsyslog/liboverride_gethostname_nonfqdn.so +/usr/lib64/rsyslog/liboverride_gethostname.so /usr/lib64/rsyslog/lmcry_gcry.so /usr/lib64/rsyslog/lmnet.so /usr/lib64/rsyslog/lmnetstrms.so
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77df79ed836e94c1bd31dc49876b015274258d67 commit 77df79ed836e94c1bd31dc49876b015274258d67 Author: Maciej Barć <xgqt@gentoo.org> AuthorDate: 2023-08-19 20:50:40 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2023-08-20 11:29:19 +0000 app-admin/rsyslog: drop old 8.2210.0-r2 Closes: https://bugs.gentoo.org/878221 Closes: https://bugs.gentoo.org/877725 Signed-off-by: Maciej Barć <xgqt@gentoo.org> app-admin/rsyslog/Manifest | 2 - app-admin/rsyslog/rsyslog-8.2210.0-r2.ebuild | 499 --------------------------- 2 files changed, 501 deletions(-)