[Hugs-bugs] Re: [Haskell] ANNOUNCE: Hugs interim release
On Mon, Mar 14, 2005 at 10:52:06AM +0100, Ralf Hinze wrote:
It compiles just fine on my amd64 box, except for the user's guide:
mkdir users_guide /bin/cp hugs-ug.css users_guide test -z 'docbook2html' || \ docbook2html --dsl hugs-ug.dsl users_guide.sgml Using catalogs: /etc/sgml/sgml-docbook-4.2.cat Using stylesheet: /home/test/hugs98-Mar2005/docs/users_guide/hugs-ug.dsl Working on: /home/test/hugs98-Mar2005/docs/users_guide/users_guide.sgml jade:/home/test/hugs98-Mar2005/docs/users_guide/options.sgml:1166:13:E: document type does not allow element "VARLISTENTRY" here jade:/home/test/hugs98-Mar2005/docs/users_guide/options.sgml:1176:13:E: document type does not allow element "VARLISTENTRY" here jade:/home/test/hugs98-Mar2005/docs/users_guide/options.sgml:1189:14:E: end tag for "VARLISTENTRY" omitted, but OMITTAG NO was specified jade:/home/test/hugs98-Mar2005/docs/users_guide/options.sgml:1149:0: start tag was here jade:/home/test/hugs98-Mar2005/docs/users_guide/options.sgml:1156:22:E: [xref to VARLISTENTRY unsupported] jade:/home/test/hugs98-Mar2005/docs/users_guide/options.sgml:1193:5:E: [xref to VARLISTENTRY unsupported] make[2]: *** [users_guide/license.html] Error 8 make[2]: Leaving directory `/home/test/hugs98-Mar2005/docs/users_guide' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/test/hugs98-Mar2005/docs' make: *** [all] Error 2
It's probably a missing or outdated package. Can you direct me in the right direction (couldn't find any hints in the docs).
No, the document is malformed: a </varlistentry> is missing before line 1165 of docs/users_guide/options.xml.
participants (1)
-
Ross Paterson