[Bug 232822] multimedia/mkvtoolnix: fix build with GCC-based architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 30 18:09:12 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232822

            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 at FreeBSD.org
          Reporter: pkubaj at anongoth.pl
             Flags: maintainer-feedback?(riggs at FreeBSD.org)
          Assignee: riggs at FreeBSD.org

Created attachment 198780
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198780&action=edit
patch

We need to define USES=compiler:c++17-lang and USE_CXXSTD=c++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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list