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
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
ci has reproduced this issue with version 2.1.1 - Updating summary.