https://github.com/osquery/osquery logo
Title
m

moulik

10/12/2018, 7:38 AM
I am trying to build kolide fleet on ubuntu
make deps
make generate
commands are working fine without any error
make build
is throwing this error no buildable Go source files in
$GOPATH/src/github.com/kolide/fleet/vendor/github.com/go-stack/stack
Makefile:106: recipe for target ‘fleet’ failed make: * [fleet] Error 1
z

zwass

10/12/2018, 7:34 PM
Do you have the fleet repo checked out to
$GOPATH/src/github.com/kolide/fleet
?
m

moulik

10/15/2018, 10:19 AM
It worked later This was happening due to some issue with golang upgrade from old to current version I did on complete fresh system and it worked