On Sat, Feb 17, 2018 at 9:50 AM, <buc...@gmail.com> wrote: > > Precisely (as an example, same failure notice): > > > VS Code with the lukehoban plugin installed. The plugin gives me this > message: > > "The Go extension is better with the latest version of "goreturns". Use "go > get -u -v sourcegraph.com/sqs/goreturns" > > I click "install" and get this: > > Installing 1 tool at C:\Users\AKC\Go_Projects\bin > goreturns > > Installing sourcegraph.com/sqs/goreturns FAILED > > 1 tools failed to install. > > goreturns: > Error: Command failed: C:\Go\bin\go.exe get -u -v > sourcegraph.com/sqs/goreturns > Fetching https://sourcegraph.com/sqs/goreturns?go-get=1 > Parsing meta tags from https://sourcegraph.com/sqs/goreturns?go-get=1 > (status code 200) > get "sourcegraph.com/sqs/goreturns": found meta tag > get.metaImport{Prefix:"sourcegraph.com/sqs/goreturns", VCS:"git", > RepoRoot:"https://github.com/sqs/goreturns"} at > https://sourcegraph.com/sqs/goreturns?go-get=1 > sourcegraph.com/sqs/goreturns (download) > github.com/sqs/goreturns (download) > Fetching https://golang.org/x/tools/imports?go-get=1 > Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status > code 200) > get "golang.org/x/tools/imports": found meta tag > get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", > RepoRoot:"https://go.googlesource.com/tools"} at > https://golang.org/x/tools/imports?go-get=1 > get "golang.org/x/tools/imports": verifying non-authoritative meta tag > Fetching https://golang.org/x/tools?go-get=1 > Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) > golang.org/x/tools (download) > Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 > Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 > (status code 200) > get "golang.org/x/tools/go/ast/astutil": found meta tag > get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", > RepoRoot:"https://go.googlesource.com/tools"} at > https://golang.org/x/tools/go/ast/astutil?go-get=1 > get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta > tag > go get: cannot install cross-compiled binaries when GOBIN is set > Fetching https://sourcegraph.com/sqs/goreturns?go-get=1 > Parsing meta tags from https://sourcegraph.com/sqs/goreturns?go-get=1 > (status code 200) > get "sourcegraph.com/sqs/goreturns": found meta tag > get.metaImport{Prefix:"sourcegraph.com/sqs/goreturns", VCS:"git", > RepoRoot:"https://github.com/sqs/goreturns"} at > https://sourcegraph.com/sqs/goreturns?go-get=1 > sourcegraph.com/sqs/goreturns (download) > github.com/sqs/goreturns (download) > Fetching https://golang.org/x/tools/imports?go-get=1 > Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status > code 200) > get "golang.org/x/tools/imports": found meta tag > get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", > RepoRoot:"https://go.googlesource.com/tools"} at > https://golang.org/x/tools/imports?go-get=1 > get "golang.org/x/tools/imports": verifying non-authoritative meta tag > Fetching https://golang.org/x/tools?go-get=1 > Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) > golang.org/x/tools (download) > Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 > Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 > (status code 200) > get "golang.org/x/tools/go/ast/astutil": found meta tag > get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", > RepoRoot:"https://go.googlesource.com/tools"} at > https://golang.org/x/tools/go/ast/astutil?go-get=1 > get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta > tag > go get: cannot install cross-compiled binaries when GOBIN is set > > My GOBIN = C:\Users\AKC\Go_Projects\bin
Don't set GOBIN. As the error message says, using `go install` with cross-compiling is not supported when GOBIN is set. The problem is that it becomes unclear where to install the cross-compiled binary. Ian > On Saturday, February 17, 2018 at 10:25:02 AM UTC-7, Ian Lance Taylor wrote: >> >> >> >> What precisely did you try to do, and what precisely happened? >> >> Ian > > -- > 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. -- 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.