Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914136 - kde-plasma/bluedevil: missing dependency on kde-frameworks/kservice
Summary: kde-plasma/bluedevil: missing dependency on kde-frameworks/kservice
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://invent.kde.org/plasma/bluedev...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2023-09-13 18:32 UTC by Sam James
Modified: 2023-09-19 15:26 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-13 18:32:00 UTC
```
VDB: detected possibly incorrect RDEPEND (kde-plasma/bluedevil-5.27.7)
dev-qt/qtquickcontrols2:5       <
kde-frameworks/kconfigwidgets:5 <
kde-frameworks/kirigami:5       <
                                > kde-frameworks/kservice:5
kde-frameworks/plasma:5         <
```

```
$ rg kservice -i /var/tmp/portage/kde-plasma/bluedevil-5.27.7/work/bluedevil-5.27.7
/var/tmp/portage/kde-plasma/bluedevil-5.27.7/work/bluedevil-5.27.7/src/kcm/bluetooth.cpp:39:    auto *job = new KIO::ApplicationLauncherJob(KService::serviceByDesktopName(QStringLiteral("org.kde.bluedevilwizard")));
/var/tmp/portage/kde-plasma/bluedevil-5.27.7/work/bluedevil-5.27.7/src/applet/plugin/launchapp.cpp:20:    auto *job = new KIO::ApplicationLauncherJob(KService::serviceByDesktopName(QStringLiteral("org.kde.bluedevilwizard")));
```
Comment 1 Andreas Sturmlechner gentoo-dev 2023-09-19 14:41:04 UTC
(In reply to Sam James from comment #0)
> kde-frameworks/kconfigwidgets:5 <
>                                 > kde-frameworks/kservice:5
Ack.

> dev-qt/qtquickcontrols2:5       <
> kde-frameworks/kirigami:5       <
> kde-frameworks/plasma:5         <
Used in qml.
Comment 2 Larry the Git Cow gentoo-dev 2023-09-19 14:41:50 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=561eb097436976db8be1cce96bff63748198128b

commit 561eb097436976db8be1cce96bff63748198128b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-19 14:40:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-19 14:40:19 +0000

    kde-plasma/bluedevil: Fix dependencies
    
    Bug: https://bugs.gentoo.org/914136
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/bluedevil/bluedevil-5.27.49.9999.ebuild | 2 +-
 kde-plasma/bluedevil/bluedevil-9999.ebuild         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2023-09-19 15:26:57 UTC
The bug has been closed via the following commit(s):

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

commit a6b29def2a54a9d992aa34cfc53d30fbf68f1e5f
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-19 14:49:53 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-19 15:23:17 +0000

    kde-plasma/bluedevil: Add missing dependency
    
    Closes: https://bugs.gentoo.org/914136
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/bluedevil/bluedevil-5.27.8-r1.ebuild | 44 +++++++++++++++++++++++++
 1 file changed, 44 insertions(+)