Hi, On Sun, Jul 16, 2017 at 10:30:13AM -0400, Craig Treleaven wrote: > I’ve updated mkvtoolnix to 13.0.0. On my main system (OS X 10.10, > Xcode 7.2.1) it builds and runs without issue. Building in trace mode > did not work
Why did the build in trace mode not work? > checking whether xsltproc works... no > configure: error: xsltproc doesn't work with DocBook's > /opt/local/share/xsl/docbook-xsl//manpages/docbook.xsl > Command failed: cd > "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_multimedia_mkvtoolnix/mkvtoolnix/work/mkvtoolnix-13.0.0" > && ./configure --prefix=/opt/local --mandir=/opt/local/share/man > --with-boost=/opt/local --with-extra-libs=/opt/local/lib > --with-extra-includes=/opt/local/include > --with-xsltproc=/opt/local/bin/xsltproc > --with-docbook-xsl-root=/opt/local/share/xsl/docbook-xsl/ > --with-po4a=/opt/local/bin/po4a > --with-po4a-translate=/opt/local/bin/po4a-translate --enable-qt > --with-qmake=/opt/local/libexec/qt5/bin/qmake > --with-moc=/opt/local/libexec/qt5/bin/moc > --with-uic=/opt/local/libexec/qt5/bin/uic > --with-rcc=/opt/local/libexec/qt5/bin/rcc Do you have a dependency on the docbook-xsl port? The failing test is https://github.com/mbunkus/mkvtoolnix/blob/master/ac/ax_docbook.m4#L51 Do you happen to have the config.log for this? It should have more info on why this failed. -- Clemens
