Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. $ opam install camlp4
  2. The following actions will be performed:
  3. - install camlp4.4.02.1+system
  4. === + 1 ===
  5.  
  6. =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  7.  
  8. =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  9. Copying ~/.opam/repo/default/packages/camlp4/camlp4.4.02.1+system/files/install to ~/.opam/system/build/camlp4.4.02.1+system/
  10. Copying ~/.opam/repo/default/packages/camlp4/camlp4.4.02.1+system/files/check-camlp4.sh to ~/.opam/system/build/camlp4.4.02.1+system/
  11. Building camlp4.4.02.1+system:
  12. sh ./check-camlp4.sh
  13. [ERROR] The compilation of camlp4.4.02.1+system failed.
  14. Removing camlp4.4.02.1+system.
  15. Nothing to do.
  16.  
  17.  
  18. #=== ERROR while installing camlp4.4.02.1+system ==============================#
  19. # opam-version 1.2.0
  20. # os darwin
  21. # command sh ./check-camlp4.sh
  22. # path $home/.opam/system/build/camlp4.4.02.1+system
  23. # compiler system (4.02.1)
  24. # exit-code 1
  25. # env-file $home/.opam/system/build/camlp4.4.02.1+system/camlp4-94259-58c514.env
  26. # stdout-file $home/.opam/system/build/camlp4.4.02.1+system/camlp4-94259-58c514.out
  27. # stderr-file $home/.opam/system/build/camlp4.4.02.1+system/camlp4-94259-58c514.err
  28. ### stdout ###
  29. # ...[truncated]
  30. # 4.02 by switching to a local installation via `opam switch 4.02.1`.
  31. #
  32. # Here are some installation instructions for camlp4 if you obtained OCaml
  33. # via the OPAM binary packages:
  34. #
  35. # http://software.opensuse.org/download.html?project=home%3Aocaml&package=ocaml
  36. #
  37. # * Debian/Ubuntu: sudo apt-get install camlp4-extra
  38. # * RHEL/CentOS/Fedora: sudo yum install ocaml-camlp4
  39. #
  40. ### stderr ###
  41. # ./check-camlp4.sh: line 3: camlp4orf: command not found
  42.  
  43. sudo port install ocaml-camlp4
  44.  
  45. opam switch 4.02.1
  46. eval `opam config env`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement