Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951192 - media-video/mkvtoolnix-90.0[dbus,-gui] does not build (configure: error: QtDBus not found.)
Summary: media-video/mkvtoolnix-90.0[dbus,-gui] does not build (configure: error: QtDB...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-03-12 11:37 UTC by Hanno Böck
Modified: 2025-03-25 04:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,40.74 KB, text/plain)
2025-03-12 11:37 UTC, Hanno Böck
Details
emerge --info (emerge-info.txt,6.78 KB, text/plain)
2025-03-12 11:38 UTC, Hanno Böck
Details
portage log file (media-video:mkvtoolnix-90.0:20250312-113345.log,7.56 KB, text/plain)
2025-03-12 11:38 UTC, Hanno Böck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2025-03-12 11:37:47 UTC
Created attachment 920608 [details]
config.log

mkvtoolnix 90.0 does not build on my system due to a configure error:

checking for Qt 6... yes
configure: error: QtDBus not found.

(qtbase is compiled with the dbus useflag.)
Comment 1 Hanno Böck gentoo-dev 2025-03-12 11:38:01 UTC
Created attachment 920609 [details]
emerge --info
Comment 2 Hanno Böck gentoo-dev 2025-03-12 11:38:19 UTC
Created attachment 920610 [details]
portage log file
Comment 3 Alfred Wingate 2025-03-21 01:21:19 UTC
Reproduced with USE="-gui dbus".
Comment 4 Larry the Git Cow gentoo-dev 2025-03-25 04:36:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435451112b3c2ee356d8f86b15f7e0d762cc21e9

commit 435451112b3c2ee356d8f86b15f7e0d762cc21e9
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2025-03-21 02:13:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-25 04:35:06 +0000

    media-video/mkvtoolnix: dbus implicitly requires gui
    
    The requirement isn't explicitly stated but it makes sense as dbus
    is only used in the gui portion of the software.
    
    Closes: https://bugs.gentoo.org/951192
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)