Advertisement
Guest User

Failed to compile xargo

a guest
Oct 14th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. error: failed to compile `xargo v0.1.14`, intermediate artifacts can be found at `/tmp/cargo-install.ZZZwi70rntjD`
  2.  
  3. Caused by:
  4. failed to run custom build command for `libssh2-sys v0.1.39`
  5. process didn't exit successfully: `/tmp/cargo-install.ZZZwi70rntjD/release/build/libssh2-sys-f3e6ccc6379d9b0b/build-script-build` (exit code: 101)
  6. --- stdout
  7. running: "cmake" "/home/martin/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.39/libssh2" "-DCRYPTO_BACKEND=OpenSSL" "-DBUILD_SHARED_LIBS=OFF" "-DENABLE_ZLIB_COMPRESSION=ON" "-DCMAKE_INSTALL_LIBDIR=lib" "-DBUILD_EXAMPLES=OFF" "-DBUILD_TESTING=OFF" "-DCMAKE_INSTALL_PREFIX=/tmp/cargo-install.ZZZwi70rntjD/release/build/libssh2-sys-f3e6ccc6379d9b0b/out" "-DCMAKE_C_FLAGS= -O0 -ffunction-sections -fdata-sections -m64 -fPIC" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -O0 -ffunction-sections -fdata-sections -m64 -fPIC" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Release"
  8. -- Configuring incomplete, errors occurred!
  9.  
  10. --- stderr
  11. fatal: Not a git repository (or any parent up to mount parent )
  12. Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
  13. CMake Error at CMakeLists.txt:36 (cmake_minimum_required):
  14. CMake 2.8.11 or higher is required. You are running version 2.8.7
  15.  
  16.  
  17. thread 'main' panicked at '
  18. command did not execute successfully, got: exit code: 1
  19.  
  20. build script failed, must exit now', .cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.17/src/lib.rs:463
  21. note: Run with `RUST_BACKTRACE=1` for a backtrace.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement