Summary: | media-video/mkvtoolnix-60.0.0 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aballier |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-config.log |
Description
Agostino Sarubbo
2021-08-03 09:15:49 UTC
Created attachment 729850 [details]
build.log
build log and emerge --info
Created attachment 729852 [details]
1-config.log
1-config.log
Possible context of error(s): configure: error: The Qt library is required for building MKVToolNix. Here, with -qt5 but QT libraries installed, configure fails with "cmark library not found". I think I found the problem: The ebuild has $(use_enable qt5 qt) but current mkvtoolnix supports --enable-qt5 and --enable-qt6 flags as well as --enable-gui defaulting to "yes". And, as you noted, "non-gui" QT libraries are needed in any case and we can apparently only switch between qt5 and qt6. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aec44868aca30ce8f391400c38253c0431c2c2f commit 2aec44868aca30ce8f391400c38253c0431c2c2f Author: Alexis Ballier <aballier@gentoo.org> AuthorDate: 2021-08-03 12:42:36 +0000 Commit: Alexis Ballier <aballier@gentoo.org> CommitDate: 2021-08-03 13:37:34 +0000 media-video/mkvtoolnix: drop qt5 useflag It is now mandatory. Closes: https://bugs.gentoo.org/806256 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org> media-video/mkvtoolnix/mkvtoolnix-60.0.0.ebuild | 39 ++++++++++---------- media-video/mkvtoolnix/mkvtoolnix-9999.ebuild | 47 ++++++++++++------------- 2 files changed, 40 insertions(+), 46 deletions(-) |