It looks like they've exported GOARCH=x86_64 which is the linux preferred word for amd64. They should either remove the GOARCH setting or set it to GOARCH=amd64
On Thursday, 1 September 2016 10:19:35 UTC+10, kortschak wrote: > > One of my users has struck a problem with an install of go1.7 from the > packages at [1] that has me baffled. I don't use a mac, so I've depleted > my knowledge of what might be going on here. Can anyone help? > > thanks > Dan > > The OS is 10.11.6 on a macbook. > > $ go run hello.go > cmd/go: unsupported GOOS/GOARCH pair darwin/x86_64 > $ go version > go version go1.7 darwin/amd64 > $ which go > /usr/local/go/bin/go > $ go env > GOARCH="x86_64" > GOBIN="" > GOEXE="" > GOHOSTARCH="amd64" > GOHOSTOS="darwin" > GOOS="darwin" > GOPATH="" > GORACE="" > GOROOT="/usr/local/go" > GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64" > CC="clang" > GOGCCFLAGS="-fPIC -fno-caret-diagnostics -Qunused-arguments > -fmessage-length=0 > -fdebug-prefix-map=/var/folders/hp/y4ntgxvx1r58r_0730q_c9bm0000gp/T/go-build799346258=/tmp/go-build > > -gno-record-gcc-switches -fno-common" > CXX="clang++" > CGO_ENABLED="0" > > > [1]https://storage.googleapis.com/golang/go1.7.darwin-amd64.pkg > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.