Advertisement
Guest User

Untitled

a guest
Sep 13th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. opam install why3
  2. The following actions will be performed:
  3. - install why3-base.0.86 [required by why3]
  4. - install why3.0.86
  5. Coq realizations of Why3 theories are only available if Coq is installed.
  6. 2 to install | 0 to reinstall | 0 to upgrade | 0 to downgrade | 0 to remove
  7. Do you want to continue ? [Y/n] Y
  8.  
  9. =-=-= Installing why3-base.0.86 =-=-=
  10. Building why3-base.0.86:
  11. ./configure --prefix /home/gpietro/.opam/system --disable-frama-c
  12. make opt byte
  13. make install install-lib
  14. [ERROR] The compilation of why3-base.0.86 failed.
  15. Removing why3-base.0.86.
  16.  
  17. [ERROR] Due to some errors while processing why3-base.0.86, the following actions will NOT proceed:
  18. - install why3.0.86
  19.  
  20. ===== ERROR while installing why3-base.0.86 =====
  21. # opam-version 1.1.1
  22. # os linux
  23. # command make install install-lib
  24. # path /home/gpietro/.opam/system/build/why3-base.0.86
  25. # compiler system (4.01.0)
  26. # exit-code 2
  27. # env-file /home/gpietro/.opam/system/build/why3-base.0.86/why3-base-32689-ffb3fd.env
  28. # stdout-file /home/gpietro/.opam/system/build/why3-base.0.86/why3-base-32689-ffb3fd.out
  29. # stderr-file /home/gpietro/.opam/system/build/why3-base.0.86/why3-base-32689-ffb3fd.err
  30. ### stdout ###
  31. # ...[truncated]
  32. # Ocamlc lib/ocaml/why3__IntAux.ml
  33. # Ocamlc lib/ocaml/why3__Array.ml
  34. # Linking lib/why3/why3extract.cmo
  35. # Linking lib/why3/why3extract.cma
  36. # Ocamlc src/why3doc/doc_html.ml
  37. # Ocamlc src/why3doc/doc_def.ml
  38. # Ocamlc src/why3doc/doc_lexer.ml
  39. # Ocamlc src/why3doc/doc_main.ml
  40. # Linking bin/why3doc.byte
  41. # rm -rf /home/gpietro/.opam/system/lib/why3
  42. ### stderr ###
  43. # ...[truncated]
  44. # Warning: you are using the standard library and/or the %inline keyword. We
  45. # recommend switching on --infer in order to avoid obscure type error messages.
  46. # rm: cannot remove ‘/home/gpietro/.opam/system/lib/why3/why3extract.a’: Permission denied
  47. # rm: cannot remove ‘/home/gpietro/.opam/system/lib/why3/why3extract.cmx’: Permission denied
  48. # rm: cannot remove ‘/home/gpietro/.opam/system/lib/why3/why3extract.cma’: Permission denied
  49. # rm: cannot remove ‘/home/gpietro/.opam/system/lib/why3/why3extract.cmi’: Permission denied
  50. # rm: cannot remove ‘/home/gpietro/.opam/system/lib/why3/why3.o’: Permission denied
  51. # rm: cannot remove ‘/home/gpietro/.opam/system/lib/why3/why3.cmxa’: Permission denied
  52. # rm: cannot remove ‘/home/gpietro/.opam/system/lib/why3/why3.cmx’: Permission denied
  53. # make: *** [clean_old_install] Error 1
  54.  
  55. 'opam install why3' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement