ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer <H.vanderMeer@uva.nl>
To: NTG ConTeXt <ntg-context@ntg.nl>
Subject: context-beta install trouble
Date: Mon, 29 Nov 2010 20:05:16 +0100	[thread overview]
Message-ID: <742D95A2-BC08-4EC1-A864-2C5F1E3C55F4@uva.nl> (raw)

I have this question. I now get the messages below when installing context beta.
Especially alarming sounds to me "unknown script 'base.lua' or 'mtx-base.lua"
Is there something wrong with my setup, perhaps because of some change I missed?
I did reorganize my disk layout somewhat, but I am fairly sure I put all directories and links in order.
The output of the installation runis followed by the scripts I use.

Can there be thrown some light on this question? Thanks in advance.
Hans van der Meer

Ouptut of running script contextbeta:
> luatools --selfupdate
> 
> MTXrun | forcing cache reload
> MTXrun | resolvers: warning: no lua configuration files found
> MTXrun | resolvers
> MTXrun | resolvers
> MTXrun | the resolver databases are not present or outdated
> MTXrun | resolvers: using suffix based filetype 'lua'
> MTXrun | resolvers: using suffix based filetype 'lua'
> MTXrun | resolvers: remembering file 'mtx-base.lua'
> MTXrun | resolvers: using suffix based filetype 'lua'
> MTXrun | unknown script 'base.lua' or 'mtx-base.lua'
> mtxrun -selfupdate
> 
> MTXrun | forcing cache reload
> MTXrun | resolvers: warning: no lua configuration files found
> MTXrun | resolvers
> MTXrun | resolvers
> MTXrun | the resolver databases are not present or outdated
> MTXrun | resolvers: to be replaced old script /Users/hans/Bin/mtxrun
> MTXrun | resolvers: using suffix based filetype 'lua'
> MTXrun | resolvers: unable to locate new script
> installation context minimals done

setting of parameters in .bashrc:
export TEXLIVE=/usr/local/texlive/2010/bin/universal-darwin-64
export TEXPRIVATE=$HOME/Library/texmf
export TEXMINIMAL=$HOME/TeX/ConTeXt/beta
export TEXPATH=$TEXMINIMAL/tex/texmf-osx-64/bin
export TEXMFCACHE="$TEXMINIMAL/tex/texmf-cache"
# starting context beta setup
$TEXMINIMAL/tex/setuptex

Installation script "contextbeta"
#!/bin/bash
mkdir -p $TEXMINIMAL/tex
cd $TEXMINIMAL
ln -s $TEXPRIVATE tex/texmf-local
curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh
sh ./first-setup.sh >first-setup.log
cd tex
echo "luatools --selfupdate"
luatools --selfupdate
echo "mtxrun -selfupdate"
mtxrun -selfupdate
echo "installation context minimals done"

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


                 reply	other threads:[~2010-11-29 19:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=742D95A2-BC08-4EC1-A864-2C5F1E3C55F4@uva.nl \
    --to=h.vandermeer@uva.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).