If I try to build a golang setup from the release-branch.go1.5 branch, only the goftm executable is put in place. I used the install instructions from doc/install-source.html and used all.batch. make.batch just stops aftert line 157/8(CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd) I have GOOS=darwin GOARCH=amd64 and GOROOT_BOOTSTRAP set to a golang1.5 goroot. Ive tried diferent GOOS and GOARCH values, all give the same result. goftm is propperly build in the correct directory. output of go env (golang 1.10): GOARCH="amd64" GOBIN="" GOCACHE="/home/jaap/.cache/go-build" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/jaap/go" GORACE="" GOROOT="/usr/lib/go" GOTMPDIR="" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" CXX="g++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build137829461=/tmp/go-build -gno-record-gcc-switches"
Is this Expected behavior? -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
