On 10/13/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: > Just testing this on amd64 (I did sparc64 a while ago) and noticed > that building the html docs tries to download a dtd, which systrace > blocks. > > cd /usr/ports/mystuff/geo/postgis/w-postgis-1.3.1/postgis-1.3.1/doc && gmake > html > cat postgis.xml | sed "s/@@LAST_RELEASE_VERSION@@/1.3.1/g" > postgis-out.xml > /usr/local/bin/xsltproc --param section.autolabel 1 --param > section.label.includes.component.label 1 --param chunk.section.depth 0 > --stringparam html.stylesheet style.css \ > --output html/postgis.html \ > /usr/local/share/xsl/docbook/html/docbook.xsl \ > postgis-out.xml > systrace: deny user: sthen, prog: /usr/local/bin/xsltproc, pid: > 4268(0)[20483], policy: /usr/bin/make, filters: 193, syscall: > native-connect(98), sockaddr: inet-[127.0.0.1]:53 > systrace: deny user: sthen, prog: /usr/local/bin/xsltproc, pid: > 4268(0)[20483], policy: /usr/bin/make, filters: 193, syscall: > native-connect(98), sockaddr: inet-[127.0.0.1]:53 > systrace: deny user: sthen, prog: /usr/local/bin/xsltproc, pid: > 4268(0)[20483], policy: /usr/bin/make, filters: 193, syscall: > native-connect(98), sockaddr: inet-[66.151.234.59]:80 > error : Operation not permitted > postgis-out.xml:5: warning: failed to load external entity > "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
We had the same problem when working on a cleanup of dia port, adding textproc/docbook to build_depends seems to fix this issue. Landry
