Hello, I tried to install OpenBSD 7.4 binaries but failed. What I did: download the zip from pragma unpack it in /usr/local/context chmod 744 install.sh ./install.sh After running it, there is no file in /usr/local/context/tex/texmf-openbsd7.4-amd64/ I searched the mailing list archive and after reading that post from Mojca https://www.mail-archive.com/ntg-context@ntg.nl/msg92131.html I took a look at mtxrun.lua Don't know if this is the issue, but here is grep bsd /usr/local/context/bin/mtxrun.lua output: elseif name=="freebsd" then bits,platform=64,"freebsd-amd64" bits,platform=32,"freebsd" elseif name=="kfreebsd" then bits,platform=64,"kfreebsd-amd64" bits,platform=32,"kfreebsd-i386" Best regards, Damien Thiriet
Am 23.01.24 um 00:34 schrieb Damien Thiriet via ntg-context:
Did you try to compile your own binaries? You need CMake and a C compiler. PWD = your installation directory PLATFORM = openbsd7.4-amd64 (if that’s still right) cd $PWD/tex/texmf-context/source/luametatex sh build.sh cp build/native/luametatex "$PWD/tex/texmf-$PLATFORM/bin/" Have fun, Hraban
On 1/23/2024 12:34 AM, Damien Thiriet via ntg-context wrote:
can you test with OpenBSD|openbsd) case "$CPU" in i*86) PLATFORM="openbsd" ;; amd64) PLATFORM="openbsd$-amd64" ;; *) instead? ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
damien@thiriet.web4me.fr
-
Hans Hagen
-
Henning Hraban Ramm