[xml/sgml-pkgs] xsltproc oddness

Ian Lynagh igloo at earth.li
Sun Sep 11 00:07:00 UTC 2005


Just had a quick look at this.

This is reproducible for me (note the changing result):

$ dchroot
Executing shell in 'unstable' chroot.
$ xsltproc /html/docbook.xsl conftest.xml; echo $?
warning: failed to load external entity "/html/docbook.xsl"
cannot parse /html/docbook.xsl
0
$ xsltproc /html/docbook.xsl conftest.xml; echo $?
warning: failed to load external entity "/html/docbook.xsl"
cannot parse /html/docbook.xsl
4
$ xsltproc /html/docbook.xsl conftest.xml; echo $?
warning: failed to load external entity "/html/docbook.xsl"
cannot parse /html/docbook.xsl
4
$ 

and also reproducibly:

$ dchroot
Executing shell in 'unstable' chroot.
$ env
HZ=100
SHELL=/bin/bash
TERM=screen
USER=igloo
MAIL=/var/mail/igloo
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
PWD=/home/igloo
SHLVL=1
HOME=/home/igloo
LOGNAME=igloo
_=/usr/bin/env
$ xsltproc /html/docbook.xsl conftest.xml; echo $?
warning: failed to load external entity "/html/docbook.xsl"
cannot parse /html/docbook.xsl
4
$ xsltproc /html/docbook.xsl conftest.xml; echo $?
warning: failed to load external entity "/html/docbook.xsl"
cannot parse /html/docbook.xsl
4
$ 

This is with xsltproc 1.1.14-1; anyone got any idea what's going on?

I suspect this is related to why the automated builds are (mostly)
failing and the manual ones aren't.


Thanks
Ian




More information about the debian-xml-sgml-pkgs mailing list