ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: TeX Live 2003 miseries.
Date: Thu, 16 Oct 2003 02:43:39 +0200	[thread overview]
Message-ID: <6.0.0.22.2.20031016024143.02e31668@server-1> (raw)
In-Reply-To: <200310151853.10469.john@wexfordpress.com>

At 00:53 16/10/2003, you wrote:
>On Tuesday 14 October 2003 19:11, George N. White III wrote:
> > On Mon, 13 Oct 2003, John Culleton wrote:
> > > I installed the latest version of TeXLive 2003 (the so-called
> > > demo version) and did the fmtutil and texhash bit.  When I ran a
> > > job for a customer, texexec hung up at the point where a graphic
> > > was being loaded. So I went back to last year's texlive in a
> > > terrible hurry. That worked fine.
> >
> > What platform?
>Slackware 9.1
>I reinstalled 2002 TeXlive to get my customer's job out the door.
>That worked. Then I downloaded the latest Context zip file. That
>didn't work for some reason. Fmtutil failed on pdftex and pdfetex.
>Then I reinstalled TeXLive 2003, the only change being that I did not
>first wipe out the web2c directory. Now TeXlive seems to work. As you
>may have noticed, the TeXlive installation program doesn't wipe out
>an existing web2c.  Just why retaining an old web2c directory helps
>things along I don't know.

Wipe out and set variables like the folowing (in a start up script), just 
to make sure that preinstalled tex's got lost:

TEXROOT=$1
export TEXROOT

TEXMFMAIN=$TEXROOT/texmf
TEXMFLOCAL=$TEXROOT/texmf-local
TEXMFFONTS=$TEXROOT/texmf-fonts
TEXMFPROJECT=$TEXROOT/texmf-project
TEXMFOS=$TEXROOT/texmf-linux
VARTEXMF=$TMP/texmf-var

export TEXMFMAIN
export TEXMFLOCAL
export TEXMFPROJECT
export TEXMFFONTS
export TEXMFOS
export VARTEXMF

PATH=$TEXMFOS/bin:$PATH
export PATH

HOMETEXMF=/nonexist
export HOMETEXMF

TEXMFCNF=$TEXROOT/texmf{-local,}/web2c
TEXMF='{$TEXMFOS,$TEXMFPROJECT,$TEXMFFONTS,$TEXMFLOCAL,!!$TEXMFMAIN}'
TEXFORMATS=$TEXMFOS/web2c
TEXPOOL=$TEXFORMATS
MPPOOL=$TEXFORMATS

export TEXMFCNF
export TEXMF
export TEXFORMATS
export TEXPOOL
export MPPOOL

TEXINPUTS=
MPINPUTS=
MFINPUTS=

export TEXINPUTS
export MPINPUTS
export MFINPUTS

  reply	other threads:[~2003-10-16  0:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-14 23:11 George N. White III
2003-10-15 22:53 ` John Culleton
2003-10-16  0:43   ` Hans Hagen [this message]
     [not found] ` <Pine.LNX.4.58.0310141954530.2121@cerberus.cwmannwn.nowhere >
2003-10-16  0:38   ` Hans Hagen
2003-10-16 11:31     ` George N. White III
  -- strict thread matches above, loose matches on Subject: below --
2003-10-13 20:59 John Culleton
2003-10-14 19:04 ` Hans Hagen

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=6.0.0.22.2.20031016024143.02e31668@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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 NNTP newsgroup(s).