ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Re: OpenBSD install failed
       [not found] <170600640553.1643.847003905988582688@cgl.ntg.nl>
@ 2024-01-24  1:00 ` Damien Thiriet via ntg-context
  2024-01-24  9:55   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Damien Thiriet via ntg-context @ 2024-01-24  1:00 UTC (permalink / raw)
  To: ntg-context; +Cc: damien




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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: OpenBSD install failed
  2024-01-24  1:00 ` [NTG-context] Re: OpenBSD install failed Damien Thiriet via ntg-context
@ 2024-01-24  9:55   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2024-01-24  9:55 UTC (permalink / raw)
  To: Damien Thiriet via ntg-context

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
-----------------------------------------------------------------

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: OpenBSD install failed
  2024-01-22 23:34 [NTG-context] " Damien Thiriet via ntg-context
  2024-01-23  6:41 ` [NTG-context] " Henning Hraban Ramm
@ 2024-01-23  7:48 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2024-01-23  7:48 UTC (permalink / raw)
  To: Damien Thiriet via ntg-context

On 1/23/2024 12:34 AM, Damien Thiriet via ntg-context wrote:
> 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"

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
-----------------------------------------------------------------

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: OpenBSD install failed
  2024-01-22 23:34 [NTG-context] " Damien Thiriet via ntg-context
@ 2024-01-23  6:41 ` Henning Hraban Ramm
  2024-01-23  7:48 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2024-01-23  6:41 UTC (permalink / raw)
  To: Damien Thiriet via ntg-context

Am 23.01.24 um 00:34 schrieb Damien Thiriet via ntg-context:
> 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/

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2024-01-24 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <170600640553.1643.847003905988582688@cgl.ntg.nl>
2024-01-24  1:00 ` [NTG-context] Re: OpenBSD install failed Damien Thiriet via ntg-context
2024-01-24  9:55   ` Hans Hagen
2024-01-22 23:34 [NTG-context] " Damien Thiriet via ntg-context
2024-01-23  6:41 ` [NTG-context] " Henning Hraban Ramm
2024-01-23  7:48 ` 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).