cmd/link: bad carrier sym for symbol runtime.elf_savegpr0.args_stackmap on ppc64le #66265
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Go version
go version go1.22.1 linux/ppc64le
Output of
go env
in your module/workspace:What did you do?
I maintain the Go package for Alpine Linux. While rebuilding all of our packaged Go software for the 1.22.1 security release, we encountered several packages which failed to build on ppc64le with a linking error. These packages previously built fine with Go 1.21, hence we believe this to be a regression with Go 1.22.
One example of such software is goimapnotify:
What did you see happen?
A build failure with a linker error message:
Please note, this only happens when both
GOFLAGS
andCGO_CFLAGS
is set.The downstream bug report is: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15862
What did you expect to see?
A successful build.
The text was updated successfully, but these errors were encountered: