Cannot go get

48 views
Skip to first unread message

Goutham Veeramachaneni

unread,
Nov 11, 2017, 12:56:27 AM11/11/17
to gobotio
Hi,

Trying to go get is failing for me.

➜  ~ go get -d -u gobot.io/x/gobot/...
package gobot.io/x/gobot/...: unrecognized import path "gobot.io/x/gobot/..." (parse https://gobot.io/x/gobot?go-get=1: no go-import meta tags ())

➜  ~ go version
go version go1.9.2 linux/amd64

➜  ~ go env
GOARCH="amd64"
GOBIN="/home/goutham/gocode/bin"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/goutham/gocode"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build904023490=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
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"


Manually downloaded packages for now, but I think this is something worth looking into.

Thanks,
Goutham.

Ron Evans

unread,
Nov 11, 2017, 5:11:48 AM11/11/17
to gobotio
Hi, Goutham

Not able to reproduce your problem, perhaps it was DNS related?

We'll keep an eye open... thanks for reporting.

Regards,
Ron

Goutham Veeramachaneni

unread,
Nov 11, 2017, 9:15:00 AM11/11/17
to gobotio
Hi Ron,

I have been playing with it all day, amazing work! I am able to reproduce it consistently with a new GOPATH. Can you see if this still works for you?

➜  ~ export GOPATH=$HOME/temp-gocode     
➜  ~ go get -d -u gobot.io/x/gobot/...
package gobot.io/x/gobot/...: unrecognized import path "gobot.io/x/gobot/..." (parse https://gobot.io/x/gobot?go-get=1: no go-import meta tags ())

If it does, then it is something on my end.

Thanks,
Goutham. 

Ron Evans

unread,
Nov 12, 2017, 4:17:51 AM11/12/17
to gobotio
Hi, Goutham

I am not able to reproduce your problem:
$ export GOPATH=$HOME/temp-gocode
$ go get -d -u gobot.io/x/gobot/...

I did however add some additional site monitoring, so we can check for any outages for the package redirects for the domain gobot.io

Regards,
Ron
Reply all
Reply to author
Forward
0 new messages