Re: OpenBSD install failed
Dear Hans,
can you test with
OpenBSD|openbsd) case "$CPU" in i*86) PLATFORM="openbsd" ;; amd64) PLATFORM="openbsd$-amd64" ;; *)
instead?
I tested it, with and without the typo at openbds$-amd64 Having fixed it to OpenBSD|openbsd) case "$CPU" in i*86) PLATFORM="openbsd" ;; amd64) PLATFORM="openbsd-amd64" ;; *) I could install the binaries and compile the basic test doc with \input tufte Thanks a lot! Dear Hraban,
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
I did not try but took good note, making a port of context suite is in my very long TODO list. Not an official one, I am not able to run -current, but something that helps when I need to upgrade quickly OpenBSD and context. Best regards, Damien Thiriet
On 1/24/2024 2:00 AM, Damien Thiriet via ntg-context wrote:
Dear Hans,
can you test with
OpenBSD|openbsd) case "$CPU" in i*86) PLATFORM="openbsd" ;; amd64) PLATFORM="openbsd$-amd64" ;; *)
instead?
I tested it, with and without the typo at openbds$-amd64
Having fixed it to
OpenBSD|openbsd) case "$CPU" in i*86) PLATFORM="openbsd" ;; amd64) PLATFORM="openbsd-amd64" ;; *)
I could install the binaries and compile the basic test doc with \input tufte
ok, i'll fix that $ 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 -----------------------------------------------------------------
participants (2)
-
damien@thiriet.web4me.fr
-
Hans Hagen