Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.15 KB | None | 0 0
  1. error: failed to run custom build command for `openssl-sys v0.9.14`
  2. process didn't exit successfully: `/home/cnonim/projects/game/target/debug/build/openssl-sys-7ddcfddd026875a5/build-script-build` (exit code: 101)
  3. --- stdout
  4. cargo:rustc-link-search=native=/usr/local/musl/lib
  5. cargo:include=/usr/local/musl/include
  6. OPT_LEVEL = Some("0")
  7. TARGET = Some("x86_64-unknown-linux-musl")
  8. HOST = Some("x86_64-unknown-linux-gnu")
  9. TARGET = Some("x86_64-unknown-linux-musl")
  10. TARGET = Some("x86_64-unknown-linux-musl")
  11. HOST = Some("x86_64-unknown-linux-gnu")
  12. CC_x86_64-unknown-linux-musl = None
  13. CC_x86_64_unknown_linux_musl = None
  14. TARGET_CC = None
  15. CC = None
  16. HOST = Some("x86_64-unknown-linux-gnu")
  17. CROSS_COMPILE = None
  18. TARGET = Some("x86_64-unknown-linux-musl")
  19. HOST = Some("x86_64-unknown-linux-gnu")
  20. CFLAGS_x86_64-unknown-linux-musl = None
  21. CFLAGS_x86_64_unknown_linux_musl = None
  22. TARGET_CFLAGS = None
  23. CFLAGS = None
  24. PROFILE = Some("debug")
  25. running: "musl-gcc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-static" "-I" "/usr/local/musl/include" "-E" "/home/cnonim/projects/game/target/x86_64-unknown-linux-musl/debug/build/openssl-sys-79d18a4aaac85536/out/expando.c"
  26.  
  27.  
  28. failed to execute command: No such file or directory (os error 2)
  29. Is `musl-gcc` not installed?
  30.  
  31.  
  32.  
  33. --- stderr
  34. thread 'main' panicked at 'explicit panic', /home/cnonim/.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.51/src/lib.rs:1239
  35. note: Run with `RUST_BACKTRACE=1` for a backtrace.
  36. thread 'main' panicked at '
  37. Failed to find OpenSSL development headers.
  38.  
  39. You can try fixing this setting the `OPENSSL_DIR` environment variable
  40. pointing to your OpenSSL installation or installing OpenSSL headers package
  41. specific to your distribution:
  42.  
  43.     # On Ubuntu
  44.     sudo apt-get install libssl-dev
  45.     # On Arch Linux
  46.     sudo pacman -S openssl
  47.     # On Fedora
  48.     sudo dnf install openssl-devel
  49.  
  50. See rust-openssl README for more information:
  51.  
  52.     https://github.com/sfackler/rust-openssl#linux
  53. ', /home/cnonim/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.14/build.rs:292
  54.  
  55. warning: build failed, waiting for other jobs to finish...
  56. error: build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement