Open kit-ty-kate opened 2 years ago
We need to investigate why the Selected
line contains ocaml-base-compiler&noop-hvt ocaml-base-compiler ocaml ocaml-variants ocaml-variants
, that is both the base-compiler and variants, given they can't be both installed at the same time it is impossible to find a solution.
I probably should have wrote https://github.com/tarides/opam-monorepo/issues/351#issuecomment-1356270300 here, but the alternatives dependencies (cf. https://github.com/ocaml/opam-repository/blob/master/packages/base-domains/base-domains.base/opam, not searched for other examples) may be related to that issue. However I'm currently not sure how to check/validate that, I just hope it can helps :)
I'm not sure that it's the right solution but for our context, we would like to pick the cross-compiled base-domains.base
. We probably should follow what we did about zarith
and take the opportunity of the --required-cross-compile
option?
We need to investigate why the Selected line contains ocaml-base-compiler&noop-hvt ocaml-base-compiler ocaml ocaml-variants ocaml-variants, that is both the base-compiler and variants, given they can't be both installed at the same time it is impossible to find a solution.
Those don't have version numbers next to them, so I suspect they're just virtual packages the solver made up to represent logic operations. It says ocaml-variants -> (problem)
below, so it didn't select the package itself.