Skip to content
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/go: "linking abicalls files with non-abicalls files" failures on mips64 #20243

Closed
bradfitz opened this issue May 4, 2017 · 1 comment
Closed
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented May 4, 2017

I merged an old change of @minux's (4d7a5ed) which printed external linker output so warnings aren't missed.

That broke arm64:
https://build.golang.org/log/6be7927bc50f92753c05d648ce488271487b4f09

... the build is full of warnings like:

/usr/bin/ld: /tmp/go-link-697234120/go.o: warning: linking abicalls files with non-abicalls files

But a test at the end is comparing output against expected golden output and failing after seeing "warning: linking abicalls files with non-abicalls files" in the test output.

/cc @ianlancetaylor @MIPSbkirby @minux

@bradfitz bradfitz added the NeedsFix The path to resolution is known, but the work has not been done. label May 4, 2017
@bradfitz bradfitz added this to the Go1.9 milestone May 4, 2017
@gopherbot
Copy link

CL https://golang.org/cl/42710 mentions this issue.

@golang golang locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants