Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914085 - kde-plasma/plasma-workspace: should RDEPEND on kde-frameworks/kcmutils, not just BDEPEND
Summary: kde-plasma/plasma-workspace: should RDEPEND on kde-frameworks/kcmutils, not j...
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/plasma-...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2023-09-13 05:03 UTC by Sam James
Modified: 2023-09-13 12:39 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 05:03:39 UTC
It seems like kcmutils is mostly used for building some artefacts, but not entirely:
```
$ lddtree /usr/bin/lookandfeeltool | head -5
lookandfeeltool => /usr/bin/lookandfeeltool (interpreter => /lib64/ld-linux-x86-64.so.2)
    libKF5KCMUtils.so.5 => /usr/lib64/libKF5KCMUtils.so.5
        libQt5QuickWidgets.so.5 => /usr/lib64/libQt5QuickWidgets.so.5
        libKF5XmlGui.so.5 => /usr/lib64/libKF5XmlGui.so.5
            libKF5GlobalAccel.so.5 => /usr/lib64/libKF5GlobalAccel.so.5
```
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-13 05:04:20 UTC
hm, looks like we're separately missing a kparts dep too
Comment 2 Andreas Sturmlechner gentoo-dev 2023-09-13 11:15:41 UTC
(In reply to Sam James from comment #1)
> hm, looks like we're separately missing a kparts dep too
Where's the output for that?
Comment 3 Andreas Sturmlechner gentoo-dev 2023-09-13 12:08:54 UTC
(In reply to Andreas Sturmlechner from comment #2)
> (In reply to Sam James from comment #1)
> > hm, looks like we're separately missing a kparts dep too
> Where's the output for that?
nvm, checked it myself
Comment 4 Larry the Git Cow gentoo-dev 2023-09-13 12:39:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=5abeb69e9cc1359cc8b9c0d09439d09a6431eb01

commit 5abeb69e9cc1359cc8b9c0d09439d09a6431eb01
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-13 11:28:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-13 11:28:49 +0000

    kde-plasma/plasma-workspace: Add missing dependencies
    
    Closes: https://bugs.gentoo.org/914085
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/plasma-workspace/plasma-workspace-5.27.49.9999.ebuild | 2 ++
 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild         | 2 ++
 2 files changed, 4 insertions(+)