[ Sorry for the duplicate, I made a typo in the bug number when sending this 
the first time ]

El 8/12/24 a las 13:00, Thomas Lange escribió:
Oh, I see I already have this in debian/control:

Build-Depends-Indep: asciidoc-dblatex, w3m, dblatex, docbook-xsl, 
libparse-recdescent-perl

Why does is not work in your environment?

I see this:

a2x: deleting /tmp/20241208/fai-6.2.3/doc/fai-guide.text.html
a2x: deleting /tmp/20241208/fai-6.2.3/doc/fai-guide.xml
asciidoc: include: /tmp/20241208/fai-6.2.3/doc/includes/bootexample.txt
asciidoc: fai-guide.txt: line 1383: reading: 
/tmp/20241208/fai-6.2.3/doc/includes/bootexample.txt
asciidoc: include: /tmp/20241208/fai-6.2.3/doc/includes/fai-1st-part.txt
asciidoc: fai-guide.txt: line 1392: reading: 
/tmp/20241208/fai-6.2.3/doc/includes/fai-1st-part.txt
a2x: executing: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s 
"/etc/asciidoc/dblatex/asciidoc-dblatex.sty" -P latex.output.revhistory=0 -V  
"/tmp/20241208/fai-6.2.3/doc/fai-guide.xml"

Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl 
/tmp/20241208/fai-6.2.3/doc/fai-guide.xml
warning: failed to load external entity 
"/tmp/20241208/fai-6.2.3/doc/fai-guide.xml"
unable to parse /tmp/20241208/fai-6.2.3/doc/fai-guide.xml


What it seems is that several processes use the same "fai-guide.xml" as an 
intermediate file,
one of them removing it before doing something with it, the other trying to 
read it.

If there is a way to tell them to use different temporary *.xml files, that
could probably work.

If not, I would simply force sequential processing.

Thanks.

Reply via email to