Skip to content

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

@wwaites

Description

@wwaites

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions