ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] New upload doesn't work on macOS 10.13.6
@ 2024-02-18 20:01 Ralf Heinrich Arning
  2024-02-18 21:40 ` [NTG-context] " Mojca Miklavec
  2024-02-18 22:57 ` Gavin via ntg-context
  0 siblings, 2 replies; 3+ messages in thread
From: Ralf Heinrich Arning @ 2024-02-18 20:01 UTC (permalink / raw)
  To: ntg-context

Hi list,

after having tried to update with the new upload, ConTEXt doesn't run anymore. 

According to the output the new version requires a more recent system. I still use macOS 10.13.6 (High Sierra).

This is what I get:

=================
context TestCode.tex
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
  Expected in: /usr/lib/libSystem.B.dylib

/bin/bash: line 2:  1569 Abort trap: 6           context TestCode.tex
context TestCode.tex
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
  Expected in: /usr/lib/libSystem.B.dylib

/bin/bash: line 4:  1579 Abort trap: 6           context TestCode.tex
===================

Trying to install again, I get:

====================
sh install.sh
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /Applications/TeX/context-osx-64/bin/mtxrun (which was built for Mac OS X 12.7)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /Applications/TeX/context-osx-64/bin/mtxrun (which was built for Mac OS X 12.7)
  Expected in: /usr/lib/libSystem.B.dylib

install.sh: line 105:  1693 Abort trap: 6           $PWD/bin/mtxrun --script ./bin/mtx-install.lua --update --server="$LMTXSERVER" --instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase --extras="$LMTXEXTRAS"

======================


What can I do?

Do I have to reinstall an older version? How can I do this?

Desperately,

Ralf
___________________________________________________________________________________
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] 3+ messages in thread

* [NTG-context] Re: New upload doesn't work on macOS 10.13.6
  2024-02-18 20:01 [NTG-context] New upload doesn't work on macOS 10.13.6 Ralf Heinrich Arning
@ 2024-02-18 21:40 ` Mojca Miklavec
  2024-02-18 22:57 ` Gavin via ntg-context
  1 sibling, 0 replies; 3+ messages in thread
From: Mojca Miklavec @ 2024-02-18 21:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Ralf,

On Sun, 18 Feb 2024 at 21:07, Ralf Heinrich Arning wrote:
>
> after having tried to update with the new upload, ConTEXt doesn't run anymore.
>
> According to the output the new version requires a more recent system.

We had some technical difficulties on our build farm, so Hans built
the binaries on a (too) recent macOS version.

A binary built on an older version can be found here:
    https://build.contextgarden.net/dl/luametatex/main/x86_64-darwinlegacy/luametatex
but you would need to remove some flag first, else the security system
won't let you start it (I would have to check what command exactly
needs to be called; the installer does it automatically for you).
I think that "context" is just a copy of that same binary.

Maybe Hans can rebuild the binary installers using the above binary.

Mojca
___________________________________________________________________________________
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] 3+ messages in thread

* [NTG-context] Re: New upload doesn't work on macOS 10.13.6
  2024-02-18 20:01 [NTG-context] New upload doesn't work on macOS 10.13.6 Ralf Heinrich Arning
  2024-02-18 21:40 ` [NTG-context] " Mojca Miklavec
@ 2024-02-18 22:57 ` Gavin via ntg-context
  1 sibling, 0 replies; 3+ messages in thread
From: Gavin via ntg-context @ 2024-02-18 22:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Gavin

Hi Ralf

I keep TeX Live on my Mac. It’s a great fall-back when I have new version surprises with ConTeXt.

   tug.org/mactex/

TeX Live has a friendly installer. Updates are easy with TeX Live Utility. TeX Live has a version of ConTeXt from last May, and it’s quite a good version, in my opinion. (ConTeXt  ver: 2023.05.05 18:36 LMTX  fmt: 2023.12.18)

If you need any LaTeX stuff for some reason, it’s all there in TeX Live.

Gavin


> On Feb 18, 2024, at 1:01 PM, Ralf Heinrich Arning <rha17@t-online.de> wrote:
> 
> Hi list,
> 
> after having tried to update with the new upload, ConTEXt doesn't run anymore. 
> 
> According to the output the new version requires a more recent system. I still use macOS 10.13.6 (High Sierra).
> 
> This is what I get:
> 
> =================
> context TestCode.tex
> dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
> Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
> Expected in: /usr/lib/libSystem.B.dylib
> 
> dyld: Symbol not found: ____chkstk_darwin
> Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
> Expected in: /usr/lib/libSystem.B.dylib
> 
> /bin/bash: line 2:  1569 Abort trap: 6           context TestCode.tex
> context TestCode.tex
> dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
> Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
> Expected in: /usr/lib/libSystem.B.dylib
> 
> dyld: Symbol not found: ____chkstk_darwin
> Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7)
> Expected in: /usr/lib/libSystem.B.dylib
> 
> /bin/bash: line 4:  1579 Abort trap: 6           context TestCode.tex
> ===================
> 
> Trying to install again, I get:
> 
> ====================
> sh install.sh
> dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
> Referenced from: /Applications/TeX/context-osx-64/bin/mtxrun (which was built for Mac OS X 12.7)
> Expected in: /usr/lib/libSystem.B.dylib
> 
> dyld: Symbol not found: ____chkstk_darwin
> Referenced from: /Applications/TeX/context-osx-64/bin/mtxrun (which was built for Mac OS X 12.7)
> Expected in: /usr/lib/libSystem.B.dylib
> 
> install.sh: line 105:  1693 Abort trap: 6           $PWD/bin/mtxrun --script ./bin/mtx-install.lua --update --server="$LMTXSERVER" --instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase --extras="$LMTXEXTRAS"
> 
> ======================
> 
> 
> What can I do?
> 
> Do I have to reinstall an older version? How can I do this?
> 
> Desperately,
> 
> Ralf
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2024-02-18 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-18 20:01 [NTG-context] New upload doesn't work on macOS 10.13.6 Ralf Heinrich Arning
2024-02-18 21:40 ` [NTG-context] " Mojca Miklavec
2024-02-18 22:57 ` Gavin via ntg-context

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