On 3/24/2018 1:30 PM, Thomas A. Schmitz wrote:
On 03/24/2018 12:14 PM, luigi scarso wrote:
hm, what does command -v ldd >/dev/null && ldd --version 2>&1 say ?
ldd (GNU libc) 2.26 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper.
it's a "long term", ie until it's in texlive . If not in texlive, it can be dropped, but not necessarily.
Sorry, I don't understand, this sounds contradictory to me.
On 03/24/2018 12:15 PM, Hans Hagen wrote:
i have no clue what drives this but i suppose than a specific linux only has one of these two libs
(no sign of musl in my scripts here)
I see this tex/setuptex:
if command -v ldd >/dev/null && ldd --version 2>&1 | grep -q ^musl then libc=musl else libc=glibc fi
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
it looks like that one has changed
Even with the new first-setup.sh: when I run it, there are no new binaries in context/tex/texmf-linuxmusl-64/bin, so for the time being, context minimals are broken on arch linux (and its derivatives, I guess). ok, another thing you can try:
fix mtx-update.lua ["linux-64"] = "linux-64", ["linux64"] = "linux-64", -- ["linuxmusl-64"] = "linuxmusl-64", the problem then is that it gets overwritten so yoou need to comment a line in first-setup.sh that does that it might get the right bins then ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------