-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
Cannot build IPFS from source: combining dwarf failed: unknown load command 0x80000034 (2147483700) #47269
Comments
Please test with |
Do you have a binary I can test? I cannot seem to build 1.17rc1. |
1.17rc1 works, thanks. |
I would keep this open until we understand why 1.16 wasn't working, likely there would be something to fix. |
load command 0x80000034 corresponds to LC_DYLD_CHAINED_FIXUPS. Support for this load command was added in https://go-review.googlesource.com/c/go/+/312729, which is part of Go 1.17. Closing this out as WAI, please re-open if needed. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I ran
% git clone https://github.com/ipfs/go-ipfs.git % cd go-ipfs % make build
and the build failed, here is the output
Terminal Saved Output.txt
What did you expect to see?
The binary being properly compiled
What did you see instead?
It errored out
Terminal Saved Output.txt
The text was updated successfully, but these errors were encountered: