Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error with --kappa-binaries: Library "result" not found #647

Closed
wwaites opened this issue Oct 23, 2022 · 1 comment
Closed

Build error with --kappa-binaries: Library "result" not found #647

wwaites opened this issue Oct 23, 2022 · 1 comment

Comments

@wwaites
Copy link
Contributor

wwaites commented Oct 23, 2022

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
@thierry-martinez
Copy link
Contributor

This issue should be fixed by #648.

@feret feret closed this as completed in cfa8233 Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants