12-13-2018, 06:16 AM
Hello,
We currently do not support Debian, but Ubuntu 16.04 should work. Please try the following on your Ubuntu machine.
The Makefile in pulp-sdk/build/sdk/json-tools is generated by CMake before make is invoked in that directory. Is there a Makefile in that directory? If so, what is the content of the all target? If not, what version of CMake do you have installed (run cmake --version)?
The STDERR reports on missing LSB modules usually occur if the lsb-core package is not installed. What is the output of
More generally, it looks like dependencies are missing or not up-to-date. Did you install or update all dependencies as instructed in the ReadMe?
We currently do not support Debian, but Ubuntu 16.04 should work. Please try the following on your Ubuntu machine.
The Makefile in pulp-sdk/build/sdk/json-tools is generated by CMake before make is invoked in that directory. Is there a Makefile in that directory? If so, what is the content of the all target? If not, what version of CMake do you have installed (run cmake --version)?
The STDERR reports on missing LSB modules usually occur if the lsb-core package is not installed. What is the output of
Code:
lsb_release -a
More generally, it looks like dependencies are missing or not up-to-date. Did you install or update all dependencies as instructed in the ReadMe?