public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Alan W. Irwin" <irwin@beluga.phys.uvic.ca>
To: docbook-tools-discuss@sources.redhat.com
Subject: Re: .pdf generation error using the "newer" tools
Date: Wed, 27 Dec 2000 06:36:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0012021857510.12471-100000@localhost> (raw)

Sorry for bringing this up again from the recent archives, but I am a newbie
on this list. 

I have exactly the same problem as Bill Brooks, and the suggested fix
doesn't work.

>    Using stylesheet:
>    /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
>    Working on: /home/wbrooks/box/work/foo/helloworld.docbook
>    This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
>    (Fatal format file error; I'm stymied)

Éric Bischoff responded:

TeX classical problem. The default configuration files do not allow
enough resources for docbook.

I believe Eric's response is correct, but his patch to texmf.cnf doesn't
solve the problem since it updates only the jadetex parameters which are
already generous on Redhat 6.2 and not the critical pdfjadetex ones.

On my other box (running Debian potato where I do not have this problem with
pdfjadetex) I have the following jadetex and pdfjadtex parameters.

grep 'jadetex =' texmf.cnf
TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,plain,generic,}//
TEXINPUTS.pdfjadetex = .;$TEXMF/{pdftex,tex}/{jadetex,plain,generic,}//
pool_size.jadetex = 500000
pool_size.pdfjadetex = 500000
string_vacancies.jadetex = 45000
string_vacancies.pdfjadetex = 45000
max_strings.jadetex = 58500
max_strings.pdfjadetex = 58500
pool_free.jadetex = 47500
pool_free.pdfjadetex = 47500
nest_size.jadetex = 500
nest_size.pdfjadetex = 500
param_size.jadetex = 1504
param_size.pdfjadetex = 1504
save_size.jadetex = 10000
save_size.pdfjadetex = 10000
stack_size.jadetex = 1503
stack_size.pdfjadetex = 1503
extra_mem_bot.jadetex = 85000
extra_mem_bot.pdfjadetex = 8500
 
On my RH 6.2 box with exactly the same XML Cygnus system as Bill
(where I do have the pdfjadetex
problem) the parameters are

grep 'jadetex =' texmf.cnf
TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,plain,generic,}//
TEXINPUTS.pdfjadetex = .;$TEXMF/{pdftex,tex}/{jadetex,plain,generic,}//
hash_extra.jadetex = 25000
pool_size.jadetex = 750000
max_strings.jadetex = 55000
save_size.jadetex = 15000

So all the jadextex parameters that Eric recommended updating are already
quite generous on RH 6.2, but there are no pdfjadetex parameters at all so I
presume that takes the small default which causes the "I am stymied"
problem.

I will now copy the Debian parameters that work for pdfjadetex to texmf.cnf
on my RedHat box, but I don't know how to proceed from there.  Is there some
command I run to reconfigure everything to use the new parameters?

Alan

email: irwin@beluga.phys.uvic.ca
phone: 250-727-2902	FAX: 250-721-7715
snail-mail:
Dr. Alan W. Irwin
Department of Physics and Astronomy,
University of Victoria, P.O. Box 3055,
Victoria, British Columbia, Canada, V8W 3P6 
__________________________

Linux-powered astrophysics
__________________________

WARNING: multiple messages have this Message-ID
From: "Alan W. Irwin" <irwin@beluga.phys.uvic.ca>
To: docbook-tools-discuss@sources.redhat.com
Subject: Re: .pdf generation error using the "newer" tools
Date: Sat, 02 Dec 2000 19:17:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0012021857510.12471-100000@localhost> (raw)
Message-ID: <20001202191700.hI1Otgy8NMjoDlkxBl_NfQwqlFpCZrkw_9fGerZHQKs@z> (raw)

Sorry for bringing this up again from the recent archives, but I am a newbie
on this list. 

I have exactly the same problem as Bill Brooks, and the suggested fix
doesn't work.

