Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893450 - dev-lang/fuzion-0.080 installs more files with FEATURES=test
Summary: dev-lang/fuzion-0.080 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 (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-07 08:16 UTC by Agostino Sarubbo
Modified: 2023-02-07 21:49 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 2023-02-07 08:16:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/fuzion-0.080 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 40660
- the installed files without FEATURES=test are 40659

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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-07 08:16:35 UTC
DIFF:
--- /dev/fd/63  2023-02-06 18:35:55.196482535 +0100
+++ /dev/fd/62  2023-02-06 18:35:55.196482535 +0100
@@ -40657,3 +40657,4 @@
 /usr/share/fuzion/modules/terminal.fum
 /usr/share/fuzion/README.md
 /usr/share/fuzion/release_notes.md
+/usr/share/fuzion/run_tests.results
Comment 2 Larry the Git Cow gentoo-dev 2023-02-07 21:49:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e0dba3ff7432b8dba244d9e085c1c24229ce76

commit f7e0dba3ff7432b8dba244d9e085c1c24229ce76
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2023-02-07 10:51:59 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-02-07 21:49:18 +0000

    dev-lang/fuzion: remove run_tests.results
    
    Closes: https://bugs.gentoo.org/893450
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/fuzion/fuzion-0.080.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)