On Fri, 30 Apr 2021 at 20:53, Nicola wrote:
This installs and configures repos for Alpine Linux 3.12. Then, I install TeX Live as follows:
apk add texlive-full texlive-xetex texlive-luatex texlive-dev apk add ghostscript ghostscript-fonts ghostscript-dev apk add graphicsmagick graphicsmagick-dev
Then, I run `mtxrun --generate`, which exits instantly with the output reported below. However, that is apparently not enough. I still get:
$ context Hello-world.tex mtxrun | unknown script 'context.lua' or 'mtx-context.lua'
This sounds like a missing or misconfigured texmfcnf.lua (which should be next to texmf.cnf). This would need to be handled by the distribution (Alpine Linux devs). Can you try to locate both files and share the contents? (There may also be multiple copies of them.) Mojca