Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 850718 - [guru] sys-cluster/adios2-2.8.1 installs more files with FEATURES=test
Summary: [guru] sys-cluster/adios2-2.8.1 installs more files with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-09 07:30 UTC by Agostino Sarubbo
Modified: 2022-06-10 14:07 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 2022-06-09 07:30:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/adios2-2.8.1 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 262
- the installed files without FEATURES=test are 249
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-09 07:30:35 UTC
DIFF:

--- /dev/fd/63  2022-06-08 23:59:50.731984081 +0200
+++ /dev/fd/62  2022-06-08 23:59:50.731984081 +0200
@@ -1,6 +1,9 @@
 /usr/bin/adios2-config
 /usr/bin/adios2_deactivate_bp
+/usr/bin/adios2_json_pp
 /usr/bin/adios2_reorganize
+/usr/bin/bp4dbg
+/usr/bin/bp5dbg
 /usr/bin/bpls
 /usr/include/adios2.h
 /usr/include/adios2/c/adios2_c_adios.h
@@ -191,6 +194,16 @@
 /usr/include/adios2/toolkit/zmq/zmqpubsub/ZmqPubSub.h
 /usr/include/adios2/toolkit/zmq/zmqreqrep/ZmqReqRep.h
 /usr/include/adios2_c.h
+/usr/lib/python3.11/site-packages/adios2/bp4dbg/__init__.py
+/usr/lib/python3.11/site-packages/adios2/bp4dbg/data.py
+/usr/lib/python3.11/site-packages/adios2/bp4dbg/idxtable.py
+/usr/lib/python3.11/site-packages/adios2/bp4dbg/metadata.py
+/usr/lib/python3.11/site-packages/adios2/bp4dbg/utils.py
+/usr/lib/python3.11/site-packages/adios2/bp5dbg/__init__.py
+/usr/lib/python3.11/site-packages/adios2/bp5dbg/data.py
+/usr/lib/python3.11/site-packages/adios2/bp5dbg/idxtable.py
+/usr/lib/python3.11/site-packages/adios2/bp5dbg/metadata.py
+/usr/lib/python3.11/site-packages/adios2/bp5dbg/utils.py
 /usr/lib64/cmake/adios2/CMakeFindDependencyMacro.cmake
 /usr/lib64/cmake/adios2/FindBZip2.cmake
 /usr/lib64/cmake/adios2/FindBlosc.cmake
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-09 07:31:21 UTC
I'm also wondering why it install python3.11 related stuff while it does not have python3.11 target
Comment 3 Larry the Git Cow gentoo-dev 2022-06-10 14:07:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f98ae65c547d524a2ab0506900cc90fbdb1f793

commit 8f98ae65c547d524a2ab0506900cc90fbdb1f793
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-06-09 08:03:40 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-06-10 03:58:04 +0000

    sys-cluster/adios2: build testing utils with python
    
    Closes: https://bugs.gentoo.org/850718
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 sys-cluster/adios2/{adios2-2.8.1.ebuild => adios2-2.8.1-r1.ebuild} | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)