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/11/19 10:21:27 UTC

[GitHub] [mynewt-newtmgr] otopetrik opened a new issue #150: Unable to build from source - broken dependency

otopetrik opened a new issue #150: Unable to build from source - broken dependency
URL: https://github.com/apache/mynewt-newtmgr/issues/150
 
 
   **Description**
   Failed to build both _1.7.0_ and _master_.
   
   fails with:
   ```
   go: github.com/runtimeco/go-coap@v0.0.0-20180109101419-47c23e2a63ea: unknown revision 47c23e2a63ea
   ...
   go: error loading module requirements
   ```
   
   **Steps to reproduce**
   ```
   D=$(mktemp -d) ; git clone https://github.com/apache/mynewt-newtmgr $D; cd $D ; git checkout 0bf8c0144844b0892fc6491e97c446e5652438f1; make
   ```
   (1.7.0 with #140 fix)
   
   ```
   D=$(mktemp -d) ; git clone https://github.com/apache/mynewt-newtmgr $D; cd $D ; git checkout 67028755ca66fcebad05826c462e54c84248ad3a; make
   ```
   (master)
   
   **Operating system**
   debian 10.2
   
   **Go version**
   go version go1.11.6 linux/amd64

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