-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
The following error doing opam install --deps-only kappa-binaries on a fresh checkout, having blown away the ~/.opam directory to make sure there weren't any straggling dependencies.
This error does not happen with opam install --deps-only .
#=== ERROR while compiling kappa-library.4.1.0 ================================#
# context 2.1.1 | macos/x86_64 | ocaml.4.11.2 | https://opam.ocaml.org#a5e83808
# path ~/.opam/default/.opam-switch/build/kappa-library.4.1.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p kappa-library -j 7
# exit-code 1
# env-file ~/.opam/log/kappa-library-9467-33bfcb.env
# output-file ~/.opam/log/kappa-library-9467-33bfcb.out
### output ###
# File "core/dataStructures/dune", line 3, characters 19-25:
# 3 | (libraries yojson result logs stdlib-shims bigarray)
# ^^^^^^
# Error: Library "result" not found.
# -> required by library "kappa-library.generic" in
# _build/default/core/dataStructures
# -> required by _build/default/META.kappa-library
# -> required by _build/install/default/lib/kappa-library/META
# -> required by _build/default/kappa-library.install
# -> required by alias install
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels