https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-qt/qtserialbus-5.15.5 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 79 - the installed files without FEATURES=test are 77
DIFF: --- /dev/fd/63 2022-06-19 18:09:44.818120001 +0200 +++ /dev/fd/62 2022-06-19 18:09:44.818120001 +0200 @@ -60,6 +60,7 @@ /usr/lib64/cmake/Qt5SerialBus/Qt5SerialBusConfigVersion.cmake /usr/lib64/cmake/Qt5SerialBus/Qt5SerialBus_PassThruCanBusPlugin.cmake /usr/lib64/cmake/Qt5SerialBus/Qt5SerialBus_PeakCanBusPlugin.cmake +/usr/lib64/cmake/Qt5SerialBus/Qt5SerialBus_SocketCanBusPlugin.cmake /usr/lib64/cmake/Qt5SerialBus/Qt5SerialBus_TinyCanBusPlugin.cmake /usr/lib64/cmake/Qt5SerialBus/Qt5SerialBus_VirtualCanBusPlugin.cmake /usr/lib64/libQt5SerialBus.prl @@ -73,5 +74,6 @@ /usr/lib64/qt5/mkspecs/modules/qt_lib_serialbus_private.pri /usr/lib64/qt5/plugins/canbus/libqtpassthrucanbus.so /usr/lib64/qt5/plugins/canbus/libqtpeakcanbus.so +/usr/lib64/qt5/plugins/canbus/libqtsocketcanbus.so /usr/lib64/qt5/plugins/canbus/libqttinycanbus.so /usr/lib64/qt5/plugins/canbus/libqtvirtualcanbus.so
Not reproducible on my system.
*** Bug 890288 has been marked as a duplicate of this bug. ***