Advertisement
programjm

Untitled

Jun 23rd, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. $ opam install bap
  2. The following actions will be performed:
  3. ∗ install bap-llvm master [required by bap]
  4. ∗ install bap-x86 master [required by bap]
  5. ∗ install bap-arm master [required by bap]
  6. ∗ install bap-primus-x86 master [required by bap]
  7. ∗ install bap master
  8. ===== ∗ 5 =====
  9. Do you want to continue? [Y/n] y
  10. y
  11.  
  12. <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  13. [bap-llvm.master] synchronised from git+https://github.com/BinaryAnalysisPlatform/bap#master
  14. [bap.master] synchronised from git+https://github.com/BinaryAnalysisPlatform/bap#master
  15. [bap-arm.master] synchronised from git+https://github.com/BinaryAnalysisPlatform/bap#master
  16. [bap-primus-x86.master] synchronised from git+https://github.com/BinaryAnalysisPlatform/bap#master
  17. [bap-x86.master] synchronised from git+https://github.com/BinaryAnalysisPlatform/bap#master
  18.  
  19. <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  20. [ERROR] The compilation of bap-llvm failed at "/home/Jon/.opam/opam-init/hooks/sandbox.sh build ./configure --prefix=/home/Jon/.opam/4.07.1 --with-cxx=`which
  21. clang++` --with-llvm-version=10.0.0 --with-llvm-config=/usr/local/bin/llvm-config --enable-llvm".
  22.  
  23. #=== ERROR while compiling bap-llvm.master ====================================#
  24. # context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.07.1 | git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing
  25. # path ~/.opam/4.07.1/.opam-switch/build/bap-llvm.master
  26. # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure --prefix=/home/Jon/.opam/4.07.1 --with-cxx=`which clang++` --with-llvm-version=10.0.0 --with-llvm-config=/usr/local/bin/llvm-config --enable-llvm
  27. # exit-code 1
  28. # env-file ~/.opam/log/bap-llvm-53379-aa4a43.env
  29. # output-file ~/.opam/log/bap-llvm-53379-aa4a43.out
  30. ### output ###
  31. # [...]
  32. # llvm-config: error: missing: /usr/local/lib/libLLVMWebAssemblyCodeGen.a
  33. # llvm-config: error: missing: /usr/local/lib/libLLVMWebAssemblyDisassembler.a
  34. # llvm-config: error: missing: /usr/local/lib/libLLVMXCoreInfo.a
  35. # llvm-config: error: missing: /usr/local/lib/libLLVMXCoreDesc.a
  36. # llvm-config: error: missing: /usr/local/lib/libLLVMXCoreCodeGen.a
  37. # llvm-config: error: missing: /usr/local/lib/libLLVMXCoreDisassembler.a
  38. # llvm-config: error: missing: /usr/local/lib/libLLVMDWARFLinker.a
  39. # llvm-config: error: missing: /usr/local/lib/libLLVMFrontendOpenMP.a
  40. # llvm-config: error: missing: /usr/local/lib/libLLVMOrcError.a
  41. # E: Failed to find llvm library, consider using --with-llvm-version
  42. # or --with-llvm-config command line options, to point me on a
  43. # correct version of LLVM.
  44.  
  45.  
  46.  
  47. <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  48. ┌─ The following actions failed
  49. │ λ build bap-llvm master
  50. └─
  51. ╶─ No changes have been performed
  52.  
  53. The packages you requested declare the following system dependencies. Please make sure they are installed before retrying:
  54. clang libncurses5-dev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement