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

Bug 890289

Summary: dev-qt/qtspeech-5.15.8 installs more files with FEATURES=test
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Agostino Sarubbo gentoo-dev 2023-01-09 10:51:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-qt/qtspeech-5.15.8 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 29
- the installed files without FEATURES=test are 27

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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-09 10:51:31 UTC
DIFF:
--- /dev/fd/63  2023-01-09 00:38:48.122868304 +0100
+++ /dev/fd/62  2023-01-09 00:38:48.122868304 +0100
@@ -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 Andreas Sturmlechner gentoo-dev 2023-01-09 13:28:23 UTC

*** This bug has been marked as a duplicate of bug 853106 ***