You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/22 08:13:32 UTC

[GitHub] [mynewt-mcumgr-cli] matwiszynmarek opened a new issue #8: Errors while downloading mcumgr

matwiszynmarek opened a new issue #8: Errors while downloading mcumgr
URL: https://github.com/apache/mynewt-mcumgr-cli/issues/8
 
 
   Hello everyone.
   I'm trying to get mcumgr using a go command but I get such errors :+1: 
   
   ```sh
   $ go get github.com/apache/mynewt-mcumgr-cli/mcumgr
   # mynewt.apache.org/newtmgr/newtmgr/cli
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:102:22: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:144:16: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:168:21: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:191:23: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:255:22: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:267:16: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:321:17: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:375:19: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:417:24: undefined: ishell.Context
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:444:7: shell.AddCmd undefined (type *ishell.Shell has no field or method AddCmd)
   go/src/mynewt.apache.org/newtmgr/newtmgr/cli/interactive.go:444:7: too many errors
   ```
   
   I've never had those errors before. Any suggestion where should I find a bug?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services