Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 853064 - dev-qt/qtbluetooth-5.15.5 installs more files with FEATURES=test
Summary: dev-qt/qtbluetooth-5.15.5 installs more files with FEATURES=test
Status: RESOLVED PKGREMOVED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
: 890287 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-06-19 13:57 UTC by Agostino Sarubbo
Modified: 2025-02-22 14:33 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 13:57:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-qt/qtbluetooth-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 160
- the installed files without FEATURES=test are 159
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-19 13:57:48 UTC
DIFF:
--- /dev/fd/63  2022-06-19 15:31:01.256433904 +0200
+++ /dev/fd/62  2022-06-19 15:31:01.256433904 +0200
@@ -155,5 +155,6 @@
 /usr/lib64/libQt5Bluetooth.so.5.15
 /usr/lib64/libQt5Bluetooth.so.5.15.5
 /usr/lib64/pkgconfig/Qt5Bluetooth.pc
+/usr/lib64/qt5/bin/sdpscanner
 /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth.pri
 /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth_private.pri
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2022-06-19 20:36:22 UTC
sdpscanner should always be installed, I'm not sure why that's not the case.
It might be possible that bluez is not correctly detected, but if so, we have a much bigger problem.
Comment 3 Andreas Sturmlechner gentoo-dev 2022-06-20 21:21:09 UTC
Not reproducible on my system.
Comment 4 Andreas Sturmlechner gentoo-dev 2023-01-09 13:28:04 UTC
*** Bug 890287 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2025-02-22 14:33:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b530de433dbb89776c5874f6ad1ca5a0c2dc47f5

commit b530de433dbb89776c5874f6ad1ca5a0c2dc47f5
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-02-22 14:33:12 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-02-22 14:33:12 +0000

    dev-qt/qtbluetooth: treeclean
    
    Bug: https://bugs.gentoo.org/948573
    Closes: https://bugs.gentoo.org/853064 (pkgremoved)
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-qt/qtbluetooth/Manifest                   |  2 --
 dev-qt/qtbluetooth/metadata.xml               | 20 ----------------
 dev-qt/qtbluetooth/qtbluetooth-5.15.16.ebuild | 34 ---------------------------
 profiles/package.mask                         |  4 ----
 4 files changed, 60 deletions(-)