Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 1.97 KB | None | 0 0
  1. % opam install merlin
  2. The following actions will be performed:
  3.  - install biniou.1.0.9 [required by merlin]
  4.  - install yojson.1.1.8 [required by merlin]
  5.  - install merlin.2.0.0
  6. 3 to install | 0 to reinstall | 0 to upgrade | 0 to downgrade | 0 to remove
  7. Do you want to continue ? [Y/n]
  8.  
  9. =-=-= Installing biniou.1.0.9 =-=-=
  10. Building biniou.1.0.9:
  11.   make
  12.   make install
  13. [ERROR] The compilation of biniou.1.0.9 failed.
  14. Removing biniou.1.0.9.
  15.   ocamlfind remove biniou
  16.  
  17. [ERROR] Due to some errors while processing biniou.1.0.9, the following actions will NOT proceed:
  18.  - install merlin.2.0.0
  19.  - install yojson.1.1.8
  20.  
  21. ===== ERROR while installing biniou.1.0.9 =====
  22. # opam-version 1.1.1
  23. # os           linux
  24. # command      make install
  25. # path         /home/rmm/.opam/4.02.0/build/biniou.1.0.9
  26. # compiler     4.02.0
  27. # exit-code    2
  28. # env-file     /home/rmm/.opam/4.02.0/build/biniou.1.0.9/biniou-29479-5f1023.env
  29. # stdout-file  /home/rmm/.opam/4.02.0/build/biniou.1.0.9/biniou-29479-5f1023.out
  30. # stderr-file  /home/rmm/.opam/4.02.0/build/biniou.1.0.9/biniou-29479-5f1023.err
  31. ### stdout ###
  32. # ...[truncated]
  33. # ocamlopt -shared -linkall -I . -o biniou.cmxs biniou.cmxa
  34. # ocamlfind ocamlopt -o bdump -dtypes -g \
  35. #       -package easy-format -linkpkg \
  36. #       biniou.cmxa bdump.ml
  37. # ocamlfind ocamlopt -o test_biniou -dtypes -g \
  38. #       -package "easy-format unix" -linkpkg \
  39. #       biniou.cmxa test_biniou.ml
  40. # sed -e 's:@@VERSION@@:1.0.9:' META.in > META
  41. # test ! -f bdump || cp bdump /bin/
  42. # Makefile:79: recipe for target 'install' failed
  43. ### stderr ###
  44. # ...[truncated]
  45. # Try 'dirname --help' for more information.
  46. # dirname: missing operand
  47. # Try 'dirname --help' for more information.
  48. # /bin/sh: which: command not found
  49. # dirname: missing operand
  50. # Try 'dirname --help' for more information.
  51. # dirname: missing operand
  52. # Try 'dirname --help' for more information.
  53. # cp: cannot create regular file ‘/bin/bdump’: Permission denied
  54. # make: *** [install] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement