You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
......
ok cmd/internal/objabi 0.015s
ok cmd/internal/src 0.012s
ok cmd/internal/test2json 0.164s
--- FAIL: TestIssue33979 (1.17s)
link_test.go:250: got:
main(__TEXT/__text): relocation target undefined not defined
want:
main(.text): relocation target undefined not defined
FAIL
FAIL cmd/link 8.958s
ok cmd/link/internal/ld 13.708s
ok cmd/link/internal/sym 0.012s
ok cmd/nm 4.885s
ok cmd/objdump 4.096s
ok cmd/pack 1.737s
ok cmd/trace 0.153s
ok cmd/vet 10.706s
FAIL
go tool dist: Failed: exit status 1
I'm using go1.13.5, and I'm trying to build go from source code.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
YES
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
build successfully
What did you see instead?
I'm using go1.13.5, and I'm trying to build go from source code.
The text was updated successfully, but these errors were encountered: