-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
M1 Mac crashes with missing symbol called
error when running init
#254
Comments
Hi @steveluscher, sorry to hear that git-branchless isn't working for you. I would guess that it is an M1 Mac problem. Unfortunately, I don't have an M1 to test on. You could try running a few other similar Rust projects and see if any of them work, such as You could also try installing various older versions and see if one works, and then use Unfortunately, I don't know how to debug a |
FWIW, I had to lock the versions of |
Hmm, one possibility would be a compiler bug, which I suppose is not unreasonable for a new architecture. @martinvonz what version of rustc are you using? |
I'm on 1.57.0. |
I blew away I guess we'll never know what happened. Thanks for taking a look! |
missing symbol called
error when running init
missing symbol called
error when running init
Thanks to both of you for the diagnostic work. I added this section to the Troubleshooting guide at https://github.com/arxanas/git-branchless/wiki/Installation. If we see more users hit this case, we could add a check for the architecture/compiler version in |
Description of the bug
git branchless init
Observe this pretty useless error:
Could this possibly be an M1 MacBook problem?
Version of
git-branchless
git-branchless 0.3.8
Version of
rustc
rustc 1.55.0 (c8dfcfe04 2021-09-06)
The text was updated successfully, but these errors were encountered: