Created
June 18, 2016 17:47
-
-
Save aviks/9bd3ce46f93eee52b463953f8a8df620 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/dev/julia $ make | |
patching file CMakeLists.txt | |
Hunk #1 FAILED at 217. | |
1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej | |
-- checking for module 'libcurl' | |
-- package 'libcurl' not found | |
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:293 (list): | |
list GET given empty list | |
Call Stack (most recent call first): | |
CMakeLists.txt:277 (FIND_PACKAGE) | |
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:294 (list): | |
list GET given empty list | |
Call Stack (most recent call first): | |
CMakeLists.txt:277 (FIND_PACKAGE) | |
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:296 (list): | |
list GET given empty list | |
Call Stack (most recent call first): | |
CMakeLists.txt:277 (FIND_PACKAGE) | |
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:298 (list): | |
list GET given empty list | |
Call Stack (most recent call first): | |
CMakeLists.txt:277 (FIND_PACKAGE) | |
-- Could NOT find HTTP_Parser (missing: HTTP_PARSER_INCLUDE_DIR HTTP_PARSER_LIBRARY) | |
-- http-parser was not found or is too old; using bundled 3rd-party sources. | |
-- LIBSSH2 not found. Set CMAKE_PREFIX_PATH if it is installed outside of the default search path. | |
-- Configuring incomplete, errors occurred! | |
See also "/home/pi/dev/julia/deps/build/libgit2-785d8c48ea8725691da3c50e7dae8751523d4c30/CMakeFiles/CMakeOutput.log". | |
See also "/home/pi/dev/julia/deps/build/libgit2-785d8c48ea8725691da3c50e7dae8751523d4c30/CMakeFiles/CMakeError.log". | |
/home/pi/dev/julia/deps/libgit2.mk:28: recipe for target 'build/libgit2-785d8c48ea8725691da3c50e7dae8751523d4c30/Makefile' failed | |
make[1]: *** [build/libgit2-785d8c48ea8725691da3c50e7dae8751523d4c30/Makefile] Error 1 | |
Makefile:81: recipe for target 'julia-deps' failed | |
make: *** [julia-deps] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment