Advertisement
Guest User

Untitled

a guest
Jun 11th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. opam pin add -y cohttp https://github.com/mirage/ocaml-cohttp ⏎
  2. [NOTE] Package cohttp is already http-pinned to https://github.com/mirage/ocaml-cohttp.
  3. This will erase any previous custom definition.
  4. Proceed ? [Y/n] y
  5.  
  6. [cohttp] https://github.com/mirage/ocaml-cohttp downloaded
  7.  
  8. cohttp needs to be installed.
  9. The following actions will be performed:
  10. ∗ install cstruct 2.1.0 [required by conduit]
  11. ∗ install conduit 0.12.0 [required by cohttp]
  12. ∗ install cohttp 0.21.0*
  13. ===== ∗ 3 =====
  14.  
  15. =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  16. [conduit] Archive in cache
  17. [cstruct] Archive in cache
  18. [cohttp.0.21.0] https://github.com/mirage/ocaml-cohttp downloaded
  19.  
  20. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  21. ∗ installed cstruct.2.1.0
  22. ∗ installed conduit.0.12.0
  23. [ERROR] The compilation of cohttp failed at "make PREFIX=/Users/Edgar/.opam/working".
  24. Processing 3/3: [cohttp: ocamlfind remove]
  25. #=== ERROR while installing cohttp.0.21.0 =====================================#
  26. # opam-version 1.2.2
  27. # os darwin
  28. # command make PREFIX=/Users/Edgar/.opam/working
  29. # path /Users/Edgar/.opam/working/build/cohttp.0.21.0
  30. # compiler 4.03.0
  31. # exit-code 2
  32. # env-file /Users/Edgar/.opam/working/build/cohttp.0.21.0/cohttp-25329-60459a.env
  33. # stdout-file /Users/Edgar/.opam/working/build/cohttp.0.21.0/cohttp-25329-60459a.out
  34. # stderr-file /Users/Edgar/.opam/working/build/cohttp.0.21.0/cohttp-25329-60459a.err
  35. ### stderr ###
  36. # make: *** No targets specified and no makefile found. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement