https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-video/mkvtoolnix-60.0.0 fails to compile. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
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(-)