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