ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: mtxrun
       [not found] <mailman.0.1581764401.20240.ntg-context@ntg.nl>
@ 2020-02-15 14:38 ` Luca Donetti
  2020-02-15 14:48 ` mtxrun Luca Donetti
  1 sibling, 0 replies; 34+ messages in thread
From: Luca Donetti @ 2020-02-15 14:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thank you Aditya,

> My question is then how
> > do you usually run mtxrun:
> > 1) always writing the full path of the correct executable,
> > 2) avoid putting [lmtx path]/bin in PATH,
> > 3) putting [lmtx path]/bin _after_ [lmtx path]/tex/texmf-linux-64/bin in
> > the PATH
> >
>
> I always follow 2. I don't think that [lmtx path]/bin should ever be in
> the PATH except when updating the installation.
>
> Then I will go with option 2), and report back if I encounter any problem.
If this works well, then it could be useful to change the message shown at
the end of the installation process, as Rudolf already suggested in this
thread.

By the way, you seem to imply that [lmtx path]/bin should be in the PATH
during updates. I didn't know that and I'm sure I've updated several times
without it: I have different environments to be able to switch between
different versions of context (lmtx, the old one, that from texlive...), I
never check which one I'm in before updating lmtx and the installer does
not complain.

LD

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

* Re: mtxrun
       [not found] <mailman.0.1581764401.20240.ntg-context@ntg.nl>
  2020-02-15 14:38 ` mtxrun Luca Donetti
@ 2020-02-15 14:48 ` Luca Donetti
  1 sibling, 0 replies; 34+ messages in thread
From: Luca Donetti @ 2020-02-15 14:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Hi Luca,
>
> > 1) always writing the full path of the correct executable,
>
> I don't know which operating system you're using. On linux instead of
> writing
> the full path I'm using the command "alias" in my ".bashrc" file. So,
> Adityas
> proposal on mtxrun (Date: Wed, 12 Feb 2020 00:24:21 -0500 (EST)) becomes:
>
> alias context='~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --autogenerate
> --script
>                       context'
> with 'context-lmtx' being the directory, where I installed context.
> With this you invoke your context file with "context your-file.tex"
> I cancelled all context stuff in my PATH variable. Don't forget to 'source
> ~/.bashrc'
> afterwards.
>
>
Hi Rudolf, thank you for your suggestion.
I'm on linux but I'd prefer not to use this method, because I use context
both from the command line and from my editor (emacs with auctex) and I
have scripts that change my environment to be able to switch between
different context versions (lmtx, texlive, ...). In any case, I'll think
about this solution and it could be useful to other people, too.

LD

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

* Re: mtxrun
  2020-02-15 11:32     ` mtxrun Floris van Manen
@ 2020-02-15 14:57       ` Aditya Mahajan
  0 siblings, 0 replies; 34+ messages in thread
From: Aditya Mahajan @ 2020-02-15 14:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 15 Feb 2020, Floris van Manen wrote:

> On 15-02-2020 06:40, Rudolf Bahr wrote:
>> I hope this helps you! At least in the case you're using linux.
>
> it appears as that many of the files in the two path are sort of identical:
>
> ~/data/context
>
> $ md5sum bin/mtxrun tex/texmf-linux-64/bin/luametatex
> b95ca64fabcb3f09edd861c4b87671cc  bin/mtxrun
> b95ca64fabcb3f09edd861c4b87671cc  tex/texmf-linux-64/bin/luametatex
>
> $ md5sum bin/mtxrun.lua tex/texmf-linux-64/bin/mtxrun.lua
> 4d73c3608cc2463e80c59942b3db7158  bin/mtxrun.lua
> 4d73c3608cc2463e80c59942b3db7158  tex/texmf-linux-64/bin/mtxrun.lua
>
>
> There is probably a reason for it ;-)

But mtxrun looks for location of texmfcnf file based on its location, so 
which file is invoked makes a difference.

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

* Re: mtxrun
  2020-02-15  5:40   ` mtxrun Rudolf Bahr
@ 2020-02-15 11:32     ` Floris van Manen
  2020-02-15 14:57       ` mtxrun Aditya Mahajan
  0 siblings, 1 reply; 34+ messages in thread
From: Floris van Manen @ 2020-02-15 11:32 UTC (permalink / raw)
  To: ntg-context

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



On 15-02-2020 06:40, Rudolf Bahr wrote:
> I hope this helps you! At least in the case you're using linux.

it appears as that many of the files in the two path are sort of identical:

~/data/context

$ md5sum bin/mtxrun tex/texmf-linux-64/bin/luametatex
b95ca64fabcb3f09edd861c4b87671cc  bin/mtxrun
b95ca64fabcb3f09edd861c4b87671cc  tex/texmf-linux-64/bin/luametatex

$ md5sum bin/mtxrun.lua tex/texmf-linux-64/bin/mtxrun.lua
4d73c3608cc2463e80c59942b3db7158  bin/mtxrun.lua
4d73c3608cc2463e80c59942b3db7158  tex/texmf-linux-64/bin/mtxrun.lua


There is probably a reason for it ;-)
.F

[-- Attachment #2: pEpkey.asc --]
[-- Type: application/pgp-keys, Size: 2456 bytes --]

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

* Re: mtxrun
  2020-02-14 19:59 ` mtxrun Luca Donetti
  2020-02-15  4:59   ` mtxrun Aditya Mahajan
@ 2020-02-15  5:40   ` Rudolf Bahr
  2020-02-15 11:32     ` mtxrun Floris van Manen
  1 sibling, 1 reply; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-15  5:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Feb 14, 2020 at 08:59:57PM +0100, Luca Donetti wrote:
> > > So I run explicitly the second one:
> > >   ~/context-lmtx/bin/mtxrun --generate
> > > but I got the same error.
> >
> > This is the wrong binary. As Hans said (and also what I wrote in my
> > message) is that you have to run the one in
> > ~/context-lmtx/tex/texmf-linux-64/bin/



Hi Luca,

> 1) always writing the full path of the correct executable,

I don't know which operating system you're using. On linux instead of writing
the full path I'm using the command "alias" in my ".bashrc" file. So, Adityas
proposal on mtxrun (Date: Wed, 12 Feb 2020 00:24:21 -0500 (EST)) becomes:

alias context='~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --autogenerate --script
                      context'
with 'context-lmtx' being the directory, where I installed context.
With this you invoke your context file with "context your-file.tex"
I cancelled all context stuff in my PATH variable. Don't forget to 'source ~/.bashrc'
afterwards. 

> 2) avoid putting [lmtx path]/bin in PATH,

Yes, this could be a solution too, in my opinion.

> 3) putting [lmtx path]/bin _after_ [lmtx path]/tex/texmf-linux-64/bin in
> the PATH
> 
> I'm asking here because option 1 is correct but not very handy, while 2)
> and 3) are different from what the installer says and they seemed to give
> other problems when I tried them.

I hope this helps you! At least in the case you're using linux.

Best wishes,

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

* Re: mtxrun
  2020-02-14 19:59 ` mtxrun Luca Donetti
@ 2020-02-15  4:59   ` Aditya Mahajan
  2020-02-15  5:40   ` mtxrun Rudolf Bahr
  1 sibling, 0 replies; 34+ messages in thread
From: Aditya Mahajan @ 2020-02-15  4:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 14 Feb 2020, Luca Donetti wrote:

>>> So I run explicitly the second one:
>>>   ~/context-lmtx/bin/mtxrun --generate
>>> but I got the same error.
>>
>> This is the wrong binary. As Hans said (and also what I wrote in my
>> message) is that you have to run the one in
>> ~/context-lmtx/tex/texmf-linux-64/bin/
>>
>>
>
>
>> This shows that the wrong binary is being used. You are using the binary
>> in /home/sam/context-lmtx/bin when you should use
>> /home/sam/context-lmtx/tex/texmf-linux-64/bin.
>>
>>
> I ran into a similar problem in the past because the installation script
> install.sh says the following, among other things:
> "If you want to run ConTeXt everywhere, you need to adapt the path, like:
>
>  [lmtx path]/bin:[lmtx path]/tex/texmf-linux-64/bin:[the rest of my path]"
>
> Doing as suggested, when mtxrun is launched the first binary is used
> because  [lmtx path]/bin comes first in the PATH. My question is then how
> do you usually run mtxrun:
> 1) always writing the full path of the correct executable,
> 2) avoid putting [lmtx path]/bin in PATH,
> 3) putting [lmtx path]/bin _after_ [lmtx path]/tex/texmf-linux-64/bin in
> the PATH
>
> I'm asking here because option 1 is correct but not very handy, while 2)
> and 3) are different from what the installer says and they seemed to give
> other problems when I tried them.

I always follow 2. I don't think that [lmtx path]/bin should ever be in 
the PATH except when updating the installation.

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

* Re: mtxrun
       [not found] <mailman.474.1581455525.1332.ntg-context@ntg.nl>
@ 2020-02-14 19:59 ` Luca Donetti
  2020-02-15  4:59   ` mtxrun Aditya Mahajan
  2020-02-15  5:40   ` mtxrun Rudolf Bahr
  0 siblings, 2 replies; 34+ messages in thread
From: Luca Donetti @ 2020-02-14 19:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> > So I run explicitly the second one:
> >   ~/context-lmtx/bin/mtxrun --generate
> > but I got the same error.
>
> This is the wrong binary. As Hans said (and also what I wrote in my
> message) is that you have to run the one in
> ~/context-lmtx/tex/texmf-linux-64/bin/
>
>


> This shows that the wrong binary is being used. You are using the binary
> in /home/sam/context-lmtx/bin when you should use
> /home/sam/context-lmtx/tex/texmf-linux-64/bin.
>
>
I ran into a similar problem in the past because the installation script
install.sh says the following, among other things:
"If you want to run ConTeXt everywhere, you need to adapt the path, like:

  [lmtx path]/bin:[lmtx path]/tex/texmf-linux-64/bin:[the rest of my path]"

Doing as suggested, when mtxrun is launched the first binary is used
because  [lmtx path]/bin comes first in the PATH. My question is then how
do you usually run mtxrun:
1) always writing the full path of the correct executable,
2) avoid putting [lmtx path]/bin in PATH,
3) putting [lmtx path]/bin _after_ [lmtx path]/tex/texmf-linux-64/bin in
the PATH

I'm asking here because option 1 is correct but not very handy, while 2)
and 3) are different from what the installer says and they seemed to give
other problems when I tried them.

Thank you in advance,
LD

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

* Re: mtxrun
  2020-02-12  5:24                 ` mtxrun Aditya Mahajan
@ 2020-02-12 10:05                   ` Rudolf Bahr
  0 siblings, 0 replies; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-12 10:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Feb 12, 2020 at 12:24:21AM -0500, Aditya Mahajan wrote:
> On Wed, 12 Feb 2020, Rudolf Bahr wrote:
> 
> > On Tue, Feb 11, 2020 at 01:39:54PM -0500, Aditya Mahajan wrote:
> > 
> > > What is the output of
> > > 
> > > ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate
> > > 
> > > (please paste the complete output; your previous message did not show if
> > > SELFAUTOPARENT was being set correctly).
> > 
> > 
> > Hi Aditya!
> > 
> > Thank you for your answer!
> > 
> > The output of ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate is big,
> > so I append it here by the file "Aditya-I".
> > It's made by
> >   LuaMetaTeX, Version 2.03.15
> >   ConTeXt  ver: 2020.02.11 16:41 MKIV beta  fmt: 2020.2.11
> 
> That shows that texmfcnf.lua file was found and resolved. So, `context
> filename` should work now. Just to be sure, you can try:
> 
> ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --autogenerate --script context
> filename
> 
> where filename is the name of a sample tex file.
> 
> Aditya

Hi Aditya!

Thank you for your hint and your help in general!

When you wrote before:
   "This is the wrong binary. As Hans said (and also what I wrote in my message) 
   is that you have to run the one in ~/context-lmtx/tex/texmf-linux-64/bin/",
I noticed having misunderstood Hans what he meant with:
   "i assume that you run the last one in this list, ..."
I thought he pointed to my error and didn't understand I should try the last one
in the list instead.

Anyway, thanks to you, Taco, Pablo and Hans for helping me to solve my problem!

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

* Re: mtxrun
  2020-02-11 20:57                 ` mtxrun Aditya Mahajan
@ 2020-02-12  5:44                   ` Rudolf Bahr
  0 siblings, 0 replies; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-12  5:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Feb 11, 2020 at 03:57:27PM -0500, Aditya Mahajan wrote:
> On Tue, 11 Feb 2020, Rudolf Bahr wrote:
> 
> > 
> > On Tue, Feb 11, 2020 at 07:38:54PM +0100, Hans Hagen wrote:
> > > On 2/11/2020 6:26 PM, Rudolf Bahr wrote:
> > > 
> > > > "whereis mtxrun" gives:
> > > >     ~/context-lmtx/bin/mtxrun.lua
> > > >     ~/context-lmtx/bin/mtxrun
> > > >     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua
> > > >     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun
> > > i assume that you run the last one in this list, which is a copy of or link
> > > to the luametatex binary in the texmf-linux-64/bin path
> > 
> > 
> > Hans, thank you for your answer!
> > 
> > So I run explicitly the second one:
> >   ~/context-lmtx/bin/mtxrun --generate
> > but I got the same error.
> 
> This is the wrong binary. As Hans said (and also what I wrote in my message)
> is that you have to run the one in ~/context-lmtx/tex/texmf-linux-64/bin/
> 
> > Sorry, "~/context-lmtx/bin/mtxrun --generate" again resulted in:
> >   resolvers       | resolving | variable 'SELFAUTOLOC' set to 'bin'
> >   resolvers       | resolving | variable 'SELFAUTODIR' set to '.'
> >   resolvers       | resolving | variable 'SELFAUTOPARENT' set to '..'
> 
> I would suggest that you run these commands from outside the ~/context-lmtx
> directory, so that the above variables show the full path rather than the
> relative path.
> 
> > "mtxrun --generate" run outside the installation directory gets the same result:
> >   resolvers       | resolving | variable 'SELFAUTOLOC' set to '/home/sam/context-lmtx/bin'
> >   resolvers       | resolving | variable 'SELFAUTODIR' set to '/home/sam/context-lmtx'
> >   resolvers       | resolving | variable 'SELFAUTOPARENT' set to '/home/sam'
> >   resolvers       | resolving | variable 'TEXMFCNF' set to ''
> >   resolvers       | resolving | variable 'TEXMF' set to ''
> >   resolvers       | resolving | variable 'TEXOS' set to 'context-lmtx'
> 
> This shows that the wrong binary is being used. You are using the binary in
> /home/sam/context-lmtx/bin when you should use
> /home/sam/context-lmtx/tex/texmf-linux-64/bin.
> 
> Aditya


Thanks to Hans and Aditya!

Using the binaries in /context-lmtx/tex/texmf-linux-64/bin/ instead of
~/context-lmtx/bin/mtxrun brings the awaited result!

Remains the question why has it been possible to use the wrong binaries? How could
a context user know where the "good" binaries reside?
I put the PATH sequence of the official installation process as proposed into
my PATH variable and was using "mtxrun".

I shall eliminate the error causing context parts in my PATH variable. I'd suggest
to correct the proposed completion of PATH variable at the end of the installation
process. The knowledge about that has only been possible after a series of mails with
Pablo, Hans and Aditya.

Thanks again!

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

* Re: mtxrun
  2020-02-12  4:41               ` mtxrun Rudolf Bahr
@ 2020-02-12  5:24                 ` Aditya Mahajan
  2020-02-12 10:05                   ` mtxrun Rudolf Bahr
  0 siblings, 1 reply; 34+ messages in thread
From: Aditya Mahajan @ 2020-02-12  5:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 12 Feb 2020, Rudolf Bahr wrote:

> On Tue, Feb 11, 2020 at 01:39:54PM -0500, Aditya Mahajan wrote:
>
>> What is the output of
>>
>> ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate
>>
>> (please paste the complete output; your previous message did not show if
>> SELFAUTOPARENT was being set correctly).
>
>
> Hi Aditya!
>
> Thank you for your answer!
>
> The output of ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate is big,
> so I append it here by the file "Aditya-I".
> It's made by
>   LuaMetaTeX, Version 2.03.15
>   ConTeXt  ver: 2020.02.11 16:41 MKIV beta  fmt: 2020.2.11

That shows that texmfcnf.lua file was found and resolved. So, `context 
filename` should work now. Just to be sure, you can try:

~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --autogenerate --script 
context filename

where filename is the name of a sample tex file.

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

* Re: mtxrun
  2020-02-11 18:39             ` mtxrun Aditya Mahajan
@ 2020-02-12  4:41               ` Rudolf Bahr
  2020-02-12  5:24                 ` mtxrun Aditya Mahajan
  0 siblings, 1 reply; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-12  4:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

On Tue, Feb 11, 2020 at 01:39:54PM -0500, Aditya Mahajan wrote:

> What is the output of
> 
> ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate
> 
> (please paste the complete output; your previous message did not show if
> SELFAUTOPARENT was being set correctly).


Hi Aditya!

Thank you for your answer!

The output of ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate is big,
so I append it here by the file "Aditya-I".
It's made by
   LuaMetaTeX, Version 2.03.15
   ConTeXt  ver: 2020.02.11 16:41 MKIV beta  fmt: 2020.2.11

Just for fun (but perhaps it will help anyway) I append the corresponding output of
~/context-luatex/tex/texmf-linux-64/bin/mtxrun --generate
as the file "Aditya-II".
This is made by
   luatex version of context 2020.01.30 14:13

Best wishes,

Rudolf

[-- Attachment #2: Aditya-I --]
[-- Type: text/plain, Size: 16810 bytes --]

sam@nan:~$ ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate
resolvers       | resolving | variable 'SELFAUTOLOC' set to '/home/sam/context-lmtx/tex/texmf-linux-64/bin'
resolvers       | resolving | variable 'SELFAUTODIR' set to '/home/sam/context-lmtx/tex/texmf-linux-64'
resolvers       | resolving | variable 'SELFAUTOPARENT' set to '/home/sam/context-lmtx/tex'
resolvers       | resolving | variable 'TEXMFCNF' set to ''
resolvers       | resolving | variable 'TEXMF' set to ''
resolvers       | resolving | variable 'TEXOS' set to 'texmf-linux-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 '/home/sam/texmf/web2c' from specification 'home:texmf/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/home/sam/context-lmtx/tex/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/home/sam/context-lmtx/tex/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/home/sam/context-lmtx/tex/texmf-dist/web2c' from specification 'selfautoparent:/texmf-dist/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/home/sam/context-lmtx/tex/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
resolvers       | resolving | found regular configuration file '/home/sam/context-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 '/home/sam/context-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 '/home/sam/context-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 '/home/sam/context-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 '/home/sam/context-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 '/home/sam/context-lmtx/tex/texmf-context'
resolvers       | resolving | hash 'selfautoparent:texmf-context' appended
resolvers       | resolving | locating list of 'selfautoparent:texmf-linux-64' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument 'selfautoparent:texmf-linux-64'
resolvers       | files | file locator 'selfautoparent:texmf-linux-64' found as '/home/sam/context-lmtx/tex/texmf-linux-64'
resolvers       | resolving | hash 'selfautoparent:texmf-linux-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 '/home/sam/context-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 | 0 files found on 0 directories with 0 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 | 1 files found on 0 directories with 1 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 | 0 files found on 0 directories with 0 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 | 3522 files found on 219 directories with 14 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument 'selfautoparent:texmf-linux-64'
resolvers       | expansions | scanning path 'selfautoparent:texmf-linux-64', branch 'selfautoparent:texmf-linux-64'
resolvers       | expansions | 5 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 | 1477 files found on 114 directories with 106 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 '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lua'
system          | lua | compiling '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lud'
system          | lua | dumping '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/71c82419867f9a0df8a150196c03c86f.lud' stripped
resolvers       | caching | 'files' compiled to '/home/sam/context-lmtx/tex/texmf-cache/luatex-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 '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lua'
system          | lua | compiling '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lud'
system          | lua | dumping '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f406286dc3075cdfb044f836920f46a.lud' stripped
resolvers       | caching | 'files' compiled to '/home/sam/context-lmtx/tex/texmf-cache/luatex-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 '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lua'
system          | lua | compiling '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lud'
system          | lua | dumping '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/73630a261795d9c53610a28af4550cbc.lud' stripped
resolvers       | caching | 'files' compiled to '/home/sam/context-lmtx/tex/texmf-cache/luatex-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 '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lua'
system          | lua | compiling '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lud'
system          | lua | dumping '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3952aa25b6a1b9f9f8d3eeb6e65f0039.lud' stripped
resolvers       | caching | 'files' compiled to '/home/sam/context-lmtx/tex/texmf-cache/luatex-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 '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lua'
system          | lua | compiling '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lud'
system          | lua | dumping '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lud' stripped
resolvers       | caching | 'files' compiled to '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/fb39a92c95ceca857c3f2d0ee48a2ad3.lud'
resolvers       | resolving | saving tree 'selfautoparent:texmf-linux-64'
resolvers       | caches | hashing tree 'selfautoparent:texmf-linux-64', hash '3f6978edf9feb817ad6c1f21fc262031'
resolvers       | caching | preparing 'files' for 'selfautoparent:texmf-linux-64'
resolvers       | caching | category 'files', cachename 'selfautoparent:texmf-linux-64' saved in '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f6978edf9feb817ad6c1f21fc262031.lua'
system          | lua | compiling '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f6978edf9feb817ad6c1f21fc262031.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f6978edf9feb817ad6c1f21fc262031.lud'
system          | lua | dumping '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f6978edf9feb817ad6c1f21fc262031.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f6978edf9feb817ad6c1f21fc262031.lud' stripped
resolvers       | caching | 'files' compiled to '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/3f6978edf9feb817ad6c1f21fc262031.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 '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lua'
system          | lua | compiling '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lud'
system          | lua | dumping '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lua' into '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lud' stripped
resolvers       | caching | 'files' compiled to '/home/sam/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/trees/dcb651482955ac31eaab7723b70e0184.lud'
mtxrun          |
mtxrun          | elapsed lua time: 0.094 seconds


[-- Attachment #3: Aditya-II --]
[-- Type: text/plain, Size: 12790 bytes --]

sam@nan:~$ ~/context-luatex/tex/texmf-linux-64/bin/mtxrun --generate   
resolvers       | resolving | variable 'SELFAUTOLOC' set to '/usr/bin'
resolvers       | resolving | variable 'SELFAUTODIR' set to '/usr'
resolvers       | resolving | variable 'SELFAUTOPARENT' set to '.'
resolvers       | resolving | variable 'TEXMFCNF' set to ''
resolvers       | resolving | variable 'TEXMF' set to ''
resolvers       | resolving | variable 'TEXOS' set to 'usr'
resolvers       | resolving |
resolvers       | resolving | using configuration specification 'home:texmf/web2c;{/etc/texmf/web2c,/usr/local/share/texmf/web2c,/usr/share/texmf/web2c,/usr/share/texlive/texmf-dist/web2c,selfautoparent:/share/texmf/web2c}'
resolvers       | resolving |
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/home/sam/texmf/web2c' from specification 'home:texmf/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/etc/texmf/web2c' from specification '/etc/texmf/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/share/texmf/web2c' from specification '/usr/local/share/texmf/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/share/texmf/web2c' from specification '/usr/share/texmf/web2c'
resolvers       | resolving | found regular configuration file '/usr/share/texmf/web2c/texmfcnf.lua'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/share/texlive/texmf-dist/web2c' from specification '/usr/share/texlive/texmf-dist/web2c'
resolvers       | resolving | found regular configuration file '/usr/share/texlive/texmf-dist/web2c/texmfcnf.lua'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path './share/texmf/web2c' from specification 'selfautoparent:/share/texmf/web2c'
resolvers       | resolving |
resolvers       | resolving | loading configuration file '/usr/share/texmf/web2c/texmfcnf.lua'
resolvers       | resolving |
resolvers       | resolving | loading configuration file '/usr/share/texlive/texmf-dist/web2c/texmfcnf.lua'
resolvers       | resolving |
resolvers       | resolving | locating list of 'home:.texlive2019/texmf-config' (runtime) (tree:///home:.texlive2019/texmf-config)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'tree', argument 'tree:///home:.texlive2019/texmf-config'
resolvers       | trees | locator 'home:.texlive2019/texmf-config' not found
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 '/etc/texmf' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument '/etc/texmf'
resolvers       | files | file locator '/etc/texmf' found as '/etc/texmf'
resolvers       | resolving | hash '/etc/texmf' appended
resolvers       | resolving | locating list of '/var/lib/texmf' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument '/var/lib/texmf'
resolvers       | files | file locator '/var/lib/texmf' found as '/var/lib/texmf'
resolvers       | resolving | hash '/var/lib/texmf' appended
resolvers       | resolving | locating list of '/usr/local/share/texmf' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument '/usr/local/share/texmf'
resolvers       | files | file locator '/usr/local/share/texmf' found as '/usr/local/share/texmf'
resolvers       | resolving | hash '/usr/local/share/texmf' appended
resolvers       | resolving | locating list of '/usr/share/texmf' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument '/usr/share/texmf'
resolvers       | files | file locator '/usr/share/texmf' found as '/usr/share/texmf'
resolvers       | resolving | hash '/usr/share/texmf' appended
resolvers       | resolving | locating list of '/usr/share/texlive/texmf-dist' (cached)
resolvers       | methods | resolving, method 'locators', how 'uri', handler 'file', argument '/usr/share/texlive/texmf-dist'
resolvers       | files | file locator '/usr/share/texlive/texmf-dist' found as '/usr/share/texlive/texmf-dist'
resolvers       | resolving | hash '/usr/share/texlive/texmf-dist' appended
resolvers       | resolving |
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument '/etc/texmf'
resolvers       | expansions | scanning path '/etc/texmf', branch '/etc/texmf'
resolvers       | expansions | 4 files found on 9 directories with 0 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument '/var/lib/texmf'
resolvers       | expansions | scanning path '/var/lib/texmf', branch '/var/lib/texmf'
resolvers       | expansions | 49 files found on 20 directories with 8 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument '/usr/local/share/texmf'
resolvers       | expansions | scanning path '/usr/local/share/texmf', branch '/usr/local/share/texmf'
resolvers       | expansions | 0 files found on 0 directories with 0 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument '/usr/share/texmf'
resolvers       | expansions | scanning path '/usr/share/texmf', branch '/usr/share/texmf'
resolvers       | globbing | confusing filename, name: 'GUST-FONT-LICENSE.txt', lower: 'gust-font-license.txt', already: 'GUST-FONT-LICENSE.TXT'
resolvers       | expansions | 1009 files found on 31 directories with 7 uppercase remappings
resolvers       | methods | resolving, method 'generators', how 'uri', handler 'file', argument '/usr/share/texlive/texmf-dist'
resolvers       | expansions | scanning path '/usr/share/texlive/texmf-dist', branch '/usr/share/texlive/texmf-dist'
resolvers       | expansions | 4417 files found on 538 directories with 256 uppercase remappings
resolvers       | resolving |
resolvers       | resolving | saving tree '/etc/texmf'
resolvers       | caches | hashing tree '/etc/texmf', hash '76f9d14d3870a3ca17c588db81902d3d'
resolvers       | caches | path '/home/sam/.texlive2019/texmf-var' created
resolvers       | caches | hashing tree '/usr/share/texmf/web2c/texmfcnf.lua;/usr/share/texlive/texmf-dist/web2c/texmfcnf.lua', hash 'b47c3d3cee7cb6c86268d0595268c442'
resolvers       | caching | preparing 'files' for '/etc/texmf'
resolvers       | caching | category 'files', cachename '/etc/texmf' saved in '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/76f9d14d3870a3ca17c588db81902d3d.lua'
system          | lua | compiling '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/76f9d14d3870a3ca17c588db81902d3d.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/76f9d14d3870a3ca17c588db81902d3d.luc'
system          | lua | dumping '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/76f9d14d3870a3ca17c588db81902d3d.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/76f9d14d3870a3ca17c588db81902d3d.luc' stripped
resolvers       | caching | 'files' compiled to '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/76f9d14d3870a3ca17c588db81902d3d.luc'
resolvers       | resolving | saving tree '/var/lib/texmf'
resolvers       | caches | hashing tree '/var/lib/texmf', hash '49ce9fb6981e7315a79363280fdfe510'
resolvers       | caching | preparing 'files' for '/var/lib/texmf'
resolvers       | caching | category 'files', cachename '/var/lib/texmf' saved in '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/49ce9fb6981e7315a79363280fdfe510.lua'
system          | lua | compiling '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/49ce9fb6981e7315a79363280fdfe510.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/49ce9fb6981e7315a79363280fdfe510.luc'
system          | lua | dumping '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/49ce9fb6981e7315a79363280fdfe510.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/49ce9fb6981e7315a79363280fdfe510.luc' stripped
resolvers       | caching | 'files' compiled to '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/49ce9fb6981e7315a79363280fdfe510.luc'
resolvers       | resolving | saving tree '/usr/local/share/texmf'
resolvers       | caches | hashing tree '/usr/local/share/texmf', hash '5044cbe2799fe389b078f26ff6b9ee8e'
resolvers       | caching | preparing 'files' for '/usr/local/share/texmf'
resolvers       | caching | category 'files', cachename '/usr/local/share/texmf' saved in '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/5044cbe2799fe389b078f26ff6b9ee8e.lua'
system          | lua | compiling '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/5044cbe2799fe389b078f26ff6b9ee8e.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/5044cbe2799fe389b078f26ff6b9ee8e.luc'
system          | lua | dumping '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/5044cbe2799fe389b078f26ff6b9ee8e.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/5044cbe2799fe389b078f26ff6b9ee8e.luc' stripped
resolvers       | caching | 'files' compiled to '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/5044cbe2799fe389b078f26ff6b9ee8e.luc'
resolvers       | resolving | saving tree '/usr/share/texmf'
resolvers       | caches | hashing tree '/usr/share/texmf', hash '0638a6bb4aac17125bf8bd1aa29dc0c8'
resolvers       | caching | preparing 'files' for '/usr/share/texmf'
resolvers       | caching | category 'files', cachename '/usr/share/texmf' saved in '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/0638a6bb4aac17125bf8bd1aa29dc0c8.lua'
system          | lua | compiling '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/0638a6bb4aac17125bf8bd1aa29dc0c8.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/0638a6bb4aac17125bf8bd1aa29dc0c8.luc'
system          | lua | dumping '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/0638a6bb4aac17125bf8bd1aa29dc0c8.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/0638a6bb4aac17125bf8bd1aa29dc0c8.luc' stripped
resolvers       | caching | 'files' compiled to '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/0638a6bb4aac17125bf8bd1aa29dc0c8.luc'
resolvers       | resolving | saving tree '/usr/share/texlive/texmf-dist'
resolvers       | caches | hashing tree '/usr/share/texlive/texmf-dist', hash '6cb6a4fdaeb2b039f2fc064f35490cf6'
resolvers       | caching | preparing 'files' for '/usr/share/texlive/texmf-dist'
resolvers       | caching | category 'files', cachename '/usr/share/texlive/texmf-dist' saved in '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/6cb6a4fdaeb2b039f2fc064f35490cf6.lua'
system          | lua | compiling '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/6cb6a4fdaeb2b039f2fc064f35490cf6.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/6cb6a4fdaeb2b039f2fc064f35490cf6.luc'
system          | lua | dumping '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/6cb6a4fdaeb2b039f2fc064f35490cf6.lua' into '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/6cb6a4fdaeb2b039f2fc064f35490cf6.luc' stripped
resolvers       | caching | 'files' compiled to '/home/sam/.texlive2019/texmf-var/luatex-cache/context/b47c3d3cee7cb6c86268d0595268c442/trees/6cb6a4fdaeb2b039f2fc064f35490cf6.luc'
mtxrun          |
mtxrun          | elapsed lua time: 0.229 seconds



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

* Re: mtxrun
  2020-02-11 20:41               ` mtxrun Rudolf Bahr
@ 2020-02-11 20:57                 ` Aditya Mahajan
  2020-02-12  5:44                   ` mtxrun Rudolf Bahr
  0 siblings, 1 reply; 34+ messages in thread
From: Aditya Mahajan @ 2020-02-11 20:57 UTC (permalink / raw)
  To: ntg-context

On Tue, 11 Feb 2020, Rudolf Bahr wrote:

>
> On Tue, Feb 11, 2020 at 07:38:54PM +0100, Hans Hagen wrote:
>> On 2/11/2020 6:26 PM, Rudolf Bahr wrote:
>> 
>> > "whereis mtxrun" gives:
>> >     ~/context-lmtx/bin/mtxrun.lua
>> >     ~/context-lmtx/bin/mtxrun
>> >     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua
>> >     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun
>> i assume that you run the last one in this list, which is a copy of or link
>> to the luametatex binary in the texmf-linux-64/bin path
>
>
> Hans, thank you for your answer!
>
> So I run explicitly the second one:
>   ~/context-lmtx/bin/mtxrun --generate
> but I got the same error.

This is the wrong binary. As Hans said (and also what I wrote in my 
message) is that you have to run the one in 
~/context-lmtx/tex/texmf-linux-64/bin/

> Sorry, "~/context-lmtx/bin/mtxrun --generate" again resulted in:
>   resolvers       | resolving | variable 'SELFAUTOLOC' set to 'bin'
>   resolvers       | resolving | variable 'SELFAUTODIR' set to '.'
>   resolvers       | resolving | variable 'SELFAUTOPARENT' set to '..'

I would suggest that you run these commands from outside the 
~/context-lmtx directory, so that the above variables show the full path 
rather than the relative path.

> "mtxrun --generate" run outside the installation directory gets the same result:
>   resolvers       | resolving | variable 'SELFAUTOLOC' set to '/home/sam/context-lmtx/bin'
>   resolvers       | resolving | variable 'SELFAUTODIR' set to '/home/sam/context-lmtx'
>   resolvers       | resolving | variable 'SELFAUTOPARENT' set to '/home/sam'
>   resolvers       | resolving | variable 'TEXMFCNF' set to ''
>   resolvers       | resolving | variable 'TEXMF' set to ''
>   resolvers       | resolving | variable 'TEXOS' set to 'context-lmtx'

This shows that the wrong binary is being used. You are using the binary 
in /home/sam/context-lmtx/bin when you should use 
/home/sam/context-lmtx/tex/texmf-linux-64/bin.

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

* Re: mtxrun
  2020-02-11 18:38             ` mtxrun Hans Hagen
@ 2020-02-11 20:41               ` Rudolf Bahr
  2020-02-11 20:57                 ` mtxrun Aditya Mahajan
  0 siblings, 1 reply; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-11 20:41 UTC (permalink / raw)
  To: ntg-context


On Tue, Feb 11, 2020 at 07:38:54PM +0100, Hans Hagen wrote:
> On 2/11/2020 6:26 PM, Rudolf Bahr wrote:
> 
> > "whereis mtxrun" gives:
> >     ~/context-lmtx/bin/mtxrun.lua
> >     ~/context-lmtx/bin/mtxrun
> >     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua
> >     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun
> i assume that you run the last one in this list, which is a copy of or link
> to the luametatex binary in the texmf-linux-64/bin path


Hans, thank you for your answer!

So I run explicitly the second one:
   ~/context-lmtx/bin/mtxrun --generate
but I got the same error.

Now I wiped totally my directory "~/context-lmtx/" and made a new installation
by a newly loaded zip-file from "http://pragma-ade.nl/install.htm" (64 bit Linux),
I canceled the context concerning parts of the PATH variable in .bashrc and took over
the suggested PATH of installation process with a following "source .bashrc" of course:
   LuaMetaTeX, Version 2.03.15
   ConTeXt  ver: 2020.02.11 16:41 MKIV beta  fmt: 2020.2.11

Sorry, "~/context-lmtx/bin/mtxrun --generate" again resulted in:
   resolvers       | resolving | variable 'SELFAUTOLOC' set to 'bin'
   resolvers       | resolving | variable 'SELFAUTODIR' set to '.'
   resolvers       | resolving | variable 'SELFAUTOPARENT' set to '..'
   resolvers       | resolving | variable 'TEXMFCNF' set to ''
   resolvers       | resolving | variable 'TEXMF' set to ''
   resolvers       | resolving | variable 'TEXOS' set to '.'
   ...
   ...
   resolvers       | resolving | warning: no lua configuration files found
   resolvers       | resolving | no texmf paths are defined (using TEXMF)

"mtxrun --generate" run outside the installation directory gets the same result:
   resolvers       | resolving | variable 'SELFAUTOLOC' set to '/home/sam/context-lmtx/bin'
   resolvers       | resolving | variable 'SELFAUTODIR' set to '/home/sam/context-lmtx'
   resolvers       | resolving | variable 'SELFAUTOPARENT' set to '/home/sam'
   resolvers       | resolving | variable 'TEXMFCNF' set to ''
   resolvers       | resolving | variable 'TEXMF' set to ''
   resolvers       | resolving | variable 'TEXOS' set to 'context-lmtx'
   ...
   ...
   resolvers       | resolving | warning: no lua configuration files found
   resolvers       | resolving | no texmf paths are defined (using TEXMF)
   

I assume, as the last line indicates, the error is here: variable 'TEXMF' set to ''.
Am I right in that this variable has nothing to do with an environment variable?

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

* Re: mtxrun
  2020-02-11 17:26           ` mtxrun Rudolf Bahr
  2020-02-11 18:38             ` mtxrun Hans Hagen
@ 2020-02-11 18:39             ` Aditya Mahajan
  2020-02-12  4:41               ` mtxrun Rudolf Bahr
  1 sibling, 1 reply; 34+ messages in thread
From: Aditya Mahajan @ 2020-02-11 18:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

On Tue, 11 Feb 2020, Rudolf Bahr wrote:

> On Tue, Feb 11, 2020 at 04:57:15PM +0100, Pablo Rodriguez wrote:
>> On 2/11/20 4:23 PM, Rudolf Bahr wrote:
>> >
>> > How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX 2.03.15"
>> > and "ConTeXt 2020.02.10 MKIV beta" in my linux directory "~/context-lmtx", correct
>> > the PATH variable after installation, do not forget a "source" on ".bashrc" and then
>> > invoke in my directory "context-lmtx" following programs:
>> >
>> > mtxrun --generate
>> 
>> Hi Rudolf,
>> 
>> how did you install ConTeXt? Did you download the proper file from
>> http://pragma-ade.nl/install.htm?
>> 
>> What is the output from "whereis mtxrun && whereis context"?
>> 
>> Try adding "export PATH=$PATH:~/context/tex/texmf-linux-64/bin/"
>> (correct the path where required) and try again.
>> 
>> I’m on Linux64 and I’m not experiencing these issues. And I remove the
>> contents of tex/texmf-cache/ regularly (I only invoke "mtxrun
>> --generate" after that).
>> 
>> > BTW, if it's important, "~/context-lmtx/tex/texmf-cache/" contains only
>> > "luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e".
>> 
>> This is what I have there. These seem to be the standard cache contents.
>> 
>> Just in case it helps,
>> 
>> Pablo
>
>
> Hello Pablo!
>
> Thank you for your answer!
>
> "whereis mtxrun" gives:
>   ~/context-lmtx/bin/mtxrun.lua
>   ~/context-lmtx/bin/mtxrun
>   ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua
>   ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun
>
> and "whereis context":
>   ~/context-lmtx/tex/texmf-linux-64/bin/context.lua
>   ~/context-lmtx/tex/texmf-linux-64/bin/context
>
> I think, you'll get similar results. These are the informations according to
> my PATH variable. And in that PATH there are no links to "~/context-luatex",
> my directory of the other context installation.
>
> And as so often I wiped again "texmf-cache":
>   cd ~/context-lmtx/tex/
>   rm -r texmf-cache/*
> So, only the empty directory "texmf-cache/" remains.
>
> And now:
>   mtxrun --generate
> gives again the error statements as written earlier.

What is the output of

~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate

(please paste the complete output; your previous message did not show if 
SELFAUTOPARENT was being set correctly).

Aditya

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

* Re: mtxrun
  2020-02-11 17:26           ` mtxrun Rudolf Bahr
@ 2020-02-11 18:38             ` Hans Hagen
  2020-02-11 20:41               ` mtxrun Rudolf Bahr
  2020-02-11 18:39             ` mtxrun Aditya Mahajan
  1 sibling, 1 reply; 34+ messages in thread
From: Hans Hagen @ 2020-02-11 18:38 UTC (permalink / raw)
  To: Rudolf Bahr, ntg-context

On 2/11/2020 6:26 PM, Rudolf Bahr wrote:

> "whereis mtxrun" gives:
>     ~/context-lmtx/bin/mtxrun.lua
>     ~/context-lmtx/bin/mtxrun
>     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua
>     ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun
i assume that you run the last one in this list, which is a copy of or 
link to the luametatex binary in the texmf-linux-64/bin path

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

* Re: mtxrun
  2020-02-11 15:57         ` mtxrun Pablo Rodriguez
@ 2020-02-11 17:26           ` Rudolf Bahr
  2020-02-11 18:38             ` mtxrun Hans Hagen
  2020-02-11 18:39             ` mtxrun Aditya Mahajan
  0 siblings, 2 replies; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-11 17:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Feb 11, 2020 at 04:57:15PM +0100, Pablo Rodriguez wrote:
> On 2/11/20 4:23 PM, Rudolf Bahr wrote:
> >
> > How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX 2.03.15"
> > and "ConTeXt 2020.02.10 MKIV beta" in my linux directory "~/context-lmtx", correct
> > the PATH variable after installation, do not forget a "source" on ".bashrc" and then
> > invoke in my directory "context-lmtx" following programs:
> >
> > mtxrun --generate
> 
> Hi Rudolf,
> 
> how did you install ConTeXt? Did you download the proper file from
> http://pragma-ade.nl/install.htm?
> 
> What is the output from "whereis mtxrun && whereis context"?
> 
> Try adding "export PATH=$PATH:~/context/tex/texmf-linux-64/bin/"
> (correct the path where required) and try again.
> 
> I’m on Linux64 and I’m not experiencing these issues. And I remove the
> contents of tex/texmf-cache/ regularly (I only invoke "mtxrun
> --generate" after that).
> 
> > BTW, if it's important, "~/context-lmtx/tex/texmf-cache/" contains only
> > "luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e".
> 
> This is what I have there. These seem to be the standard cache contents.
> 
> Just in case it helps,
> 
> Pablo


Hello Pablo!

Thank you for your answer!

"whereis mtxrun" gives:
   ~/context-lmtx/bin/mtxrun.lua
   ~/context-lmtx/bin/mtxrun
   ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua
   ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun

and "whereis context":
   ~/context-lmtx/tex/texmf-linux-64/bin/context.lua
   ~/context-lmtx/tex/texmf-linux-64/bin/context

I think, you'll get similar results. These are the informations according to
my PATH variable. And in that PATH there are no links to "~/context-luatex",
my directory of the other context installation.

And as so often I wiped again "texmf-cache":
   cd ~/context-lmtx/tex/
   rm -r texmf-cache/*
So, only the empty directory "texmf-cache/" remains.

And now:
   mtxrun --generate
gives again the error statements as written earlier.

Best wishes,
Rudolf
___________________________________________________________________________________
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] 34+ messages in thread

* Re: mtxrun
  2020-02-11 15:23       ` mtxrun Rudolf Bahr
@ 2020-02-11 15:57         ` Pablo Rodriguez
  2020-02-11 17:26           ` mtxrun Rudolf Bahr
  0 siblings, 1 reply; 34+ messages in thread
From: Pablo Rodriguez @ 2020-02-11 15:57 UTC (permalink / raw)
  To: ntg-context

On 2/11/20 4:23 PM, Rudolf Bahr wrote:
>
> How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX 2.03.15"
> and "ConTeXt 2020.02.10 MKIV beta" in my linux directory "~/context-lmtx", correct
> the PATH variable after installation, do not forget a "source" on ".bashrc" and then
> invoke in my directory "context-lmtx" following programs:
>
> mtxrun --generate

Hi Rudolf,

how did you install ConTeXt? Did you download the proper file from
http://pragma-ade.nl/install.htm?

What is the output from "whereis mtxrun && whereis context"?

Try adding "export PATH=$PATH:~/context/tex/texmf-linux-64/bin/"
(correct the path where required) and try again.

I’m on Linux64 and I’m not experiencing these issues. And I remove the
contents of tex/texmf-cache/ regularly (I only invoke "mtxrun
--generate" after that).

> BTW, if it's important, "~/context-lmtx/tex/texmf-cache/" contains only
> "luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e".

This is what I have there. These seem to be the standard cache contents.

Just in case it helps,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
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] 34+ messages in thread

* Re: mtxrun
  2020-02-11 12:07     ` mtxrun Hans Hagen
@ 2020-02-11 15:23       ` Rudolf Bahr
  2020-02-11 15:57         ` mtxrun Pablo Rodriguez
  0 siblings, 1 reply; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-11 15:23 UTC (permalink / raw)
  To: ntg-context

On Tue, Feb 11, 2020 at 01:07:23PM +0100, Hans Hagen wrote:
> On 2/11/2020 11:56 AM, Rudolf Bahr wrote:
> > On Mon, Feb 10, 2020 at 01:03:38PM +0100, Bahr Rudolf wrote:
> > > On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote:
> > > > 
> > > > Hello ConTeXters!
> > > > 
> > > > LuaMetaTeX, Version 2.03.15
> > > > ConTeXt  ver: 2020.02.07 18:36 MKIV beta  fmt: 2020.2.10
> > > > works well doing my usual tasks.
> > > > 
> > > > Now, I put an .otf-font into ".../tex/texmf-local/", and made
> > > >     mtxrun --generate
> > > >     mtxrun --script fonts --reload
> > > >     mtxrun --script fonts --list --all --pattern=<pattern*>,
> > > > but didn't get the expected information on the new font from the last
> > > > command.
> > > > 
> > > > So I investigated the output of the first two commands in more detail
> > > > and found:
> > > > 
> > > > 1. mtxrun --generate:
> > > >     resolvers       | resolving | warning: no lua configuration files found
> > > >     resolvers       | resolving | no texmf paths are defined (using TEXMF)
> > > > 
> > > >     By the way, "TEXMF" seems to be a mtxrun variable and hasn't directly
> > > >     to do with the environmental variable "TEXMF" which gets extinguished.
> > > > 
> > > > 2. mtxrun --script fonts --reload:
> > > >     mtxrun          | the resolver databases are not present or outdated
> > > >     mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
> > > > 
> > > > 
> > > > Please, what is to be done?
> > > > 
> > > 
> > > 
> > > In context luatex, current version: 2020.01.30 14:13, I'm getting the awaited
> > > information!
> > 
> > 
> > 
> > With
> > LuaMetaTeX, Version 2.03.15
> > ConTeXt  ver: 2020.02.10 18:37 MKIV beta  fmt: 2020.2.11
> > I'm getting the same results:
> > 
> > 1. mtxrun --generate:
> >     resolvers       | resolving | variable 'TEXMFCNF' set to ''
> >     resolvers       | resolving | variable 'TEXMF' set to ''
> > 
> >     resolvers       | resolving | warning: no lua configuration files found
> >     resolvers       | resolving | no texmf paths are defined (using TEXMF)
> > 
> > 2. mtxrun --script fonts --reload
> >     resolvers       | resolving | warning: no lua configuration files found
> >     resolvers       | resolving | no texmf paths are defined (using TEXMF)
> > 
> >     mtxrun          | the resolver databases are not present or outdated
> >     mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
> > 
> > 
> > BTW, running "context --make" after wiping "~/context-lmtx/tex/texmf-cache"
> > and running "mtxrun --generate" gives:
> >     mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'

> Are you mixing mkiv and lmtx?
> ...
> ... 
> so it's either one or the other incarnation of the mtxrun file


Sorry, I don't understand what you mean.

How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX 2.03.15"
and "ConTeXt 2020.02.10 MKIV beta" in my linux directory "~/context-lmtx", correct
the PATH variable after installation, do not forget a "source" on ".bashrc" and then
invoke in my directory "context-lmtx" following programs:

mtxrun --generate
mtxrun --script fonts --reload

with the above presented errors?

BTW, if it's important, "~/context-lmtx/tex/texmf-cache/" contains only
"luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e".

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

* Re: mtxrun
  2020-02-11 10:56   ` mtxrun Rudolf Bahr
@ 2020-02-11 12:07     ` Hans Hagen
  2020-02-11 15:23       ` mtxrun Rudolf Bahr
  0 siblings, 1 reply; 34+ messages in thread
From: Hans Hagen @ 2020-02-11 12:07 UTC (permalink / raw)
  To: ntg-context, Rudolf Bahr

On 2/11/2020 11:56 AM, Rudolf Bahr wrote:
> On Mon, Feb 10, 2020 at 01:03:38PM +0100, Bahr Rudolf wrote:
>> On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote:
>>>
>>> Hello ConTeXters!
>>>
>>> LuaMetaTeX, Version 2.03.15
>>> ConTeXt  ver: 2020.02.07 18:36 MKIV beta  fmt: 2020.2.10
>>> works well doing my usual tasks.
>>>
>>> Now, I put an .otf-font into ".../tex/texmf-local/", and made
>>>     mtxrun --generate
>>>     mtxrun --script fonts --reload
>>>     mtxrun --script fonts --list --all --pattern=<pattern*>,
>>> but didn't get the expected information on the new font from the last
>>> command.
>>>
>>> So I investigated the output of the first two commands in more detail
>>> and found:
>>>
>>> 1. mtxrun --generate:
>>>     resolvers       | resolving | warning: no lua configuration files found
>>>     resolvers       | resolving | no texmf paths are defined (using TEXMF)
>>>
>>>     By the way, "TEXMF" seems to be a mtxrun variable and hasn't directly
>>>     to do with the environmental variable "TEXMF" which gets extinguished.
>>>
>>> 2. mtxrun --script fonts --reload:
>>>     mtxrun          | the resolver databases are not present or outdated
>>>     mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
>>>
>>>
>>> Please, what is to be done?
>>>
>>
>>
>> In context luatex, current version: 2020.01.30 14:13, I'm getting the awaited
>> information!
> 
> 
> 
> With
> LuaMetaTeX, Version 2.03.15
> ConTeXt  ver: 2020.02.10 18:37 MKIV beta  fmt: 2020.2.11
> I'm getting the same results:
> 
> 1. mtxrun --generate:
>     resolvers       | resolving | variable 'TEXMFCNF' set to ''
>     resolvers       | resolving | variable 'TEXMF' set to ''
> 
>     resolvers       | resolving | warning: no lua configuration files found
>     resolvers       | resolving | no texmf paths are defined (using TEXMF)
> 
> 2. mtxrun --script fonts --reload
>     resolvers       | resolving | warning: no lua configuration files found
>     resolvers       | resolving | no texmf paths are defined (using TEXMF)
> 
>     mtxrun          | the resolver databases are not present or outdated
>     mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
> 
> 
> BTW, running "context --make" after wiping "~/context-lmtx/tex/texmf-cache"
> and running "mtxrun --generate" gives:
>     mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
Are you mixing mkiv and lmtx?

In mkiv:

    windows:

      luatex.exe
      mtxrun.exe (small stub)
      context.exe (small stub)
      mtxrun.lua

    unix:

      luatex
      mtxrun   (== mtxrun.lua without suffix)
      context  (== mtxrun --script context)

In lmtx all platforms have the same approach:

    windows:

      luametatex.exe
      mtxrun.exe  (copy of luametatex.exe or link to it)
      context.exe (copy of luametatex.exe or link to it)
      mtxrun.lua
      context.lua

    unix:

      luatex
      mtxrun  (copy of luametatex or link to it)
      context (copy of luametatex or link to it)
      mtxrun.lua
      context.lua

so it's either one or the other incarnation of the mtxrun file

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

* Re: mtxrun
  2020-02-10 12:03 ` mtxrun Rudolf Bahr
@ 2020-02-11 10:56   ` Rudolf Bahr
  2020-02-11 12:07     ` mtxrun Hans Hagen
  0 siblings, 1 reply; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-11 10:56 UTC (permalink / raw)
  To: ntg-context

On Mon, Feb 10, 2020 at 01:03:38PM +0100, Bahr Rudolf wrote:
> On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote:
> > 
> > Hello ConTeXters!
> > 
> > LuaMetaTeX, Version 2.03.15
> > ConTeXt  ver: 2020.02.07 18:36 MKIV beta  fmt: 2020.2.10
> > works well doing my usual tasks.
> > 
> > Now, I put an .otf-font into ".../tex/texmf-local/", and made
> >    mtxrun --generate
> >    mtxrun --script fonts --reload
> >    mtxrun --script fonts --list --all --pattern=<pattern*>,
> > but didn't get the expected information on the new font from the last
> > command.
> > 
> > So I investigated the output of the first two commands in more detail
> > and found:
> > 
> > 1. mtxrun --generate:
> >    resolvers       | resolving | warning: no lua configuration files found
> >    resolvers       | resolving | no texmf paths are defined (using TEXMF)
> > 
> >    By the way, "TEXMF" seems to be a mtxrun variable and hasn't directly
> >    to do with the environmental variable "TEXMF" which gets extinguished.
> > 
> > 2. mtxrun --script fonts --reload:
> >    mtxrun          | the resolver databases are not present or outdated
> >    mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
> > 
> > 
> > Please, what is to be done?
> > 
> 
> 
> In context luatex, current version: 2020.01.30 14:13, I'm getting the awaited
> information!



With
LuaMetaTeX, Version 2.03.15
ConTeXt  ver: 2020.02.10 18:37 MKIV beta  fmt: 2020.2.11
I'm getting the same results:

1. mtxrun --generate:
   resolvers       | resolving | variable 'TEXMFCNF' set to ''
   resolvers       | resolving | variable 'TEXMF' set to ''

   resolvers       | resolving | warning: no lua configuration files found
   resolvers       | resolving | no texmf paths are defined (using TEXMF)

2. mtxrun --script fonts --reload
   resolvers       | resolving | warning: no lua configuration files found
   resolvers       | resolving | no texmf paths are defined (using TEXMF)

   mtxrun          | the resolver databases are not present or outdated
   mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'


BTW, running "context --make" after wiping "~/context-lmtx/tex/texmf-cache"
and running "mtxrun --generate" gives:
   mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
   
Rudolf
___________________________________________________________________________________
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] 34+ messages in thread

* Re: mtxrun
  2020-02-10 10:54 mtxrun Rudolf Bahr
  2020-02-10 11:06 ` mtxrun Taco Hoekwater
@ 2020-02-10 12:03 ` Rudolf Bahr
  2020-02-11 10:56   ` mtxrun Rudolf Bahr
  1 sibling, 1 reply; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-10 12:03 UTC (permalink / raw)
  To: ntg-context

On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote:
> 
> Hello ConTeXters!
> 
> LuaMetaTeX, Version 2.03.15
> ConTeXt  ver: 2020.02.07 18:36 MKIV beta  fmt: 2020.2.10
> works well doing my usual tasks.
> 
> Now, I put an .otf-font into ".../tex/texmf-local/", and made
>    mtxrun --generate
>    mtxrun --script fonts --reload
>    mtxrun --script fonts --list --all --pattern=<pattern*>,
> but didn't get the expected information on the new font from the last
> command.
> 
> So I investigated the output of the first two commands in more detail
> and found:
> 
> 1. mtxrun --generate:
>    resolvers       | resolving | warning: no lua configuration files found
>    resolvers       | resolving | no texmf paths are defined (using TEXMF)
> 
>    By the way, "TEXMF" seems to be a mtxrun variable and hasn't directly
>    to do with the environmental variable "TEXMF" which gets extinguished.
> 
> 2. mtxrun --script fonts --reload:
>    mtxrun          | the resolver databases are not present or outdated
>    mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
> 
> 
> Please, what is to be done?
> 


In context luatex, current version: 2020.01.30 14:13, I'm getting the awaited
information!

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

* Re: mtxrun
  2020-02-10 11:06 ` mtxrun Taco Hoekwater
@ 2020-02-10 11:27   ` Rudolf Bahr
  0 siblings, 0 replies; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-10 11:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Feb 10, 2020 at 12:06:43PM +0100, Taco Hoekwater wrote:
> Hi,
> 
> > On 10 Feb 2020, at 11:54, Rudolf Bahr <quasi@quasi.de> wrote:
> > 
> > Please, what is to be done?
> 
> This usually happens when the mtxrun script you call is not in its ’normal'
> tree location. It uses its own location to find the rest of its files.
> 
> For example, one of my context trees has mtxrun in:
> 
>   ~/elvenkind/tex_2014/tex/texmf-osx-64/bin/mtxrun
> 
> and then it works fine. But If I were to move it to e.g. 
> 
>   ~/bin/mtxrun
> 
> it would (likely) fail to find any files.
> 
> Best wishes,
> Taco
> 
> Taco Hoekwater
> Elvenkind BV
>

Hi Taco,

thank you for your quick answer!

I didn't change at all the location of mtxrun. It "resides" in
   ~/context-lmtx/bin/mtxrun.lua
   ~/context-lmtx/bin/mtxrun
   ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua
   ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun
These are similar locations as you are using.

Best wishes,
Rudolf
___________________________________________________________________________________
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] 34+ messages in thread

* Re: mtxrun
  2020-02-10 10:54 mtxrun Rudolf Bahr
@ 2020-02-10 11:06 ` Taco Hoekwater
  2020-02-10 11:27   ` mtxrun Rudolf Bahr
  2020-02-10 12:03 ` mtxrun Rudolf Bahr
  1 sibling, 1 reply; 34+ messages in thread
From: Taco Hoekwater @ 2020-02-10 11:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

> On 10 Feb 2020, at 11:54, Rudolf Bahr <quasi@quasi.de> wrote:
> 
> Please, what is to be done?

This usually happens when the mtxrun script you call is not in its ’normal'
tree location. It uses its own location to find the rest of its files.

For example, one of my context trees has mtxrun in:

  ~/elvenkind/tex_2014/tex/texmf-osx-64/bin/mtxrun

and then it works fine. But If I were to move it to e.g. 

  ~/bin/mtxrun

it would (likely) fail to find any files.

Best wishes,
Taco

Taco Hoekwater
Elvenkind BV




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

* mtxrun
@ 2020-02-10 10:54 Rudolf Bahr
  2020-02-10 11:06 ` mtxrun Taco Hoekwater
  2020-02-10 12:03 ` mtxrun Rudolf Bahr
  0 siblings, 2 replies; 34+ messages in thread
From: Rudolf Bahr @ 2020-02-10 10:54 UTC (permalink / raw)
  To: ntg-context


Hello ConTeXters!

LuaMetaTeX, Version 2.03.15
ConTeXt  ver: 2020.02.07 18:36 MKIV beta  fmt: 2020.2.10
works well doing my usual tasks.

Now, I put an .otf-font into ".../tex/texmf-local/", and made
   mtxrun --generate
   mtxrun --script fonts --reload
   mtxrun --script fonts --list --all --pattern=<pattern*>,
but didn't get the expected information on the new font from the last
command.

So I investigated the output of the first two commands in more detail
and found:

1. mtxrun --generate:
   resolvers       | resolving | warning: no lua configuration files found
   resolvers       | resolving | no texmf paths are defined (using TEXMF)

   By the way, "TEXMF" seems to be a mtxrun variable and hasn't directly
   to do with the environmental variable "TEXMF" which gets extinguished.

2. mtxrun --script fonts --reload:
   mtxrun          | the resolver databases are not present or outdated
   mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'


Please, what is to be done?

Best wishes,
Rudolf
___________________________________________________________________________________
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] 34+ messages in thread

* Re: MTXrun
  2011-01-23 17:43 ` MTXrun Vedran Miletić
@ 2011-01-23 19:25   ` Hans Hagen
  0 siblings, 0 replies; 34+ messages in thread
From: Hans Hagen @ 2011-01-23 19:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 23-1-2011 6:43, Vedran Miletić wrote:
> 2011/1/23 Herbert Voss<Herbert.Voss@fu-berlin.de>
>
>> What is the meaning of MTX in the name of the script?
>>
>> Herbert
>>
>
> Could be MetaTeX.

indeed it refers to the hybrid usage of metapost and tex

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: MTXrun
  2011-01-23 16:21 MTXrun Herbert Voss
@ 2011-01-23 17:43 ` Vedran Miletić
  2011-01-23 19:25   ` MTXrun Hans Hagen
  0 siblings, 1 reply; 34+ messages in thread
From: Vedran Miletić @ 2011-01-23 17:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/1/23 Herbert Voss <Herbert.Voss@fu-berlin.de>

> What is the meaning of MTX in the name of the script?
>
> Herbert
>

Could be MetaTeX.

Regards,

Vedran

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

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* MTXrun
@ 2011-01-23 16:21 Herbert Voss
  2011-01-23 17:43 ` MTXrun Vedran Miletić
  0 siblings, 1 reply; 34+ messages in thread
From: Herbert Voss @ 2011-01-23 16:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

What is the meaning of MTX in the name of the script?

Herbert
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mtxrun
  2008-06-18  8:12   ` mtxrun Hans van der Meer
  2008-06-18  9:37     ` mtxrun Hans Hagen
@ 2008-06-18 11:54     ` Taco Hoekwater
  1 sibling, 0 replies; 34+ messages in thread
From: Taco Hoekwater @ 2008-06-18 11:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans,

Hans van der Meer wrote:
> 
> So, I am still stuck with
> "cannot open : No such file or directory."
> on calling 'mtxrun --script fonts' etc.

I should have tried this myself instead of attempting to guess. :-(

The problem is this line in mtx-fonts.lua:

   dofile(input.find_file("font-syn.lua"))

input.find_file fails to find the file and then dofile gives the
empty error message. The standalone command luatools failed to find
the file, even though it is actually there. After a little experiment,
the problem seems to be that discovering of .lua files is controlled
by the TEXMFSCRIPTS variable (so *not* LUAINPUTS). I've adjusted
my texmf.cnf so that it now contains

  TEXMFSCRIPTS = .;$TEXMF/scripts/context//;$TEXMF/tex/context/base

and suddenly all is well again.

I think this is a side-effect of recent change in the file discovery
api. Hans?

Best wishes,
Taco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mtxrun
  2008-06-18  8:12   ` mtxrun Hans van der Meer
@ 2008-06-18  9:37     ` Hans Hagen
  2008-06-18 11:54     ` mtxrun Taco Hoekwater
  1 sibling, 0 replies; 34+ messages in thread
From: Hans Hagen @ 2008-06-18  9:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans van der Meer wrote:
> On 17 jun 2008, at 21:47, Aditya Mahajan wrote:
> 
>> On Tue, 17 Jun 2008, Hans van der Meer wrote:
>>
>>> Following the article  "The luafication of TeX and Context" in the
>>> recent issue of the NTG-MAPS I tried the example given:
>>>    mtxrun --script fonts
>>> and this should return the options list for this script.
>>> However, I get:
>>>    101 ~: mtxrun --script fonts
>>>    cannot open : No such file or directory
>>> While otherwise a bare mtxrun returns info and thus was found as a
>>> runnable script:
>>>    102 ~: mtxrun
>>>    MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT
>>>   MtxRun | --script              run an mtx script
>>> In my .bashrc I had the lua scripts in the path:
>>> 103 ~: echo $PATH
>>>   ..:/usr/local/texlive/texmf-context/scripts/context/lua/:..
>>> And I had called luatools --generate to make the database plus I made
>>> certain the script has execute permissions:
>>> /usr/local/texlive/texmf-context/scripts/context/lua/mtx-fonts.lua -
>>> rwxr-xr-x
>>>
>>> What is wrong or what I am doing wrong?
>> With old (almost 6-8 months ago) mtxrun, I had to set LUAINPUTS to get
>> mtxrun --script to work. Now it works without the LUAINPUTS  
>> variable. I
>> don't remember when the change happened.
>>
>> Your mtxrun says version 1.0.2, mine says 1.1.0. So, try with the
>> LUAINPUTS variable, or try mtxrun --selfupdate.
> 
> That is strange. I have the context distribution from 2008-05-21 and  
> in it mtxrun.lua has the line: banner = "version 1.0.2 - 2007+ -  
> PRAGMA ADE / CONTEXT". Is version 1.1.0 in an experimental version? (I  
> keep away from beta versions, fearing something will break at the  
> wrong moment -- surely one of Murphy's law will take over at a time  
> when one cannot afford it ;-)

well, for mkiv and the luatex binary updating is the best way to go ... 
it's a progressively moving target


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mtxrun
  2008-06-17 19:47 ` mtxrun Aditya Mahajan
@ 2008-06-18  8:12   ` Hans van der Meer
  2008-06-18  9:37     ` mtxrun Hans Hagen
  2008-06-18 11:54     ` mtxrun Taco Hoekwater
  0 siblings, 2 replies; 34+ messages in thread
From: Hans van der Meer @ 2008-06-18  8:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 17 jun 2008, at 21:47, Aditya Mahajan wrote:

> On Tue, 17 Jun 2008, Hans van der Meer wrote:
>
>> Following the article  "The luafication of TeX and Context" in the
>> recent issue of the NTG-MAPS I tried the example given:
>>    mtxrun --script fonts
>> and this should return the options list for this script.
>> However, I get:
>>    101 ~: mtxrun --script fonts
>>    cannot open : No such file or directory
>> While otherwise a bare mtxrun returns info and thus was found as a
>> runnable script:
>>    102 ~: mtxrun
>>    MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT
>>   MtxRun | --script              run an mtx script
>> In my .bashrc I had the lua scripts in the path:
>> 103 ~: echo $PATH
>>   ..:/usr/local/texlive/texmf-context/scripts/context/lua/:..
>> And I had called luatools --generate to make the database plus I made
>> certain the script has execute permissions:
>> /usr/local/texlive/texmf-context/scripts/context/lua/mtx-fonts.lua -
>> rwxr-xr-x
>>
>> What is wrong or what I am doing wrong?
>
> With old (almost 6-8 months ago) mtxrun, I had to set LUAINPUTS to get
> mtxrun --script to work. Now it works without the LUAINPUTS  
> variable. I
> don't remember when the change happened.
>
> Your mtxrun says version 1.0.2, mine says 1.1.0. So, try with the
> LUAINPUTS variable, or try mtxrun --selfupdate.

That is strange. I have the context distribution from 2008-05-21 and  
in it mtxrun.lua has the line: banner = "version 1.0.2 - 2007+ -  
PRAGMA ADE / CONTEXT". Is version 1.1.0 in an experimental version? (I  
keep away from beta versions, fearing something will break at the  
wrong moment -- surely one of Murphy's law will take over at a time  
when one cannot afford it ;-)

I did 'mtxrun --selfupdate', as Hans Hagen suggested, but no change.
Also I have a path variable LUAINPUTS to no avail:
103 ~: echo $LUAINPUTS
/usr/local/texlive/texmf-context/scripts/context/lua
Running 'luatools --generate' makes no difference.

Taco Hoekwater suggested the culprit might be msdos line-endings, but  
I don't have these.

Could it be the directory structure in my setup?
   /usr/local/texlive/2007/bin/powerpc-darwin/mtxrun (symlink with 'ln  
-s')
   /usr/local/texlive/texmf-context/scripts/context/lua/mtx-*.lua

So, I am still stuck with
"cannot open : No such file or directory."
on calling 'mtxrun --script fonts' etc.
The most strange of all is that 'mtxrun --script cache' and all the  
others do give me the list op options on the cache script. (mtx- 
web.lua being absent in the distribution). So only script fonts seems  
to have something wrong.

Hans van der Meer




___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mtxrun
  2008-06-17 16:49 mtxrun Hans van der Meer
  2008-06-17 17:29 ` mtxrun Hans Hagen
  2008-06-17 17:34 ` mtxrun Taco Hoekwater
@ 2008-06-17 19:47 ` Aditya Mahajan
  2008-06-18  8:12   ` mtxrun Hans van der Meer
  2 siblings, 1 reply; 34+ messages in thread
From: Aditya Mahajan @ 2008-06-17 19:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 17 Jun 2008, Hans van der Meer wrote:

> Following the article  "The luafication of TeX and Context" in the
> recent issue of the NTG-MAPS I tried the example given:
>     mtxrun --script fonts
> and this should return the options list for this script.
> However, I get:
>     101 ~: mtxrun --script fonts
>     cannot open : No such file or directory
> While otherwise a bare mtxrun returns info and thus was found as a
> runnable script:
>     102 ~: mtxrun
>     MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT
>    MtxRun | --script              run an mtx script
> In my .bashrc I had the lua scripts in the path:
> 103 ~: echo $PATH
>    ..:/usr/local/texlive/texmf-context/scripts/context/lua/:..
> And I had called luatools --generate to make the database plus I made
> certain the script has execute permissions:
> /usr/local/texlive/texmf-context/scripts/context/lua/mtx-fonts.lua -
> rwxr-xr-x
>
> What is wrong or what I am doing wrong?

With old (almost 6-8 months ago) mtxrun, I had to set LUAINPUTS to get 
mtxrun --script to work. Now it works without the LUAINPUTS variable. I 
don't remember when the change happened.

Your mtxrun says version 1.0.2, mine says 1.1.0. So, try with the 
LUAINPUTS variable, or try mtxrun --selfupdate.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mtxrun
  2008-06-17 16:49 mtxrun Hans van der Meer
  2008-06-17 17:29 ` mtxrun Hans Hagen
@ 2008-06-17 17:34 ` Taco Hoekwater
  2008-06-17 19:47 ` mtxrun Aditya Mahajan
  2 siblings, 0 replies; 34+ messages in thread
From: Taco Hoekwater @ 2008-06-17 17:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans van der Meer wrote:
> Following the article  "The luafication of TeX and Context" in the  
> recent issue of the NTG-MAPS I tried the example given:
>      mtxrun --script fonts
> and this should return the options list for this script.
> However, I get:
>      101 ~: mtxrun --script fonts
>      cannot open : No such file or directory

First bet: This error is often indicatife of a file with dos
(CR+LF) line endings.




___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mtxrun
  2008-06-17 16:49 mtxrun Hans van der Meer
@ 2008-06-17 17:29 ` Hans Hagen
  2008-06-17 17:34 ` mtxrun Taco Hoekwater
  2008-06-17 19:47 ` mtxrun Aditya Mahajan
  2 siblings, 0 replies; 34+ messages in thread
From: Hans Hagen @ 2008-06-17 17:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans van der Meer wrote:
> Following the article  "The luafication of TeX and Context" in the  
> recent issue of the NTG-MAPS I tried the example given:
>      mtxrun --script fonts
> and this should return the options list for this script.
> However, I get:
>      101 ~: mtxrun --script fonts
>      cannot open : No such file or directory
> While otherwise a bare mtxrun returns info and thus was found as a  
> runnable script:
>      102 ~: mtxrun
>      MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT
>     MtxRun | --script              run an mtx script
> In my .bashrc I had the lua scripts in the path:
> 103 ~: echo $PATH
>     ..:/usr/local/texlive/texmf-context/scripts/context/lua/:..
> And I had called luatools --generate to make the database plus I made  
> certain the script has execute permissions:
> /usr/local/texlive/texmf-context/scripts/context/lua/mtx-fonts.lua - 
> rwxr-xr-x
> 
> What is wrong or what I am doing wrong?

make sure that you use the latest mtxrun.lua and copy it to your bin 
path as mtxrun (maybe mtxrun --selfupdate works too)

do the same with luatools

then run luatools --generate

the mtx-* scripts have to be located in the tree (if needed i can 
implement a fallback using relative paths)


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* mtxrun
@ 2008-06-17 16:49 Hans van der Meer
  2008-06-17 17:29 ` mtxrun Hans Hagen
                   ` (2 more replies)
  0 siblings, 3 replies; 34+ messages in thread
From: Hans van der Meer @ 2008-06-17 16:49 UTC (permalink / raw)
  To: NTG ConTeXt

Following the article  "The luafication of TeX and Context" in the  
recent issue of the NTG-MAPS I tried the example given:
     mtxrun --script fonts
and this should return the options list for this script.
However, I get:
     101 ~: mtxrun --script fonts
     cannot open : No such file or directory
While otherwise a bare mtxrun returns info and thus was found as a  
runnable script:
     102 ~: mtxrun
     MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT
    MtxRun | --script              run an mtx script
In my .bashrc I had the lua scripts in the path:
103 ~: echo $PATH
    ..:/usr/local/texlive/texmf-context/scripts/context/lua/:..
And I had called luatools --generate to make the database plus I made  
certain the script has execute permissions:
/usr/local/texlive/texmf-context/scripts/context/lua/mtx-fonts.lua - 
rwxr-xr-x

What is wrong or what I am doing wrong?

Hans van der Meer




___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2020-02-15 14:57 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.0.1581764401.20240.ntg-context@ntg.nl>
2020-02-15 14:38 ` mtxrun Luca Donetti
2020-02-15 14:48 ` mtxrun Luca Donetti
     [not found] <mailman.474.1581455525.1332.ntg-context@ntg.nl>
2020-02-14 19:59 ` mtxrun Luca Donetti
2020-02-15  4:59   ` mtxrun Aditya Mahajan
2020-02-15  5:40   ` mtxrun Rudolf Bahr
2020-02-15 11:32     ` mtxrun Floris van Manen
2020-02-15 14:57       ` mtxrun Aditya Mahajan
2020-02-10 10:54 mtxrun Rudolf Bahr
2020-02-10 11:06 ` mtxrun Taco Hoekwater
2020-02-10 11:27   ` mtxrun Rudolf Bahr
2020-02-10 12:03 ` mtxrun Rudolf Bahr
2020-02-11 10:56   ` mtxrun Rudolf Bahr
2020-02-11 12:07     ` mtxrun Hans Hagen
2020-02-11 15:23       ` mtxrun Rudolf Bahr
2020-02-11 15:57         ` mtxrun Pablo Rodriguez
2020-02-11 17:26           ` mtxrun Rudolf Bahr
2020-02-11 18:38             ` mtxrun Hans Hagen
2020-02-11 20:41               ` mtxrun Rudolf Bahr
2020-02-11 20:57                 ` mtxrun Aditya Mahajan
2020-02-12  5:44                   ` mtxrun Rudolf Bahr
2020-02-11 18:39             ` mtxrun Aditya Mahajan
2020-02-12  4:41               ` mtxrun Rudolf Bahr
2020-02-12  5:24                 ` mtxrun Aditya Mahajan
2020-02-12 10:05                   ` mtxrun Rudolf Bahr
  -- strict thread matches above, loose matches on Subject: below --
2011-01-23 16:21 MTXrun Herbert Voss
2011-01-23 17:43 ` MTXrun Vedran Miletić
2011-01-23 19:25   ` MTXrun Hans Hagen
2008-06-17 16:49 mtxrun Hans van der Meer
2008-06-17 17:29 ` mtxrun Hans Hagen
2008-06-17 17:34 ` mtxrun Taco Hoekwater
2008-06-17 19:47 ` mtxrun Aditya Mahajan
2008-06-18  8:12   ` mtxrun Hans van der Meer
2008-06-18  9:37     ` mtxrun Hans Hagen
2008-06-18 11:54     ` mtxrun Taco Hoekwater

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