ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* can't find file `context.tex'
@ 2007-08-11  8:52 zs
  2007-08-11  9:28 ` luigi scarso
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: zs @ 2007-08-11  8:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't find file `context.tex'
  2007-08-11  8:52 can't find file `context.tex' zs
@ 2007-08-11  9:28 ` luigi scarso
  2007-08-11  9:44   ` zs
  2007-08-11 10:25 ` Taco Hoekwater
  2007-08-11 10:58 ` luigi scarso
  2 siblings, 1 reply; 6+ messages in thread
From: luigi scarso @ 2007-08-11  9:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't find file `context.tex'
  2007-08-11  9:28 ` luigi scarso
@ 2007-08-11  9:44   ` zs
  0 siblings, 0 replies; 6+ messages in thread
From: zs @ 2007-08-11  9:44 UTC (permalink / raw)
  To: ntg-context

On Sat, 11 Aug 2007 11:28:17 +0200
"luigi scarso" <luigi.scarso@gmail.com> wrote:

> try
> mktexlsr
> luatools --generate


... has no effect. Result of "luatools --ini --compile --verbose
cont-en" is the same.

It is strange that "luatools context.tex" can find it.


ZS
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't find file `context.tex'
  2007-08-11  8:52 can't find file `context.tex' zs
  2007-08-11  9:28 ` luigi scarso
@ 2007-08-11 10:25 ` Taco Hoekwater
  2007-08-11 10:58 ` luigi scarso
  2 siblings, 0 replies; 6+ messages in thread
From: Taco Hoekwater @ 2007-08-11 10:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't find file `context.tex'
  2007-08-11  8:52 can't find file `context.tex' zs
  2007-08-11  9:28 ` luigi scarso
  2007-08-11 10:25 ` Taco Hoekwater
@ 2007-08-11 10:58 ` luigi scarso
  2007-08-11 22:29   ` zs
  2 siblings, 1 reply; 6+ messages in thread
From: luigi scarso @ 2007-08-11 10:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8/11/07, zs <stryhal@sci.ujep.cz> 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
-- 
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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't find file `context.tex'
  2007-08-11 10:58 ` luigi scarso
@ 2007-08-11 22:29   ` zs
  0 siblings, 0 replies; 6+ messages in thread
From: zs @ 2007-08-11 22:29 UTC (permalink / raw)
  To: ntg-context

On Sat, 11 Aug 2007 12:58:43 +0200
"luigi scarso" <luigi.scarso@gmail.com> wrote:

> On 8/11/07, zs <stryhal@sci.ujep.cz> 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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-11 22:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-11  8:52 can't find file `context.tex' zs
2007-08-11  9:28 ` luigi scarso
2007-08-11  9:44   ` zs
2007-08-11 10:25 ` Taco Hoekwater
2007-08-11 10:58 ` luigi scarso
2007-08-11 22:29   ` zs

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).