Installation failure on Centos7 VM
Vijendra07Kulhade opened this issue · 4 comments
I am trying to install it on Centos7
go get -u github.com/fgeller/kt
I get this error
package gopkg.in/jcmturner/gokrb5.v7/asn1tools: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/asn1tools" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/asn1tools?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/client: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/client" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/client?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/config: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/config" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/config?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/credentials: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/credentials" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/credentials?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/gssapi: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/gssapi" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/gssapi?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/iana/chksumtype: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/iana/chksumtype" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/iana/chksumtype?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/iana/keyusage: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/iana/keyusage" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/iana/keyusage?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/keytab: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/keytab" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/keytab?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/messages: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/messages" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/messages?go-get=1: authenticationrequired)
package gopkg.in/jcmturner/gokrb5.v7/types: unrecognized import path "gopkg.in/jcmturner/gokrb5.v7/types" (https fetch: Get https://gopkg.in/jcmturner/gokrb5.v7/types?go-get=1: authenticationrequired)
Hi @Vijendra07Kulhade -- the error seems to be related to configuration in another package, requiring credentials. I just tried it on an outdated Arch Linux box and didn't run into this issue:
$ go get -u github.com/fgeller/kt
go: downloading github.com/Shopify/sarama v1.19.0
go: downloading golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
go: downloading github.com/eapache/go-resiliency v1.1.0
go: downloading github.com/pierrec/lz4 v2.0.5+incompatible
go: downloading github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
go: downloading github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
go: downloading golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e
go: github.com/eapache/go-resiliency upgrade => v1.2.0
go: github.com/Shopify/sarama upgrade => v1.27.2
go: github.com/rcrowley/go-metrics upgrade => v0.0.0-20200313005456-10cdbea86bc0
go: github.com/golang/snappy upgrade => v0.0.2
go: golang.org/x/crypto upgrade => v0.0.0-20201124201722-c8d3bf9c5392
go: github.com/pierrec/lz4 upgrade => v2.6.0+incompatible
go: golang.org/x/sys upgrade => v0.0.0-20201126144705-a4b67b81d3d2
go: github.com/davecgh/go-spew upgrade => v1.1.1
go: downloading golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
go: downloading github.com/Shopify/sarama v1.27.2
go: downloading github.com/klauspost/compress v1.11.0
go: downloading gopkg.in/jcmturner/gokrb5.v7 v7.5.0
...
Maybe the issue has been resolved upstream, could you try again?
I am behind corporate proxy may be that is the reason. though I am only facing issue for downloading jcmturner
packages.
Have you tried go get gopkg.in/jcmturner/gokrb5.v7
individually?
Also, there are single binary kt releases available here or are they too outdated?
Just double-checked, there have only been documentation updates since the last release, so getting kt via the releases section should be ok?
I'm also not sure how to resolve the https/connectivity/proxy issues you are experiencing for jcmturner
, please try to contact the maintainer of that package. I'll close the issue for now, please re-open if you have any additional info or questions. Thanks