-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
ocaml/opam-repository
#17967Labels
Description
Cc @ejgallego @Zimmi48 FYI, I tested the dune subst command (which allows one to automatically add a version: _ line in *.opam files (following the discussion initiated in rocq-prover/rocq#11038 ))
Expected Behavior
The command dune subst returns normally.
Actual Behavior
stdout+stderr:
Error: exception Sys_error("\"test-suite/misc/deps/\\316\\261\\316\\262/\\316\\263\\316\\264.v\": No such file or directory")
Backtrace:
Raised by primitive operation at file "pervasives.ml", line 385, characters 28-54
Called from file "src/stdune/io.ml", line 87, characters 17-37
Called from file "src/stdune/io.ml" (inlined), line 107, characters 29-64
Called from file "src/watermarks.ml", line 155, characters 10-27
Called from file "list.ml", line 85, characters 12-15
Called from file "src/fiber/fiber.ml", line 201, characters 18-23
Called from file "src/fiber/fiber.ml", line 99, characters 6-13
I must not segfault. Uncertainty is the mind-killer. Exceptions are
the little-death that brings total obliteration. I will fully express
my cases. Execution will pass over me and through me. And when it
has gone past, I will unwind the stack along its path. Where the
cases are handled there will be nothing. Only I will remain.
Reproduction
git clone https://github.com/coq/coq.gitcd coqdune subst
Specifications
- Version of
dune(output ofdune --version): 1.11.3 - Version of
ocaml(output ofocamlc --version): 4.05.0 - Operating system (distribution and version): GNU/Linux Debian
Additional information
-
Link to gist with verbose output (run
dunewith the--verboseflag): N/A -
Regular Coq file that triggers that error: test-suite/misc/deps/αβ/γδ.v
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done