Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. opam install why3-base=0.86
  2. The following actions will be performed:
  3. ↘ downgrade menhir 20160526 to 20141215 [required by why3-base]
  4. ∗ install why3-base 0.86
  5. ===== ∗ 1 ↘ 1 =====
  6. Do you want to continue ? [Y/n] Y
  7.  
  8. =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9. [menhir] Archive in cache
  10. [menhir] Archive in cache
  11. [why3-base] Archive in cache
  12.  
  13. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  14. ⊘ removed menhir.20160526
  15. [ERROR] The compilation of menhir failed at "make PREFIX=/home/gpietro/.opam/4.03.0 docdir=/home/gpietro/.opam/4.03.0/doc/menhir
  16. libdir=/home/gpietro/.opam/4.03.0/lib/menhir mandir=/home/gpietro/.opam/4.03.0/man/man1".
  17. Processing 2/3: [menhir: ocamlfind remove]
  18. #=== ERROR while installing menhir.20141215 ===================================#
  19. # opam-version 1.2.2
  20. # os linux
  21. # command make PREFIX=/home/gpietro/.opam/4.03.0 docdir=/home/gpietro/.opam/4.03.0/doc/menhir libdir=/home/gpietro/.opam/4.03.0/lib/menhir mandir=/home/gpietro/.opam/4.03.0/man/man1
  22. # path /home/gpietro/.opam/4.03.0/build/menhir.20141215
  23. # compiler 4.03.0
  24. # exit-code 2
  25. # env-file /home/gpietro/.opam/4.03.0/build/menhir.20141215/menhir-24128-d0f245.env
  26. # stdout-file /home/gpietro/.opam/4.03.0/build/menhir.20141215/menhir-24128-d0f245.out
  27. # stderr-file /home/gpietro/.opam/4.03.0/build/menhir.20141215/menhir-24128-d0f245.err
  28. ### stdout ###
  29. # ERROR: Leftover OCaml compilation files:
  30. # [...]
  31. # File infiniteArray.cmx in _build has suffix .cmx
  32. # File tableFormat.cmx in _build has suffix .cmx
  33. # File myocamlbuild.cmx in _build has suffix .cmx
  34. # File rowDisplacement.cmx in _build has suffix .cmx
  35. # File convert.cmx in _build has suffix .cmx
  36. # Exiting due to hygiene violations.
  37. # Makefile:46: recipe for target '.versioncheck' failed
  38. # make[1]: Leaving directory '/home/gpietro/.opam/4.03.0/build/menhir.20141215/src'
  39. # Makefile:78: recipe for target 'all' failed
  40. ### stderr ###
  41. # make[1]: *** [.versioncheck] Error 1
  42. # make: *** [all] Error 2
  43.  
  44.  
  45.  
  46. =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  47. The following actions were aborted
  48. ∗ install why3-base 0.86
  49. The following actions failed
  50. ∗ install menhir 20141215
  51. The following changes have been performed
  52. ⊘ remove menhir 20160526
  53.  
  54. The former state can be restored with:
  55. opam switch import "~/.opam/4.03.0/backup/state-20160528222944.export"
  56. gpietro@rhaegar:~/PhD/Works/Tabular/HOARe2$ make
  57. ocamlbuild -use-ocamlfind src/arlc.native
  58. + ocamlfind ocamldep -package unix -package menhirLib -package why3 -modules src/arlc.ml > src/arlc.ml.depends
  59. ocamlfind: Package `menhirLib' not found
  60. Command exited with code 2.
  61. Compilation unsuccessful after building 1 target (0 cached) in 00:00:00.
  62. Makefile:22: recipe for target 'arlc.native' failed
  63. make: *** [arlc.native] Error 10
  64. gpietro@rhaegar:~/PhD/Works/Tabular/HOARe2$ make clean
  65. ocamlbuild -use-ocamlfind -clean
  66. Finished, 0 targets (0 cached) in 00:00:00.
  67. rm -f src/parser.conflicts
  68. rm -rf arlc arlc.* TAGS
  69. gpietro@rhaegar:~/PhD/Works/Tabular/HOARe2$ make
  70. ocamlbuild -use-ocamlfind src/arlc.native
  71. + ocamlfind ocamldep -package unix -package menhirLib -package why3 -modules src/arlc.ml > src/arlc.ml.depends
  72. ocamlfind: Package `menhirLib' not found
  73. Command exited with code 2.
  74. Compilation unsuccessful after building 1 target (0 cached) in 00:00:00.
  75. Makefile:22: recipe for target 'arlc.native' failed
  76. make: *** [arlc.native] Error 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement