Replies: 12 comments 8 replies
-
returns
|
Beta Was this translation helpful? Give feedback.
-
returns
|
Beta Was this translation helpful? Give feedback.
-
Not sure if it's the exact same issue, but here's my output src$ opam --version
2.1.2
src$ ocaml --version
The OCaml toplevel, version 4.14.0
src$ opam install ppx_sexp --debug
00:00.019 CLI Parsing CLI version 2.1
00:00.019 GSTATE LOAD-GLOBAL-STATE @ /home/olle/.opam
00:00.020 RSTATE LOAD-REPOSITORY-STATE @ /home/olle/.opam
00:00.104 CACHE(repository) Loaded /home/olle/.opam/repo/state-11ABC690.cache in 0.084s
00:00.104 RSTATE Cache found
00:00.104 STATE LOAD-SWITCH-STATE @ default
00:00.104 CACHE(installed) Loaded /home/olle/.opam/default/.opam-switch/packages/cache in 0.000s
00:00.310 STATE Switch state loaded in 0.206s
00:00.310 FILE(switch-state) Wrote /home/olle/.opam/default/.opam-switch/backup/state-20220816191618.export in 0.000s
00:00.375 CLIENT INSTALL ppx_sexp
00:00.473 SYSTEM mkdir /tmp/opam-62911-f07db6
00:00.812 SYSTEM rmdir /tmp/opam-62911-f07db6
00:01.755 XSYS Adding to env { LC_ALL=C }
00:01.790 STATE depexts loaded in 1.317s
00:01.831 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: catalaz3mode
00:01.831 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:01.831 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:01.831 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:01.831 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:01.980 STATE Detected changed packages (marked for reinstall): {}
00:01.981 CLIENT Base orphans: {}
00:01.990 CLIENT Orphans: (changes: { ppx_sexp.0.3.0 }, transitive: false) -> full {}, versions {}
00:02.033 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: catalaz3mode
00:02.033 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:02.033 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:02.033 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:02.033 STATE ERR: undefined filter variable in dependencies of catala.0.7.0: cataladevmode
00:02.281 SOLVER resolve request=install:(ppx_sexp) remove:() upgrade:()
00:03.070 SOLVER Load cudf universe (depopts:false, build:true, post:true)
00:03.175 CUDF resolve request=install:(ppx%5fsexp) remove:() upgrade:()
00:04.478 CLIENT conflict!
[ERROR] Package conflict!
00:04.487 CUDF Conflict reporting
* No agreement on the version of ocaml:
- (invariant) -> ocaml >= 4.05.0
You can temporarily relax the switch invariant with `--update-invariant'
* No agreement on the version of ocaml:
- (invariant) -> ocaml >= 4.05.0
- ppx_sexp -> ocaml
* No agreement on the version of ocaml:
- ppx_sexp -> ocaml
No solution found, exiting |
Beta Was this translation helpful? Give feedback.
-
@psafont you added a comment to an earlier thread instead of the discussion. So reposting here and deleted the original reply: When trying to install the test dependencies for nbd (to prepare for the release 6.0.0) I get this:
Kate digged up the reason and it seems to be: |
Beta Was this translation helpful? Give feedback.
-
Noticed in #5427 |
Beta Was this translation helpful? Give feedback.
-
In https://github.com/sabine/ocaml.org/tree/upgrade_to_5_0_0
|
Beta Was this translation helpful? Give feedback.
-
Is there a way to know which (chain of) package(s) the dependency is coming from?
full logs from CI
|
Beta Was this translation helpful? Give feedback.
-
Initially posted by @fejsoya in #5669 A simple upgrade mdx (version 2.2.0, opam has 2.3.0 but not available with ocaml 5.1.0). The error message is 260 lines long...
|
Beta Was this translation helpful? Give feedback.
-
I did not request I guess this might be coming from the pinning of |
Beta Was this translation helpful? Give feedback.
-
similar issue in https://discuss.ocaml.org/t/opam-local-library-install-missing-dependancy/13595
results in:
|
Beta Was this translation helpful? Give feedback.
-
Unhelpful message, doesn’t tell which ones of the dependencies of ppx_trace is at fault.
full log: deps-of-ppx_trace.txt |
Beta Was this translation helpful? Give feedback.
-
https://discuss.ocaml.org/t/unable-to-compile-pg-query-on-win32/13938 |
Beta Was this translation helpful? Give feedback.
-
This discussion aggregates examples of and about conflict messages, initiated in #4373.
Beta Was this translation helpful? Give feedback.
All reactions