Advertisement
Guest User

Untitled

a guest
Jun 11th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. opam install lwt cohttp
  2.  
  3. =-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  4. [cohttp] https://github.com/mirage/ocaml-cohttp downloaded
  5. [lwt] https://github.com/ocsigen/lwt downloaded
  6. The following actions will be performed:
  7. ∗ install lwt 2.5.2*
  8. ∗ install cstruct 2.1.0 [required by conduit]
  9. ∗ install conduit 0.12.0 [required by cohttp]
  10. ∗ install cohttp 0.21.0*
  11. ===== ∗ 4 =====
  12. Do you want to continue ? [Y/n] y
  13.  
  14. =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  15. [conduit] Archive in cache
  16. [cstruct] Archive in cache
  17. [cohttp.0.21.0] https://github.com/mirage/ocaml-cohttp downloaded
  18. [lwt.2.5.2] https://github.com/ocsigen/lwt downloaded
  19.  
  20. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  21. [ERROR] The compilation of lwt failed at "./configure --prefix /Users/Edgar/.opam/working --disable-libev --disable-camlp4 --disable-react --disable-ssl
  22. --enable-unix --enable-preemptive --disable-glib --enable-ppx".
  23. Processing 1/4: [lwt: ocamlfind remove]
  24. #=== ERROR while installing lwt.2.5.2 =========================================#
  25. # opam-version 1.2.2
  26. # os darwin
  27. # command ./configure --prefix /Users/Edgar/.opam/working --disable-libev --disable-camlp4 --disable-react --disable-ssl --enable-unix --enable-preemptive --disable-glib --enable-ppx
  28. # path /Users/Edgar/.opam/working/build/lwt.2.5.2
  29. # compiler 4.03.0
  30. # exit-code 127
  31. # env-file /Users/Edgar/.opam/working/build/lwt.2.5.2/lwt-44914-d8a4ae.env
  32. # stdout-file /Users/Edgar/.opam/working/build/lwt.2.5.2/lwt-44914-d8a4ae.out
  33. # stderr-file /Users/Edgar/.opam/working/build/lwt.2.5.2/lwt-44914-d8a4ae.err
  34.  
  35.  
  36.  
  37. =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  38. The following actions were aborted
  39. ∗ install cohttp 0.21.0
  40. ∗ install conduit 0.12.0
  41. ∗ install cstruct 2.1.0
  42. The following actions failed
  43. ∗ install lwt 2.5.2
  44. No changes have been performed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement