At 10:38 AM 5/26/2006, you wrote:
On 5/26/06, Neal Lester
wrote: At 09:17 AM 5/26/2006, you wrote:
This morning, when I try to run texexec, texmfstart gets stuck in the loop at line 262.
Placing
puts f
below line 266 ( f.gsub(...) do
prints:
$TEXROOT/texmf/{-local,}/web2c/texmf.cnf
(over and over again)
Mine doesn't seem to enter this loop -- nothing is printed. The above line looks like the entry from texsetup with an extra "/":
set TEXMFCNF=%TEXPATH%texmf{-local,}/web2c
What I did is copy setuptex to /etc/profile.d/setuptex.sh and then hard coded the value of TEXROOT in setuptex.sh instead of having the script set it from the command line argument. echo $TEXMFCNF prints $TEXROOT/texmf{-local,}/web2c Neal
Neal Lester wrote:
At 10:38 AM 5/26/2006, you wrote:
On 5/26/06, Neal Lester
wrote: At 09:17 AM 5/26/2006, you wrote:
This morning, when I try to run texexec, texmfstart gets stuck in the loop at line 262.
Placing
puts f
below line 266 ( f.gsub(...) do
prints:
$TEXROOT/texmf/{-local,}/web2c/texmf.cnf
(over and over again)
Mine doesn't seem to enter this loop -- nothing is printed. The above line looks like the entry from texsetup with an extra "/":
set TEXMFCNF=%TEXPATH%texmf{-local,}/web2c
What I did is copy setuptex to /etc/profile.d/setuptex.sh and then hard coded the value of TEXROOT in setuptex.sh instead of having the script set it from the command line argument.
echo $TEXMFCNF prints $TEXROOT/texmf{-local,}/web2c
i'm puzzled because the loop you mentioned is not supposed to be entered unless you run texmfstart as a kpseserver do you use the latest versions of texmfstart etc? Hans -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
At 07:06 AM 5/27/2006, you wrote:
What I did is copy setuptex to /etc/profile.d/setuptex.sh and then hard coded the value of TEXROOT in setuptex.sh instead of having the script set it from the command line argument.
echo $TEXMFCNF prints $TEXROOT/texmf{-local,}/web2c
i'm puzzled because the loop you mentioned is not supposed to be entered unless you run texmfstart as a kpseserver
do you use the latest versions of texmfstart etc?
I downloaded everything from pragma-ade.nl on last Thursday May 27th. The installation procedure I used is described in: http://www.ntg.nl/pipermail/ntg-context/2006/018759.html Neal
participants (2)
-
Hans Hagen
-
Neal Lester