Bug 73207 - INITEX pattern memory exhausts when building print/teTeX-latex2e
Summary: INITEX pattern memory exhausts when building print/teTeX-latex2e
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 17:50 UTC by Rene Ladan
Modified: 2004-10-30 18:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan 2004-10-27 17:50:24 UTC
The pattern memory of INITEX exhausts when building the port:

from /usr/ports/print/teTeX-latex2e/work/base/latex.log :

This is TeX, Version 3.14159 (Web2C 7.4.5) (INITEX)  27 OCT 2004 18:31
**latex.ltx
(./latex.ltx (/usr/local/share/texmf/tex/latex/config/texsys.cfg)
\openout15 = `texsys.aux'.


./texsys.aux found


\@currdir set to: ./.


Assuming \openin and \input 
have the same search path.


Defining UNIX/DOS style filename parser.

[snip]

(/usr/local/share/texmf/tex/generic/hyphen/dehyphn.tex
New German Hyphenation Patterns `dehyphn' Rev.31 <2001-05-07> (WaS)
! TeX capacity exceeded, sorry [pattern memory=20000].
l.182 ...3k4 .en8ta8 .en8tei .en4t3r .epo1 .er6ban
                                                  
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

 
Here is how much of TeX's memory you used:
 2848 strings out of 13683
 29560 string characters out of 76705
 43540 words of memory out of 250001
 3058 multiletter control sequences out of 10000+0
 3640 words of font info for 14 fonts, out of 100000 for 500
 14 hyphenation exceptions out of 659
 19i,0n,20p,202b,145s stack positions out of 300i,50n,60p,3000b,4000s
No pages of output.

This prevents a portupgrade of print/teTeX to 2.0.2_6

Fix: 

somehow increase the (pattern) memory size of INITEX
How-To-Repeat: 
(apply a solution from the ushyph1.tex PR)
#cd /usr/ports/print/teTeX-latex2e
#make
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-10-28 00:21:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer.
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2004-10-28 18:58:54 UTC
State Changed
From-To: open->feedback

A fix has been committed.  Could you please try the latest ports and 
let me know if it works properly?  Thanks!
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2004-10-30 18:58:07 UTC
State Changed
From-To: feedback->closed

This problem should be fixed now.  Please update your ports/ tree 
and try the latest version.