>    Using stylesheet:
>    /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
>    Working on: /home/wbrooks/box/work/foo/helloworld.docbook
>    This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
>    (Fatal format file error; I'm stymied)

Éric Bischoff responded:

TeX classical problem. The default configuration files do not allow
enough resources for docbook.

I believe Eric's response is correct, but his patch to texmf.cnf doesn't
solve the problem since it updates only the jadetex parameters which are
already generous on Redhat 6.2 and not the critical pdfjadetex ones.

On my other box (running Debian potato where I do not have this problem with
pdfjadetex) I have the following jadetex and pdfjadtex parameters.

grep 'jadetex =' texmf.cnf
TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,plain,generic,}//
TEXINPUTS.pdfjadetex = .;$TEXMF/{pdftex,tex}/{jadetex,plain,generic,}//
pool_size.jadetex = 500000
pool_size.pdfjadetex = 500000
string_vacancies.jadetex = 45000
string_vacancies.pdfjadetex = 45000
max_strings.jadetex = 58500
max_strings.pdfjadetex = 58500
pool_free.jadetex = 47500
pool_free.pdfjadetex = 47500
nest_size.jadetex = 500
nest_size.pdfjadetex = 500
param_size.jadetex = 1504
param_size.pdfjadetex = 1504
save_size.jadetex = 10000
save_size.pdfjadetex = 10000
stack_size.jadetex = 1503
stack_size.pdfjadetex = 1503
extra_mem_bot.jadetex = 85000
extra_mem_bot.pdfjadetex = 8500
 
On my RH 6.2 box with exactly the same XML Cygnus system as Bill
(where I do have the pdfjadetex
problem) the parameters are

grep 'jadetex =' texmf.cnf
TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,plain,generic,}//
TEXINPUTS.pdfjadetex = .;$TEXMF/{pdftex,tex}/{jadetex,plain,generic,}//
hash_extra.jadetex = 25000
pool_size.jadetex = 750000
max_strings.jadetex = 55000
save_size.jadetex = 15000

So all the jadextex parameters that Eric recommended updating are already
quite generous on RH 6.2, but there are no pdfjadetex parameters at all so I
presume that takes the small default which causes the "I am stymied"
problem.

I will now copy the Debian parameters that work for pdfjadetex to texmf.cnf
on my RedHat box, but I don't know how to proceed from there.  Is there some
command I run to reconfigure everything to use the new parameters?

Alan

email: irwin@beluga.phys.uvic.ca
phone: 250-727-2902	FAX: 250-721-7715
snail-mail:
Dr. Alan W. Irwin
Department of Physics and Astronomy,
University of Victoria, P.O. Box 3055,
Victoria, British Columbia, Canada, V8W 3P6 
__________________________

Linux-powered astrophysics
__________________________

             reply	other threads:[~2000-12-27  6:36 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-27  6:36 Alan W. Irwin [this message]
2000-12-02 19:17 ` Alan W. Irwin
2000-12-27  6:36 ` Bill Brooks
2000-12-08 18:16   ` Bill Brooks
2000-12-27  6:36   ` Eric Bischoff
2000-12-09  3:49     ` Eric Bischoff
2000-12-27  6:36     ` Tim Waugh
2000-12-09  3:56       ` Tim Waugh
2000-12-27  6:36       ` Mirko Streckenbach
2000-12-13  1:32         ` Mirko Streckenbach
2000-12-27  6:36         ` Eric Bischoff
2000-12-13  2:45           ` Eric Bischoff
2000-12-27  6:36   ` Alan W. Irwin
2000-12-08 19:39     ` Alan W. Irwin
2000-12-27  6:36     ` Eric Bischoff
2000-12-09  4:05       ` Eric Bischoff
2000-12-27  6:36 ` Alan W. Irwin
2000-12-02 22:58   ` Alan W. Irwin
2000-12-27  6:36   ` pdfjadetex does not work! (was .pdf generation error using the"newer" tools) Alan W. Irwin
2000-12-04  9:46     ` Alan W. Irwin
2000-12-27  6:36     ` jade catalog problems for Cygnus DocBook 4.1 XML Alan W. Irwin
2000-12-06 14:27       ` Alan W. Irwin
2000-12-27  6:36       ` Eric Bischoff
2000-12-07  2:41         ` Eric Bischoff
2000-12-27  6:36 .pdf generation error using the "newer" tools Bill Brooks
2000-10-10 21:52 ` Bill Brooks
2000-12-27  6:36 ` Eric Bischoff
2000-10-11  4:53   ` Eric Bischoff
2000-12-27  6:36   ` Bill Brooks
2000-10-11 15:28     ` Bill Brooks
2000-12-27  6:36     ` Eric Bischoff
2000-10-12  4:54       ` Eric Bischoff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0012021857510.12471-100000@localhost \
    --to=irwin@beluga.phys.uvic.ca \
    --cc=docbook-tools-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).