#47083: dblatex fails with titlesec.sty not found error ------------------------------+-------------------------------- Reporter: Joel.Brogniart@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: dblatex ------------------------------+-------------------------------- Since, r132311 dblatex fails to output a pdf file with a titlesec.sty not found error. To reproduce: {{{ # First clean macports to only get essential dependencies sudo port uninstall installed # Then install dblatex sudo port install dblatex }}} Create a simple test.xml file with ie.: {{{ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" [ ]> <article class="techreport" status="final"> <para>Just some blabla.</para> </article> }}} Then use dblatex to create a pdf file from this file: {{{ dblatex test.xml }}} The pdf creation fails. -- Ticket URL: <https://trac.macports.org/ticket/47083> MacPorts <https://www.macports.org/> Ports system for OS X