Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914139 - kde-plasma/kde-gtk-config: missing dependency on kde-frameworks/kwindowsystem
Summary: kde-plasma/kde-gtk-config: missing dependency on kde-frameworks/kwindowsystem
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-13 18:39 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:39:06 UTC
```
VDB: detected possibly incorrect RDEPEND (kde-plasma/kde-gtk-config-5.27.7)
dev-cpp/glibmm:2 <
                 > kde-frameworks/kwindowsystem:5
```

```
$ rg -i kwindowsys /var/tmp/portage/kde-plasma/kde-gtk-config-5.27.7/work
/var/tmp/portage/kde-plasma/kde-gtk-config-5.27.7/work/kde-gtk-config-5.27.7/kded/gtkconfig.cpp:12:#include <KWindowSystem>
/var/tmp/portage/kde-plasma/kde-gtk-config-5.27.7/work/kde-gtk-config-5.27.7/kded/gtkconfig.cpp:46:    if (qgetenv("GTK_USE_PORTAL") != "1" && KWindowSystem::isPlatformWayland()) {
/var/tmp/portage/kde-plasma/kde-gtk-config-5.27.7/work/kde-gtk-config-5.27.7/kded/gtkconfig.cpp:222:        if (!KWindowSystem::isPlatformX11()) {
/var/tmp/portage/kde-plasma/kde-gtk-config-5.27.7/work/kde-gtk-config-5.27.7/kded/configvalueprovider.cpp:19:#include <KWindowSystem>
/var/tmp/portage/kde-plasma/kde-gtk-config-5.27.7/work/kde-gtk-config-5.27.7/kded/configvalueprovider.cpp:473:    if (KWindowSystem::isPlatformX11()) {
/var/tmp/portage/kde-plasma/kde-gtk-config-5.27.7/work/kde-gtk-config-5.27.7/kded/configvalueprovider.cpp:489:    if (KWindowSystem::isPlatformX11()) {
```
Comment 1 Larry the Git Cow gentoo-dev 2023-09-19 13:17:09 UTC
The bug has been referenced in the following commit(s):

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

commit ff6302f54a96e355537c06d5f43950277c79bf12
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-19 13:12:18 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-19 13:12:59 +0000

    kde-plasma/kde-gtk-config: Drop unused dependency
    
    Reverted by upstream commit 73d26edeba0e879825e03a3ecc3e146eaf123460,
    then no longer to be seen in upstream replacement commit
    7f7a57095cf1c0696626a481695e0f6730c047d5
    
    Bug: https://bugs.gentoo.org/914139
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/kde-gtk-config/kde-gtk-config-5.27.49.9999.ebuild | 5 +----
 kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild         | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b86dbebbfe31fbc70c5d8d0aca1c895d083b8b5

commit 4b86dbebbfe31fbc70c5d8d0aca1c895d083b8b5
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-19 13:07:14 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-19 13:07:14 +0000

    kde-plasma/kde-gtk-config: Add missing dependency
    
    Upstream commit 87cb9018088eb31789aed0678f234e9a6bd2662a
    
    Bug: https://bugs.gentoo.org/914139
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/kde-gtk-config/kde-gtk-config-5.27.49.9999.ebuild | 1 +
 kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild         | 1 +
 2 files changed, 2 insertions(+)
Comment 2 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=c712cdb73ec89765c26bd98f31d15ea2dc1f99d6

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

    kde-plasma/kde-gtk-config: Fix dependencies
    
    Closes: https://bugs.gentoo.org/914139
    Closes: https://bugs.gentoo.org/914378
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../kde-gtk-config/kde-gtk-config-5.27.8-r1.ebuild | 53 ++++++++++++++++++++++
 1 file changed, 53 insertions(+)