Summary: | x11-misc/qt5ct-1.2-r1 "USE=-dbus" build fails if dev-qt/qtdbus not installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matthew Ogilvie <mmogilvi+gnto> |
Component: | Current packages | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | njsg |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/22236 https://bugs.gentoo.org/show_bug.cgi?id=920074 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge.info Apply new patch and pass DISABLE_DBUS to build Add DISABLE_DBUS to the cmake-based build system |
Description
Matthew Ogilvie
2021-07-19 04:25:03 UTC
Created attachment 724927 [details]
build.log
Created attachment 724930 [details]
emerge.info
Is it possible to change the in-tree ebuilds to use qmake and make until this is fixed upstream? Created attachment 736441 [details, diff]
Apply new patch and pass DISABLE_DBUS to build
Pass DISABLE_DBUS to the build system (and also apply the patch which adds that option to the cmake-based build system).
Created attachment 736444 [details, diff] Add DISABLE_DBUS to the cmake-based build system Patch to add a DISABLE_DBUS option to the cmake-based build system, modelled after [1] (but named DISABLE_DBUS for consistency with the existing qmake option in qt5ct). [1] https://github.com/rodlie/draco/commit/864e7695e5c04ce082b5c3c19e7bcc467c1edf79 The documentation string for the new option was copied from the qt5ct README; the enabled/disabled messages were copied from src/qt5ct-qtplugin/qt5ct-qtplugin.pro. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f94d5d9910d1e81618490d39303549ed0f4d43 commit 89f94d5d9910d1e81618490d39303549ed0f4d43 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-10-20 07:18:21 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-10-20 09:39:42 +0000 x11-misc/qt5ct: Remove leftover USE=dbus Closes: https://bugs.gentoo.org/802828 Signed-off-by: Michał Górny <mgorny@gentoo.org> x11-misc/qt5ct/metadata.xml | 3 --- x11-misc/qt5ct/qt5ct-1.3.ebuild | 8 ++------ x11-misc/qt5ct/qt5ct-1.5.ebuild | 8 ++------ 3 files changed, 4 insertions(+), 15 deletions(-) |