Closed kimnjeru closed 4 years ago
Hi, thank you for reporting the issue. As a work around, try running make compile-only
to get just the binary to build. Alternatively, it looks like the misspell
command is missing, so if you are able to install that package, it could help move past that step.
Thanks. I was able to get past this by setting GOPATH
and adding GOPATH/bin
to PATH
and then rerunning make
.
nri-network-telemetry installx misspell automatically, as it's a tools dependency. You are correct that $GOPATH/bin
does need to be in your $PATH
for that to work correctly.
Description
During the build phase of the integration running
make
fails consistently on Ubuntu and Linux resulting in no compiled binariesGo Version
Ubuntu: go version go1.14.4 linux/amd64 Linux: go version go1.13.4 linux/amd64
Current behavior
Binary compile fails and emits error during the spell-check portion.
Expected behavior
Binaries should compile and complete cleanly resulting in binaries in ./bin directory
Steps To Reproduce
Steps to reproduce the behavior:
Debug Output (if applicable)
n/a
Additional Context
n/a
References or Related Issues
None that I am aware of