https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-db/hsqldb-1.8.1.3-r4 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 15 - the installed files without FEATURES=test are 14 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 2023-02-25 07:54:50.469540113 +0100 +++ /dev/fd/62 2023-02-25 07:54:50.469540113 +0100 @@ -4,6 +4,7 @@ /etc/hsqldb/sqltool.rc /etc/init.d/hsqldb /usr/share/hsqldb/lib/hsqldb.jar +/usr/share/hsqldb/lib/hsqldbtest.jar /usr/share/hsqldb/lib/hsqldbutil.jar /usr/share/hsqldb/lib/hsqljdbc.jar /usr/share/hsqldb/lib/hsqltool.jar
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9424fa1be6f07568daeab73b9bb819b0a97e93c commit a9424fa1be6f07568daeab73b9bb819b0a97e93c Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2024-06-28 06:12:48 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-06-28 08:18:12 +0000 dev-db/hsqldb: avoid to install hsqldbtest.jar Closes: https://bugs.gentoo.org/896402 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37329 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> .../{hsqldb-1.8.1.3-r4.ebuild => hsqldb-1.8.1.3-r5.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)