Skip to content
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

Jane st. base packaging bug (requirements) #25829

Closed
yami-no-ryuu opened this issue May 10, 2024 · 7 comments
Closed

Jane st. base packaging bug (requirements) #25829

yami-no-ryuu opened this issue May 10, 2024 · 7 comments

Comments

@yami-no-ryuu
Copy link

Jane st. base is uninstallable atm.
Looks like the requirements stanza is incorrect.
opam info base.v0.17.0

depends      "ocaml" {>= "5.1.0"}
             "ocaml_intrinsics_kernel"
             "sexplib0" {>= "v0.17" & < "0.18"}

Should be "v0.18".

@dbuenzli
Copy link
Collaborator

Did you opam update ? This should have been fixed by #25798

@edwintorok
Copy link
Contributor

Same issue here, running opam update doesn't fix it.
https://opam.ocaml.org/index.tar.gz still contains this line (maybe it takes a while to update from git?):

  "sexplib0"                {>= "v0.17" & < "0.18"}

@dbuenzli
Copy link
Collaborator

It certainly takes a while, but maybe not 3 days… If I do opam update && opam config report it says default repo at 2b6e600 so something seems broken in the sync infra.

@dbuenzli
Copy link
Collaborator

Ping @mseri and @raphael-proust (whose contact I found on the wiki), the repo has been stuck for quite a while now.

@mseri
Copy link
Member

mseri commented May 13, 2024

This should have been fixed by #25798
I have opened an issue on the ocaml infrastructure repo

Sorry for the wait, I was on holiday until this morning

@dbuenzli
Copy link
Collaborator

Sorry for the wait, I was on holiday until this morning

No problem. I purposedly refrained from pinging over the weekend.

@dbuenzli
Copy link
Collaborator

After an opam update it seems this is now corrected:

> opam info --raw base.v0.17.0  | grep sexplib0
  "sexplib0" {>= "v0.17" & < "v0.18"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants