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 2020/01/29 09:08:26 UTC

[GitHub] [mynewt-mcumgr] zarnobarintive opened a new issue #64: Bug: Can't get and install mcumgr

zarnobarintive opened a new issue #64: Bug: Can't get and install mcumgr
URL: https://github.com/apache/mynewt-mcumgr/issues/64
 
 
   I tried to follow guides from README file and install mcumgr but without success. I'm using ubuntu 18.04  here is output from console:
   
   ```
    go get github.com/apache/mynewt-mcumgr-cli/mcumgr
   # mynewt.apache.org/newt/util
   ../../../go/src/mynewt.apache.org/newt/util/util.go:477:10: state.ExitCode undefined (type *os.ProcessState has no field or method ExitCode)
   ../../../go/src/mynewt.apache.org/newt/util/util.go:480:17: state.ExitCode undefined (type *os.ProcessState has no field or method ExitCode)
   ```
   my go version is
   
   ```
   go version
   go version go1.10.4 linux/amd64
   ```
   I also tried to ```export GO111MODULE=on``` but it doesn't change output.

----------------------------------------------------------------
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

[GitHub] [mynewt-mcumgr] zarnobarintive closed issue #64: Bug: Can't get and install mcumgr

Posted by GitBox <gi...@apache.org>.
zarnobarintive closed issue #64: Bug: Can't get and install mcumgr
URL: https://github.com/apache/mynewt-mcumgr/issues/64
 
 
   

----------------------------------------------------------------
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

[GitHub] [mynewt-mcumgr] utzig commented on issue #64: Bug: Can't get and install mcumgr

Posted by GitBox <gi...@apache.org>.
utzig commented on issue #64: Bug: Can't get and install mcumgr
URL: https://github.com/apache/mynewt-mcumgr/issues/64#issuecomment-579670629
 
 
   You need at least go 1.12. The go developers provide a PPA: https://github.com/golang/go/wiki/Ubuntu

----------------------------------------------------------------
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

[GitHub] [mynewt-mcumgr] zarnobarintive commented on issue #64: Bug: Can't get and install mcumgr

Posted by GitBox <gi...@apache.org>.
zarnobarintive commented on issue #64: Bug: Can't get and install mcumgr
URL: https://github.com/apache/mynewt-mcumgr/issues/64#issuecomment-579672154
 
 
   Looks like it helped. Thanks.

----------------------------------------------------------------
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