You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have opam upgrade failing in a CI job with the following error:
[WARNING] Upgrade is not possible because of conflicts or packages that are no longer available:
- Missing dependency:
- coq (< 8.19~ | >= dev)
not available because the package is pinned to version 8.19.dev
You may run "opam upgrade --fixup" to let opam fix the current state.
This error is not very helpful since it doesn't tell me where that dependency comes from. I am quite confused since I think we have bumped everything to the latest Coq version already, but I guess I missed one package somewhere.
That error message should say which is the package that depends on coq with this version constraint.
Hm, looking at this again, this is just a warning... but opam does exit with a non-zero status code and the CI job quits right after this, and that's all the output I have. Here is the full CI log.
We have
opam upgrade
failing in a CI job with the following error:This error is not very helpful since it doesn't tell me where that dependency comes from. I am quite confused since I think we have bumped everything to the latest Coq version already, but I guess I missed one package somewhere.
That error message should say which is the package that depends on
coq
with this version constraint.The text was updated successfully, but these errors were encountered: