ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Roger Mason <rmason@mun.ca>
To: ntg-context@ntg.nl
Subject: [NTG-context] Re: FreeBSD 13.2
Date: Sun, 25 Feb 2024 15:54:14 -0330	[thread overview]
Message-ID: <y65sf1ge3t6.fsf@mun.ca> (raw)
In-Reply-To: <6cae222a-7ec8-417e-a3c6-581c9b7ee596@fiee.net>

Hello Hraban,

Henning Hraban Ramm <texml@fiee.net> writes:

> Am 25.02.24 um 17:08 schrieb Roger Mason:

>> Do I need mtxrun?  If so, where are the sources and how do I build
>> it?
>
> Yes, you need it, but it’s just an alias to luametatex:
>
> ~/context/tex/texmf-osx-64/bin $ ll
> total 7704
> -rw-r--r--@ 1 hraban  staff   6,0K 14 Dez 19:11 .DS_Store
> lrwxr-xr-x  1 hraban  staff    10B 22 Feb 18:47 context@ -> luametatex
> -rw-r--r--  1 hraban  staff   1,3K 10 Aug  2023 context.lua
> -rwxr-xr-x  1 hraban  staff   2,9M 22 Feb 18:47 luametatex*
> lrwxr-xr-x  1 hraban  staff    10B 22 Feb 18:47 mtxrun@ -> luametatex
> -rw-r--r--  1 hraban  staff   685K 22 Feb 18:47 mtxrun.lua
>
> The mtxrun in ~/context/bin is only used during installation.

What else do I need in ~/context/tex?  Currently I have

.
├── texmf-context
│   └── web2c
│       └── contextcnf.lua
└── texmf-freebsd-amd64
    └── bin
        ├── context -> luametatex
        ├── context.lua
        ├── luametatex
        ├── mtxrun -> luametatex
        └── mtxrun.lua

and mtxrun --generate says

resolvers       | resolving | variable 'SELFAUTOLOC' set to '/usr/home/rmason/context/tex/texmf-freebsd-amd64/bin'
resolvers       | resolving | variable 'SELFAUTODIR' set to '/usr/home/rmason/context/tex/texmf-freebsd-amd64'
resolvers       | resolving | variable 'SELFAUTOPARENT' set to '/usr/home/rmason/context/tex'
resolvers       | resolving | variable 'TEXMFCNF' set to ''
resolvers       | resolving | variable 'TEXMF' set to ''
resolvers       | resolving | variable 'TEXOS' set to 'texmf-freebsd-amd64'
resolvers       | resolving |
resolvers       | resolving | using configuration specification 'home:texmf/web2c;selfautoparent:/texmf-local/web2c;selfautoparent:/texmf-context/web2c;selfautoparent:/texmf/web2c'
resolvers       | resolving |
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/home/rmason/texmf/web2c' from specification 'home:texmf/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/home/rmason/context/tex/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/home/rmason/context/tex/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/home/rmason/context/tex/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/home/rmason/texmf/web2c' from specification 'home:texmf/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/home/rmason/context/tex/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/home/rmason/context/tex/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
resolvers       | resolving | found fallback configuration file '/usr/home/rmason/context/tex/texmf-context/web2c/contextcnf.lua'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/home/rmason/context/tex/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
resolvers       | resolving |
resolvers       | resolving | skipping configuration file 'selfautoparent:/texmf-context/web2c/texmfcnf.lua' (no valid format)
resolvers       | resolving | no texmf paths are defined (using TEXMF)
resolvers       | resolving |
mtxrun          |
mtxrun          | elapsed lua time: 0.045 seconds

I infer something (possibly a lot) is missing that the install.sh
normally sets up.

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2024-02-25 19:38 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-24 14:20 [NTG-context] " Roger Mason
2024-02-24 14:43 ` [NTG-context] " Henning Hraban Ramm
2024-02-24 15:28 ` Mojca Miklavec
2024-02-25 12:12   ` Hans Hagen
2024-02-25 12:17     ` Mojca Miklavec
2024-02-25 13:23     ` Henning Hraban Ramm
2024-02-28 13:29       ` Alan Braslau via ntg-context
2024-02-29 16:50         ` Roger Mason
2024-02-25 13:13   ` Roger Mason
2024-02-25 16:08     ` Roger Mason
2024-02-25 16:56       ` Henning Hraban Ramm
2024-02-25 19:24         ` Roger Mason [this message]
2024-02-25 20:47           ` Henning Hraban Ramm
2024-02-26 11:22             ` Roger Mason
2024-02-26 12:08               ` Henning Hraban Ramm
2024-02-26 13:17                 ` Roger Mason
2024-02-26 12:10               ` Hans Hagen
2024-02-26 13:21                 ` Roger Mason
2024-02-27 20:04                   ` Hans Hagen
2024-02-29 16:47                     ` Roger Mason
2024-03-22 19:07                     ` Roger Mason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=y65sf1ge3t6.fsf@mun.ca \
    --to=rmason@mun.ca \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).