Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-04 Thread Marco Patzer
On 2013–04–03 Hans Hagen wrote:

 On 4/3/2013 12:46 PM, Marco Patzer wrote:
 Hi,
 
 the latest beta throws:
 
 mtx-context | redirect texlua - luajittex: luajittex --luaonly 
 /tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun --script context 
 --jit t 
 --redirected/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun:15230: 
 attempt to index field 'searchers' (a nil value)
 
 Example:
 
 \starttext
Foobar
 \stoptext
 
 it should work again now

Indeed, LuajitTeX works, but you broke MkII. The format generation
already fails:

…
(/tmp/mkiitest/tex/texmf/metapost/base/string.mp 
(/tmp/mkiitest/tex/texmf-context/metapost/context/base/mp-func.mpii) ) )
(end occurred when else on line 5 was incomplete)


Marco


signature.asc
Description: Digital signature
___
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
___

Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-04 Thread Hans Hagen

On 4/4/2013 9:21 AM, Marco Patzer wrote:

On 2013–04–03 Hans Hagen wrote:


On 4/3/2013 12:46 PM, Marco Patzer wrote:

Hi,

the latest beta throws:

mtx-context | redirect texlua - luajittex: luajittex --luaonly 
/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun --script context --jit t 
--redirected/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun:15230: attempt to index 
field 'searchers' (a nil value)

Example:

\starttext
   Foobar
\stoptext


it should work again now


Indeed, LuajitTeX works, but you broke MkII. The format generation
already fails:

…
(/tmp/mkiitest/tex/texmf/metapost/base/string.mp 
(/tmp/mkiitest/tex/texmf-context/metapost/context/base/mp-func.mpii) ) )
(end occurred when else on line 5 was incomplete)


That's not mkii but the metafun mpii format generation. I kept that till 
now because one never knows is mp has been updated. Todays mpost has no 
format so that's why it looks like it 'fails' but can can just ignore 
it. I've now commented the metafun default format generation in texexec 
(as by now we may assume the latest mpost to be used).


Hans



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-04 Thread Marco Patzer
On 2013–04–04 Hans Hagen wrote:

 Indeed, LuajitTeX works, but you broke MkII. The format generation
 already fails:
 
 …
 (/tmp/mkiitest/tex/texmf/metapost/base/string.mp 
 (/tmp/mkiitest/tex/texmf-context/metapost/context/base/mp-func.mpii) ) )
 (end occurred when else on line 5 was incomplete)
 
 That's not mkii but the metafun mpii format generation. I kept that
 till now because one never knows is mp has been updated. Todays
 mpost has no format so that's why it looks like it 'fails' but can
 can just ignore it.

Maybe I quoted the wrong part of the log, but it seems like the MkII
format is not generated:

  This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)
   \write18 enabled.

  kpathsea: Running mktexfmt cont-en.fmt
  mktexfmt: No such file or directory
  I can't find the format file `cont-en.fmt'!


Marco


signature.asc
Description: Digital signature
___
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
___

Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-04 Thread Marco Patzer
On 2013–04–04 Marco Patzer wrote:

 On 2013–04–04 Hans Hagen wrote:
 
  Indeed, LuajitTeX works, but you broke MkII. The format generation
  already fails:
  
  …
  (/tmp/mkiitest/tex/texmf/metapost/base/string.mp 
  (/tmp/mkiitest/tex/texmf-context/metapost/context/base/mp-func.mpii) ) )
  (end occurred when else on line 5 was incomplete)
  
  That's not mkii but the metafun mpii format generation. I kept that
  till now because one never knows is mp has been updated. Todays
  mpost has no format so that's why it looks like it 'fails' but can
  can just ignore it.
 
 Maybe I quoted the wrong part of the log, but it seems like the MkII
 format is not generated:

MkII is fixed now.


Marco


signature.asc
Description: Digital signature
___
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
___

[NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread Marco Patzer
Hi,

the latest beta throws:

mtx-context | redirect texlua - luajittex: luajittex --luaonly 
/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun --script context --jit t 
--redirected/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun:15230: attempt 
to index field 'searchers' (a nil value)

Example:

\starttext
  Foobar
\stoptext


Marco


signature.asc
Description: Digital signature
___
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
___

Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread luigi scarso
hm I will see asap

On Wed, Apr 3, 2013 at 12:46 PM, Marco Patzer home...@lavabit.com wrote:
 Hi,

 the latest beta throws:

 mtx-context | redirect texlua - luajittex: luajittex --luaonly 
 /tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun --script context --jit 
 t --redirected/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun:15230: 
 attempt to index field 'searchers' (a nil value)

 Example:

 \starttext
   Foobar
 \stoptext


 Marco

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



-- 
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread luigi scarso
On Wed, Apr 3, 2013 at 12:46 PM, Marco Patzer home...@lavabit.com wrote:
 Hi,

 the latest beta throws:

 mtx-context | redirect texlua - luajittex: luajittex --luaonly 
 /tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun --script context --jit 
 t --redirected/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun:15230: 
 attempt to index field 'searchers' (a nil value)

 Example:

 \starttext
   Foobar
 \stoptext
should be something like
local searchers=package.searchers or package.loaders
but I think it's better to wait Hans.
--
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread luigi scarso
On Wed, Apr 3, 2013 at 1:05 PM, luigi scarso luigi.sca...@gmail.com wrote:
 On Wed, Apr 3, 2013 at 12:46 PM, Marco Patzer home...@lavabit.com wrote:
 Hi,

 the latest beta throws:

 mtx-context | redirect texlua - luajittex: luajittex --luaonly 
 /tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun --script context 
 --jit t 
 --redirected/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun:15230: 
 attempt to index field 'searchers' (a nil value)

 Example:

 \starttext
   Foobar
 \stoptext
 should be something like
 local searchers=package.searchers or package.loaders
 but I think it's better to wait Hans.
 --
 luigi
Hans is working on a new beta that (among other things)
will fix the issue, in the meanwhile you can try to comment the offending line .


--
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread Marco Patzer
On 2013–04–03 luigi scarso wrote:

 Hans is working on a new beta that (among other things)

That's good news.

 will fix the issue, in the meanwhile you can try to comment the offending 
 line .

Not necessary, I'll wait for the new beta.


Marco


signature.asc
Description: Digital signature
___
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
___

Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread Hans Hagen

On 4/3/2013 12:46 PM, Marco Patzer wrote:

Hi,

the latest beta throws:

mtx-context | redirect texlua - luajittex: luajittex --luaonly 
/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun --script context --jit t 
--redirected/tmp/luajitbug/newbeta/tex/texmf-linux-64/bin/mtxrun:15230: attempt to index 
field 'searchers' (a nil value)

Example:

\starttext
   Foobar
\stoptext


it should work again now

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___