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
Looks like this is fixed on master (go1.8) and is just a macOS 10.12 issue on <= go1.7. I'm not sure if the fix should be backported for a clean compile. I'll leave this issue open but if its working as intended (only 1.8 should compile+test cleanly) then I accept that.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Not passing tests, but attempting to compile go1.7.4
$GOBOOTSTRAP/bin/go version
is:What operating system and processor architecture are you using (
go env
)?macOS 10.12.1
What did you do?
git checkout go1.7.4
cd src; ./all.bash
What did you expect to see?
Successful completion
What did you see instead?
When testing system packages, this fails every time:
I've reproduced this on all 3 macOS machines I have: two MacBook Airs and one iMac
I feel like I'm probably doing something wrong but I can't figure it out...
The text was updated successfully, but these errors were encountered: