ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Latest beta breaks LuajitTeX
@ 2013-04-03 10:46 Marco Patzer
  2013-04-03 10:50 ` luigi scarso
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Marco Patzer @ 2013-04-03 10:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 348 bytes --]

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

* Re: Latest beta breaks LuajitTeX
  2013-04-03 10:46 Latest beta breaks LuajitTeX Marco Patzer
@ 2013-04-03 10:50 ` luigi scarso
  2013-04-03 11:05 ` luigi scarso
  2013-04-03 16:44 ` Hans Hagen
  2 siblings, 0 replies; 10+ messages in thread
From: luigi scarso @ 2013-04-03 10:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

hm I will see asap

On Wed, Apr 3, 2013 at 12:46 PM, Marco Patzer <homerow@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
___________________________________________________________________________________


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

* Re: Latest beta breaks LuajitTeX
  2013-04-03 10:46 Latest beta breaks LuajitTeX Marco Patzer
  2013-04-03 10:50 ` luigi scarso
@ 2013-04-03 11:05 ` luigi scarso
  2013-04-03 14:56   ` luigi scarso
  2013-04-03 16:44 ` Hans Hagen
  2 siblings, 1 reply; 10+ messages in thread
From: luigi scarso @ 2013-04-03 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Apr 3, 2013 at 12:46 PM, Marco Patzer <homerow@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
___________________________________________________________________________________


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

* Re: Latest beta breaks LuajitTeX
  2013-04-03 11:05 ` luigi scarso
@ 2013-04-03 14:56   ` luigi scarso
  2013-04-03 15:06     ` Marco Patzer
  0 siblings, 1 reply; 10+ messages in thread
From: luigi scarso @ 2013-04-03 14:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Apr 3, 2013 at 1:05 PM, luigi scarso <luigi.scarso@gmail.com> wrote:
> On Wed, Apr 3, 2013 at 12:46 PM, Marco Patzer <homerow@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
___________________________________________________________________________________


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

* Re: Latest beta breaks LuajitTeX
  2013-04-03 14:56   ` luigi scarso
@ 2013-04-03 15:06     ` Marco Patzer
  0 siblings, 0 replies; 10+ messages in thread
From: Marco Patzer @ 2013-04-03 15:06 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 264 bytes --]

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

* Re: Latest beta breaks LuajitTeX
  2013-04-03 10:46 Latest beta breaks LuajitTeX Marco Patzer
  2013-04-03 10:50 ` luigi scarso
  2013-04-03 11:05 ` luigi scarso
@ 2013-04-03 16:44 ` Hans Hagen
  2013-04-04  7:21   ` Marco Patzer
  2 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2013-04-03 16:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Latest beta breaks LuajitTeX
  2013-04-03 16:44 ` Hans Hagen
@ 2013-04-04  7:21   ` Marco Patzer
  2013-04-04  7:35     ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Marco Patzer @ 2013-04-04  7:21 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 783 bytes --]

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

* Re: Latest beta breaks LuajitTeX
  2013-04-04  7:21   ` Marco Patzer
@ 2013-04-04  7:35     ` Hans Hagen
  2013-04-04  7:50       ` Marco Patzer
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2013-04-04  7:35 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


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

* Re: Latest beta breaks LuajitTeX
  2013-04-04  7:35     ` Hans Hagen
@ 2013-04-04  7:50       ` Marco Patzer
  2013-04-04  9:31         ` Marco Patzer
  0 siblings, 1 reply; 10+ messages in thread
From: Marco Patzer @ 2013-04-04  7:50 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 889 bytes --]

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

* Re: Latest beta breaks LuajitTeX
  2013-04-04  7:50       ` Marco Patzer
@ 2013-04-04  9:31         ` Marco Patzer
  0 siblings, 0 replies; 10+ messages in thread
From: Marco Patzer @ 2013-04-04  9:31 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 765 bytes --]

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

end of thread, other threads:[~2013-04-04  9:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-03 10:46 Latest beta breaks LuajitTeX Marco Patzer
2013-04-03 10:50 ` luigi scarso
2013-04-03 11:05 ` luigi scarso
2013-04-03 14:56   ` luigi scarso
2013-04-03 15:06     ` Marco Patzer
2013-04-03 16:44 ` Hans Hagen
2013-04-04  7:21   ` Marco Patzer
2013-04-04  7:35     ` Hans Hagen
2013-04-04  7:50       ` Marco Patzer
2013-04-04  9:31         ` Marco Patzer

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