ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* troubles when installing OpenBSD 64 binaries (install.sh?)
@ 2020-11-07 16:32 Damien Thiriet
  0 siblings, 0 replies; 5+ messages in thread
From: Damien Thiriet @ 2020-11-07 16:32 UTC (permalink / raw)
  To: ntg-context

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
/bin/echo "as-tu bien relu le script avant de le lancer?"
#temps de pause pour la lecture
/bin/sleep 30
#nettoie avant installation
/bin/rm -rf /usr/local/context/*

#telecharge
/usr/bin/ftp http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd$(uname -r)-amd64.zip

#decompresse
/usr/local/bin/unzip context-openbsd$(uname -r)-amd64.zip -d /usr/local/context/

#va dans le dossier
cd /usr/local/context/
#change les permissions
/bin/chmod 744 install.sh
#lance install.sh
./install.sh 

Here is the output log


Requesting http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6.8-amd64.zip
100% |*******************************************************************************************************|  1255 KB    00:01
1285778 bytes received in 1.76 seconds (711.15 KB/s)
Archive:  context-openbsd6.8-amd64.zip
   creating: /usr/local/context/bin/
  inflating: /usr/local/context/bin/mtx-install.lua
  inflating: /usr/local/context/bin/mtxrun
  inflating: /usr/local/context/bin/mtxrun.lua
  inflating: /usr/local/context/installation.pdf
  inflating: /usr/local/context/install.sh
mtxrun          | forcing cache reload
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/root/texmf/web2c' from specification 'home:texmf/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf-dist/web2c' from specification 'selfautoparent:/texmf-dist/web2c'
resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/root/texmf/web2c' from specification 'home:texmf/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf-dist/web2c' from specification 'selfautoparent:/texmf-dist/web2c'
resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
resolvers       | resolving |
resolvers       | resolving | warning: no lua configuration files found
resolvers       | resolving | no texmf paths are defined (using TEXMF)
resolvers       | resolving |
mtxrun          | the resolver databases are not present or outdated
mtx-install     | server   : lmtx.pragma-ade.com
mtx-install     | instance : install-lmtx
mtx-install     | platform : openbsd6.8-amd64
mtx-install     | system   : unix
mtx-install     | fetching 'http://lmtx.pragma-ade.com/install-lmtx//texmf.zip'
mtx-install     | unzipping 'texmf.zip'
 166 files of 1664 done,    3298500 bytes, 0.060 seconds
 332 files of 1664 done,   20874604 bytes, 0.330 seconds
 498 files of 1664 done,   44670096 bytes, 0.690 seconds
 664 files of 1664 done,   45690920 bytes, 0.730 seconds
 830 files of 1664 done,   46176672 bytes, 0.770 seconds
 996 files of 1664 done,   47045568 bytes, 0.810 seconds
1162 files of 1664 done,   47492564 bytes, 0.840 seconds
1328 files of 1664 done,   76220771 bytes, 1.230 seconds
1494 files of 1664 done,   88713303 bytes, 1.420 seconds
1660 files of 1664 done,   89893244 bytes, 1.460 seconds
1664 files of 1664 done,   89953574 bytes, 1.460 seconds
mtx-install     | fetching 'http://lmtx.pragma-ade.com/install-lmtx//texmf-context.zip'
mtx-install     | unzipping 'texmf-context.zip'
 404 files of 4045 done,   90301449 bytes, 1.370 seconds
 808 files of 4045 done,   95541495 bytes, 1.480 seconds
1212 files of 4045 done,  102546934 bytes, 1.670 seconds
1616 files of 4045 done,  120427309 bytes, 1.960 seconds
2020 files of 4045 done,  131504449 bytes, 2.110 seconds
2424 files of 4045 done,  138996466 bytes, 2.240 seconds
2828 files of 4045 done,  145377377 bytes, 2.360 seconds
3232 files of 4045 done,  151956221 bytes, 2.480 seconds
3636 files of 4045 done,  157895101 bytes, 2.570 seconds
4040 files of 4045 done,  163320456 bytes, 2.700 seconds
4045 files of 4045 done,  163339965 bytes, 2.710 seconds
mtx-install     | invalid database 'http://lmtx.pragma-ade.com/install-lmtx//tex/texmf-openbsd6.8-amd64.tma'
mtx-install     | current  : %S
mtx-install     | target   : %S
mtx-install     | removing : mtxrun
mtx-install     | removing : context
mtx-install     | copied   : mtxrun
mtx-install     | copied   : context
mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --generate
sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: not found
mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --script cache --erase
sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: not found
mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --generate
sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: not found
mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/context --make en
sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/context: not found
mtx-install     |
mtx-install     | tex/texmf            :    0 files with         0 bytes installed
mtx-install     | tex/texmf-context    :    0 files with         0 bytes installed
mtx-install     |
mtx-install     | ConTeXt LMTX with LuaMetaTeX is still experimental and when you get a crash this
mtx-install     | can be due to a mismatch between Lua bytecode and the engine. In that case you can
mtx-install     | try the following:
mtx-install     |
mtx-install     |   - wipe the texmf-cache directory
mtx-install     |   - run: mtxrun --generate
mtx-install     |   - run: context --make
mtx-install     |
mtx-install     | When that doesn't solve the problem, ask on the mailing list (ntg-context@ntg.nl).
mtx-install     |
mtx-install     | update, done

cp: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: No such file or directory

If you want to run ConTeXt everywhere, you need to adapt the path, like:

  export PATH=/usr/local/context/tex/texmf-openbsd6.8-amd64/bin:$PATH

If you run from an editor you can specify the full path to mtxrun:

  /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --autogenerate --script context --autopdf ...

The following settings were used:

  server   : lmtx.contextgarden.net,lmtx.pragma-ade.com,lmtx.pragma-ade.nl
  instance : install-lmtx
  extras   :
  ownpath  : /usr/local/context
  platform : openbsd6.8-amd64

So, binaries can't be found under openbsd-6.8.amd64/bin

I looked at install.sh, and I wonder if line 105 and 106
cp $PWD/tex/texmf-$PLATFORM/bin/mtxrun $PWD/bin/mtxrun
cp $PWD/tex/texmf-context/scripts/context/lua/mtxrun.lua $PWD/bin/mtxrun.lua
cp $PWD/tex/texmf-context/scripts/context/lua/mtx-install.lua $PWD/bin/mtx-install.lua


shouldn't be changed to
cp $PWD/bin/mtxrun   $PWD/tex/texmf-$PLATFORM/bin/mtxrun 
cp $PWD/bin/mtxrun.lua $PWD/tex/texmf-context/scripts/context/lua/mtxrun.lua 
cp $PWD/bin/mtx-install.lua $PWD/tex/texmf-context/scripts/context/lua/mtx-install.lua 

Best regards,

Damien Thiriet 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: troubles when installing OpenBSD 64 binaries (install.sh?)
  2020-11-14 20:23 Damien Thiriet
@ 2020-11-15 11:44 ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2020-11-15 11:44 UTC (permalink / raw)
  To: Damien Thiriet, ntg-context

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 "$SYSTEM" = "OpenBSD" ; then
> +    if test $(grep -c $(uname -r) $PWD/bin/mtx-install.lua)="0"; then
> +       sed -i "/openbsd/s/[0-9]\.[0-9]/$(uname -r)/" $PWD/bin/mtx-install.lua
> +    fi
> + fi
> +
>    $PWD/bin/mtxrun --script ./bin/mtx-install.lua --update --server="$LMTXSERVER" --instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase --extras="$LMTXEXTRAS"
>    
>    cp $PWD/tex/texmf-$PLATFORM/bin/mtxrun                        $PWD/bin/mtxrun
> 
> I thought this patch might be usefull upstream.
> It succeeds in patching mtx-install.lua (I checked commenting
> all the lines below my patch) but somewhere during the install process,
> this patched $PWD/bin/mtx-install.lua is replaced by the original one
> and install fails.
> 
> What else should I do?
wait till there's an update (you migth have to do the replacement trick 
once but after that it should be ok)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: troubles when installing OpenBSD 64 binaries (install.sh?)
@ 2020-11-14 20:23 Damien Thiriet
  2020-11-15 11:44 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Damien Thiriet @ 2020-11-14 20:23 UTC (permalink / raw)
  To: ntg-context

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 -c $(uname -r) $PWD/bin/mtx-install.lua)="0"; then
+       sed -i "/openbsd/s/[0-9]\.[0-9]/$(uname -r)/" $PWD/bin/mtx-install.lua
+    fi
+ fi
+ 
  $PWD/bin/mtxrun --script ./bin/mtx-install.lua --update --server="$LMTXSERVER" --instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase --extras="$LMTXEXTRAS"
  
  cp $PWD/tex/texmf-$PLATFORM/bin/mtxrun                        $PWD/bin/mtxrun

I thought this patch might be usefull upstream.
It succeeds in patching mtx-install.lua (I checked commenting
all the lines below my patch) but somewhere during the install process,
this patched $PWD/bin/mtx-install.lua is replaced by the original one
and install fails.

What else should I do?

Best regards,

Damien Thiriet 
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: troubles when installing OpenBSD 64 binaries (install.sh?)
  2020-11-14 12:47 Damien Thiriet
@ 2020-11-14 13:38 ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2020-11-14 13:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Damien Thiriet

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 users, but since I am
> ripping of anything in my /usr/local/context/ tree before upgrading,
> shouldn't be an issue. Any help really welcomed, since texlive context
> package doesn't compile either on my computer, an issue the packager
> spend time on it and couldn't recreate/resolve. This means I am stick
> with compiling via ssh on a debian box.
you need to adapt

mtx-install.lua

(search for openbsd and patch the number to 6.8)

the problem with openbsd is these incompatible versions and the fact 
that we have to support two versions (otherwise could omit that number)

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: troubles when installing OpenBSD 64 binaries (install.sh?)
@ 2020-11-14 12:47 Damien Thiriet
  2020-11-14 13:38 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Damien Thiriet @ 2020-11-14 12:47 UTC (permalink / raw)
  To: ntg-context

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 /usr/local/context/ tree before upgrading,
shouldn't be an issue. Any help really welcomed, since texlive context
package doesn't compile either on my computer, an issue the packager
spend time on it and couldn't recreate/resolve. This means I am stick
with compiling via ssh on a debian box. 

Best regards,

Damien Thiriet 

>  Date: Sat, 7 Nov 2020 17:32:35 +0100
>  From: Damien Thiriet <damien@thiriet.web4me.fr>
>  To: ntg-context@ntg.nl
>  Subject: troubles when installing OpenBSD 64 binaries (install.sh?)
>  
>  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
>  /bin/echo "as-tu bien relu le script avant de le lancer?"
>  #temps de pause pour la lecture
>  /bin/sleep 30
>  #nettoie avant installation
>  /bin/rm -rf /usr/local/context/*
>  
>  #telecharge
>  /usr/bin/ftp http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd$(uname -r)-amd64.zip
>  
>  #decompresse
>  /usr/local/bin/unzip context-openbsd$(uname -r)-amd64.zip -d /usr/local/context/
>  
>  #va dans le dossier
>  cd /usr/local/context/
>  #change les permissions
>  /bin/chmod 744 install.sh
>  #lance install.sh
>  ./install.sh 
>  
>  Here is the output log
>  
>  
>  Requesting http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6.8-amd64.zip
>  100% |*******************************************************************************************************|  1255 KB    00:01
>  1285778 bytes received in 1.76 seconds (711.15 KB/s)
>  Archive:  context-openbsd6.8-amd64.zip
>     creating: /usr/local/context/bin/
>    inflating: /usr/local/context/bin/mtx-install.lua
>    inflating: /usr/local/context/bin/mtxrun
>    inflating: /usr/local/context/bin/mtxrun.lua
>    inflating: /usr/local/context/installation.pdf
>    inflating: /usr/local/context/install.sh
>  mtxrun          | forcing cache reload
>  resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/root/texmf/web2c' from specification 'home:texmf/web2c'
>  resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
>  resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
>  resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf-dist/web2c' from specification 'selfautoparent:/texmf-dist/web2c'
>  resolvers       | resolving | looking for regular 'texmfcnf.lua' on given path '/usr/local/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
>  resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/root/texmf/web2c' from specification 'home:texmf/web2c'
>  resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf-local/web2c' from specification 'selfautoparent:/texmf-local/web2c'
>  resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf-context/web2c' from specification 'selfautoparent:/texmf-context/web2c'
>  resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf-dist/web2c' from specification 'selfautoparent:/texmf-dist/web2c'
>  resolvers       | resolving | looking for fallback 'contextcnf.lua' on given path '/usr/local/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
>  resolvers       | resolving |
>  resolvers       | resolving | warning: no lua configuration files found
>  resolvers       | resolving | no texmf paths are defined (using TEXMF)
>  resolvers       | resolving |
>  mtxrun          | the resolver databases are not present or outdated
>  mtx-install     | server   : lmtx.pragma-ade.com
>  mtx-install     | instance : install-lmtx
>  mtx-install     | platform : openbsd6.8-amd64
>  mtx-install     | system   : unix
>  mtx-install     | fetching 'http://lmtx.pragma-ade.com/install-lmtx//texmf.zip'
>  mtx-install     | unzipping 'texmf.zip'
>   166 files of 1664 done,    3298500 bytes, 0.060 seconds
>   332 files of 1664 done,   20874604 bytes, 0.330 seconds
>   498 files of 1664 done,   44670096 bytes, 0.690 seconds
>   664 files of 1664 done,   45690920 bytes, 0.730 seconds
>   830 files of 1664 done,   46176672 bytes, 0.770 seconds
>   996 files of 1664 done,   47045568 bytes, 0.810 seconds
>  1162 files of 1664 done,   47492564 bytes, 0.840 seconds
>  1328 files of 1664 done,   76220771 bytes, 1.230 seconds
>  1494 files of 1664 done,   88713303 bytes, 1.420 seconds
>  1660 files of 1664 done,   89893244 bytes, 1.460 seconds
>  1664 files of 1664 done,   89953574 bytes, 1.460 seconds
>  mtx-install     | fetching 'http://lmtx.pragma-ade.com/install-lmtx//texmf-context.zip'
>  mtx-install     | unzipping 'texmf-context.zip'
>   404 files of 4045 done,   90301449 bytes, 1.370 seconds
>   808 files of 4045 done,   95541495 bytes, 1.480 seconds
>  1212 files of 4045 done,  102546934 bytes, 1.670 seconds
>  1616 files of 4045 done,  120427309 bytes, 1.960 seconds
>  2020 files of 4045 done,  131504449 bytes, 2.110 seconds
>  2424 files of 4045 done,  138996466 bytes, 2.240 seconds
>  2828 files of 4045 done,  145377377 bytes, 2.360 seconds
>  3232 files of 4045 done,  151956221 bytes, 2.480 seconds
>  3636 files of 4045 done,  157895101 bytes, 2.570 seconds
>  4040 files of 4045 done,  163320456 bytes, 2.700 seconds
>  4045 files of 4045 done,  163339965 bytes, 2.710 seconds
>  mtx-install     | invalid database 'http://lmtx.pragma-ade.com/install-lmtx//tex/texmf-openbsd6.8-amd64.tma'
>  mtx-install     | current  : %S
>  mtx-install     | target   : %S
>  mtx-install     | removing : mtxrun
>  mtx-install     | removing : context
>  mtx-install     | copied   : mtxrun
>  mtx-install     | copied   : context
>  mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --generate
>  sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: not found
>  mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --script cache --erase
>  sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: not found
>  mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --generate
>  sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: not found
>  mtx-install     | running: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/context --make en
>  sh: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/context: not found
>  mtx-install     |
>  mtx-install     | tex/texmf            :    0 files with         0 bytes installed
>  mtx-install     | tex/texmf-context    :    0 files with         0 bytes installed
>  mtx-install     |
>  mtx-install     | ConTeXt LMTX with LuaMetaTeX is still experimental and when you get a crash this
>  mtx-install     | can be due to a mismatch between Lua bytecode and the engine. In that case you can
>  mtx-install     | try the following:
>  mtx-install     |
>  mtx-install     |   - wipe the texmf-cache directory
>  mtx-install     |   - run: mtxrun --generate
>  mtx-install     |   - run: context --make
>  mtx-install     |
>  mtx-install     | When that doesn't solve the problem, ask on the mailing list (ntg-context@ntg.nl).
>  mtx-install     |
>  mtx-install     | update, done
>  
>  cp: /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun: No such file or directory
>  
>  If you want to run ConTeXt everywhere, you need to adapt the path, like:
>  
>    export PATH=/usr/local/context/tex/texmf-openbsd6.8-amd64/bin:$PATH
>  
>  If you run from an editor you can specify the full path to mtxrun:
>  
>    /usr/local/context/tex/texmf-openbsd6.8-amd64/bin/mtxrun --autogenerate --script context --autopdf ...
>  
>  The following settings were used:
>  
>    server   : lmtx.contextgarden.net,lmtx.pragma-ade.com,lmtx.pragma-ade.nl
>    instance : install-lmtx
>    extras   :
>    ownpath  : /usr/local/context
>    platform : openbsd6.8-amd64
>  
>  So, binaries can't be found under openbsd-6.8.amd64/bin
>  

>  
>  Best regards,
>  
>  Damien Thiriet 


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-15 11:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07 16:32 troubles when installing OpenBSD 64 binaries (install.sh?) Damien Thiriet
2020-11-14 12:47 Damien Thiriet
2020-11-14 13:38 ` Hans Hagen
2020-11-14 20:23 Damien Thiriet
2020-11-15 11:44 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).