Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 861410 - sci-mathematics/octave-6.4.0-r3 installs more files with FEATURES=test
Summary: sci-mathematics/octave-6.4.0-r3 installs more files with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-27 07:45 UTC by Agostino Sarubbo
Modified: 2022-08-13 02:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-07-27 07:45:01 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-27 07:45:22 UTC
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
Comment 2 Larry the Git Cow gentoo-dev 2022-08-13 02:26:02 UTC
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(-)