create a branch from release-branch.go1.7 and cherry pick the fix 
(c5434f2973a87acf) if you can't wait.

git branch 1.7.3-timefixed release-branch.go1.7
git checkout 1.7.3-timfixed
git cherry-pick c5434f2973a87acf
GOROOT_BOOTSTRAP=~/go143 ./all.bash 

Or something very close to the unverified lines above

On Wednesday, October 19, 2016 at 2:27:23 PM UTC-7, Peter Kleiweg wrote:
>
> Same problem here. Also, after the last package test cmd/vet/internal/cfg, 
> all further tests are skipped.
>
> GOARCH="amd64"
> GOBIN=""
> GOEXE=""
> GOHOSTARCH="amd64"
> GOHOSTOS="linux"
> GOOS="linux"
> GOPATH="/net/aps/64/opt/gosite"
> GORACE=""
> GOROOT="/net/aps/64/opt/go"
> GOTOOLDIR="/net/aps/64/opt/go/pkg/tool/linux_amd64"
> CC="gcc"
> GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 
> -fdebug-prefix-map=/tmp/go-build028705261=/tmp/go-build 
> -gno-record-gcc-switches"
> CXX="g++"
> CGO_ENABLED="1"
>

-- 
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.

Reply via email to