Advertisement
Guest User

Untitled

a guest
Oct 25th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. opam pin add piqilib ~/workspace/piqi -y
  2.  
  3. ...
  4.  
  5. piqilib needs to be installed.
  6. The following actions will be performed:
  7. - install piqilib.0.6.12*
  8. === 1 to install ===
  9.  
  10. =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  11. [piqilib.0.6.12] Synchronizing with /home/xyz/workspace/piqi
  12.  
  13. =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  14. Building piqilib.0.6.12:
  15. ./configure --prefix /home/xyz/.opam/4.02.1
  16. make
  17. make ocaml
  18. make install
  19. make ocaml-install
  20. [ERROR] The compilation of piqilib.0.6.12 failed.
  21. Removing piqilib.0.6.12.
  22. rm -f /home/xyz/.opam/4.02.1/bin/piqi
  23. ocamlfind remove piqilib
  24.  
  25.  
  26. #=== ERROR while installing piqilib.0.6.12 ====================================#
  27. # opam-version 1.2.0
  28. # os linux
  29. # command make
  30. # path /home/xyz/.opam/4.02.1/build/piqilib.0.6.12
  31. # compiler 4.02.1
  32. # exit-code 2
  33. # env-file /home/xyz/.opam/4.02.1/build/piqilib.0.6.12/piqilib-28358-58c514.env
  34. # stdout-file /home/xyz/.opam/4.02.1/build/piqilib.0.6.12/piqilib-28358-58c514.out
  35. # stderr-file /home/xyz/.opam/4.02.1/build/piqilib.0.6.12/piqilib-28358-58c514.err
  36. ### stdout ###
  37. # ...[truncated]
  38. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c piqloc.ml
  39. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c piq_ast.ml
  40. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c piqi_impl_piqi.ml
  41. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c piqi_boot.ml
  42. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c piqi_c.ml
  43. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c piqi_config.ml
  44. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c piqi_iolist.ml
  45. # ocamlfind ocamlopt -package ulex,easy-format,xmlm,base64,bytes -c -pp "camlp4o -I /home/xyz/.opam/4.02.1/lib/optcomp optcomp.cma " piqi_common.ml
  46. # make[2]: Leaving directory `/home/xyz/.opam/4.02.1/build/piqilib.0.6.12/piqilib'
  47. # make[1]: Leaving directory `/home/xyz/.opam/4.02.1/build/piqilib.0.6.12/piqilib'
  48. ### stderr ###
  49. # ...[truncated]
  50. # make[2]: *** Deleting file `._d/piqi_common.d'
  51. # File "piqi_common.ml", line 327, characters 2-6:
  52. # Parse error: [semi] expected after [str_item] (in [implem])
  53. # File "piqi_common.ml", line 1:
  54. # Error: Error while running external preprocessor
  55. # Command line: camlp4o -I /home/xyz/.opam/4.02.1/lib/optcomp optcomp.cma 'piqi_common.ml' > /tmp/ocamlppdaa372
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement