<p>go get golang.org/x/tools/cmd/oracle in v1.6.3 fehlgeschlagen</p>

Erstellt am 9. Dez. 2016  ·  1Kommentar  ·  Quelle: golang/go

Bitte beantworten Sie diese Fragen, bevor Sie Ihr Problem absenden. Vielen Dank!

Welche Version von Go verwenden Sie ( go version )?

go version go1.6.3 linux/amd64

Welches Betriebssystem und welche Prozessorarchitektur verwenden Sie ( go env )?

CentOS Linux release 7.1.1503 (Core)

[root<strong i="14">@nc</strong> go]# go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/root/go"
GORACE=""
GOROOT="/usr/lib/golang"
GOTOOLDIR="/usr/lib/golang/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
[root<strong i="15">@nc</strong> go]# go version
go version go1.6.3 linux/amd64

Was haben Sie gemacht?

Geben Sie nach Möglichkeit ein Rezept für die Reproduktion des Fehlers an.
Ein vollständig lauffähiges Programm ist gut.
Am besten ist ein Link auf play.golang.org.

Ich erhalte golang.org/x/tools/cmd/oracle aber fehlgeschlagen.

Was hast du erwartet zu sehen?

Ich möchte golang.org/x/tools/cmd/oracle erhalten und bauen.

Was hast du stattdessen gesehen?

[root<strong i="28">@nc</strong> go]# go get golang.org/x/tools/cmd/oracle
package golang.org/x/tools/cmd/oracle: cannot find package "golang.org/x/tools/cmd/oracle" in any of:
        /usr/lib/golang/src/golang.org/x/tools/cmd/oracle (from $GOROOT)
        /root/go/src/golang.org/x/tools/cmd/oracle (from $GOPATH)
[root<strong i="29">@nc</strong> go]#
[root<strong i="30">@nc</strong> go]# go get -u -v golang.org/x/tools/cmd/oracle
Fetching https://golang.org/x/tools/cmd/oracle?go-get=1
Parsing meta tags from https://golang.org/x/tools/cmd/oracle?go-get=1 (status code 200)
get "golang.org/x/tools/cmd/oracle": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/
x/tools/cmd/oracle?go-get=1
get "golang.org/x/tools/cmd/oracle": 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)
package golang.org/x/tools/cmd/oracle: cannot find package "golang.org/x/tools/cmd/oracle" in any of:
        /usr/lib/golang/src/golang.org/x/tools/cmd/oracle (from $GOROOT)
        /root/go/src/golang.org/x/tools/cmd/oracle (from $GOPATH)
FrozenDueToAge

Hilfreichster Kommentar

Es wurde in "Guru" umbenannt.

https://godoc.org/golang.org/x/tools/cmd/guru

>Alle Kommentare

Es wurde in "Guru" umbenannt.

https://godoc.org/golang.org/x/tools/cmd/guru

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen