-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emacs fails with libgccjit.so: error invoking gcc driver #360412
Comments
I can't reproduce it on Linux, I've tagged it as a Darwin specific issue. |
Just as a note, when discussing the issue on discord, another on macOS user added emacs as a system package and received the same problem. So, very possible it is Darwin. |
In my emacs 29 in my setup code so not a simple case. From Async)native-compile-log
|
I too am able to reproduce this on Darwin with Nix release 24.11, emacs v30 branch, using emacs-overlay and an M4 processor
|
edit: fixed links This issue is introduced in this staging cycle: #354201. The commit before the merge of that PR does not have this issue while the merge commit of that PR does have this issue. CC darwin experts @reckenrode @emilazy |
Does it work if |
Same problem on MacOS:
|
#361752 should fix the issue. Please test and let me know if it does not. |
Describe the bug
When installing and then running Emacs, Warnings are emitted in Emacs:
Prior to execution, there is no
~/.emacs.d
, it is created on initial start. I ensured there was no~/.config/emacs
as well. Fresh install, simply emacs.This report includes screen shots of the emacs30 package, but I have tried straight emacs and emacs29 packages with the exact same result.
This is a warning here and emacs will continue to function however as you begin to add packages or attempt to install tree sitter grammar files, the same error occurs and thus emacs is unusable the moment you need a tree sitter grammar file to provide editing capability for a particular language.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect Emacs to start with no warnings
Screenshots
Additional context
This is on a macOS system using nix-darwin and an aarch64 (M3).
Metadata
"aarch64-darwin"
Darwin 24.1.0, macOS 15.1.1
yes
no
nix-env (Nix) 2.24.10
"nixpkgs"
/nix/store/7c2g8d7nzs52snmcf5fk5m4nwvnbkqqm-source
Notify maintainers
libgccjit maintainers: @Synthetica9, @vcunat, @Ericson2314
emacs maintainers: @AndersonTorres, @adisbladis, @jwiegley, @lovek323, @matthewbauer
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: