Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914122 - kde-apps/kate: missing dependency on dev-qt/qtx11extras
Summary: kde-apps/kate: missing dependency on dev-qt/qtx11extras
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 17:41 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:41:49 UTC
```
VDB: detected possibly incorrect RDEPEND (kde-apps/kate-23.08.0)
 > dev-qt/qtx11extras:5
```

and
```
$ rg qtx11 /var/tmp/portage/kde-apps/kate-23.08.0/work/kate-23.08.0
/var/tmp/portage/kde-apps/kate-23.08.0/work/kate-23.08.0/apps/kate/main.cpp:51:#include <private/qtx11extras_p.h>
```
Comment 1 Andreas Sturmlechner gentoo-dev 2023-09-14 19:40:51 UTC
It is clearly there, in main app.

> $ lddtree /usr/bin/kate
> [...]
>     libQt5X11Extras.so.5 => /usr/lib64/libQt5X11Extras.so.5

Giving more context to your grep:

> #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
> #include <private/qtx11extras_p.h>
> #else
> #include <QX11Info>
> #endif
Comment 2 Larry the Git Cow gentoo-dev 2023-09-14 19:43:03 UTC
The bug has been closed via the following commit(s):

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

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

    kde-apps/kate: Add missing dependency
    
    Closes: https://bugs.gentoo.org/914122
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/kate/kate-23.08.49.9999.ebuild | 1 +
 kde-apps/kate/kate-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)