I was building master-branch in vagrant(centos7). ...
# general
f
I was building master-branch in vagrant(centos7). The command is
make package
, the errors are as followings:
Copy code
-- Build files have been written to: /tmp/tmp.UyM6oIRYp4
make[2]: *** No rule to make target `osquery/osqueryd', needed by `CMakeFiles/packages'.  Stop.
make[1]: *** [packages/fast] Error 2
make: *** [package] Error 2
Has anyone encountered this problem?
y
I've just run into the same issue. Did you manage to figure out how to make a package?