Package: ghc6
Version: 6.4.1-2
Severity: serious
From my build log from overnight, with no net connection at the time:
...
rm -f -rf users_guide/
/usr/bin/xsltproc --stringparam base.dir users_guide/ \
--stringparam use.id.as.filename 1 \
--stringparam html.stylesheet fptools.css \
--stringparam toc.section.depth 3 --stringparam
section.autolabel 1 --stringparam section.label.includes.component.label 1 \
/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl
users_guide.xml
error : connection refused
users_guide.xml:7: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
]>
^
ug-book.xml:6: parser error : Entity 'lcub' not defined
<email>glasgow-haskell-{bugs,users}[EMAIL PROTECTED]</email>
^
ug-book.xml:6: parser error : Entity 'rcub' not defined
<email>glasgow-haskell-{bugs,users}[EMAIL PROTECTED]</email>
^
...
users_guide.xml:10: parser error : Entity 'ug-book' not defined
&ug-book;
^
unable to parse users_guide.xml
make[4]: *** [users_guide/index.html] Error 6
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[2]: Leaving directory `/tmp/buildd/ghc6-6.4.1/ghc'
make[1]: *** [build] Error 1
make[1]: Leaving directory `/tmp/buildd/ghc6-6.4.1'
make: *** [build-stamp] Error 2
Looks like a Build-Depends on docbook-xml is missing.
--
Daniel Schepler