<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">V sre., 22. mar. 2023, 04:01 je oseba Max Chernoff napisala:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
It appears to be architecture dependant for some reason:<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Because it was compiled on different operating systems.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   for x in /home/texlive/trunk/Master/bin/*-linux; do<br>
      echo $x<br>
      echo "$(readelf -V $x/context | grep -o 'GLIBC_[[:digit:].]*' | sort | uniq)"<br>
      echo<br>
   done<br>
<br>
   /home/texlive/trunk/Master/bin/aarch64-linux<br>
   GLIBC_2.17<br>
   GLIBC_2.23<br>
<br>
   /home/texlive/trunk/Master/bin/armhf-linux<br>
   GLIBC_2.17<br>
   GLIBC_2.23<br>
   GLIBC_2.28<br>
   GLIBC_2.4<br>
   GLIBC_2.7<br>
<br>
   /home/texlive/trunk/Master/bin/i386-linux<br>
   GLIBC_2.0<br>
   GLIBC_2.1<br>
   GLIBC_2.1.3<br>
   GLIBC_2.17<br>
   GLIBC_2.2<br>
   GLIBC_2.23<br>
   GLIBC_2.3<br>
   GLIBC_2.7<br>
<br>
   /home/texlive/trunk/Master/bin/x86_64-linux<br>
   GLIBC_2.14<br>
   GLIBC_2.17<br>
   GLIBC_2.2.5<br>
   GLIBC_2.3<br>
   GLIBC_2.7<br>
<br>
So on a CentOS 7 (glibc 2.17) system I can run LuaMetaTeX x86_64, but on<br>
the same system the i386 version gives me the same error that you got.<br>
Very odd.</blockquote></div></div><div dir="auto"><br></div><div dir="auto">That is because initially Debian 9 was used to compile luametatex and it turned out it was too new. I recompiled it with CentOS 7 for x86_64, but I did not manage to figure out how to repeat the process on i386: the development packages available on x86_64 are not available for i386. And I ran out of time for the TL 2023 freeze. If someone can help me figure out how to get the compiler (and CMake 3) working on CentOS 7 i386, I would be grateful ... else I can at least try with Ubuntu 16 or so.</div><div dir="auto"><br></div><div dir="auto">aarch64 is compiled on Debian 10. I thought armhf was Debian 10 as well, but I need to check, the above data disagrees.</div><div dir="auto"><br></div><div dir="auto">I will reply to some other points later.</div><div dir="auto"><br></div><div dir="auto">Mojca</div></div>