You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: