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

```
$ rg -i kauth /var/tmp/portage/kde-plasma/kinfocenter-5.27.7/work
/var/tmp/portage/kde-plasma/kinfocenter-5.27.7/work/kinfocenter-5.27.7/Modules/about-distro/src/main.cpp:16:#include <KAuth/Action>
/var/tmp/portage/kde-plasma/kinfocenter-5.27.7/work/kinfocenter-5.27.7/Modules/about-distro/src/main.cpp:17:#include <KAuth/ExecuteJob>
[...]
```
Comment 1 Andreas Sturmlechner gentoo-dev 2023-09-18 20:56:40 UTC
(In reply to Sam James from comment #0)
> ```
> VDB: detected possibly incorrect RDEPEND (kde-plasma/kinfocenter-5.27.7)
> dev-qt/qtquickcontrols2:5   <
> kde-frameworks/kcmutils:5   <
> kde-frameworks/kirigami:5   <
All these are used in *.qml

>                             > kde-frameworks/kauth:5
https://invent.kde.org/plasma/kinfocenter/-/merge_requests/164

> kde-plasma/systemsettings:5 <
https://phabricator.kde.org/D26896
https://invent.kde.org/plasma/kinfocenter/-/commit/35b19106c5cb64c4705a3682269826d4be6510f2
Still there: https://invent.kde.org/plasma/kinfocenter/-/blob/master/CMakeLists.txt?ref_type=heads#L47
Comment 2 Larry the Git Cow gentoo-dev 2023-09-18 21:06:49 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=34bfbfcf29edfd748b6acbad7439664405f32b85

commit 34bfbfcf29edfd748b6acbad7439664405f32b85
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-18 21:04:50 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-18 21:06:00 +0000

    kde-plasma/kinfocenter: Add missing dependency
    
    See also: https://invent.kde.org/plasma/kinfocenter/-/merge_requests/164
    
    Bug: https://bugs.gentoo.org/914141
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

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

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

commit 013d945071b37ce6d4efd43d5bf5b305069a87c9
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-19 14:50:08 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-19 15:23:19 +0000

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

 .../kinfocenter/kinfocenter-5.27.8-r1.ebuild       | 82 ++++++++++++++++++++++
 1 file changed, 82 insertions(+)