Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903982 - media-libs/opensubdiv-3.5.0 installs more files with FEATURES=test
Summary: media-libs/opensubdiv-3.5.0 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: Adrian
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-04-07 14:18 UTC by Agostino Sarubbo
Modified: 2024-01-20 12:32 UTC (History)
1 user (show)

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-04-07 14:18:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/opensubdiv-3.5.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 95
- the installed files without FEATURES=test are 89

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-04-07 14:18:45 UTC
DIFF:
--- /dev/fd/63  2023-04-07 16:14:21.216945595 +0200
+++ /dev/fd/62  2023-04-07 16:14:21.216945595 +0200
@@ -1,3 +1,9 @@
+/usr/bin/bfr_evaluate
+/usr/bin/far_perf
+/usr/bin/far_regression
+/usr/bin/hbr_baseline
+/usr/bin/hbr_regression
+/usr/bin/osd_regression
 /usr/include/opensubdiv/bfr/irregularPatchType.h
 /usr/include/opensubdiv/bfr/limits.h
 /usr/include/opensubdiv/bfr/parameterization.h
Comment 2 Larry the Git Cow gentoo-dev 2024-01-20 12:32:35 UTC
The bug has been closed via the following commit(s):

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

commit c645a8f22e320746e5111d59a500fe37acdd9179
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2023-12-08 14:19:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-20 12:29:43 +0000

    media-libs/opensubdiv: add 3.5.1, 3.6.0
    
    Closes: https://bugs.gentoo.org/903982
    Closes: https://bugs.gentoo.org/891301
    Closes: https://bugs.gentoo.org/884463
    Closes: https://bugs.gentoo.org/835589
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/34546
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/opensubdiv/Manifest                |   2 +
 media-libs/opensubdiv/opensubdiv-3.5.1.ebuild | 121 ++++++++++++++++++++++++++
 media-libs/opensubdiv/opensubdiv-3.6.0.ebuild | 121 ++++++++++++++++++++++++++
 3 files changed, 244 insertions(+)