|
From: Julian S. <js...@ac...> - 2007-11-23 11:43:49
|
On Friday 23 November 2007 08:19, Konstantin Serebryany wrote:
> I've tried building printable valgrind docs from the svn trunc. [...]
> ! ==> Fatal error occurred, the output PDF file is not finished!
Yes. The PDF build chain is very fragile. I keep a SuSE 10.1 machine
available purely so I can build the PDF -- it will not build on
openSUSE 10.2 or later, for unknown reasons. Even then it requires
the following hack to succeed (see docs/README):
pdfxmltex still bombs when building the print docs. On SuSE 10.1 I
edited /etc/texmf/web2c/texmf.cnf and changed
pool_size.pdfxmltex = 500000
to
pool_size.pdfxmltex = 1500000
and that fixes it.
For these kinds of reasons, in the distribution tarball, the PDF
docs and HTML docs are pre-built.
If anybody can figure out why the PDF doc build fails on
openSUSE 10.2 and later, that would be great.
I can send PDF of current docs if you want.
J
|