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

runtime: Can't build go on MacOS 10.12 public beta 3 #16583

Closed
dozer47528 opened this issue Aug 3, 2016 · 3 comments
Closed

runtime: Can't build go on MacOS 10.12 public beta 3 #16583

dozer47528 opened this issue Aug 3, 2016 · 3 comments

Comments

@dozer47528
Copy link

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    1.6.3 & 1.7rc5
  2. What operating system and processor architecture are you using (go env)?
    MacOS 10.12 public beta 3
  3. What did you do?
    brew install go
    brew install go --devel
  4. What did you expect to see?
    Install successfully.
  5. What did you see instead?
brew install go --without-race --without-vet --without-godoc --without-cgo --devel
Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.


You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
==> Downloading https://storage.googleapis.com/golang/go1.7rc5.src.tar.gz
Already downloaded: /Users/dozer/Library/Caches/Homebrew/go-1.7rc5.tar.gz
==> Downloading https://storage.googleapis.com/golang/go1.4.2.darwin-amd64-osx10.8.tar.gz
Already downloaded: /Users/dozer/Library/Caches/Homebrew/go--gobootstrap-10.8.tar.gz
==> ./make.bash --no-clean
==> ./make.bash --no-clean
Last 15 lines from /Users/dozer/Library/Logs/Homebrew/go/02.make.bash:
    /private/tmp/go-20160803-15120-15sdxep/go/src/cmd/dist/build.go:512 +0x205
created by main.cmdbootstrap
    /private/tmp/go-20160803-15120-15sdxep/go/src/cmd/dist/build.go:1063 +0x7a4

goroutine 68 [chan receive]:
main.install(0x1b6070, 0xd)
    /private/tmp/go-20160803-15120-15sdxep/go/src/cmd/dist/build.go:512 +0x205
created by main.cmdbootstrap
    /private/tmp/go-20160803-15120-15sdxep/go/src/cmd/dist/build.go:1063 +0x7a4

goroutine 69 [chan receive]:
main.install(0x1b6090, 0xc)
    /private/tmp/go-20160803-15120-15sdxep/go/src/cmd/dist/build.go:512 +0x205
created by main.cmdbootstrap
    /private/tmp/go-20160803-15120-15sdxep/go/src/cmd/dist/build.go:1063 +0x7a4
@odeke-em
Copy link
Member

odeke-em commented Aug 3, 2016

Probably related to #16570.
@dozer47528 could you try getting beta 5 from https://golang.org/dl/#go1.7rc5 and testing with that?

@davecheney
Copy link
Contributor

The problem is the 1.4.2 image that brew is using as the bootstrap image
does not have the sierra fix.

@dozer, the workaround for you is to install go 1.7rc5 from the website
rather than brew until we can roll a 1.4.x version that has the fix.

On Wed, Aug 3, 2016 at 6:04 PM, Emmanuel T Odeke notifications@github.com
wrote:

Probably related to #16570 #16570.
@dozer47528 https://github.com/dozer47528 could you try getting beta 5
from https://golang.org/dl/#go1.7rc5 and testing with that?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#16583 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAAcA9G2jZ6tTkO1pfIPXvF00cyfyi1qks5qcEt0gaJpZM4JbXgS
.

@bradfitz
Copy link
Contributor

bradfitz commented Aug 3, 2016

Dup of #16352

@bradfitz bradfitz closed this as completed Aug 3, 2016
@mikioh mikioh changed the title Can't build go on MacOS 10.12 public beta 3 runtime: Can't build go on MacOS 10.12 public beta 3 Oct 13, 2016
@golang golang locked and limited conversation to collaborators Oct 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants