-
Notifications
You must be signed in to change notification settings - Fork 469
[3.0 opam failures] Library "result" not found #5263
Copy link
Copy link
Closed
Description
Log from rpclib.8.1.1 run:
#=== ERROR while compiling rpclib.8.1.1 =======================================#
# context 2.1.0 | linux/x86_64 | ocaml-base-compiler.4.12.1 | file:///home/opam/opam-repository
# path ~/.opam/4.12+dune3/.opam-switch/build/rpclib.8.1.1
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p rpclib -j 31
# exit-code 1
# env-file ~/.opam/log/rpclib-19-e1a553.env
# output-file ~/.opam/log/rpclib-19-e1a553.out
### output ###
# File "src/lib/dune", line 11, characters 12-18:
# 11 | (libraries result base64 rresult)
# ^^^^^^
# Error: Library "result" not found.
# -> required by library "rpclib.core" in _build/default/src/lib
# -> required by _build/default/META.rpclib
# -> required by _build/install/default/lib/rpclib/META
# -> required by _build/default/rpclib.install
# -> required by alias install
- File "src/lib/dune", line 11, characters 12-18:
- 11 | (libraries result base64 rresult)
- ^^^^^^
- Error: Library "result" not found.
- -> required by library "rpclib.core" in _build/default/src/lib
- -> required by _build/default/META.rpclib
- -> required by _build/install/default/lib/rpclib/META
- -> required by _build/default/rpclib.install
- -> required by alias install
Impacted packages:
Parent issue: #5257
Reactions are currently unavailable