Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vgo: vgo objabi: cannot find GOMIPS #23953

Closed
lrewega opened this issue Feb 20, 2018 · 4 comments
Closed

x/vgo: vgo objabi: cannot find GOMIPS #23953

lrewega opened this issue Feb 20, 2018 · 4 comments

Comments

@lrewega
Copy link

lrewega commented Feb 20, 2018

What version of Go are you using (go version)?

go version go1.9.1 darwin/amd64

Does this issue reproduce with the latest release?

Nope, looks like it works with go1.10 ¯\_(ツ)_/¯

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/lrewega/go"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.9.1/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.9.1/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/yl/x9t8hwnx75x8z9zhbywrq6cr0000gn/T/go-build923822116=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
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"

What did you do?

$ go get golang.org/x/vgo
$ which vgo
/Users/lrewega/go/bin/vgo
$ vgo
vgo objabi: cannot find GOMIPS
$ echo $?
2

What did you expect to see?

I expected vgo to print usage information.

What did you see instead?

$ vgo
vgo objabi: cannot find GOMIPS
$ echo $?
2
@gopherbot gopherbot added this to the Unreleased milestone Feb 20, 2018
@davecheney
Copy link
Contributor

Why not upgrade to go 1.10. It was released last week.

@rsc
Copy link
Contributor

rsc commented Feb 20, 2018

Sorry, there's no plan to support Go 1.9 or earlier. This is a fork of the Go 1.10 cmd/go.

@rsc rsc closed this as completed Feb 20, 2018
@lrewega
Copy link
Author

lrewega commented Feb 21, 2018

I figured as much, but I didn't see that referenced in the documentation, and thought the error was surprising.

@lrewega
Copy link
Author

lrewega commented Feb 21, 2018

Related to #23957

@golang golang locked and limited conversation to collaborators Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants