Date: Tue, 30 Oct 2018 18:09:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232822] multimedia/mkvtoolnix: fix build with GCC-based architectures Message-ID: <bug-232822-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232822 Bug ID: 232822 Summary: multimedia/mkvtoolnix: fix build with GCC-based architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: riggs@FreeBSD.org Reporter: pkubaj@anongoth.pl Flags: maintainer-feedback?(riggs@FreeBSD.org) Assignee: riggs@FreeBSD.org Created attachment 198780 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198780&action= =3Dedit patch We need to define USES=3Dcompiler:c++17-lang and USE_CXXSTD=3Dc++17 to fix = those errors when building with GCC: src/merge/mkvmerge.o:(.toc+0x10): undefined reference to `boost::system::detail::generic_category_instance' src/merge/mkvmerge.o:(.toc+0x18): undefined reference to `boost::system::detail::generic_category_instance' src/common/libmtxcommon.a(logger.o):(.toc+0x20): undefined reference to `boost::system::detail::system_category_instance' src/common/libmtxcommon.a(common.o):(.toc+0x18): undefined reference to `boost::system::detail::system_category_instance' Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232822-7788>