-
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
all: failed to run make.bash on darwin arm64 #44675
Comments
FYI, using the bootstrap binary produces the same error:
|
Also observed on ppc64le:
|
@cuonglm Can you please make the issue summary more generic to include power architecture? |
I think it’s ok to add more failure in comments. Also there’s note in original CL https://go-review.googlesource.com/c/go/+/293392 |
Also observed on Linux/Arm64 |
I have observed this on all non-intel arches supported by Fedora, that being linux/arm64, linux/arm32, linux/s390x and linux/ppc64le with various bootstrap GC versions, gcc&co. |
Change https://golang.org/cl/297549 mentions this issue: |
Change https://golang.org/cl/297637 mentions this issue: |
improved to run on more architectures. this is in preparation for turning off calculation of frame offsets in types.CalcSize. Replaces https://go-review.googlesource.com/c/go/+/293392 . Updates #44675. For #40724. Change-Id: I40ba496172447cf09b86bc646148859363c11ad9 Reviewed-on: https://go-review.googlesource.com/c/go/+/297637 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
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?
What did you expect to see?
make.bash
run successfully.What did you see instead?
make.bash
failed after commit 5ff7ec9cc @dr2chase @jeremyfaller @cherrymui
The text was updated successfully, but these errors were encountered: