public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Devrim GÜNDÜZ <[email protected]>
To: Peter Eisentraut <[email protected]>
Cc: pgsql-docs <[email protected]>
Subject: Re: PDF build issue with 9.0 Alpha5
Date: Fri, 02 Apr 2010 14:50:14 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <[email protected]> writes:
> I was trying to build PDF docs for 9.0 Alpha5, and I got this message:
> ! TeX capacity exceeded, sorry [number of strings=245830].
> I checked texmf.cnf, and all values match the ones that are defined in
> our docs. Which setting should I increase? Please note that Alpha4 PDF
> was built successfully on the same machine (an up2date Fedora 12).
This looks rather nasty. As best I can tell, there is a hard limit on
max_strings of 2^18; setting max_strings to more than that in texmf.cnf
does nothing. Changing this would require modifying internal data
representations inside TeX. That seems well beyond what anybody is
going to be willing to do to build the PG docs.
As a short-term expedient to get some alpha5 RPMs built, you could
disable generation of the index (remove "-i include-index" from
JADE.tex.call).
For an actual fix, it looks like we have got three alternatives:
* find out what's chewing up so many strings and get rid of it.
* break the manual into separate TeX documents (losing the ability to
cross-reference).
* abandon TeX-based document output path.
regards, tom lane
view thread (15+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: PDF build issue with 9.0 Alpha5
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox