Htmlhelp virtually impossible to build?

Started by Dave Pageover 20 years ago3 messagesdocs
Jump to latest
#1Dave Page
dpage@pgadmin.org

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Dave Page (#1)
Re: Htmlhelp virtually impossible to build?

Dave Page wrote:

Unfortunately this generally seems to fail on the xsltproc step when
it comes to building the toc etc

I just ran make htmlhelp on current CVS and it completed successfully in
8 1/2 minutes. I suggest you complain about the crashes to your OS
provider.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Peter Eisentraut (#2)
Re: Htmlhelp virtually impossible to build?

Dave Page wrote:

I just ran make htmlhelp on current CVS and it completed
successfully in
8 1/2 minutes. I suggest you complain about the crashes to your OS
provider.

What OS were you on?

Debian "testing", i386, xsltproc 1.1.15

--
Peter Eisentraut
http://developer.postgresql.org/~petere/