ocaml-opam / opam-user-setup

Simplify the configuration of editors for using OCaml tools
Other
81 stars 12 forks source link

user-setup has cyclic dependencies with tuareg #37

Closed joshmhanson closed 6 years ago

joshmhanson commented 6 years ago

I already have tuareg installed in OCaml 4.06.0, and attempted to install user-setup. Here's what happened:

$ opam install user-setup
The actions to process have cyclic dependencies:
  - ∗  tuareg.2.1.0 -> ∗  user-setup.0.6 -> ∗  tuareg.2.1.0

No solution found, exiting

I also have both tuareg and user-setup installed already in OCaml 4.05.0, but opam upgrade is failing because of the same error as above.

joshmhanson commented 6 years ago

I am not sure which package is causing the problem; here's the issue for tuareg: https://github.com/ocaml/tuareg/issues/155

joshmhanson commented 6 years ago

This issue was resolved here: https://github.com/ocaml/opam-repository/pull/10683