x/mobile: gomobile init fails when checking sha256 for NDK (again) #15973
Milestone
Comments
CL https://golang.org/cl/24074 mentions this issue. |
gopherbot
pushed a commit
to golang/mobile
that referenced
this issue
Jun 14, 2016
The command deletes all files under $GOPATH/pkg/gomobile dir that keeps downloaded files and precompiled objects during the last gomobile init run. 'gomobile clean' will be suggested in case of gomobile init failures due to downloaded file hash mismatch. For golang/go#15973 Change-Id: Ie9d3cfa7aef9d68931fd68f7b58d1a18c9d4b3b8 Reviewed-on: https://go-review.googlesource.com/24074 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This error is fixed by updating to latest version of go mobile. Still not a good idea to replace the file in place. |
Gomobile doesn't download the NDK anymore. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go version
)?go version go1.6.2 darwin/amd64
go env
)?GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/todd/Dev/go/src/github.com/getlantern/lantern" GORACE="" GOROOT="/usr/local/Cellar/go/1.6.2/libexec" GOTOOLDIR="/usr/local/Cellar/go/1.6.2/libexec/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"
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
Completely removed gomobile and re-installed from scratch. Ran
gomobile init
Successful
gomobile init
gomobile: sha256 for "gomobile-openal-soft-1.16.0.1.tar.gz": 84c9361734902df622dd49a8c0cfb0090fd7743a2cbf927a9ae85c4826beb173, want ff7ff835355a1158001e6b6cc03d3a65abb508abc34a5f19ae9af0bdeadd978b
The text was updated successfully, but these errors were encountered: