opam-repository icon indicating copy to clipboard operation
opam-repository copied to clipboard

zeit.0.1.0 needs a lower bound on digestif

Open mseri opened this issue 2 years ago • 4 comments

#=== ERROR while compiling zeit.0.1.0 =========================================#
# context              2.1.2 | linux/x86_64 | ocaml-base-compiler.4.07.1 | pinned(https://github.com/emillon/ocaml-zeit/releases/download/v0.1.0/zeit-0.1.0.tbz)
# path                 ~/.opam/4.07/.opam-switch/build/zeit.0.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p zeit -j 31
# exit-code            1
# env-file             ~/.opam/log/zeit-13787-d60319.env
# output-file          ~/.opam/log/zeit-13787-d60319.out
### output ###
# File "lib/dune", line 5, characters 2-16:
# 5 |   digestif.ocaml
#       ^^^^^^^^^^^^^^
# Error: Library "digestif.ocaml" not found.
# Hint: try: dune external-lib-deps --missing -p zeit -j 31 @install

mseri avatar Dec 24 '21 15:12 mseri

Do you know which version of digestif zeit took?

dinosaure avatar Dec 29 '21 13:12 dinosaure

I can’t check at the moment, but it’s in the logs of this PR https://github.com/ocaml/opam-repository/pull/20250

mseri avatar Dec 29 '21 13:12 mseri

Found:

- downgrade digestif                 1.1.0 to 0.1       [uses ocamlbuild, ocamlfind]

From https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/22f861e78ce7fa606711910a06f2fc2fcb64980e

mseri avatar Dec 29 '21 15:12 mseri

This issue has been open 90 days with no activity. Consequently, it is being marked with the "stale" label. What this means is that the issue will be automatically closed in 30 days unless more comments are added or the "stale" label is removed. If you come across this issue in the future, you may also find it helpful to visit our forum at https://discuss.ocaml.org where queries related to OCaml package management are very welcome.

github-actions[bot] avatar Mar 29 '22 15:03 github-actions[bot]