Hello,

I got the following error while building the latest source code (synced 
to d0eaec79f9) on aarch64, both cache and /tmp/go-build* had been
cleaned in advance, can anyone shed a light? Thanks a lot.


go tool dist: unexpected stale targets reported by go list -gcflags="" 
-ldflags="" for [std]:
STALE crypto/tls: not installed but available in build cache
STALE crypto/x509: not installed but available in build cache
STALE net: not installed but available in build cache
STALE net/http: not installed but available in build cache
STALE net/http/cookiejar: not installed but available in build cache
STALE net/http/httptest: not installed but available in build cache
STALE net/http/httptrace: not installed but available in build cache
STALE net/http/httputil: not installed but available in build cache
STALE net/textproto: not installed but available in build cache
STALE os/signal/internal/pty: not installed but available in build cache
STALE os/user: not installed but available in build cache
STALE vendor/golang.org/x/net/http/httpguts: not installed but available in 
build cache
STALE vendor/golang.org/x/net/http/httpproxy: not installed but available 
in build cache
STALE vendor/golang.org/x/net/nettest: not installed but available in build 
cache

// go env
GOARCH="arm64"
GOHOSTARCH="arm64"
GOHOSTOS="linux"
GOOS="linux"
GOROOT="/usr/lib/go-1.10"
GOTOOLDIR="/usr/lib/go-1.10/pkg/tool/linux_arm64"
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8f38c5f3-7ca8-405f-b2d2-1804dd9bdddb%40googlegroups.com.

Reply via email to