Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. [ERROR] The compilation of ocamlfind failed at "make all".
  3. Processing 1/5: [ocamlfind: rm]
  4. #=== ERROR while installing ocamlfind.1.8.0 ===================================#
  5. # opam-version 1.2.2
  6. # os linux
  7. # command make all
  8. # path /home/bit-wangler/.opam/system/build/ocamlfind.1.8.0
  9. # compiler system (4.07.0)
  10. # exit-code 2
  11. # env-file /home/bit-wangler/.opam/system/build/ocamlfind.1.8.0/ocamlfind-13128-ad8886.env
  12. # stdout-file /home/bit-wangler/.opam/system/build/ocamlfind.1.8.0/ocamlfind-13128-ad8886.out
  13. # stderr-file /home/bit-wangler/.opam/system/build/ocamlfind.1.8.0/ocamlfind-13128-ad8886.err
  14. ### stdout ###
  15. # [...]
  16. # ocamlc -I +compiler-libs -opaque -g -c fl_args.ml
  17. # ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml
  18. # ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
  19. # ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml
  20. # ocamlc -I +compiler-libs -opaque -g -c frontend.ml
  21. # ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \
  22. # ocaml_args.cmo frontend.cmo
  23. # ocamlc -I +compiler-libs -opaque -c topfind.mli
  24. # ocamlc -I +compiler-libs -opaque -g -c topfind.ml
  25. # make[1]: Leaving directory '/home/bit-wangler/.opam/system/build/ocamlfind.1.8.0/src/findlib'
  26. ### stderr ###
  27. # File "frontend.ml", line 1823, characters 16-29:
  28. # Warning 3: deprecated: Stdlib.String.create
  29. # Use Bytes.create instead.
  30. # File "topfind.ml", line 55, characters 12-41:
  31. # Error: Unbound module Toploop
  32. # make[1]: *** [Makefile:165: topfind.cmo] Error 2
  33. # make: *** [Makefile:13: all] Error 2
  34.  
  35.  
  36.  
  37. =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  38. The following actions were aborted
  39. ∗ install base-bytes base
  40. ∗ install cppo 1.6.4
  41. ∗ install merlin 3.1.0
  42. ∗ install yojson 1.4.1
  43. The following actions failed
  44. ∗ install ocamlfind 1.8.0
  45. No changes have been performed
  46. [bit-wangler@pb ~]$ ocaml --version
  47. The OCaml toplevel, version 4.07.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement