Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 853106 - dev-qt/qtspeech-5.15.5 installs more files with FEATURES=test
Summary: dev-qt/qtspeech-5.15.5 installs more files with FEATURES=test
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
: 890289 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-06-19 17:43 UTC by Agostino Sarubbo
Modified: 2023-01-09 13:28 UTC (History)
0 users

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-19 17:43:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-qt/qtspeech-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 29
- the installed files without FEATURES=test are 27
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-19 17:43:41 UTC
DIFF:
--- /dev/fd/63  2022-06-19 18:17:34.911167675 +0200
+++ /dev/fd/62  2022-06-19 18:17:34.911167675 +0200
@@ -17,6 +17,7 @@
 /usr/include/qt5/QtTextToSpeech/qvoice.h
 /usr/lib64/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake
 /usr/lib64/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfigVersion.cmake
+/usr/lib64/cmake/Qt5TextToSpeech/Qt5TextToSpeech_QTextToSpeechPluginSpeechd.cmake
 /usr/lib64/libQt5TextToSpeech.prl
 /usr/lib64/libQt5TextToSpeech.so
 /usr/lib64/libQt5TextToSpeech.so.5
@@ -25,3 +26,4 @@
 /usr/lib64/pkgconfig/Qt5TextToSpeech.pc
 /usr/lib64/qt5/mkspecs/modules/qt_lib_texttospeech.pri
 /usr/lib64/qt5/mkspecs/modules/qt_lib_texttospeech_private.pri
+/usr/lib64/qt5/plugins/texttospeech/libqtexttospeech_speechd.so
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2022-06-19 20:43:14 UTC
These files should always be installed. It's possible that the detection of speechd isn't working correctly.
Comment 3 Andreas Sturmlechner gentoo-dev 2022-06-20 21:21:00 UTC
Not reproducible on my system.
Comment 4 Andreas Sturmlechner gentoo-dev 2023-01-09 13:28:23 UTC
*** Bug 890289 has been marked as a duplicate of this bug. ***