Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 927950

Summary: dev-python/leechcorepyc-2.18.0: randomly installs more files ?
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: mario.haustein
Status: CONFIRMED ---    
Severity: normal CC: mgorny, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Agostino Sarubbo gentoo-dev 2024-03-27 10:45:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/leechcorepyc-2.18.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 40
- the installed files without FEATURES=test are 37

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.

DIFF:
--- /dev/fd/63  2024-03-27 05:21:42.395485229 +0100
+++ /dev/fd/62  2024-03-27 05:21:42.396485267 +0100
@@ -7,6 +7,7 @@
 /usr/lib/python3.10/site-packages/leechcorepyc/leechcore_ft601_driver_linux.so
 /usr/lib/python3.10/site-packages/leechcorepyc/leechcorepyc.abi3.so
 /usr/lib/python3.10/site-packages/leechcorepyc/leechcore.so
+/usr/lib/python3.10/site-packages/leechcorepyc/libMSCompression.so
 /usr/lib/python3.10/site-packages/leechcorepyc/__pycache__/__init__.cpython-310.opt-1.pyc
 /usr/lib/python3.10/site-packages/leechcorepyc/__pycache__/__init__.cpython-310.opt-2.pyc
 /usr/lib/python3.10/site-packages/leechcorepyc/__pycache__/__init__.cpython-310.pyc
@@ -19,6 +20,7 @@
 /usr/lib/python3.11/site-packages/leechcorepyc/leechcore_ft601_driver_linux.so
 /usr/lib/python3.11/site-packages/leechcorepyc/leechcorepyc.abi3.so
 /usr/lib/python3.11/site-packages/leechcorepyc/leechcore.so
+/usr/lib/python3.11/site-packages/leechcorepyc/libMSCompression.so
 /usr/lib/python3.11/site-packages/leechcorepyc/__pycache__/__init__.cpython-311.opt-1.pyc
 /usr/lib/python3.11/site-packages/leechcorepyc/__pycache__/__init__.cpython-311.opt-2.pyc
 /usr/lib/python3.11/site-packages/leechcorepyc/__pycache__/__init__.cpython-311.pyc
@@ -31,6 +33,7 @@
 /usr/lib/python3.12/site-packages/leechcorepyc/leechcore_ft601_driver_linux.so
 /usr/lib/python3.12/site-packages/leechcorepyc/leechcorepyc.abi3.so
 /usr/lib/python3.12/site-packages/leechcorepyc/leechcore.so
+/usr/lib/python3.12/site-packages/leechcorepyc/libMSCompression.so
 /usr/lib/python3.12/site-packages/leechcorepyc/__pycache__/__init__.cpython-312.opt-1.pyc
 /usr/lib/python3.12/site-packages/leechcorepyc/__pycache__/__init__.cpython-312.opt-2.pyc
 /usr/lib/python3.12/site-packages/leechcorepyc/__pycache__/__init__.cpython-312.pyc
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-05-31 16:17:06 UTC
The package doesn't have any tests…