https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-mathematics/octave-6.4.0-r3 installs more files with FEATURES=test. Discovered on: amd64 (internal ref: ci) NOTE: This is an experimental tinderbox feature. 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 2359 - the installed files without FEATURES=test are 2358
DIFF: --- /dev/fd/63 2022-07-27 01:21:40.588068440 +0200 +++ /dev/fd/62 2022-07-27 01:21:40.588068440 +0200 @@ -783,6 +783,7 @@ /usr/share/doc/octave-6.4.0-r3/AUTHORS.bz2 /usr/share/doc/octave-6.4.0-r3/BUGS.bz2 /usr/share/doc/octave-6.4.0-r3/ChangeLog.bz2 +/usr/share/doc/octave-6.4.0-r3/fntests.log.bz2 /usr/share/doc/octave-6.4.0-r3/NEWS.bz2 /usr/share/doc/octave-6.4.0-r3/README.bz2 /usr/share/icons/hicolor/1024x1024/apps/octave.png
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839c277c9505c8be372a614c7db96f5ce64743d3 commit 839c277c9505c8be372a614c7db96f5ce64743d3 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2022-08-12 23:41:48 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2022-08-13 02:22:33 +0000 sci-mathematics/octave: don't install test logs with FEATURES=test. This was apparently intentional, but I guess I agree that these logs are not really end-user documentation and are therefore mis-dodoc'd. Closes: https://bugs.gentoo.org/861410 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> sci-mathematics/octave/octave-7.2.0.ebuild | 2 -- 1 file changed, 2 deletions(-)