Guest User

Untitled

a guest
Aug 3rd, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. opam install llvm
  2. The following actions will be performed:
  3. ∗ install llvm 3.9
  4.  
  5. =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  6. [default] https://opam.ocaml.org/archives/llvm.3.9+opam.tar.gz downloaded
  7.  
  8. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9. [ERROR] The compilation of llvm failed at "bash -ex ./build.sh 3.9 /home/dmruiz/.opam/4.02.3/lib".
  10. Processing 1/1: [llvm: sh]
  11. #=== ERROR while installing llvm.3.9 ==========================================#
  12. # opam-version 1.2.2
  13. # os linux
  14. # command bash -ex ./build.sh 3.9 /home/dmruiz/.opam/4.02.3/lib
  15. # path /home/dmruiz/.opam/4.02.3/build/llvm.3.9
  16. # compiler 4.02.3
  17. # exit-code 1
  18. # env-file /home/dmruiz/.opam/4.02.3/build/llvm.3.9/llvm-9374-ad8886.env
  19. # stdout-file /home/dmruiz/.opam/4.02.3/build/llvm.3.9/llvm-9374-ad8886.out
  20. # stderr-file /home/dmruiz/.opam/4.02.3/build/llvm.3.9/llvm-9374-ad8886.err
  21. ### stdout ###
  22. # Error: '3.9' should have returned either shared or static
  23. ### stderr ###
  24. # + llvm_config=3.9
  25. # + libdir=/home/dmruiz/.opam/4.02.3/lib
  26. # + cmake=
  27. # + case `"$llvm_config" --shared-mode` in
  28. # ++ 3.9 --shared-mode
  29. # ./build.sh: line 7: 3.9: command not found
  30. # + echo 'Error: '\''3.9'\'' should have returned either shared or static'
  31. # + exit 1
  32.  
  33.  
  34.  
  35. =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  36. The following actions failed
  37. ∗ install llvm 3.9
  38. No changes have been performed
  39.  
  40. =-=- llvm.3.9 troobleshooting -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  41. => This package relies on external (system) dependencies that may be missing. `opam depext llvm.3.9' may help you find the correct installation for your system.
Advertisement
Add Comment
Please, Sign In to add comment