Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running make install #134

Closed
elemoine opened this issue May 26, 2016 · 2 comments
Closed

Error when running make install #134

elemoine opened this issue May 26, 2016 · 2 comments

Comments

@elemoine
Copy link

I get an error when running make install:

$ cd release
$ make  # completes successfully
[…]
$ make install
[…]
-- Installing: /usr/local/bin/lsb_heka_cat
-- Removed runtime path from "/usr/local/bin/lsb_heka_cat"
CMake Error at src/cli/cmake_install.cmake:54 (file):
  file INSTALL cannot find "/lua_sandbox/src/cli/scripts".
Call Stack (most recent call first):
  src/cmake_install.cmake:89 (include)
  cmake_install.cmake:56 (include)

Makefile:66: recipe for target 'install' failed
make: *** [install] Error 1

Is this a known issue? Thanks.

@trink
Copy link
Contributor

trink commented May 26, 2016

Sorry the scripts install was leftover from some local experimentation, it has been corrected c7fb38a

@trink trink closed this as completed May 26, 2016
@elemoine
Copy link
Author

Thanks. I had commented that line, but was not sure that was the right fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants