Advertisement
Guest User

opam

a guest
Nov 3rd, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. mad@New-Haven ~> opam install utop --use-internal-solver
  2. The following actions will be performed:
  3. ∗ install lwt 3.1.0 [required by utop]
  4. ∗ install lwt_react 1.1.0 [required by lambda-term]
  5. ∗ install lambda-term 1.11 [required by utop]
  6. ∗ install utop 2.0.1
  7. ===== ∗ 4 =====
  8. Do you want to continue ? [Y/n] y
  9.  
  10. =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  11. [lambda-term] Archive in cache
  12. [lwt] Archive in cache
  13. [lwt_react] Archive in cache
  14. [utop] Archive in cache
  15.  
  16. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  17. [ERROR] The compilation of lwt failed at "jbuilder build -p lwt -j 4".
  18.  
  19. #=== ERROR while installing lwt.3.1.0 =========================================#
  20. # opam-version 1.2.2
  21. # os linux
  22. # command jbuilder build -p lwt -j 4
  23. # path /home/mad/.opam/system/build/lwt.3.1.0
  24. # compiler system (4.05.0)
  25. # exit-code 1
  26. # env-file /home/mad/.opam/system/build/lwt.3.1.0/lwt-13875-d2c37b.env
  27. # stdout-file /home/mad/.opam/system/build/lwt.3.1.0/lwt-13875-d2c37b.out
  28. # stderr-file /home/mad/.opam/system/build/lwt.3.1.0/lwt-13875-d2c37b.err
  29. ### stderr ###
  30. # [...]
  31. # found config var system: ....................... linux
  32. # found config var os_type: ...................... Unix
  33. # found config var use_libev: .................... false
  34. # not checking for pkg-config
  35. #
  36. # Error: failed to compile a trivial ocaml toplevel.
  37. # You may be missing core components (compiler, ncurses, etc)
  38. #
  39. # Run with DEBUG=y for more details.
  40. #
  41.  
  42.  
  43.  
  44. =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  45. The following actions were aborted
  46. ∗ install lambda-term 1.11
  47. ∗ install lwt_react 1.1.0
  48. ∗ install utop 2.0.1
  49. The following actions failed
  50. ∗ install lwt 3.1.0
  51. No changes have been performed
  52.  
  53. =-=- lwt.3.1.0 troubleshooting =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  54. => Lwt 4.0.0 will make some breaking changes to packaging in late 2017. See
  55. https://github.com/ocsigen/lwt/issues/453
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement