ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MkIV missing?
@ 2021-10-04 10:39 Henning Hraban Ramm via ntg-context
  2021-10-04 11:06 ` Hans Hagen via ntg-context
  2021-10-04 11:20 ` Taco Hoekwater via ntg-context
  0 siblings, 2 replies; 12+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-10-04 10:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

Hi,
since a while, I can’t run MkIV any more, even after several runs of install.sh (and mtxrun --generate, of course).
It’s the same on my Mac and my Linux laptop (of course the bin dir is different on the latter):

$ context --version
mtx-context     | ConTeXt Process Management 1.04
mtx-context     |
mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/context.mkiv
mtx-context     | current version: 2021.09.26 17:00
mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkxl/context.mkxl
mtx-context     | current version: 2021.09.26 17:00

$ context --version --luatex
mtx-context     | redirect luametatex -> luatex: luatex --luaonly "/Users/hraban/lmtx/tex/texmf-osx-64/bin/mtxrun.lua" --script mtx-context --version --luatex --redirected
mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'

$ which context
/Users/hraban/lmtx/tex/texmf-osx-64/bin/context

$ which luatex
/Users/hraban/lmtx/tex/texmf-osx-64/bin/luatex

$ luatex --version
This is LuaTeX, Version 1.13.0 (TeX Live 2021)
...

$ mtxrun --version
mtxrun          | ConTeXt TDS Runner Tool 1.32
mtxrun          | source path



I thought that was related to the server/provider move, but I guess it isn’t.

It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.

Hraban
___________________________________________________________________________________
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] 12+ messages in thread

* Re: MkIV missing?
  2021-10-04 10:39 MkIV missing? Henning Hraban Ramm via ntg-context
@ 2021-10-04 11:06 ` Hans Hagen via ntg-context
  2021-10-04 11:55   ` Henning Hraban Ramm via ntg-context
  2021-10-04 11:20 ` Taco Hoekwater via ntg-context
  1 sibling, 1 reply; 12+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-04 11:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
> Hi,
> since a while, I can’t run MkIV any more, even after several runs of install.sh (and mtxrun --generate, of course).
> It’s the same on my Mac and my Linux laptop (of course the bin dir is different on the latter):
> 
> $ context --version
> mtx-context     | ConTeXt Process Management 1.04
> mtx-context     |
> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> mtx-context     | current version: 2021.09.26 17:00
> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkxl/context.mkxl
> mtx-context     | current version: 2021.09.26 17:00
> 
> $ context --version --luatex
> mtx-context     | redirect luametatex -> luatex: luatex --luaonly "/Users/hraban/lmtx/tex/texmf-osx-64/bin/mtxrun.lua" --script mtx-context --version --luatex --redirected
> mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
> 
> $ which context
> /Users/hraban/lmtx/tex/texmf-osx-64/bin/context
> 
> $ which luatex
> /Users/hraban/lmtx/tex/texmf-osx-64/bin/luatex
> 
> $ luatex --version
> This is LuaTeX, Version 1.13.0 (TeX Live 2021)
> ...
> 
> $ mtxrun --version
> mtxrun          | ConTeXt TDS Runner Tool 1.32
> mtxrun          | source path
> 
> 
> 
> I thought that was related to the server/provider move, but I guess it isn’t.
> 
> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.
works here ... maybe a --generate issue?

-----------------------------------------------------------------
                                           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] 12+ messages in thread

* Re: MkIV missing?
  2021-10-04 10:39 MkIV missing? Henning Hraban Ramm via ntg-context
  2021-10-04 11:06 ` Hans Hagen via ntg-context
@ 2021-10-04 11:20 ` Taco Hoekwater via ntg-context
  2021-10-04 11:51   ` Henning Hraban Ramm via ntg-context
  1 sibling, 1 reply; 12+ messages in thread
From: Taco Hoekwater via ntg-context @ 2021-10-04 11:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Taco Hoekwater


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



> On 4 Oct 2021, at 12:39, Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl> wrote:
> 
> I thought that was related to the server/provider move, but I guess it isn’t.
> 
> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.

That is why I always run “sh install.sh” instead of executing the script directly.

Best wishes,
Taco

— 
Taco Hoekwater              E: taco@bittext.nl
genderfluid (all pronouns)




