cmd/link: building the latest tip version fails #36389
Comments
Also remember that you just need |
It appears that CL 192597 broke some builders: (most darwin, several mips, AIX) |
Looks like mostly an overly picky test that was just added. It's looking for "main(.text): relocation target undefined not defined\n", but it's getting: darwin: main(__TEXT/__text): relocation target undefined not defined The linux/mips one seems a bit worse. My guess is there's some "go build" logic that the test isn't duplicating correctly. |
Is the issue it is fixing critical for 1.14? If not, given where we are in the freeze, we should probably roll back and try again for 1.15. |
Change https://golang.org/cl/213417 mentions this issue: |
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?
Tried to rebuild the latest tip version with all.bash
What did you expect to see?
No error
What did you see instead?
The text was updated successfully, but these errors were encountered: