ericjmorey

install ocaml-lsp-server

Sep 20th, 2020
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.46 KB | None | 0 0
  1. ericjmorey@DESKTOP-FLHCDF6:~$ opam pin add ocaml-lsp-server https://github.com/ocaml/ocaml-lsp.git
  2.  
  3. Package ocaml-lsp-server does not exist, create as a NEW package? [Y/n] y
  4.  
  5. [ocaml-lsp-server.~dev] synchronised from git+https://github.com/ocaml/ocaml-lsp.git
  6.  
  7. ocaml-lsp-server is now pinned to git+https://github.com/ocaml/ocaml-lsp.git (version~dev)
  8.  
  9. Sorry, no solution found: there seems to be a problem with your request.
  10.  
  11.  [NOTE] Pinning command successful, but your installed packages may be out of sync.
  12.  
  13.  
  14.  
  15.  
  16.  
  17. ericjmorey@DESKTOP-FLHCDF6:~$ opam install ocaml-lsp-server
  18.  
  19. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
  20.  
  21. [ocaml-lsp-server.~dev] no changes from git+https://github.com/ocaml/ocaml-lsp.git
  22.  
  23. Sorry, no solution found: there seems to be a problem with your request.
  24.  
  25. No solution found, exiting
  26.  
  27.  
  28. ericjmorey@DESKTOP-FLHCDF6:~$ opam update
  29.  
  30. <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
  31.  
  32. [default] synchronised from https://opam.ocaml.org
  33.  
  34. <><> Synchronising development packages <><><><><><><><><><><><><><><><><><><><>
  35.  
  36. [ocaml-lsp-server.~dev] no changes from git+https://github.com/ocaml/ocaml-lsp.git
  37.  
  38. Now run 'opam upgrade' to apply any package updates.
  39.  
  40.  
  41.  
  42. ericjmorey@DESKTOP-FLHCDF6:~$ opam update
  43.  
  44. <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
  45.  
  46. [default] no changes from https://opam.ocaml.org
  47.  
  48. <><> Synchronising development packages <><><><><><><><><><><><><><><><><><><><>
  49.  
  50. [ocaml-lsp-server.~dev] no changes from git+https://github.com/ocaml/ocaml-lsp.git
  51.  
  52.  
  53.  
  54. ericjmorey@DESKTOP-FLHCDF6:~$ opam install --verbose ocaml-lsp-server
  55.  
  56. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
  57.  
  58. [ocaml-lsp-server.~dev] no changes from git+https://github.com/ocaml/ocaml-lsp.git
  59.  
  60. Sorry, no solution found: there seems to be a problem with your request.
  61.  
  62. No solution found, exiting
  63.  
  64. 'opam install --verbose ocaml-lsp-server' failed.
  65.  
  66.  
  67.  
  68.  
  69. ericjmorey@DESKTOP-FLHCDF6:~/3110$ git clone --recurse-submodules http://github.com/ocaml/ocaml-lsp.git
  70.  
  71. Cloning into 'ocaml-lsp'...
  72.  
  73.  warning: redirecting to https://github.com/ocaml/ocaml-lsp.git/
  74.  
  75.  remote: Enumerating objects: 13, done.
  76.  
  77.  remote: Counting objects: 100% (13/13), done.
  78.  
  79. remote: Compressing objects: 100% (12/12), done.
  80.  
  81. remote: Total 5503 (delta 2), reused 7 (delta 1), pack-reused 5490
  82.  
  83.  Receiving objects: 100% (5503/5503), 1.79 MiB | 3.18 MiB/s, done.
  84.  
  85. Resolving deltas: 100% (3303/3303), done.
  86.  
  87.  Checking out files: 100% (303/303), done.
  88.  
  89.  Submodule 'vendor/cmdliner' (https://github.com/dbuenzli/cmdliner.git) registered for path 'vendor/cmdliner'
  90.  
  91.  Submodule 'vendor/merlin' (https://github.com/rgrinberg/merlin) registered for path 'vendor/merlin'
  92.  
  93.  Submodule 'ocaml-syntax-shims' (https://github.com/ocaml-ppx/ocaml-syntax-shims) registered for path 'vendor/ocaml-syntax-shims'
  94.  
  95. Submodule 'vendor/octavius' (https://github.com/ocaml-doc/octavius.git) registered for path 'vendor/octavius'
  96.  
  97. Submodule 'vendor/omd' (https://github.com/ulugbekna/omd.git) registered for path 'vendor/omd'
  98.  
  99.  Submodule 'vendor/uutf' (https://github.com/dune-universe/uutf.git) registered for path 'vendor/uutf'
  100.  
  101. Cloning into '/mnt/c/Users/Eric J Morey/Documents/3110/ocaml-lsp/vendor/cmdliner'...
  102.  
  103. remote: Enumerating objects: 1365, done.
  104.  
  105. remote: Total 1365 (delta 0), reused 0 (delta 0), pack-reused 1365
  106.  
  107.  Receiving objects: 100% (1365/1365), 440.73 KiB | 1.86 MiB/s, done.
  108.  
  109. Resolving deltas: 100% (910/910), done.
  110.  
  111. Cloning into '/mnt/c/Users/Eric J Morey/Documents/3110/ocaml-lsp/vendor/octavius'...
  112.  
  113. remote: Enumerating objects: 4, done.
  114.  
  115. remote: Counting objects: 100% (4/4), done.
  116.  
  117. remote: Compressing objects: 100% (4/4), done.
  118.  
  119. remote: Total 275 (delta 0), reused 0 (delta 0), pack-reused 271
  120.  
  121.  Receiving objects: 100% (275/275), 55.94 KiB | 774.00 KiB/s, done.
  122.  
  123.  Resolving deltas: 100% (136/136), done.
  124.  
  125. Cloning into '/mnt/c/Users/Eric J Morey/Documents/3110/ocaml-lsp/vendor/uutf'...
  126.  
  127.  remote: Enumerating objects: 3, done.
  128.  
  129. remote: Counting objects: 100% (3/3), done.
  130.  
  131. remote: Compressing objects: 100% (3/3), done.
  132.  
  133. remote: Total 433 (delta 0), reused 2 (delta 0), pack-reused 430
  134.  
  135.  Receiving objects: 100% (433/433), 141.30 KiB | 1.52 MiB/s, done.
  136.  
  137. Resolving deltas: 100% (236/236), done.
  138.  
  139. Cloning into '/mnt/c/Users/Eric J Morey/Documents/3110/ocaml-lsp/vendor/merlin'...
  140.  
  141. remote: Enumerating objects: 31524, done.
  142.  
  143.  remote: Total 31524 (delta 0), reused 0 (delta 0), pack-reused 31524
  144.  
  145. Receiving objects: 100% (31524/31524), 28.27 MiB | 5.76 MiB/s, done.
  146.  
  147. Resolving deltas: 100% (22827/22827), done.
  148.  
  149. Cloning into '/mnt/c/Users/Eric J Morey/Documents/3110/ocaml-lsp/vendor/ocaml-syntax-shims'...
  150.  
  151.  remote: Enumerating objects: 48, done.
  152.  
  153.  remote: Counting objects: 100% (48/48), done.
  154.  
  155. remote: Compressing objects: 100% (30/30), done.
  156.  
  157. remote: Total 48 (delta 9), reused 48 (delta 9), pack-reused 0
  158.  
  159. Cloning into '/mnt/c/Users/Eric J Morey/Documents/3110/ocaml-lsp/vendor/omd'...
  160.  
  161. remote: Enumerating objects: 3378, done.
  162.  
  163. remote: Total 3378 (delta 0), reused 0 (delta 0), pack-reused 3378
  164.  
  165.  Receiving objects: 100% (3378/3378), 1.03 MiB | 1.38 MiB/s, done.
  166.  
  167. Resolving deltas: 100% (2069/2069), done.
  168.  
  169.  Submodule path 'vendor/cmdliner': checked out 'db4d02a9eb47b5c43127a67cb121004b03ea3719'
  170.  
  171. Submodule path 'vendor/merlin': checked out '3746f6bdf4f7be99f71f2d42a127b3d64b8127d0'
  172.  
  173. Submodule path 'vendor/ocaml-syntax-shims': checked out '38a6dd23543d9c4c3678fc6741962832fd539877'
  174.  
  175. Submodule path 'vendor/octavius': checked out '50820d76c796caffc850cfea93ac2bbc23c86857'
  176.  
  177. Submodule path 'vendor/omd': checked out 'd6bb7ea5b1739dcbe97a2cf44f74689c05ba46a5'
  178.  
  179. Submodule path 'vendor/uutf': checked out '66ddef1cf88fa0806095fb262b3a47b32a85b54d'
  180.  
  181. ericjmorey@DESKTOP-FLHCDF6:~/3110$ cd ocaml-lsp
  182.  
  183. ericjmorey@DESKTOP-FLHCDF6:~/3110/ocaml-lsp$ make build
  184.  
  185.  dune build
  186.  
  187. File "lsp/src/dune", line 6, characters 40-59:
  188.  
  189. 6 |(libraries stdune yojson threads.posix ppx_yojson_conv_lib fiber uutf)
  190.  
  191. ^^^^^^^^^^^^^^^^^^^
  192.  
  193.  Error: Library "ppx_yojson_conv_lib" not found.
  194.  
  195. Hint: try:
  196.  
  197.  dune external-lib-deps --missing @@default
  198.  
  199.  File "vendor/stdune/dune", line 11, characters 30-35:
  200.  
  201. 11 |(libraries stdlib-shims unix csexp)
  202.  
  203. ^^^^^
  204.  
  205. Error: Library "csexp" not found.
  206.  
  207.  Hint: try:
  208.  
  209.  dune external-lib-deps --missing @@default
  210.  
  211.  menhir lsp/bin/typescript/ts_parser.{ml,mli}
  212.  
  213. Warning: 8 states have shift/reduce conflicts.
  214.  
  215. Warning: 4 states have reduce/reduce conflicts.
  216.  
  217. Warning: 11 shift/reduce conflicts were arbitrarily resolved.
  218.  
  219.  Warning: 20 reduce/reduce conflicts were arbitrarily resolved.
  220.  
  221. File "lsp/test/dune", line 39, characters 36-55:
  222.  
  223. 39 |(libraries stdune yojson lsp fiber ppx_yojson_conv_lib threads.posix))
  224.  
  225.  ^^^^^^^^^^^^^^^^^^^
  226.  
  227. Error: Library "ppx_yojson_conv_lib" not found.
  228.  
  229. Hint: try:
  230.  
  231.  dune external-lib-deps --missing @@default
  232.  
  233.  File "lsp/test/dune", line 5, characters 30-49:
  234.  
  235. 5 |(libraries stdune lsp yojson ppx_yojson_conv_lib fiber threads.posix)
  236.  
  237. ^^^^^^^^^^^^^^^^^^^
  238.  
  239. Error: Library "ppx_yojson_conv_lib" not found.
  240.  
  241. Hint: try:
  242.  
  243.  dune external-lib-deps --missing @@default
  244.  
  245.  File "ocaml-lsp-server/src/dune", line 9, characters 18-33:
  246.  
  247. 9 | cmdliner fiber dune-build-info omd octavius))
  248.  
  249.  ^^^^^^^^^^^^^^^
  250.  
  251. Error: Library "dune-build-info" not found.
  252.  
  253. Hint: try:
  254.  
  255.  dune external-lib-deps --missing @@default
  256.  
  257.  Done: 1258/2018 (jobs: 1)make: *** [Makefile:4: build] Error 1
Add Comment
Please, Sign In to add comment