On which arch did you test that ? Mike
On Sun, Sep 11, 2005 at 01:07:00AM +0100, Ian Lynagh <[EMAIL PROTECTED]> wrote: > > 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 > > > _______________________________________________ > debian-xml-sgml-pkgs mailing list > [EMAIL PROTECTED] > http://lists.alioth.debian.org/mailman/listinfo/debian-xml-sgml-pkgs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

