Skip to content

Commit

Permalink
fat-filesystem requires result
Browse files Browse the repository at this point in the history
Fails with
```
=== ERROR while compiling fat-filesystem.0.13.0 ==============================#
 context              2.2.0~alpha3 | linux/x86_64 | ocaml-base-compiler.4.14.1 | file:///home/opam/opam-repository
 path                 ~/.opam/4.14/.opam-switch/build/fat-filesystem.0.13.0
 command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p fat-filesystem -j 71
 exit-code            1
 env-file             ~/.opam/log/fat-filesystem-7-176cf6.env
 output-file          ~/.opam/log/fat-filesystem-7-176cf6.out
 File "src/dune", line 5, characters 3-9:
 5 |    result rresult astring)
        ^^^^^^
 Error: Library "result" not found.
 -> required by library "fat-filesystem" in _build/default/src
 -> required by _build/default/META.fat-filesystem
 -> required by _build/install/default/lib/fat-filesystem/META
 -> required by _build/default/fat-filesystem.install
 -> required by alias install
```
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Dec 18, 2023
1 parent b593f08 commit 4a4e666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fat-filesystem/fat-filesystem.0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"mirage-block-unix" {>= "2.5.0"}
"io-page-unix" {>= "2.0.0"}
"re" {>= "1.7.2"}
"result"
"cmdliner"
"astring"
"alcotest" {with-test}
Expand Down

0 comments on commit 4a4e666

Please sign in to comment.