[-- Attachment #1.2: Type: text/html, Size: 3305 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] 12+ messages in thread

* Re: MkIV missing?
  2021-10-04 11:20 ` Taco Hoekwater via ntg-context
@ 2021-10-04 11:51   ` Henning Hraban Ramm via ntg-context
  0 siblings, 0 replies; 12+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-10-04 11:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm


> Am 04.10.2021 um 13:20 schrieb Taco Hoekwater <taco@bittext.nl>:
> 
>> On 4 Oct 2021, at 12:39, Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl> wrote:
>> 
>> I thought that was related to the server/provider move, but I guess it isn’t.
>> 
>> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.
> 
> That is why I always run “sh install.sh” instead of executing the script directly.

I always ran ". install.sh", i.e. "source install.sh"; calling a shell solves the PATH issue. Thanks for the hint!


Hraban

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

* Re: MkIV missing?
  2021-10-04 11:06 ` Hans Hagen via ntg-context
@ 2021-10-04 11:55   ` Henning Hraban Ramm via ntg-context
  2021-10-04 13:28     ` Marcus Vinicius Mesquita via ntg-context
  0 siblings, 1 reply; 12+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-10-04 11:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

[-- Attachment #1: Type: text/plain, Size: 1958 bytes --]


> Am 04.10.2021 um 13:06 schrieb Hans Hagen <j.hagen@xs4all.nl>:
> 
> On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
>> Hi,
>> since a while, I can’t run MkIV any more, even after several runs of install.sh (and mtxrun --generate, of course).
>> It’s the same on my Mac and my Linux laptop (of course the bin dir is different on the latter):
>> $ context --version
>> mtx-context     | ConTeXt Process Management 1.04
>> mtx-context     |
>> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/context.mkiv
>> mtx-context     | current version: 2021.09.26 17:00
>> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkxl/context.mkxl
>> mtx-context     | current version: 2021.09.26 17:00
>> $ context --version --luatex
>> mtx-context     | redirect luametatex -> luatex: luatex --luaonly "/Users/hraban/lmtx/tex/texmf-osx-64/bin/mtxrun.lua" --script mtx-context --version --luatex --redirected
>> mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
>> $ which context
>> /Users/hraban/lmtx/tex/texmf-osx-64/bin/context
>> $ which luatex
>> /Users/hraban/lmtx/tex/texmf-osx-64/bin/luatex
>> $ luatex --version
>> This is LuaTeX, Version 1.13.0 (TeX Live 2021)
>> ...
>> $ mtxrun --version
>> mtxrun          | ConTeXt TDS Runner Tool 1.32
>> mtxrun          | source path
>> I thought that was related to the server/provider move, but I guess it isn’t.
>> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.
> works here ... maybe a --generate issue?

I re-ran the install script with a shell ("sh install.sh" instead just ". install.sh"), but that doesn’t change the "unknown script" issue.

"mtxrun --generate" seems to work without problems; or do you see something suspicious in the attached log?

Hraban


[-- Attachment #2: mtxrun-generate.log --]
[-- Type: application/octet-stream, Size: 16668 bytes --]

resolvers       | resolving | variable 'SELFAUTOLOC' set to '/Users/hraban/lmtx/tex/texmf-osx-64/bin'
resolvers       | resolving | variable 'SELFAUTODIR' set to '/Users/hraban/lmtx/tex/texmf-osx-64'
resolvers       | resolving | variable 'SELFAUTOPARENT' set to '/Users/hraban/lmtx/tex'
resolvers       | resolving | variable 'TEXMFCNF' set to ''
resolvers       | resolving | variable 'TEXMF' set to ''
resolvers       | resolving | variable 'TEXOS' set to 'texmf-osx-64'
resolvers       | resolving |
resolvers       | resolving | using configuration specification 'home:texmf/web2c;selfautoparent:/texmf-local/web2c;selfautoparent:/texmf-context/web2c;selfautoparent:/texmf-dist/web2c;selfautoparent:/texmf/web2c'
resolvers       | resolving |
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/Users/hraban/texmf/web2c' from specification 'home:texmf/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/Users/hraban/lmtx/tex/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/Users/hraban/lmtx/tex/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/Users/hraban/lmtx/tex/texmf-dist/web2c' from specification 'selfautoparent:/texmf-dist/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/Users/hraban/lmtx/tex/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
resolvers       | resolving | found regular configuration file '/Users/hraban/lmtx/tex/texmf/web2c/texmfcnf.lua'
resolvers       | resolving |
resolvers       | resolving | loading configuration file 'selfautoparent:/texmf/web2c/texmfcnf.lua'
resolvers       | resolving |
resolvers       | resolving | locating list of 'home:texmf' (runtime) (tree:///home:texmf)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'tree', argument 'tree:///home:texmf'
resolvers       | trees | locator 'home:texmf' not found
resolvers       | resolving | locating list of 'selfautoparent:texmf-project' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf-project'
resolvers       | files | file locator 'selfautoparent:texmf-project' found as '/Users/hraban/lmtx/tex/texmf-project'
resolvers       | resolving | hash 'selfautoparent:texmf-project' appended
resolvers       | resolving | locating list of 'selfautoparent:texmf-fonts' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf-fonts'
resolvers       | files | file locator 'selfautoparent:texmf-fonts' found as '/Users/hraban/lmtx/tex/texmf-fonts'
resolvers       | resolving | hash 'selfautoparent:texmf-fonts' appended
resolvers       | resolving | locating list of 'selfautoparent:texmf-local' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf-local'
resolvers       | files | file locator 'selfautoparent:texmf-local' found as '/Users/hraban/lmtx/tex/texmf-local'
resolvers       | resolving | hash 'selfautoparent:texmf-local' appended
resolvers       | resolving | locating list of 'selfautoparent:texmf-modules' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf-modules'
resolvers       | files | file locator 'selfautoparent:texmf-modules' found as '/Users/hraban/lmtx/tex/texmf-modules'
resolvers       | resolving | hash 'selfautoparent:texmf-modules' appended
resolvers       | resolving | locating list of 'selfautoparent:texmf-context' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf-context'
resolvers       | files | file locator 'selfautoparent:texmf-context' found as '/Users/hraban/lmtx/tex/texmf-context'
resolvers       | resolving | hash 'selfautoparent:texmf-context' appended
resolvers       | resolving | locating list of 'selfautoparent:texmf-osx-64' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf-osx-64'
resolvers       | files | file locator 'selfautoparent:texmf-osx-64' found as '/Users/hraban/lmtx/tex/texmf-osx-64'
resolvers       | resolving | hash 'selfautoparent:texmf-osx-64' appended
resolvers       | resolving | locating list of 'selfautoparent:texmf' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf'
resolvers       | files | file locator 'selfautoparent:texmf' found as '/Users/hraban/lmtx/tex/texmf'
resolvers       | resolving | hash 'selfautoparent:texmf' appended
resolvers       | resolving |
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf-project'
resolvers       | expansions | scanning path 'selfautoparent:texmf-project', branch 'selfautoparent:texmf-project'
resolvers       | expansions | 0 files found on 0 directories with 0 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf-fonts'
resolvers       | expansions | scanning path 'selfautoparent:texmf-fonts', branch 'selfautoparent:texmf-fonts'
resolvers       | expansions | 705 files found on 90 directories with 324 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf-local'
resolvers       | expansions | scanning path 'selfautoparent:texmf-local', branch 'selfautoparent:texmf-local'
resolvers       | expansions | 0 files found on 0 directories with 0 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf-modules'
resolvers       | expansions | scanning path 'selfautoparent:texmf-modules', branch 'selfautoparent:texmf-modules'
resolvers       | expansions | 979 files found on 204 directories with 220 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf-context'
resolvers       | expansions | scanning path 'selfautoparent:texmf-context', branch 'selfautoparent:texmf-context'
resolvers       | expansions | 4142 files found on 212 directories with 14 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf-osx-64'
resolvers       | expansions | scanning path 'selfautoparent:texmf-osx-64', branch 'selfautoparent:texmf-osx-64'
resolvers       | expansions | 6 files found on 1 directories with 0 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf'
resolvers       | expansions | scanning path 'selfautoparent:texmf', branch 'selfautoparent:texmf'
resolvers       | expansions | 1530 files found on 104 directories with 187 uppercase remappings
resolvers       | resolving |
resolvers       | resolving | saving tree 'selfautoparent:texmf-project'
resolvers       | caches | hashing tree 'selfautoparent:texmf-project', hash '71c82419867f9a0df8a150196c03c86f'
resolvers       | caches | hashing tree 'selfautoparent:/texmf/web2c/texmfcnf.lua', hash '5fe67e0bfe781ce0dde776fb1556f32e'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf-project'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf-project' saved in '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lua'
system          | lua | compiling '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lud'
system          | lua | dumping '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lud' stripped
resolvers       | caching | 'files' compiled to '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lud'
resolvers       | resolving | saving tree 'selfautoparent:texmf-fonts'
resolvers       | caches | hashing tree 'selfautoparent:texmf-fonts', hash '3f406286dc3075cdfb044f836920f46a'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf-fonts'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf-fonts' saved in '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lua'
system          | lua | compiling '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lud'
system          | lua | dumping '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lud' stripped
resolvers       | caching | 'files' compiled to '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lud'
resolvers       | resolving | saving tree 'selfautoparent:texmf-local'
resolvers       | caches | hashing tree 'selfautoparent:texmf-local', hash '73630a261795d9c53610a28af4550cbc'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf-local'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf-local' saved in '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lua'
system          | lua | compiling '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lud'
system          | lua | dumping '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lud' stripped
resolvers       | caching | 'files' compiled to '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lud'
resolvers       | resolving | saving tree 'selfautoparent:texmf-modules'
resolvers       | caches | hashing tree 'selfautoparent:texmf-modules', hash '3952aa25b6a1b9f9f8d3eeb6e65f0039'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf-modules'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf-modules' saved in '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lua'
system          | lua | compiling '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lud'
system          | lua | dumping '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lud' stripped
resolvers       | caching | 'files' compiled to '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lud'
resolvers       | resolving | saving tree 'selfautoparent:texmf-context'
resolvers       | caches | hashing tree 'selfautoparent:texmf-context', hash 'fb39a92c95ceca857c3f2d0ee48a2ad3'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf-context'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf-context' saved in '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lua'
system          | lua | compiling '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lud'
system          | lua | dumping '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lud' stripped
resolvers       | caching | 'files' compiled to '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lud'
resolvers       | resolving | saving tree 'selfautoparent:texmf-osx-64'
resolvers       | caches | hashing tree 'selfautoparent:texmf-osx-64', hash 'c362dbe282bc5497995e65d200d4e5b1'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf-osx-64'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf-osx-64' saved in '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/c362dbe282bc5497995e65d200d4e5b1.lua'
system          | lua | compiling '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/c362dbe282bc5497995e65d200d4e5b1.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/c362dbe282bc5497995e65d200d4e5b1.lud'
system          | lua | dumping '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/c362dbe282bc5497995e65d200d4e5b1.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/c362dbe282bc5497995e65d200d4e5b1.lud' stripped
resolvers       | caching | 'files' compiled to '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/c362dbe282bc5497995e65d200d4e5b1.lud'
resolvers       | resolving | saving tree 'selfautoparent:texmf'
resolvers       | caches | hashing tree 'selfautoparent:texmf', hash 'dcb651482955ac31eaab7723b70e0184'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf' saved in '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lua'
system          | lua | compiling '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lud'
system          | lua | dumping '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lua' into '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lud' stripped
resolvers       | caching | 'files' compiled to '/Users/hraban/lmtx/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lud'
mtxrun          |
mtxrun          | elapsed lua time: 0.184 seconds


[-- Attachment #3: 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] 12+ messages in thread

* Re: MkIV missing?
  2021-10-04 11:55   ` Henning Hraban Ramm via ntg-context
@ 2021-10-04 13:28     ` Marcus Vinicius Mesquita via ntg-context
  2021-10-04 13:33       ` Taco Hoekwater via ntg-context
  0 siblings, 1 reply; 12+ messages in thread
From: Marcus Vinicius Mesquita via ntg-context @ 2021-10-04 13:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Marcus Vinicius Mesquita


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

Same problem here, on a linux64, context current version: 2021.09.26 17:00

Greetings

Marcus Vinicius

On Mon, Oct 4, 2021 at 8:55 AM Henning Hraban Ramm via ntg-context <
ntg-context@ntg.nl> wrote:

>
> > Am 04.10.2021 um 13:06 schrieb Hans Hagen <j.hagen@xs4all.nl>:
> >
> > On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
> >> Hi,
> >> since a while, I can’t run MkIV any more, even after several runs of
> install.sh (and mtxrun --generate, of course).
> >> It’s the same on my Mac and my Linux laptop (of course the bin dir is
> different on the latter):
> >> $ context --version
> >> mtx-context     | ConTeXt Process Management 1.04
> >> mtx-context     |
> >> mtx-context     | main context file:
> /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> >> mtx-context     | current version: 2021.09.26 17:00
> >> mtx-context     | main context file:
> /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkxl/context.mkxl
> >> mtx-context     | current version: 2021.09.26 17:00
> >> $ context --version --luatex
> >> mtx-context     | redirect luametatex -> luatex: luatex --luaonly
> "/Users/hraban/lmtx/tex/texmf-osx-64/bin/mtxrun.lua" --script mtx-context
> --version --luatex --redirected
> >> mtxrun          | unknown script 'mtx-context.lua' or
> 'mtx-mtx-context.lua'
> >> $ which context
> >> /Users/hraban/lmtx/tex/texmf-osx-64/bin/context
> >> $ which luatex
> >> /Users/hraban/lmtx/tex/texmf-osx-64/bin/luatex
> >> $ luatex --version
> >> This is LuaTeX, Version 1.13.0 (TeX Live 2021)
> >> ...
> >> $ mtxrun --version
> >> mtxrun          | ConTeXt TDS Runner Tool 1.32
> >> mtxrun          | source path
> >> I thought that was related to the server/provider move, but I guess it
> isn’t.
> >> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so
> that a call to mtxrun can’t find any configuration.
> > works here ... maybe a --generate issue?
>
> I re-ran the install script with a shell ("sh install.sh" instead just ".
> install.sh"), but that doesn’t change the "unknown script" issue.
>
> "mtxrun --generate" seems to work without problems; or do you see
> something suspicious in the attached log?
>
> Hraban
>
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>


-- 
Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo
nem seus membros, por ser descanso da alma, primavera do coração, distração
do aflito, entretenimento do solitário, e viático do viajante.

Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)

[-- Attachment #1.2: Type: text/html, Size: 4310 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] 12+ messages in thread

* Re: MkIV missing?
  2021-10-04 13:28     ` Marcus Vinicius Mesquita via ntg-context
@ 2021-10-04 13:33       ` Taco Hoekwater via ntg-context
  2021-10-04 13:45         ` Henning Hraban Ramm via ntg-context
                           ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Taco Hoekwater via ntg-context @ 2021-10-04 13:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Taco Hoekwater

We are busy with this off-list.

If it is urgent: 

 luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate

fixed it for me (you’ll need to adjust the path, of course)

Best wishes,
Taco

> On 4 Oct 2021, at 15:28, Marcus Vinicius Mesquita via ntg-context <ntg-context@ntg.nl> wrote:
> 
> Same problem here, on a linux64, context current version: 2021.09.26 17:00
> 
> Greetings
> 
> Marcus Vinicius
> 
> On Mon, Oct 4, 2021 at 8:55 AM Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl> wrote:
> 
> > Am 04.10.2021 um 13:06 schrieb Hans Hagen <j.hagen@xs4all.nl>:
> > 
> > On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
> >> Hi,
> >> since a while, I can’t run MkIV any more, even after several runs of install.sh (and mtxrun --generate, of course).
> >> It’s the same on my Mac and my Linux laptop (of course the bin dir is different on the latter):
> >> $ context --version
> >> mtx-context     | ConTeXt Process Management 1.04
> >> mtx-context     |
> >> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> >> mtx-context     | current version: 2021.09.26 17:00
> >> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkxl/context.mkxl
> >> mtx-context     | current version: 2021.09.26 17:00
> >> $ context --version --luatex
> >> mtx-context     | redirect luametatex -> luatex: luatex --luaonly "/Users/hraban/lmtx/tex/texmf-osx-64/bin/mtxrun.lua" --script mtx-context --version --luatex --redirected
> >> mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
> >> $ which context
> >> /Users/hraban/lmtx/tex/texmf-osx-64/bin/context
> >> $ which luatex
> >> /Users/hraban/lmtx/tex/texmf-osx-64/bin/luatex
> >> $ luatex --version
> >> This is LuaTeX, Version 1.13.0 (TeX Live 2021)
> >> ...
> >> $ mtxrun --version
> >> mtxrun          | ConTeXt TDS Runner Tool 1.32
> >> mtxrun          | source path
> >> I thought that was related to the server/provider move, but I guess it isn’t.
> >> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.
> > works here ... maybe a --generate issue?
> 
> I re-ran the install script with a shell ("sh install.sh" instead just ". install.sh"), but that doesn’t change the "unknown script" issue.
> 
> "mtxrun --generate" seems to work without problems; or do you see something suspicious in the attached log?
> 
> Hraban
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 
> 
> -- 
> Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo nem seus membros, por ser descanso da alma, primavera do coração, distração do aflito, entretenimento do solitário, e viático do viajante.
> 
> Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

— 
Taco Hoekwater              E: taco@bittext.nl
genderfluid (all pronouns)



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

* Re: MkIV missing?
  2021-10-04 13:33       ` Taco Hoekwater via ntg-context
@ 2021-10-04 13:45         ` Henning Hraban Ramm via ntg-context
  2021-10-04 13:50         ` Taco Hoekwater via ntg-context
  2021-10-18 15:27         ` Jörg Hofmann via ntg-context
  2 siblings, 0 replies; 12+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-10-04 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm, Taco Hoekwater


> Am 04.10.2021 um 15:33 schrieb Taco Hoekwater via ntg-context <ntg-context@ntg.nl>:
> 
> We are busy with this off-list.
> 
> If it is urgent: 
> 
> luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate
> 
> fixed it for me (you’ll need to adjust the path, of course)

For me too, while it didn’t work with an absolute path, i.e.

~/lmtx/tex/...  was ok, while
/Users/hraban/lmtx/tex/... was not!

Strange...

Hraban

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

* Re: MkIV missing?
  2021-10-04 13:33       ` Taco Hoekwater via ntg-context
  2021-10-04 13:45         ` Henning Hraban Ramm via ntg-context
@ 2021-10-04 13:50         ` Taco Hoekwater via ntg-context
  2021-10-04 15:16           ` Marcus Vinicius Mesquita via ntg-context
  2021-10-18 15:27         ` Jörg Hofmann via ntg-context
  2 siblings, 1 reply; 12+ messages in thread
From: Taco Hoekwater via ntg-context @ 2021-10-04 13:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Taco Hoekwater

Hi,

Here is what I assume has happened:

Hans gave LMTX its own "luametatex-cache” directory (around August 20). Previously, the cache for LMTX still used files under luatex-cache, just like MKIV. But since that change, the “context -—generate” call no longer updates files in luatex-cache, only in luametatex-cache. 


That is not a big problem unless something happens to clear any existing cache in that folder (like a re-install from scratch, say). 

Normally, one runs “context —-generate” to fix the cache and “context —-luatex” to run luatex Combined, that would be 
  “context —-generate —-luatex”. 
But the problem is that luatex cannot find “mtx-context.lua” exactly because of the missing cache that we are actually trying to create with that command line. Missing “mtx-context.lua” is usually fixed by running the more basic “mtxrun —generate”.

However, “mtxrun -—generate”  does not currently support a "-—luatex” argument, so the only way I know of right now to get the luatex-cache restored|updated is to run the command below.

(Incidentally, this sort of issue is why the core command is not “context -—generate” but “mtxrun -—generate”. It is unfortunate that that does not help in this case).

Best wishes,
Taco

> On 4 Oct 2021, at 15:33, Taco Hoekwater via ntg-context <ntg-context@ntg.nl> wrote:
> 
> We are busy with this off-list.
> 
> If it is urgent: 
> 
> luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate
> 
> fixed it for me (you’ll need to adjust the path, of course)
> 
> Best wishes,
> Taco
> 
>> On 4 Oct 2021, at 15:28, Marcus Vinicius Mesquita via ntg-context <ntg-context@ntg.nl> wrote:
>> 
>> Same problem here, on a linux64, context current version: 2021.09.26 17:00
>> 
>> Greetings
>> 
>> Marcus Vinicius
>> 
>> On Mon, Oct 4, 2021 at 8:55 AM Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl> wrote:
>> 
>>> Am 04.10.2021 um 13:06 schrieb Hans Hagen <j.hagen@xs4all.nl>:
>>> 
>>> On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
>>>> Hi,
>>>> since a while, I can’t run MkIV any more, even after several runs of install.sh (and mtxrun --generate, of course).

— 
Taco Hoekwater              E: taco@bittext.nl
genderfluid (all pronouns)



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

* Re: MkIV missing?
  2021-10-04 13:50         ` Taco Hoekwater via ntg-context
@ 2021-10-04 15:16           ` Marcus Vinicius Mesquita via ntg-context
  0 siblings, 0 replies; 12+ messages in thread
From: Marcus Vinicius Mesquita via ntg-context @ 2021-10-04 15:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Marcus Vinicius Mesquita


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

Thank you, Taco

Your suggestion resolved the issue for me.

Regards

Marcus Vinicius

On Mon, Oct 4, 2021 at 10:50 AM Taco Hoekwater via ntg-context <
ntg-context@ntg.nl> wrote:

> Hi,
>
> Here is what I assume has happened:
>
> Hans gave LMTX its own "luametatex-cache” directory (around August 20).
> Previously, the cache for LMTX still used files under luatex-cache, just
> like MKIV. But since that change, the “context -—generate” call no longer
> updates files in luatex-cache, only in luametatex-cache.
>
>
> That is not a big problem unless something happens to clear any existing
> cache in that folder (like a re-install from scratch, say).
>
> Normally, one runs “context —-generate” to fix the cache and “context
> —-luatex” to run luatex Combined, that would be
>   “context —-generate —-luatex”.
> But the problem is that luatex cannot find “mtx-context.lua” exactly
> because of the missing cache that we are actually trying to create with
> that command line. Missing “mtx-context.lua” is usually fixed by running
> the more basic “mtxrun —generate”.
>
> However, “mtxrun -—generate”  does not currently support a "-—luatex”
> argument, so the only way I know of right now to get the luatex-cache
> restored|updated is to run the command below.
>
> (Incidentally, this sort of issue is why the core command is not “context
> -—generate” but “mtxrun -—generate”. It is unfortunate that that does not
> help in this case).
>
> Best wishes,
> Taco
>
> > On 4 Oct 2021, at 15:33, Taco Hoekwater via ntg-context <
> ntg-context@ntg.nl> wrote:
> >
> > We are busy with this off-list.
> >
> > If it is urgent:
> >
> > luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate
> >
> > fixed it for me (you’ll need to adjust the path, of course)
> >
> > Best wishes,
> > Taco
> >
> >> On 4 Oct 2021, at 15:28, Marcus Vinicius Mesquita via ntg-context <
> ntg-context@ntg.nl> wrote:
> >>
> >> Same problem here, on a linux64, context current version: 2021.09.26
> 17:00
> >>
> >> Greetings
> >>
> >> Marcus Vinicius
> >>
> >> On Mon, Oct 4, 2021 at 8:55 AM Henning Hraban Ramm via ntg-context <
> ntg-context@ntg.nl> wrote:
> >>
> >>> Am 04.10.2021 um 13:06 schrieb Hans Hagen <j.hagen@xs4all.nl>:
> >>>
> >>> On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
> >>>> Hi,
> >>>> since a while, I can’t run MkIV any more, even after several runs of
> install.sh (and mtxrun --generate, of course).
>
> —
> Taco Hoekwater              E: taco@bittext.nl
> genderfluid (all pronouns)
>
>
>
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>


-- 
Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo
nem seus membros, por ser descanso da alma, primavera do coração, distração
do aflito, entretenimento do solitário, e viático do viajante.

Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)

[-- Attachment #1.2: Type: text/html, Size: 4898 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] 12+ messages in thread

* Re: MkIV missing?
  2021-10-04 13:33       ` Taco Hoekwater via ntg-context
  2021-10-04 13:45         ` Henning Hraban Ramm via ntg-context
  2021-10-04 13:50         ` Taco Hoekwater via ntg-context
@ 2021-10-18 15:27         ` Jörg Hofmann via ntg-context
  2021-10-19 17:09           ` Jörg Hofmann via ntg-context
  2 siblings, 1 reply; 12+ messages in thread
From: Jörg Hofmann via ntg-context @ 2021-10-18 15:27 UTC (permalink / raw)
  To: ntg-context; +Cc: Jörg Hofmann


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


Am 04.10.21 um 15:33 schrieb Taco Hoekwater via ntg-context:
> We are busy with this off-list.
>
> If it is urgent:
>
>   luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate
>
> fixed it for me (you’ll need to adjust the path, of course)
>
> Best wishes,
> Taco

But not for me. :(

After I set up my PC again, Linux Mint 20.1 Cinnamon, I also reinstalled 
ConTeXt and since then I have been experiencing the error.
Are there any further steps?

Besst wishes
Jörg



>
>> On 4 Oct 2021, at 15:28, Marcus Vinicius Mesquita via ntg-context <ntg-context@ntg.nl> wrote:
>>
>> Same problem here, on a linux64, context current version: 2021.09.26 17:00
>>
>> Greetings
>>
>> Marcus Vinicius
>>
>> On Mon, Oct 4, 2021 at 8:55 AM Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl> wrote:
>>
>>> Am 04.10.2021 um 13:06 schrieb Hans Hagen <j.hagen@xs4all.nl>:
>>>
>>> On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
>>>> Hi,
>>>> since a while, I can’t run MkIV any more, even after several runs of install.sh (and mtxrun --generate, of course).
>>>> It’s the same on my Mac and my Linux laptop (of course the bin dir is different on the latter):
>>>> $ context --version
>>>> mtx-context     | ConTeXt Process Management 1.04
>>>> mtx-context     |
>>>> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/context.mkiv
>>>> mtx-context     | current version: 2021.09.26 17:00
>>>> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkxl/context.mkxl
>>>> mtx-context     | current version: 2021.09.26 17:00
>>>> $ context --version --luatex
>>>> mtx-context     | redirect luametatex -> luatex: luatex --luaonly "/Users/hraban/lmtx/tex/texmf-osx-64/bin/mtxrun.lua" --script mtx-context --version --luatex --redirected
>>>> mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
>>>> $ which context
>>>> /Users/hraban/lmtx/tex/texmf-osx-64/bin/context
>>>> $ which luatex
>>>> /Users/hraban/lmtx/tex/texmf-osx-64/bin/luatex
>>>> $ luatex --version
>>>> This is LuaTeX, Version 1.13.0 (TeX Live 2021)
>>>> ...
>>>> $ mtxrun --version
>>>> mtxrun          | ConTeXt TDS Runner Tool 1.32
>>>> mtxrun          | source path
>>>> I thought that was related to the server/provider move, but I guess it isn’t.
>>>> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.
>>> works here ... maybe a --generate issue?
>> I re-ran the install script with a shell ("sh install.sh" instead just ". install.sh"), but that doesn’t change the "unknown script" issue.
>>
>> "mtxrun --generate" seems to work without problems; or do you see something suspicious in the attached log?
>>
>> Hraban
>>
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
>>
>>
>> -- 
>> Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo nem seus membros, por ser descanso da alma, primavera do coração, distração do aflito, entretenimento do solitário, e viático do viajante.
>>
>> Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
> —
> Taco Hoekwater              E: taco@bittext.nl
> genderfluid (all pronouns)
>
>
>
> ___________________________________________________________________________________
> 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: 9583 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] 12+ messages in thread

* Re: MkIV missing?
  2021-10-18 15:27         ` Jörg Hofmann via ntg-context
@ 2021-10-19 17:09           ` Jörg Hofmann via ntg-context
  0 siblings, 0 replies; 12+ messages in thread
From: Jörg Hofmann via ntg-context @ 2021-10-19 17:09 UTC (permalink / raw)
  To: ntg-context; +Cc: Jörg Hofmann


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

It works. I don't know why, but it works now.


Best wishes
Jörg

Am 18.10.21 um 17:27 schrieb Jörg Hofmann via ntg-context:
>
>
> Am 04.10.21 um 15:33 schrieb Taco Hoekwater via ntg-context:
>> We are busy with this off-list.
>>
>> If it is urgent:
>>
>>   luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate
>>
>> fixed it for me (you’ll need to adjust the path, of course)
>>
>> Best wishes,
>> Taco
>
> But not for me. :(
>
> After I set up my PC again, Linux Mint 20.1 Cinnamon, I also 
> reinstalled ConTeXt and since then I have been experiencing the error.
> Are there any further steps?
>
> Besst wishes
> Jörg
>
>
>
>>> On 4 Oct 2021, at 15:28, Marcus Vinicius Mesquita via ntg-context<ntg-context@ntg.nl>  wrote:
>>>
>>> Same problem here, on a linux64, context current version: 2021.09.26 17:00
>>>
>>> Greetings
>>>
>>> Marcus Vinicius
>>>
>>> On Mon, Oct 4, 2021 at 8:55 AM Henning Hraban Ramm via ntg-context<ntg-context@ntg.nl>  wrote:
>>>
>>>> Am 04.10.2021 um 13:06 schrieb Hans Hagen<j.hagen@xs4all.nl>:
>>>>
>>>> On 10/4/2021 12:39 PM, Henning Hraban Ramm via ntg-context wrote:
>>>>> Hi,
>>>>> since a while, I can’t run MkIV any more, even after several runs of install.sh (and mtxrun --generate, of course).
>>>>> It’s the same on my Mac and my Linux laptop (of course the bin dir is different on the latter):
>>>>> $ context --version
>>>>> mtx-context     | ConTeXt Process Management 1.04
>>>>> mtx-context     |
>>>>> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/context.mkiv
>>>>> mtx-context     | current version: 2021.09.26 17:00
>>>>> mtx-context     | main context file: /Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkxl/context.mkxl
>>>>> mtx-context     | current version: 2021.09.26 17:00
>>>>> $ context --version --luatex
>>>>> mtx-context     | redirect luametatex -> luatex: luatex --luaonly "/Users/hraban/lmtx/tex/texmf-osx-64/bin/mtxrun.lua" --script mtx-context --version --luatex --redirected
>>>>> mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
>>>>> $ which context
>>>>> /Users/hraban/lmtx/tex/texmf-osx-64/bin/context
>>>>> $ which luatex
>>>>> /Users/hraban/lmtx/tex/texmf-osx-64/bin/luatex
>>>>> $ luatex --version
>>>>> This is LuaTeX, Version 1.13.0 (TeX Live 2021)
>>>>> ...
>>>>> $ mtxrun --version
>>>>> mtxrun          | ConTeXt TDS Runner Tool 1.32
>>>>> mtxrun          | source path
>>>>> I thought that was related to the server/provider move, but I guess it isn’t.
>>>>> It’s a bit annoying that install.sh leaves ~/lmtx/bin in the PATH, so that a call to mtxrun can’t find any configuration.
>>>> works here ... maybe a --generate issue?
>>> I re-ran the install script with a shell ("sh install.sh" instead just ". install.sh"), but that doesn’t change the "unknown script" issue.
>>>
>>> "mtxrun --generate" seems to work without problems; or do you see something suspicious in the attached log?
>>>
>>> Hraban
>>>
>>> ___________________________________________________________________________________
>>> 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
>>> ___________________________________________________________________________________
>>>
>>>
>>> -- 
>>> Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo nem seus membros, por ser descanso da alma, primavera do coração, distração do aflito, entretenimento do solitário, e viático do viajante.
>>>
>>> Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)
>>> ___________________________________________________________________________________
>>> 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
>>> ___________________________________________________________________________________
>> —
>> Taco Hoekwater              E:taco@bittext.nl
>> genderfluid (all pronouns)
>>
>>
>>
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
>
> ___________________________________________________________________________________
> 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: 11667 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] 12+ messages in thread

end of thread, other threads:[~2021-10-19 17:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 10:39 MkIV missing? Henning Hraban Ramm via ntg-context
2021-10-04 11:06 ` Hans Hagen via ntg-context
2021-10-04 11:55   ` Henning Hraban Ramm via ntg-context
2021-10-04 13:28     ` Marcus Vinicius Mesquita via ntg-context
2021-10-04 13:33       ` Taco Hoekwater via ntg-context
2021-10-04 13:45         ` Henning Hraban Ramm via ntg-context
2021-10-04 13:50         ` Taco Hoekwater via ntg-context
2021-10-04 15:16           ` Marcus Vinicius Mesquita via ntg-context
2021-10-18 15:27         ` Jörg Hofmann via ntg-context
2021-10-19 17:09           ` Jörg Hofmann via ntg-context
2021-10-04 11:20 ` Taco Hoekwater via ntg-context
2021-10-04 11:51   ` Henning Hraban Ramm via ntg-context

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