ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* updatecontext woes
@ 2007-11-22 18:20 Joel C. Salomon
  2007-11-22 18:24 ` Arthur Reutenauer
  0 siblings, 1 reply; 4+ messages in thread
From: Joel C. Salomon @ 2007-11-22 18:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I just tried running ctxtools --updatecontext on my minimal
installation.  It successfully downloads & extracts cont-tmf.zip,
mktexlsr remakes all formats, then LuaTools and MtxRun start doing
some configuration magic:

LuaTools | old script
C:/Users/chesky/Programs/context/tex/texmf-mswin/bin/luatools.lua
LuaTools | new script
C:/Users/chesky/Programs/context/tex/texmf-local/scripts/context/lua/luatools.lua
LuaTools | old script content replaced by new content
LuaTools |
LuaTools | runtime: 1.627 seconds
MtxRun | old script
C:/Users/chesky/Programs/context/tex/texmf-mswin/bin/mtxrun.lua
MtxRun | new script
C:/Users/chesky/Programs/context/tex/texmf-local/scripts/context/lua/mtxrun.lua
MtxRun | old script content replaced by new content
LuaTools | loading
C:/Users/chesky/Programs/context/tex/texmf-local/web2c/texmf.cnf
LuaTools | loading C:/Users/chesky/Programs/context/tex/texmf/web2c/texmf.cnf
LuaTools | preparing configuration in
C:/Users/chesky/AppData/Local/Temp/luatex-cache/context/b208f38697f78de9cef2c42fc3caa621/trees/d885c87af9510561ed13a9578d2d9af5.tma
... (a few hundred more lines, until finally)
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/enco-mis.tex)
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/enco-ini.mkiv
encoding : coding 032 is loaded
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/enco-032.tex)
encoding : unknown coding 033
encoding : coding 037 is loaded
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/enco-037.tex)))
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/filt-ini.tex
loading : Context Filter Macros (ini)
) (C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/hand-ini.tex
loading : Context Handling Macros (ini)
handling : font handling def is loaded
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/hand-def.tex))
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/regi-syn.tex
loading : Context Regime Macros (synonyms)
) (C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/lang-ini.tex
loading : Context Language Macros / Initialization
(C:/Users/chesky/Programs/context/tex/texmf-local/tex/context/base/lang-ini.mkiv
! LuaTeX error ...ontext/tex/texmf-local/tex/context/base/lang-ini.lua:9:
attempt to index global 'lang' (a nil value).
\ctxluabytecode ...ode " .. "#1" .. str) end end }

\registerctxluafile ...{\the \luabytecodecounter }
                                                  \fi \fi
l.16 \registerctxluafile{lang-ini}{1.001}

?

Evidently something's gone wrong, and I have no idea what.  I hope
this is enough info to diagnose the problem.

--Joel
___________________________________________________________________________________
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] 4+ messages in thread

* Re: updatecontext woes
  2007-11-22 18:20 updatecontext woes Joel C. Salomon
@ 2007-11-22 18:24 ` Arthur Reutenauer
  2007-11-22 18:34   ` Joel C. Salomon
  0 siblings, 1 reply; 4+ messages in thread
From: Arthur Reutenauer @ 2007-11-22 18:24 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> Evidently something's gone wrong, and I have no idea what.  I hope
> this is enough info to diagnose the problem.

  You need a newer LuaTeX binary; many things have changed in
hyphenation and language issues in September and the current ConTeXt
uses the new scheme. The last snapshot-0.15 should be enough.

	Arthur
___________________________________________________________________________________
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] 4+ messages in thread

* Re: updatecontext woes
  2007-11-22 18:24 ` Arthur Reutenauer
@ 2007-11-22 18:34   ` Joel C. Salomon
  2007-11-22 18:45     ` Arthur Reutenauer
  0 siblings, 1 reply; 4+ messages in thread
From: Joel C. Salomon @ 2007-11-22 18:34 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On Nov 22, 2007 1:24 PM, Arthur Reutenauer
<arthur.reutenauer@normalesup.org> wrote:
>   You need a newer LuaTeX binary; many things have changed in
> hyphenation and language issues in September and the current ConTeXt
> uses the new scheme. The last snapshot-0.15 should be enough.

Is the new binary in
<http://minimals.contextgarden.net/minimals/mswin>?  If so, I'll just
try Vaytcheslav Yatskovsky's InnoSetup installer.

--Joel
___________________________________________________________________________________
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] 4+ messages in thread

* Re: updatecontext woes
  2007-11-22 18:34   ` Joel C. Salomon
@ 2007-11-22 18:45     ` Arthur Reutenauer
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Reutenauer @ 2007-11-22 18:45 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> Is the new binary in <http://minimals.contextgarden.net/minimals/mswin>?

  I'm afraid not, according to
http://wiki.contextgarden.net/New_ConTeXt_Minimals_%28Implementation%29#Current_state_of_binaries_in_minimals
(it says 0.11.2 which dates back to 2007-09-18 and that's not enough).
On the other hand, you can always download the binary directly from the
GForge repository on supelec.fr and replace it manually, in that case
http://foundry.supelec.fr/frs/?group_id=10&release_id=252 (scroll down
to the middle of the page to see snapshot-2007-10-29 == snapshot-0.15).

	Arthur
___________________________________________________________________________________
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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-22 18:20 updatecontext woes Joel C. Salomon
2007-11-22 18:24 ` Arthur Reutenauer
2007-11-22 18:34   ` Joel C. Salomon
2007-11-22 18:45     ` Arthur Reutenauer

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