Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914133 - kde-frameworks/kfilemetadata: missing dependency on dev-qt/qtgui
Summary: kde-frameworks/kfilemetadata: missing dependency on dev-qt/qtgui
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:08 UTC by Sam James
Modified: 2023-09-19 16:51 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:08:56 UTC
```
VDB: detected possibly incorrect RDEPEND (kde-frameworks/kfilemetadata-5.110.0)
app-text/poppler | app-text/poppler:=
                 > dev-qt/qtgui:5
```

```
$ rg -i gui /var/tmp/portage/kde-frameworks/kfilemetadata-5.110.0/work/kfilemetadata-5.110.0
[...]

/var/tmp/portage/kde-frameworks/kfilemetadata-5.110.0/work/kfilemetadata-5.110.0/src/extractors/CMakeLists.txt:244:if(libappimage_FOUND AND KF5Config_FOUND AND Qt${QT_MAJOR_VERSION}Gui_FOUND)
/var/tmp/portage/kde-frameworks/kfilemetadata-5.110.0/work/kfilemetadata-5.110.0/src/extractors/CMakeLists.txt:250:        Qt${QT_MAJOR_VERSION}::Gui
/var/tmp/portage/kde-frameworks/kfilemetadata-5.110.0/work/kfilemetadata-5.110.0/src/extractors/CMakeLists.txt:263:    Qt${QT_MAJOR_VERSION}::Gui
/var/tmp/portage/kde-frameworks/kfilemetadata-5.110.0/work/kfilemetadata-5.110.0/CMakeLists.txt:40:find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG COMPONENTS Gui)
/var/tmp/portage/kde-frameworks/kfilemetadata-5.110.0/work/kfilemetadata-5.110.0/CMakeLists.txt:41:set_package_properties(Qt${QT_MAJOR_VERSION}Gui PROPERTIES DESCRIPTION "Qt${QT_MAJOR_VERSION}: Gui component"
/var/tmp/portage/kde-frameworks/kfilemetadata-5.110.0/work/kfilemetadata-5.110.0/CMakeLists.txt:43:                       PURPOSE "Qt${QT_MAJOR_VERSION}::Gui is needed to build the AppImage extractor")
[...]
```
Comment 1 Larry the Git Cow gentoo-dev 2023-09-19 16:43:59 UTC
The bug has been referenced in the following commit(s):

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

commit 397c88574e987a7fbde97a95b941f870e372f6d4
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-19 16:40:07 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-19 16:40:07 +0000

    kde-frameworks/kfilemetadata: Add missing dependency
    
    Upstream commit 1aa7f9168d51e0fc88b42f71fcdb90b0542d0d6f
    "Add extractor for AppImage files"
    
    ...TODO: check if we really need that/make unconditional?
    
    Bug: https://bugs.gentoo.org/914133
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-frameworks/kfilemetadata/kfilemetadata-5.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Larry the Git Cow gentoo-dev 2023-09-19 16:51:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e754a54a27b764037f2ac7fb58a490efa98cfd

commit 31e754a54a27b764037f2ac7fb58a490efa98cfd
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-19 16:40:07 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-19 16:51:12 +0000

    kde-frameworks/kfilemetadata: Add missing dependency
    
    Upstream commit 1aa7f9168d51e0fc88b42f71fcdb90b0542d0d6f
    "Add extractor for AppImage files"
    
    ...TODO: check if we really need that/make unconditional?
    
    Closes: https://bugs.gentoo.org/914133
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../{kfilemetadata-5.110.0.ebuild => kfilemetadata-5.110.0-r1.ebuild}    | 1 +
 1 file changed, 1 insertion(+)