Hi all. I've updated context by way recommended in mag-0012. I've set env. variables (env | grep TEX): TEXMFCACHE=/tmp TEXMF={/usr/local/texlive/texmf-local,/usr/local/texlive/2007/texmf} TEXMFCNF={/usr/local/texlive/texmf-local/web2c,/usr/local/texlive/2007/texmf/web2c} If I run: luatools context.tex I get: /usr/local/texlive/texmf-local/tex/context/base/context.tex The command: luatools --ini --compile --verbose cont-en ends with error message: LuaTools | version 1.1.1 - 2006+ - PRAGMA ADE / CONTEXT LuaTools | skipping configuration for /usr/local/texlive/texmf-local/web2c from /tmp/luatex-cache/context/892bdbf68d574f1472c0c2a0dcccac69/trees/45016b2bec096137ef905785b0b02d6a LuaTools | loading configuration for /usr/local/texlive/2007/texmf/web2c from /tmp/luatex-cache/context/892bdbf68d574f1472c0c2a0dcccac69/trees/6da32d2ec193ac6d2428d020ce069374 LuaTools | locating list of /usr/local/texlive/texmf-local LuaTools | locating list of /usr/local/texlive/2007/texmf LuaTools | locating list of /usr/local/texlive/2007 LuaTools | loading files for /usr/local/texlive/texmf-local from /tmp/luatex-cache/context/892bdbf68d574f1472c0c2a0dcccac69/trees/1f08e3a96247a4bd25d903ca1cb00c0e LuaTools | loading files for /usr/local/texlive/2007/texmf from /tmp/luatex-cache/context/892bdbf68d574f1472c0c2a0dcccac69/trees/2adb941cffe60c990191225deee5cf98 LuaTools | creating initialization file cont-en LuaTools | using library path : /usr/local/texlive/texmf-local/tex/context/base LuaTools | using lua libraries: l-string.lua l-table.lua l-boolean.lua l-number.lua l-unicode.lua l-md5.lua l-os.lua l-io.lua l-file.lua l-dir.lua l-utils.lua l-tex.lua luat-lib.lua luat-inp.lua luat-tmp.lua luat-zip.lua luat-tex.lua LuaTools | using compiled initialization file cont-en.luc LuaTools | using lua initialization file cont-en.luc LuaTools | running command: luatex --ini --lua="cont-en.luc" "/usr/local/texlive/texmf-local/tex/context/base/cont-en.tex" \dump This is luaTeX, Version 3.141592-snapshot-2007080810 (Web2C 7.5.6) (INITEX) (/usr/local/texlive/texmf-local/tex/context/base/cont-en.tex ! I can't find file `context.tex'. l.16 \input context.tex Can anybody help me to sort this out. ZS
try mktexlsr luatools --generate -- luigi ---------------------------------------------------------------- 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
zs wrote:
Hi all.
This is luaTeX, Version 3.141592-snapshot-2007080810 (Web2C 7.5.6) (INITEX) (/usr/local/texlive/texmf-local/tex/context/base/cont-en.tex ! I can't find file `context.tex'. l.16 \input context.tex
Can anybody help me to sort this out.
Like you said, this is a bit weird since luatools has no trouble finding the file. How did you create the luatex binary? (my current guess is that it is based on outdated sources, as the banner line should have included 'beta-0.10' in the version string) Best wishes, Taco
On 8/11/07, zswrote: > Hi all. > > I've updated context by way recommended in mag-0012. > I've set env. variables (env | grep TEX): > TEXMFCACHE=/tmp > TEXMF={/usr/local/texlive/texmf-local,/usr/local/texlive/2007/texmf} hmm, it seems a mixed with an official texlive. I had bad experience with this mix. I prefear separation, something like 1) mkdir /usr/local/contextMKiv 2) unzip justtex.zip and linuxtex.zip from pragma site under /usr/local/contextMKiv 3) set TMP inside setuptex (eg. TMP=~./contextMKiv) 4) cd /usr/local/contextMKiv/tex && . setuptex 5) mktexlsr && luatools --generate && texmfstart texexec --make --all --luatex I have compiled luatex from source , in my linux box there was a floating error you must have lua5.1 already installed, of course -- luigi ---------------------------------------------------------------- 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
On Sat, 11 Aug 2007 12:58:43 +0200 "luigi scarso"wrote: > On 8/11/07, zs wrote: > > Hi all. > > > > I've updated context by way recommended in mag-0012. > > I've set env. variables (env | grep TEX): > > TEXMFCACHE=/tmp > > TEXMF={/usr/local/texlive/texmf-local,/usr/local/texlive/2007/texmf} > hmm, it seems a mixed with an official texlive. I had bad experience > with this mix. > I prefear separation, something like > 1) mkdir /usr/local/contextMKiv > 2) unzip justtex.zip and linuxtex.zip from pragma site under > /usr/local/contextMKiv > 3) set TMP inside setuptex (eg. TMP=~./contextMKiv) > 4) cd /usr/local/contextMKiv/tex && . setuptex > 5) mktexlsr && luatools --generate && texmfstart texexec --make --all > --luatex I have compiled luatex from source , in my linux box there > was a floating error you must have lua5.1 already installed, of course You are right, it is mixed. Installation you recommends seems to work. I've also compiled luatex and lua from source. After some experiments with new context installation I'll try to replace binaries by compiled ones. Thanks ZS
participants (3)
-
luigi scarso
-
Taco Hoekwater
-
zs