-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opam fetches package info from the package's GitHub, not from coq-extra-dev opam repo #954
Comments
Ah, works on my machine. What does |
$ opam repo
[NOTE] These are the repositories in use by the current switch. Use '--all' to see all configured repositories.
<><> Repository configuration for switch coq8.10 ><><><><><><><><><><><><><> 🐫
1 coq-extra-dev https://coq.inria.fr/opam/extra-dev
2 coq-released https://coq.inria.fr/opam/released
3 default https://opam.ocaml.org |
OK then I do not know. |
@anton-trunov I can't reproduce this, when I did:
I see the following line:
Do you have the latest |
Oh, I think I figured it out. The following script leads to that weird state.
but in reality the This makes me wonder if |
@anton-trunov I do not use the repository |
@anton-trunov there is a reason that the If you use:
Then you would be guaranteed to get the The main utility of Since we figured out the problem in this case, can we close this issue? |
UPDATE:
Here is the real issue: #954 (comment).
And there is a solution by Karl Palmskog: #954 (comment)
ORIGINAL POST:
This repo says:
https://github.com/coq/opam-coq-archive/blob/d50875618e8b5be475a7529c9bc9bbea0350325e/extra-dev/packages/coq-mathcomp-ssreflect/coq-mathcomp-ssreflect.dev/opam#L13 says
but
$ opam update; opam info coq-mathcomp-ssreflect
returns the following:hence
$ opam install coq-mathcomp-ssreflect
fails on Coq 8.10.0:The text was updated successfully, but these errors were encountered: