Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914118 - kde-apps/ark: missing dependency on kde-frameworks/kwindowsystem
Summary: kde-apps/ark: 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
Assignee: Gentoo KDE team
URL: https://invent.kde.org/utilities/ark/...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2023-09-13 17:34 UTC by Sam James
Modified: 2023-09-14 19:43 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 17:34:30 UTC
```
VDB: detected possibly incorrect RDEPEND (kde-apps/ark-23.08.0)
kde-frameworks/kiconthemes:5 <
kde-frameworks/kitemmodels:5 <
                             > kde-frameworks/kwindowsystem:5
sys-libs/zlib                <
```

```
$ rg windowsys -i /var/tmp/portage/kde-apps/ark-23.08.0/work/ark-23.08.0
/var/tmp/portage/kde-apps/ark-23.08.0/work/ark-23.08.0/app/CMakeLists.txt:38:    KF${QT_MAJOR_VERSION}::WindowSystem
/var/tmp/portage/kde-apps/ark-23.08.0/work/ark-23.08.0/app/mainwindow.cpp:31:#include <KWindowSystem>
/var/tmp/portage/kde-apps/ark-23.08.0/work/ark-23.08.0/app/mainwindow.cpp:87:        if (!KWindowSystem::isPlatformWayland()) { // TODO : Remove this check when QTBUG-87332 is fixed
```
Comment 1 Andreas Sturmlechner gentoo-dev 2023-09-14 13:10:37 UTC
(In reply to Sam James from comment #0)
> ```
> VDB: detected possibly incorrect RDEPEND (kde-apps/ark-23.08.0)
> kde-frameworks/kiconthemes:5 <
app/welcomeview/welcomeview.cpp:15:10: fatal error: KIconLoader: No such file or directory
   15 | #include <KIconLoader>
      |          ^~~~~~~~~~~~~
compilation terminated.
Comment 2 Larry the Git Cow gentoo-dev 2023-09-14 19:43:04 UTC
The bug has been closed via the following commit(s):

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

commit c42a5d8c8122391c50dddbdda64e8e6f08553833
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-14 18:22:08 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-14 18:30:57 +0000

    kde-apps/ark: Update dependencies
    
    Upstream commits:
    5d85f093e620fee9a5abc779cfff3c3a7c2fcd2b
    9343567be9f895cbe5e290f88c9a933db34cdd95
    
    Closes: https://bugs.gentoo.org/914118
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/ark/ark-23.08.49.9999.ebuild | 4 ++--
 kde-apps/ark/ark-9999.ebuild          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)