X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 26FF3D9FF2; Tue, 4 Oct 2005 08:00:22 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 81176-02; Tue, 4 Oct 2005 11:00:14 +0000 (GMT) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by svr1.postgresql.org (Postfix) with ESMTP id 49B13DA001; Tue, 4 Oct 2005 08:00:06 -0300 (ADT) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=vale-housing.co.uk) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1EMkWh-00094h-1U; Tue, 04 Oct 2005 11:00:03 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Htmlhelp virtually impossible to build? Date: Tue, 4 Oct 2005 12:00:02 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Htmlhelp virtually impossible to build? Thread-Index: AcXI0sUzDFB580NdTxOpvOJ0zko3Wg== From: "Dave Page" To: Cc: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.061 required=5 tests=[AWL=0.061] X-Spam-Level: X-Archive-Number: 200510/9 X-Sequence-Number: 3254 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