Htmlhelp virtually impossible to build?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgsql-hacker(at)postgresql(dot)org>
Cc: <pgsql-docs(at)postgresql(dot)org>
Subject: Htmlhelp virtually impossible to build?
Date: 2005-10-04 11:00:02
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC3143@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

In order to build the docs for the Windows distribution of PostgreSQL
and all platforms supported bt pgAdmin, I need to run 'make htmlhelp'
from doc/src/sgml, which generates html doc pages and htmlhelp indexes,
project file and toc.

Unfortunately this generally seems to fail on the xsltproc step when it
comes to building the toc etc - on 32 bit machines it always seems to
bail out with an invalid pointer error in glibc, whilst on 64 bit boxes,
prior to 8.0.4 it generally worked OK, given 10 minutes or so to
complete. With 8.0.4 however, I get a segfault on 2 different fc4 boxes
I've tried. On 32bit Solaris, I get complaints (followed by a core dump)
along the lines of 'No "en" localization of "foo" exists (which I guess
might just be my environment). For 8.0.4, I finally managed to run the
xsltproc step successfully on Windows XP (using the same version of
xsltproc as on the fc4 boxes).

Anyhoo, I realise this is most likely largely the fault of xsltproc, but
is there anything we can do to improve matters ourselves - for example
by breaking up the processing into chapters rather than doing the whole
manual at once?

Regards, Dave

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2005-10-05 08:04:53 Re: Htmlhelp virtually impossible to build?
Previous Message Bruce Momjian 2005-10-03 18:48:33 Re: Added documentation about caching, reliability