MKIV format generation with context-beta: context.tex not found
Hello, I've just tried the beta version too, and I get another error (very early): \input context.tex : cannot find input file context.tex My command: texexec --make --all --luatex What could be the reason for this problem? Details: * no such problem with context-current * no such problem with MKII * luatex version: This is LuaTeX, Version snapshot-0.23.0-2008031013 * environment: - TEXMF={/home/peter/.texlive2008/texmf-config,/home/peter/.texlive2008/ texmf-var,/home/peter/texmf,!!/opt/TeX-live/texmf-config,!!/opt/TeX- live/texmf-var,!!/opt/TeX-live/texmf,!!/opt/TeX-live/texmf-local, !!/opt/TeX-live/texmf-context,!!/opt/TeX-live/texmf-dist} - TEXMFCACHE=/opt/TeX-live/texmf-var - TEXMFCNF=/opt/TeX-live/texmf/web2c * regeneration of luatex-cache does not help (luatools --generate) * "luatools --find-file context.tex" finds the right file: /opt/TeX-live/texmf-context/tex/context/base/context.tex TIA for any hints! Cheers, Peter -- http://pmrb.free.fr/contact/
On Mar 10, 2008, at 3:51 PM, Peter Münster wrote:
Hello,
I've just tried the beta version too, and I get another error (very early): \input context.tex : cannot find input file context.tex
My command: texexec --make --all --luatex
What could be the reason for this problem?
I just tried and get similar messages with this command: TeXExec | using tex engine luatex TeXExec | using tex format path /usr/local/texlive/2007/texmf-config/ web2c/luatex TeXExec | generating tex format cont-en LuaTools | no tex file with name cont-en.tex LuaTools | LuaTools | runtime: 0.004 seconds TeXExec | generating tex format cont-nl LuaTools | no tex file with name cont-nl.tex LuaTools | LuaTools | runtime: 0.003 seconds However, with luatools --ini --compile cont-en the format is compiled without problems. Thomas
On Mon, Mar 10 2008, Thomas A. Schmitz wrote:
However, with
luatools --ini --compile cont-en
Here, I get the same error: LuaTools | creating initialization file cont-en LuaTools | using library path : /opt/TeX-live/texmf-context/tex/context/base LuaTools | using lua libraries: l-string.lua l-lpeg.lua l-table.lua l-boolean.lua l-number.lua l-set.lua l-unicode.lua l-md5.lua l-os.lua l-io.lua l-file.lua l-url.lua l-dir.lua l-utils.lua l-tex.lua luat-env.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" "/opt/TeX-live/texmf-context/tex/context/base/cont-en.tex" \\dump (/opt/TeX-live/texmf-context/tex/context/base/cont-en.tex ! I can't find file `context.tex'. l.16 \input context.tex Any hints? Cheers, Peter -- http://pmrb.free.fr/contact/
On Mon, 10 Mar 2008, Peter Münster wrote:
On Mon, Mar 10 2008, Thomas A. Schmitz wrote:
However, with
luatools --ini --compile cont-en
Here, I get the same error:
LuaTools | creating initialization file cont-en LuaTools | using library path : /opt/TeX-live/texmf-context/tex/context/base LuaTools | using lua libraries: l-string.lua l-lpeg.lua l-table.lua l-boolean.lua l-number.lua l-set.lua l-unicode.lua l-md5.lua l-os.lua l-io.lua l-file.lua l-url.lua l-dir.lua l-utils.lua l-tex.lua luat-env.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" "/opt/TeX-live/texmf-context/tex/context/base/cont-en.tex" \\dump (/opt/TeX-live/texmf-context/tex/context/base/cont-en.tex ! I can't find file `context.tex'. l.16 \input context.tex
Any hints?
Can you try MTX_INPUT_TRACE=10 luatools --ini --compile cont-en which will give some more diagnositic information. (MTX_INPUT_TRACE=2 or 3 should also work, but I can never remember the correct value, so I set it to something very high). Aditya
On Mon, Mar 10 2008, Aditya Mahajan wrote:
Can you try
MTX_INPUT_TRACE=10 luatools --ini --compile cont-en
I attach the output to this message. luatools-current.log -> with current context luatools-beta.log -> with beta context With the beta version, there are no "handler" lines. Cheers, Peter -- http://pmrb.free.fr/contact/
participants (3)
-
Aditya Mahajan
-
Peter Münster
-
Thomas A. Schmitz