#2695: xmlto does not install ---------------------------------------+------------------------------------ Reporter: elena.valhalla@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: xmlto | ---------------------------------------+------------------------------------ Changes (by jmr@…): * port: => xmlto Old description:
This is the error given (all deps were already installed) (of course I've checked that the external entities could be opened with a browser)
$ sudo port install xmlto Password: ---> Building xmlto with target all Error: Target com.apple.build returned: shell command "cd "/Users/elenagrandi/darwinports/dports/ textproc/xmlto/work/xmlto-0.0.18" && make all XML_CATALOG_FILES=/Users/elenagrandi/ darwinports/dports/textproc/xmlto/work/catalog.xml" returned error 2 Command output: make all-am for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format XSL_DIR=./xsl \ bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; cat ./FAQ; exit $RC ) xmlto: input does not validate (status 3) /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/xmlif.xml:4: warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" validity error : Could not load the external subset "http://www.oasis- open.org/docbook/xml/4.2/ docbookx.dtd" Document /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/ xmlif.xml does not validate xmlto: input does not validate (status 3) /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/xmlto.xml:3: warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" validity error : Could not load the external subset "http://www.oasis- open.org/docbook/xml/4.2/ docbookx.dtd" Document /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/ xmlto.xml does not validate
Q: I'm trying to build xmlto on my Debian box, but it doesn't work.
A: If you get `Attempt to load network entity' errors when building xmlto, your system does not have the required support for XML Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). In particular, Debian has no support for these. Try the Fedora Project <http://fedora.redhat.com>. make[1]: *** [man/man1/xmlto.1] Error 3 make: *** [all] Error 2
New description: This is the error given (all deps were already installed) (of course I've checked that the external entities could be opened with a browser) {{{ $ sudo port install xmlto Password: ---> Building xmlto with target all Error: Target com.apple.build returned: shell command "cd "/Users/elenagrandi/darwinports/dports/ textproc/xmlto/work/xmlto-0.0.18" && make all XML_CATALOG_FILES=/Users/elenagrandi/ darwinports/dports/textproc/xmlto/work/catalog.xml" returned error 2 Command output: make all-am for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format XSL_DIR=./xsl \ bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; cat ./FAQ; exit $RC ) xmlto: input does not validate (status 3) /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/xmlif.xml:4: warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" validity error : Could not load the external subset "http://www.oasis- open.org/docbook/xml/4.2/ docbookx.dtd" Document /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/ xmlif.xml does not validate xmlto: input does not validate (status 3) /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/xmlto.xml:3: warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ warning: failed to load external entity "http://www.oasis- open.org/docbook/xml/4.2/docbookx.dtd" validity error : Could not load the external subset "http://www.oasis- open.org/docbook/xml/4.2/ docbookx.dtd" Document /Users/elenagrandi/darwinports/dports/textproc/xmlto/work/xmlto-0.0.18/./doc/ xmlto.xml does not validate Q: I'm trying to build xmlto on my Debian box, but it doesn't work. A: If you get `Attempt to load network entity' errors when building xmlto, your system does not have the required support for XML Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). In particular, Debian has no support for these. Try the Fedora Project <http://fedora.redhat.com>. make[1]: *** [man/man1/xmlto.1] Error 3 make: *** [all] Error 2 }}} -- -- Ticket URL: <https://trac.macports.org/ticket/2695#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS