Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version)?
go version go1.6 darwin/amd64
- What operating system and processor architecture are you using (
go env)?
➜ src git:(master) go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Volumes/D/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GO15VENDOREXPERIMENT="1"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"
- What did you do?
cd $GOROOT/src
GOOS=windows GOARCH=386 PATH=$PATH ./make.bash
- What did you expect to see?
Building Go bootstrap tool.
cmd/dist
go: open /usr/local/go/src/runtime/internal/sys/zversion.go: no such file or directory
Please answer these questions before submitting your issue. Thanks!
go version)?go version go1.6 darwin/amd64
go env)?➜ src git:(master) go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Volumes/D/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GO15VENDOREXPERIMENT="1"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"
cd $GOROOT/src
GOOS=windows GOARCH=386 PATH=$PATH ./make.bash
Building Go bootstrap tool.
cmd/dist
go: open /usr/local/go/src/runtime/internal/sys/zversion.go: no such file or directory