You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
$ go get -u github.com/gravitational/teleconsole
# github.com/gravitational/teleconsole/clt
.gopath/src/github.com/gravitational/teleconsole/clt/clt.go:88: not enough arguments in call to integration.NewInstance
have (string, string, []int, nil, nil)
want (string, string, string, []int, []byte, []byte)
.gopath/src/github.com/gravitational/teleconsole/clt/clt.go:114: tconf.Proxy.DisableWebUI undefined (type service.ProxyConfig has no field or method DisableWebUI)
.gopath/src/github.com/gravitational/teleconsole/clt/clt.go:168: cannot use func literal (type func(io.ReadWriteCloser) (bool, error)) as type client.ShellCreatedCallback in assignment
.gopath/src/github.com/gravitational/teleconsole/clt/main.go:47: undefined: utils.InitLoggerCLI
.gopath/src/github.com/gravitational/teleconsole/clt/main.go:57: undefined: utils.InitLoggerVerbose
.gopath/src/github.com/gravitational/teleconsole/clt/main.go:62: undefined: utils.InitLoggerDebug
I attempted to use make to build, but still got an error:
$ make
make -C version
make[1]: Entering directory '/home/demizer/.gopath/src/github.com/gravitational/teleconsole/version'
make[1]: Leaving directory '/home/demizer/.gopath/src/github.com/gravitational/teleconsole/version'
CGO_ENABLED=1 go build -i -ldflags -w -o out/teleconsole
# github.com/gravitational/teleconsole/clt
clt/clt.go:88: not enough arguments in call to integration.NewInstance
have (string, string, []int, nil, nil)
want (string, string, string, []int, []byte, []byte)
clt/clt.go:114: tconf.Proxy.DisableWebUI undefined (type service.ProxyConfig has no field or method DisableWebUI)
clt/clt.go:168: cannot use func literal (type func(io.ReadWriteCloser) (bool, error)) as type client.ShellCreatedCallback in assignment
clt/main.go:47: undefined: utils.InitLoggerCLI
clt/main.go:57: undefined: utils.InitLoggerVerbose
clt/main.go:62: undefined: utils.InitLoggerDebug
make: *** [Makefile:16: out/teleconsole] Error 2
The text was updated successfully, but these errors were encountered:
Looks like Teleconsole was using old version of Teleport, that is not vendored in Teleconsole. But I still can't manage to build Teleconsole with v1.* of Teleport.
I attempted to use make to build, but still got an error:
The text was updated successfully, but these errors were encountered: