opam install --deps-only --locked
has nothing to do or installs wrong version
#6248
Labels
Milestone
opam install --deps-only --locked
has nothing to do or installs wrong version
#6248
I had the following in the opam package files in the current directory:
Trying to install those dependencies suggests the following:
Even though I hadn't done
opam update
for a while, my local repositories were aware of the existence of ppxlib.0.32.1.However, with
--locked
, suddenly there's nothing to do:Which is clearly wrong: with
--locked
the required dependency is not installed.Then I updated my local repositories:
(The pinned packages match the opam package files in the directory.)
And tried again:
Which is also wrong: with
--locked
the wrong version of the required dependency is to be installed.For reference, I didn't have the latest opam when doing this, so maybe something has been recently fixed:
The text was updated successfully, but these errors were encountered: