ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* error during the installation of luametatex
       [not found] <mailman.188.1588942692.6418.ntg-context@ntg.nl>
@ 2020-05-09  2:50 ` Jeong Dal
  2020-05-09  6:52   ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Jeong Dal @ 2020-05-09  2:50 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl


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

Hi,

I tried to update luametatex which was running well(it was installed following the process in the wiki>installation> MacOsX catalina), but I got the following error after all the files are downloaded.

resolvers       > lua > loading file '/Users/graph/ConTeXtL/tex/texmf-context/tex/context/base/mkiv/math-spa.lua' succeeded

tex error       > tex error on line 2960 in file math-ini.mkxl: ! Undefined control sequence

l.2960 \normalsupmarkmode
                       \plusone % 2 also disable ^[^+] in text mode

<empty file>


The control sequence at the end of the top line of your error message was never
\def'ed. You can just continue as I'll forget about whatever was undefined.


resolvers       | formats |
resolvers       | formats | binary path      : /Users/graph/ConTeXtL/tex/texmf-osx-64/bin
resolvers       | formats | format path      : /Users/graph/ConTeXtL/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex
resolvers       | formats | luatex engine    : luametatex


However, the installation continues to end. 
But the same error appears when I compile a tex file.

***********
resolvers       > lua > loading file '/Users/graph/ConTeXtLM/tex/texmf-context/tex/context/base/mkiv/math-spa.lua' succeeded

tex error       > tex error on line 2960 in file math-ini.mkxl: ! Undefined control sequence

l.2960 \normalsupmarkmode
                       \plusone % 2 also disable ^[^+] in text mode

<empty file>


The control sequence at the end of the top line of your error message was never
\def'ed. You can just continue as I'll forget about whatever was undefined.


resolvers       | formats |
resolvers       | formats | binary path      : /Users/graph/ConTeXtLM/tex/texmf-osx-64/bin
resolvers       | formats | format path      : /Users/graph/ConTeXtLM/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex
resolvers       | formats | luatex engine    : luametatex
resolvers       | formats | lua startup file : /Users/graph/ConTeXtLM/tex/texmf-context/tex/context/base/mkiv/luat-cod.lua
resolvers       | formats | context file     : /Users/graph/ConTeXtLM/tex/texmf-context/tex/context/base/mkiv/cont-en.mkxl
*****************

I’d like to know what is wrong in this process.

Thank you for reading.

Best regards,

Dalyoung

[-- Attachment #1.2: Type: text/html, Size: 9318 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09  2:50 ` error during the installation of luametatex Jeong Dal
@ 2020-05-09  6:52   ` Hans Hagen
  2020-05-09 13:27     ` Rik Kabel
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2020-05-09  6:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Jeong Dal

On 5/9/2020 4:50 AM, Jeong Dal wrote:
> Hi,
> 
> I tried to update luametatex which was running well(it was installed 
> following the process in the wiki>installation> MacOsX catalina), but I 
> got the following error after all the files are downloaded.
> 
> resolvers       > lua > loading file 
> '/Users/graph/ConTeXtL/tex/texmf-context/tex/context/base/mkiv/math-spa.lua' 
> succeeded
> 
> tex error       > tex error on line 2960 in file math-ini.mkxl: ! 
> Undefined control sequence
> 
> l.2960 \normalsupmarkmode
>                         \plusone % 2 also disable ^[^+] in text mode
> 
> <empty file>
> 
> 
> The control sequence at the end of the top line of your error message 
> was never
> \def'ed. You can just continue as I'll forget about whatever was undefined.
looks like a wrong binary .. should be 2.06.02 .. can you try this binary:

http://dl.contextgarden.net/build/luametatex/x86_64-darwin/

(the farm generates two binaries for osx and it looks like the legacy 
machine has gone off line which happens when osx updates itself and gets 
stuck half way, i'll look into it)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09  6:52   ` Hans Hagen
@ 2020-05-09 13:27     ` Rik Kabel
  2020-05-09 13:33       ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Rik Kabel @ 2020-05-09 13:27 UTC (permalink / raw)
  To: ntg-context


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


On 5/9/2020 02:52, Hans Hagen wrote:
> looks like a wrong binary .. should be 2.06.02 .. can you try this 
> binary:
>
> http://dl.contextgarden.net/build/luametatex/x86_64-darwin/
>
> (the farm generates two binaries for osx and it looks like the legacy 
> machine has gone off line which happens when osx updates itself and 
> gets stuck half way, i'll look into it)
>
> Hans
>
>
I have the following update log entries (left column is EDT), indicating 
a roll-back of the binary:

    2020-05-07T10:59:03  ConTeXt updated from 2020.04.30T11:15 to
    2020.05.07T11:03
    2020-05-07T10:59:03  LuaMetaTeX updated from 2.05.01 to 2.06.01
    2020-05-07T10:59:03  LuaMetaTeX functionality updated from 20200402
    to 20200506
    2020-05-07T10:59:03
    2020-05-08T15:14:26  ConTeXt updated from 2020.05.07T11:03 to
    2020.05.08T20:50
    2020-05-08T15:14:26  LuaMetaTeX downdated from 2.06.01 to 2.05.01
    2020-05-08T15:14:26  LuaMetaTeX functionality downdated from
    20200506 to 20200402
    2020-05-08T15:14:26
    2020-05-09T09:19:39  ConTeXt updated from 2020.05.08T20:50 to
    2020.05.09T08:55
    2020-05-09T09:19:39    LuaMetaTeX unchanged at 2.05.01
    2020-05-09T09:19:39    LuaMetaTeX functionality unchanged at 20200402
    2020-05-09T09:19:39

Perhaps there is an problem with the installation files?

-- 
Rik


[-- Attachment #1.2: Type: text/html, Size: 2098 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09 13:27     ` Rik Kabel
@ 2020-05-09 13:33       ` Hans Hagen
  2020-05-09 14:41         ` Rik Kabel
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2020-05-09 13:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel

On 5/9/2020 3:27 PM, Rik Kabel wrote:
> 
> On 5/9/2020 02:52, Hans Hagen wrote:
>> looks like a wrong binary .. should be 2.06.02 .. can you try this 
>> binary:
>>
>> http://dl.contextgarden.net/build/luametatex/x86_64-darwin/
>>
>> (the farm generates two binaries for osx and it looks like the legacy 
>> machine has gone off line which happens when osx updates itself and 
>> gets stuck half way, i'll look into it)
>>
>> Hans
>>
>>
> I have the following update log entries (left column is EDT), indicating 
> a roll-back of the binary:
> 
>     2020-05-07T10:59:03  ConTeXt updated from 2020.04.30T11:15 to
>     2020.05.07T11:03
>     2020-05-07T10:59:03  LuaMetaTeX updated from 2.05.01 to 2.06.01
>     2020-05-07T10:59:03  LuaMetaTeX functionality updated from 20200402
>     to 20200506
>     2020-05-07T10:59:03
>     2020-05-08T15:14:26  ConTeXt updated from 2020.05.07T11:03 to
>     2020.05.08T20:50
>     2020-05-08T15:14:26  LuaMetaTeX downdated from 2.06.01 to 2.05.01
>     2020-05-08T15:14:26  LuaMetaTeX functionality downdated from
>     20200506 to 20200402
>     2020-05-08T15:14:26
>     2020-05-09T09:19:39  ConTeXt updated from 2020.05.08T20:50 to
>     2020.05.09T08:55
>     2020-05-09T09:19:39    LuaMetaTeX unchanged at 2.05.01
>     2020-05-09T09:19:39    LuaMetaTeX functionality unchanged at 20200402
>     2020-05-09T09:19:39
> 
> Perhaps there is an problem with the installation files?
no, i uploaded a new lmtx only (not sure why the date is old then)


what version does the binary report?

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09 13:33       ` Hans Hagen
@ 2020-05-09 14:41         ` Rik Kabel
  2020-05-09 16:26           ` Giulio Bertellini
  0 siblings, 1 reply; 9+ messages in thread
From: Rik Kabel @ 2020-05-09 14:41 UTC (permalink / raw)
  To: Hans Hagen, mailing list for ConTeXt users


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


On 5/9/2020 09:33, Hans Hagen wrote:
> On 5/9/2020 3:27 PM, Rik Kabel wrote:
>>
>> On 5/9/2020 02:52, Hans Hagen wrote:
>>> looks like a wrong binary .. should be 2.06.02 .. can you try this 
>>> binary:
>>>
>>> http://dl.contextgarden.net/build/luametatex/x86_64-darwin/
>>>
>>> (the farm generates two binaries for osx and it looks like the 
>>> legacy machine has gone off line which happens when osx updates 
>>> itself and gets stuck half way, i'll look into it)
>>>
>>> Hans
>>>
>>>
>> I have the following update log entries (left column is EDT), 
>> indicating a roll-back of the binary:
>>
>>     2020-05-07T10:59:03  ConTeXt updated from 2020.04.30T11:15 to
>>     2020.05.07T11:03
>>     2020-05-07T10:59:03  LuaMetaTeX updated from 2.05.01 to 2.06.01
>>     2020-05-07T10:59:03  LuaMetaTeX functionality updated from 20200402
>>     to 20200506
>>     2020-05-07T10:59:03
>>     2020-05-08T15:14:26  ConTeXt updated from 2020.05.07T11:03 to
>>     2020.05.08T20:50
>>     2020-05-08T15:14:26  LuaMetaTeX downdated from 2.06.01 to 2.05.01
>>     2020-05-08T15:14:26  LuaMetaTeX functionality downdated from
>>     20200506 to 20200402
>>     2020-05-08T15:14:26
>>     2020-05-09T09:19:39  ConTeXt updated from 2020.05.08T20:50 to
>>     2020.05.09T08:55
>>     2020-05-09T09:19:39    LuaMetaTeX unchanged at 2.05.01
>>     2020-05-09T09:19:39    LuaMetaTeX functionality unchanged at 
>> 20200402
>>     2020-05-09T09:19:39
>>
>> Perhaps there is an problem with the installation files?
> no, i uploaded a new lmtx only (not sure why the date is old then)
>
>
> what version does the binary report?


It reports what the log says. My update program simply scrapes the 
version report. The version report in full is:

    This is LuaMetaTeX, Version 2.05.01

    Execute 'luametatex --credits' for credits and version details.

    There is NO warranty. Redistribution of this software is covered by
    the terms
    of the GNU General Public License, version 2 or (at your option) any
    later
    version. For more information about these matters, see the file
    named COPYING
    and the LuaTeX source.

    Functionality : level 20200402
    Support       : context@ntg.nl
    Copyright     : The Lua(Meta)TeX Team(s) (2005-2020+)

    The LuaMetaTeX project is related to ConTeXt development. This macro
    package
    tightly integrates TeX and MetaPost in close cooperation with Lua.

And the context version report is:


    mtx-context     | ConTeXt Process Management 1.03
    mtx-context     |
    mtx-context     | main context file:
    C:/LMTX/tex/texmf-context/tex/context/base/mkiv/context.mkiv
    mtx-context     | current version: 2020.05.09 08:55
    mtx-context     | main context file:
    C:/LMTX/tex/texmf-context/tex/context/base/mkiv/context.mkxl
    mtx-context     | current version: 2020.05.09 08:55

-- 
Rik

[-- Attachment #1.2: Type: text/html, Size: 4577 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09 14:41         ` Rik Kabel
@ 2020-05-09 16:26           ` Giulio Bertellini
  2020-05-09 19:15             ` Rik Kabel
  2020-05-09 21:39             ` Hans Hagen
  0 siblings, 2 replies; 9+ messages in thread
From: Giulio Bertellini @ 2020-05-09 16:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Otared Kavian


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

*about LuaMetaTeX, Version 2.06.02*   On Mac OS Catalina 10.15.4 .
Hope this may convey some useful information. On Mac OS Catalina 10.15.4 (
Mac mini late 2012, I5, 16GB RAM), using the current LMTX version just
downloaded from Pragma Ade, I installed Context LMTX and tested the
download by compiling the Metafun manual sources as indicated below:



>>>>   sh-3.2# context metafun


resolvers       | formats | executing runner 'run luametatex format':
/System/Volumes/Data/opt/data/context/tex/texmf-osx-64/bin/luametatex
--jobname="metafun"
--fmt=/System/Volumes/Data/opt/data/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.fmt
--lua=/System/Volumes/Data/opt/data/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.lui
cont-yes.mkiv --c:currentrun=1 --c:fulljobname="./metafun"
--c:input="./metafun" --c:kindofrun=1 --c:maxnofruns=9
--c:texmfbinpath="/System/Volumes/Data/opt/data/context/tex/texmf-osx-64/bin"

This is LuaMetaTeX, Version 2.06.02

open source     > level 1, order 1, name 'cont-yes.mkiv'

system          >

system          > ConTeXt  ver: 2020.05.09 15:37 MKIV beta  fmt: 2020.5.9  int:
english/english

system          >

system          > 'cont-new.mkiv' loaded

open source     > level 2, order 2, name
'/System/Volumes/Data/opt/data/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'

system          > beware: some patches loaded from cont-new.mkiv

close source    > level 2, order 2, name
'/System/Volumes/Data/opt/data/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'

system          > files > jobname 'metafun', input './metafun', result
'metafun'

*Final result of this compilation:*

mkiv lua stats  > used engine: luametatex version: 2.0602, functionality
level: 20200508, format id: 498, compiler: clang

mkiv lua stats  > control sequences: 51925 of 65536 + 100000

mkiv lua stats  > lua properties: engine: lua 5.4, used memory: 179 MB,
ctx: 166 MB, max: 168 MB, hash chars: min(64,40), symbol mask: utf (τεχ)

mkiv lua stats  > runtime: 20.702 seconds, 392 processed pages, 392 shipped
pages, 18.936 pages/second

system          | total runtime: 113.221 seconds of 113.291 seconds




Please consider that this mac mini is quite old and I am running mac OS
Catalina on an external SSD.   This was the first installation on Mac of
Context today. I am quite happy with the results.

I  wish to express my appreciation for the outstanding work that Hans and
the entire Context contributors team have carried out with focus and
perseverance through the years.  Hello to Otared and Luigi with whom I  was
in contact many years ago at the time of MKII .

I also installed the same LMTX Context release on the Linux Subsystem for
Microsoft Windows 10 and on different versions of Arch Linux. with the same
excellent results.

Thanks again for the excellent work,

Giulio

Giulio Bertellini

On Sat, May 9, 2020 at 4:41 PM Rik Kabel <ConTeXt@rik.users.panix.com>
wrote:

>
> On 5/9/2020 09:33, Hans Hagen wrote:
>
> On 5/9/2020 3:27 PM, Rik Kabel wrote:
>
>
> On 5/9/2020 02:52, Hans Hagen wrote:
>
> looks like a wrong binary .. should be 2.06.02 .. can you try this binary:
>
> http://dl.contextgarden.net/build/luametatex/x86_64-darwin/
>
> (the farm generates two binaries for osx and it looks like the legacy
> machine has gone off line which happens when osx updates itself and gets
> stuck half way, i'll look into it)
>
> Hans
>
>
> I have the following update log entries (left column is EDT), indicating a
> roll-back of the binary:
>
>     2020-05-07T10:59:03  ConTeXt updated from 2020.04.30T11:15 to
>     2020.05.07T11:03
>     2020-05-07T10:59:03  LuaMetaTeX updated from 2.05.01 to 2.06.01
>     2020-05-07T10:59:03  LuaMetaTeX functionality updated from 20200402
>     to 20200506
>     2020-05-07T10:59:03
>     2020-05-08T15:14:26  ConTeXt updated from 2020.05.07T11:03 to
>     2020.05.08T20:50
>     2020-05-08T15:14:26  LuaMetaTeX downdated from 2.06.01 to 2.05.01
>     2020-05-08T15:14:26  LuaMetaTeX functionality downdated from
>     20200506 to 20200402
>     2020-05-08T15:14:26
>     2020-05-09T09:19:39  ConTeXt updated from 2020.05.08T20:50 to
>     2020.05.09T08:55
>     2020-05-09T09:19:39    LuaMetaTeX unchanged at 2.05.01
>     2020-05-09T09:19:39    LuaMetaTeX functionality unchanged at 20200402
>     2020-05-09T09:19:39
>
> Perhaps there is an problem with the installation files?
>
> no, i uploaded a new lmtx only (not sure why the date is old then)
>
>
> what version does the binary report?
>
>
> It reports what the log says. My update program simply scrapes the version
> report. The version report in full is:
>
> This is LuaMetaTeX, Version 2.05.01
>
> Execute 'luametatex --credits' for credits and version details.
>
> There is NO warranty. Redistribution of this software is covered by the
> terms
> of the GNU General Public License, version 2 or (at your option) any later
> version. For more information about these matters, see the file named
> COPYING
> and the LuaTeX source.
>
> Functionality : level 20200402
> Support       : context@ntg.nl
> Copyright     : The Lua(Meta)TeX Team(s) (2005-2020+)
>
> The LuaMetaTeX project is related to ConTeXt development. This macro
> package
> tightly integrates TeX and MetaPost in close cooperation with Lua.
>
> And the context version report is:
>
>
> mtx-context     | ConTeXt Process Management 1.03
> mtx-context     |
> mtx-context     | main context file:
> C:/LMTX/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> mtx-context     | current version: 2020.05.09 08:55
> mtx-context     | main context file:
> C:/LMTX/tex/texmf-context/tex/context/base/mkiv/context.mkxl
> mtx-context     | current version: 2020.05.09 08:55
>
> --
> Rik
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 16871 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09 16:26           ` Giulio Bertellini
@ 2020-05-09 19:15             ` Rik Kabel
  2020-05-09 21:48               ` Hans Hagen
  2020-05-09 21:39             ` Hans Hagen
  1 sibling, 1 reply; 9+ messages in thread
From: Rik Kabel @ 2020-05-09 19:15 UTC (permalink / raw)
  To: ntg-context


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


On 5/9/2020 12:26, Giulio Bertellini wrote:
> *
> *
> *about LuaMetaTeX, Version 2.06.02*  On Mac OS Catalina 10.15.4 .
> Hope this may convey some useful information. On Mac OS Catalina 
> 10.15.4 ( Mac mini late 2012, I5, 16GB RAM), using the current LMTX 
> version just downloaded from Pragma Ade, I installed Context LMTX and 
> tested the download by compiling the Metafun manual sources as 
> indicated below:
>
>
> >>>> sh-3.2# context metafun
>
>
> resolvers | formats | executing runner 'run luametatex format': 
> /System/Volumes/Data/opt/data/context/tex/texmf-osx-64/bin/luametatex 
> --jobname="metafun" 
> --fmt=/System/Volumes/Data/opt/data/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.fmt 
> --lua=/System/Volumes/Data/opt/data/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.lui 
> cont-yes.mkiv --c:currentrun=1 --c:fulljobname="./metafun" 
> --c:input="./metafun" --c:kindofrun=1 --c:maxnofruns=9 
> --c:texmfbinpath="/System/Volumes/Data/opt/data/context/tex/texmf-osx-64/bin"
>
> This is LuaMetaTeX, Version 2.06.02
>
> open source > level 1, order 1, name 'cont-yes.mkiv'
>
> system>
>
> system> ConTeXtver: 2020.05.09 15:37 MKIV betafmt: 2020.5.9int: 
> english/english
>
> system>
>
> system> 'cont-new.mkiv' loaded
>
> open source > level 2, order 2, name 
> '/System/Volumes/Data/opt/data/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'
>
> system> beware: some patches loaded from cont-new.mkiv
>
> close source> level 2, order 2, name 
> '/System/Volumes/Data/opt/data/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'
>
> system> files > jobname 'metafun', input './metafun', result 'metafun'
>
> *
> *
> *Final result of this compilation:*
>
> mkiv lua stats> used engine: luametatex version: 2.0602, functionality 
> level: 20200508, format id: 498, compiler: clang
>
> mkiv lua stats> control sequences: 51925 of 65536 + 100000
>
> mkiv lua stats> lua properties: engine: lua 5.4, used memory: 179 MB, 
> ctx: 166 MB, max: 168 MB, hash chars: min(64,40), symbol mask: utf (τεχ)
>
> mkiv lua stats> runtime: 20.702 seconds, 392 processed pages, 392 
> shipped pages, 18.936 pages/second
>
> system| total runtime: 113.221 seconds of 113.291 seconds
>
>
>
>
> Please consider that this mac mini is quite old and I am running mac 
> OS Catalina on an external SSD.   This was the first installation on 
> Mac of Context today. I am quite happy with the results.
>
> I  wish to express my appreciation for the outstanding work that Hans 
> and the entire Context contributors team have carried out with focus 
> and perseverance through the years.  Hello to Otared and Luigi with 
> whom I  was in contact many years ago at the time of MKII .
>
> I also installed the same LMTX Context release on the Linux Subsystem 
> for  Microsoft Windows 10 and on different versions of Arch Linux. 
> with the same excellent results.
>
> Thanks again for the excellent work,
>
> Giulio
>
> Giulio Bertellini
>
> On Sat, May 9, 2020 at 4:41 PM Rik Kabel <ConTeXt@rik.users.panix.com 
> <mailto:ConTeXt@rik.users.panix.com>> wrote:
>
>
>     On 5/9/2020 09:33, Hans Hagen wrote:
>>     On 5/9/2020 3:27 PM, Rik Kabel wrote:
>>>
>>>     On 5/9/2020 02:52, Hans Hagen wrote:
>>>>     looks like a wrong binary .. should be 2.06.02 .. can you try
>>>>     this binary:
>>>>
>>>>     http://dl.contextgarden.net/build/luametatex/x86_64-darwin/
>>>>
>>>>     (the farm generates two binaries for osx and it looks like the
>>>>     legacy machine has gone off line which happens when osx updates
>>>>     itself and gets stuck half way, i'll look into it)
>>>>
>>>>     Hans
>>>>
>>>>
>>>     I have the following update log entries (left column is EDT),
>>>     indicating a roll-back of the binary:
>>>
>>>         2020-05-07T10:59:03  ConTeXt updated from 2020.04.30T11:15 to
>>>         2020.05.07T11:03
>>>         2020-05-07T10:59:03  LuaMetaTeX updated from 2.05.01 to 2.06.01
>>>         2020-05-07T10:59:03  LuaMetaTeX functionality updated from
>>>     20200402
>>>         to 20200506
>>>         2020-05-07T10:59:03
>>>         2020-05-08T15:14:26  ConTeXt updated from 2020.05.07T11:03 to
>>>         2020.05.08T20:50
>>>         2020-05-08T15:14:26  LuaMetaTeX downdated from 2.06.01 to
>>>     2.05.01
>>>         2020-05-08T15:14:26  LuaMetaTeX functionality downdated from
>>>         20200506 to 20200402
>>>         2020-05-08T15:14:26
>>>         2020-05-09T09:19:39  ConTeXt updated from 2020.05.08T20:50 to
>>>         2020.05.09T08:55
>>>         2020-05-09T09:19:39    LuaMetaTeX unchanged at 2.05.01
>>>         2020-05-09T09:19:39    LuaMetaTeX functionality unchanged at
>>>     20200402
>>>         2020-05-09T09:19:39
>>>
>>>     Perhaps there is an problem with the installation files?
>>     no, i uploaded a new lmtx only (not sure why the date is old then)
>>
>>
>>     what version does the binary report?
>
>
>     It reports what the log says. My update program simply scrapes the
>     version report. The version report in full is:
>
>         This is LuaMetaTeX, Version 2.05.01
>
>         Execute 'luametatex --credits' for credits and version details.
>
>         There is NO warranty. Redistribution of this software is
>         covered by the terms
>         of the GNU General Public License, version 2 or (at your
>         option) any later
>         version. For more information about these matters, see the
>         file named COPYING
>         and the LuaTeX source.
>
>         Functionality : level 20200402
>         Support       : context@ntg.nl <mailto:context@ntg.nl>
>         Copyright     : The Lua(Meta)TeX Team(s) (2005-2020+)
>
>         The LuaMetaTeX project is related to ConTeXt development. This
>         macro package
>         tightly integrates TeX and MetaPost in close cooperation with Lua.
>
>     And the context version report is:
>
>
>         mtx-context     | ConTeXt Process Management 1.03
>         mtx-context     |
>         mtx-context     | main context file:
>         C:/LMTX/tex/texmf-context/tex/context/base/mkiv/context.mkiv
>         mtx-context     | current version: 2020.05.09 08:55
>         mtx-context     | main context file:
>         C:/LMTX/tex/texmf-context/tex/context/base/mkiv/context.mkxl
>         mtx-context     | current version: 2020.05.09 08:55
>
>     -- 
>     Rik
>
So, I did a clean install. It fails to properly install, reporting:

    open source     > level 1, order 171, name 'buff-imp-tex.mkiv'
    resolvers       > lua > loading file
    'C:/LMTX/tex/texmf-context/tex/context/base/mkiv/buff-imp-tex.lua'
    succeeded
    system          : error: invalid parent DefaultSnippet for
    TexSnippet, DefaultSnippet defined too (best check it)
    close source    > level 1, order 171, name 'buff-imp-tex.mkiv'

    ...

    resolvers       > lua > loading file
    'C:/LMTX/tex/texmf-context/tex/context/base/mkiv/math-fbk.lua' succeeded
    resolvers       > lua > loading file
    'C:/LMTX/tex/texmf-context/tex/context/base/mkiv/math-dir.lua' succeeded
    resolvers       > lua > loading file
    'C:/LMTX/tex/texmf-context/tex/context/base/mkiv/math-spa.lua' succeeded

    tex error       > tex error on line 2982 in file math-ini.mkxl: !
    Undefined control sequence

    l.2982 \normalsupmarkmode
                            \plusone % 2 also disable ^[^+] in text mode

    <empty file>


    The control sequence at the end of the top line of your error
    message was never
    \def'ed. You can just continue as I'll forget about whatever was
    undefined.

If this is not user error (mine), perhaps this is a win64 build problem?

-- 
Rik Kabel


[-- Attachment #1.2: Type: text/html, Size: 21254 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09 16:26           ` Giulio Bertellini
  2020-05-09 19:15             ` Rik Kabel
@ 2020-05-09 21:39             ` Hans Hagen
  1 sibling, 0 replies; 9+ messages in thread
From: Hans Hagen @ 2020-05-09 21:39 UTC (permalink / raw)
  To: Giulio Bertellini, mailing list for ConTeXt users

On 5/9/2020 6:26 PM, Giulio Bertellini wrote:

 >> >>>> sh-3.2# context metafun

Ha, I admit that I never tried that yet with lmtx. (The reason is that I 
then have to enter updating mode for all these new features. More 
something for end-of-the-year dark evenings with a stack of new cd's.)

 >> mkiv lua stats> lua properties: engine: lua 5.4, used memory: 179 MB,
 >> ctx: 166 MB, max: 168 MB, hash chars: min(64,40), symbol mask: utf (τεχ)
 >>
 >> mkiv lua stats> runtime: 20.702 seconds, 392 processed pages, 392
 >> shipped pages, 18.936 pages/second

Ok, that is not bad (I think on my already old machine one run took some 
18 seconds for luatex and of course in mkii with pdftex I could watch a 
movie while processing the file.)

The memory footprint also looks ok, especially given all these graphics. 
(in most cases lmtx has a smaller memory footprint.)

 >> Please consider that this mac mini is quite old and I am running mac
 >> OS Catalina on an external SSD.   This was the first installation on
 >> Mac of Context today. I am quite happy with the results.

because in the meantime even a raspberry pi has become useable, I wonder 
how this new microsoft arm (running at 3G) laptop will perform.

 >> I also installed the same LMTX Context release on the Linux Subsystem
 >> for  Microsoft Windows 10 and on different versions of Arch Linux.
 >> with the same excellent results.

Good.

 >> Thanks again for the excellent work,

Thanks.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error during the installation of luametatex
  2020-05-09 19:15             ` Rik Kabel
@ 2020-05-09 21:48               ` Hans Hagen
  0 siblings, 0 replies; 9+ messages in thread
From: Hans Hagen @ 2020-05-09 21:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel

On 5/9/2020 9:15 PM, Rik Kabel wrote:

> So, I did a clean install. It fails to properly install, reporting:

>     l.2982 \normalsupmarkmode

> If this is not user error (mine), perhaps this is a win64 build problem?
I can't imagine, as I compile these win binaries here using the mingw 
cross compiler under WLS (1). I also compile native binaries (a little 
slower than the cross compiled but a smaller file) and clang binaries 
(much slower and larger). The farm also has a windows set up now for 
luametatex but I just use the ones I make here. So, what gets shipped, 
the mingw ones, should work ok. (The native ones are part of the the 
backup plan, as on enevrr knows what will happen with mingw, not that 
the compilation is demanding.)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2020-05-09 21:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.188.1588942692.6418.ntg-context@ntg.nl>
2020-05-09  2:50 ` error during the installation of luametatex Jeong Dal
2020-05-09  6:52   ` Hans Hagen
2020-05-09 13:27     ` Rik Kabel
2020-05-09 13:33       ` Hans Hagen
2020-05-09 14:41         ` Rik Kabel
2020-05-09 16:26           ` Giulio Bertellini
2020-05-09 19:15             ` Rik Kabel
2020-05-09 21:48               ` Hans Hagen
2020-05-09 21:39             ` Hans Hagen

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