Re: [NTG-context] troubles when installing OpenBSD 64 binaries (install.sh?)

2020-11-15 Thread Hans Hagen
On 11/14/2020 9:23 PM, Damien Thiriet wrote: Hi Hans, Thanks for your answer. I patched install.sh that way *** install.sh Fri Nov 13 19:14:48 2020 --- /usr/local/context/install.sh Sat Nov 14 20:58:00 2020 *** *** 100,105 --- 100,111 fi fi + if test

Re: [NTG-context] troubles when installing OpenBSD 64 binaries (install.sh?)

2020-11-14 Thread Damien Thiriet
Hi Hans, Thanks for your answer. I patched install.sh that way *** install.sh Fri Nov 13 19:14:48 2020 --- /usr/local/context/install.sh Sat Nov 14 20:58:00 2020 *** *** 100,105 --- 100,111 fi fi + if test "$SYSTEM" = "OpenBSD" ; then +if test $(grep

Re: [NTG-context] troubles when installing OpenBSD 64 binaries (install.sh?)

2020-11-14 Thread Damien Thiriet
Hi, I apologize for sending more or less the same message as last week, but it went unnoticed on the mailing list. To sum up, looks like that install.sh cannot fetch the openbsd 6.8 amd64 binaries. I am aware of the *tma issue noticed by some list users, but since I am ripping of anything in my

Re: [NTG-context] troubles when installing OpenBSD 64 binaries (install.sh?)

2020-11-14 Thread Hans Hagen
On 11/14/2020 1:47 PM, Damien Thiriet wrote: Hi, I apologize for sending more or less the same message as last week, but it went unnoticed on the mailing list. To sum up, looks like that install.sh cannot fetch the openbsd 6.8 amd64 binaries. I am aware of the *tma issue noticed by some list

[NTG-context] troubles when installing OpenBSD 64 binaries (install.sh?)

2020-11-07 Thread Damien Thiriet
Hi, I tried to install the new OpenBSD amd64 binaries (thanks Hans!) but it failed. I suspect something is wrong with install.sh Here is the script I use to install binaries on a new system: #!/bin/ksh #script pour installer ConTeXt dans une nouvelle version OpenBSD #Pour lire avant usage