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

Bug 859898

Summary: dev-libs/libgpiod-2.1.1 installs more files with FEATURES=test
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Yixun Lan <dlan>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Agostino Sarubbo gentoo-dev 2022-07-22 06:15:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/libgpiod-1.6.3-r1 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 26
- the installed files without FEATURES=test are 20
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-22 06:15:40 UTC
DIFF:
--- /dev/fd/63  2022-07-21 17:20:18.231433227 +0200
+++ /dev/fd/62  2022-07-21 17:20:18.231433227 +0200
@@ -1,13 +1,19 @@
 /usr/bin/gpiodetect
+/usr/bin/gpiod-test
 /usr/bin/gpiofind
 /usr/bin/gpioget
 /usr/bin/gpioinfo
 /usr/bin/gpiomon
 /usr/bin/gpioset
+/usr/bin/gpio-tools-test
+/usr/bin/gpio-tools-test.bats
 /usr/include/gpiod.h
 /usr/lib64/libgpiod.so
 /usr/lib64/libgpiod.so.2
 /usr/lib64/libgpiod.so.2.2.2
+/usr/lib64/libgpiomockup.so
+/usr/lib64/libgpiomockup.so.0
+/usr/lib64/libgpiomockup.so.0.0.1
 /usr/lib64/pkgconfig/libgpiod.pc
 /usr/share/doc/libgpiod-1.6.3-r1/NEWS.bz2
 /usr/share/doc/libgpiod-1.6.3-r1/README.bz2
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-23 09:06:30 UTC
ci has reproduced this issue with version 2.1.1 - Updating summary.