Ticket #29339: adoc-error.txt

File adoc-error.txt, 2.0 KB (added by ken.gregson@…, 13 years ago)

diagnostic output from running a2x --verbose

Line 
1shoshin:adoc kludge$ a2x --verbose --keep-artifacts -f epub adoc.txt
2a2x: args: ['--verbose', '--keep-artifacts', '-f', 'epub', 'adoc.txt']
3a2x: executing: /opt/local/bin/asciidoc --backend docbook  --verbose  --out-file /Users/kludge/adoc/adoc.xml /Users/kludge/adoc/adoc.txt
4asciidoc: reading: /opt/local/etc/asciidoc/asciidoc.conf
5asciidoc: reading: /opt/local/etc/asciidoc/asciidoc.conf
6asciidoc: reading: /Users/kludge/adoc/adoc.txt
7asciidoc: reading: /opt/local/etc/asciidoc/docbook45.conf
8asciidoc: reading: /opt/local/etc/asciidoc/filters/code/code-filter.conf
9asciidoc: reading: /opt/local/etc/asciidoc/filters/graphviz/graphviz-filter.conf
10asciidoc: reading: /opt/local/etc/asciidoc/filters/latex/latex-filter.conf
11asciidoc: reading: /opt/local/etc/asciidoc/filters/music/music-filter.conf
12asciidoc: reading: /opt/local/etc/asciidoc/filters/source/source-highlight-filter.conf
13asciidoc: reading: /opt/local/etc/asciidoc/lang-en.conf
14asciidoc: writing: /Users/kludge/adoc/adoc.xml
15a2x: executing: xmllint --nonet --noout --valid /Users/kludge/adoc/adoc.xml
16a2x: deleting /Users/kludge/adoc/adoc.epub.d
17a2x: creating /Users/kludge/adoc/adoc.epub.d
18a2x: chdir /Users/kludge/adoc/adoc.epub.d
19a2x: executing: xsltproc  --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0  /opt/local/etc/asciidoc/docbook-xsl/epub.xsl /Users/kludge/adoc/adoc.xml
20warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl"
21compilation error: file /opt/local/etc/asciidoc/docbook-xsl/epub.xsl line 13 element import
22xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl
23a2x: ERROR: xsltproc  --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0  /opt/local/etc/asciidoc/docbook-xsl/epub.xsl /Users/kludge/adoc/adoc.xml returned non-zero exit status 5
24a2x: chdir /Users/kludge/adoc