Changes between Initial Version and Version 2 of Ticket #71528


Ignore:
Timestamp:
Dec 13, 2024, 9:39:24 AM (21 months ago)
Author:
wyuenho (Jimmy Yuen Ho Wong)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71528

    • Property Summary changed from Emacs 29 ld: library 'emutls_w' not found libgccjit.so: error: error invoking gcc driver to emacs-app @29.4_1+nativecomp+rsvg+treesitter+xwidgets ld: library 'emutls_w' not found libgccjit.so: error: error invoking gcc driver
  • Ticket #71528 – Description

    initial v2  
    1 After upgrading to macOS 15.2, Xcode 16.2 and a port migrate, when native compiling some packages on Emacs 29, I get lots of these messages in the *Messages* buffer. It appears the trampolines for native compile advices to primitive functions are messed up due to a missing reference to libemutls_w in libgccjit. This problem currently broke native compilation for the emacs packages: lsp-mode, magit, forge, git-modes, multiple-cursors, because they all advise Emacs primitive functions.
     1After upgrading to macOS 15.2, Xcode 16.2 and a port migrate, when native compiling some packages on Emacs 29, I get lots of these messages in the *Native-compile-Log* buffer. It appears the trampolines for native compile advices to primitive functions are messed up due to a missing reference to libemutls_w in libgccjit. This problem currently broke native compilation for the emacs packages: lsp-mode, magit, forge, git-modes, multiple-cursors, because they all advise Emacs primitive functions.
    22
    33