-
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
cmd/link: runtime.firstmoduledata: missing xsym in relocation on AIX #54814
Comments
cc @cherrymui @thanm |
Change https://go.dev/cl/427394 mentions this issue: |
(CC @golang/aix) |
Since when go/types,types2 do not know about build constraints, and runtime/cgo.Incomplete is only available on platforms that support cgo. These tests are also failing on aix with failure from linker, so disable them on aix to make builder green. The fix for aix is tracked in #54814 Updates #46731 Updates #54814 Change-Id: I5d6f6e29a8196efc6c457ea64525350fc6b20309 Reviewed-on: https://go-review.googlesource.com/c/go/+/427394 Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Auto-Submit: Cuong Manh Le <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]>
|
Change https://go.dev/cl/427620 mentions this issue: |
Saw a couple failures like 2022-09-01T00:42:27-64b260d/aix-ppc64 in triage, but I'm going to guess it's fixed because I only saw them early in the queue. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
N/A
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Test passes
What did you see instead?
Test failed: https://build.golang.org/log/fdb5399c8575237752fd316a7d8fa97dc712e5d6
The text was updated successfully, but these errors were encountered: