-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
ocaml/opam-repository
#17967Milestone
Description
I ran opam-health-check on 4.12 overnight and I'm seeing lots of failures on OCaml 4.12.0 that all seem to be related to dune:
#=== ERROR while compiling re.1.9.0 ===========================================#
# context 2.1.0~beta2 | linux/x86_64 | ocaml-variants.4.12.0+trunk | file:///home/opam/opam-repository
# path ~/.opam/4.12.0+trunk/.opam-switch/build/re.1.9.0
# command ~/.opam/4.12.0+trunk/bin/dune runtest -p re -j 71
# exit-code 1
# env-file ~/.opam/log/re-1802-b1a82b.env
# output-file ~/.opam/log/re-1802-b1a82b.out
### output ###
# File "lib_test/dune", line 4, characters 47-56:
# 4 | (names test_easy test_re test_perl test_emacs test_glob test_pcre))
# ^^^^^^^^^
# Error: File unavailable:
# /home/opam/.opam/4.12.0+trunk/lib/stdlib-shims/stdlib_shims.a
They all seem to fail when dune runtest or dune build @runtest is called and only appears on 4.12.0.
#3576 and ocaml/opam-repository#16983 seem to be related issues (cc @dra27)
Reproduction
- Install ocaml 4.12.0+trunk
- call
opam install -t re.1.9.0
Specifications
- Version of
dune(output ofdune --version): 2.7.0
Reactions are currently unavailable