So, the problem is in the install.sh script
x86_64|ia64)
case "$libc" in
glibc)
PLATFORM="linux-64" ;;
musl)
- PLATFORM="linuxmusl-64" ;;
+ PLATFORM="linuxmusl" ;;
esac ;;
mips|mips64|mipsel|mips64el)
PLATFORM="linux-mipsel" ;;
The current code throws error:
cp: can't stat '/usr/share/tex/texmf-linuxmusl-64/bin/mtxrun': No such file
or directory
Martin
st 23. 12. 2020 v 16:18 odesílatel Hans Hagen
On 12/23/2020 3:10 PM, Martin Hasoň wrote:
Hi,
the installer for linuxmusl-64 creates invalid directory for binary files. There may be a bug in the file mtx-install.lua:
-- ["linux-64"] = "linux-64", ["linux64"] = "linux-64", -- - ["linuxmusl-64"] = "linuxmusl", + ["linuxmusl-64"] = "linuxmusl-64", ["linuxmusl"] = "linuxmusl", -- ["linux-armhf"] = "linux-armhf", we only have 64 bit so never had that distinction
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 -----------------------------------------------------------------