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

Dune 3.0.0 revdeps #20741

Merged
merged 18 commits into from
Feb 15, 2022
Merged

Dune 3.0.0 revdeps #20741

merged 18 commits into from
Feb 15, 2022

Conversation

kit-ty-kate
Copy link
Member

@kit-ty-kate kit-ty-kate commented Feb 15, 2022

Fix the revdeps for #20721

…ng with dune 3.0.0 result is no longer a builtin)
@kit-ty-kate
Copy link
Member Author

For the only two meaningful changes:

#=== ERROR while compiling lsp.1.9.0 ==========================================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.13.1 | file:///home/opam/opam-repository
# path                 ~/.opam/4.13/.opam-switch/build/lsp.1.9.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p lsp -j 31 @install
# exit-code            1
# env-file             ~/.opam/log/lsp-2133-c61e7b.env
# output-file          ~/.opam/log/lsp-2133-c61e7b.out
### output ###
# File "lsp/src/dune", line 9, characters 2-8:
# 9 |   result
#       ^^^^^^
# Error: Library "result" not found.
# -> required by library "lsp" in _build/default/lsp/src
# -> required by _build/default/META.lsp
# -> required by _build/install/default/lib/lsp/META
# -> required by _build/default/lsp.install
# -> required by alias install
#=== ERROR while compiling rpclib.8.1.2 =======================================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.13.1 | file:///home/opam/opam-repository
# path                 ~/.opam/4.13/.opam-switch/build/rpclib.8.1.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p rpclib -j 31
# exit-code            1
# env-file             ~/.opam/log/rpclib-2296-e7966f.env
# output-file          ~/.opam/log/rpclib-2296-e7966f.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

The rest are simply constraints on a version that doesn’t exist yet.

@kit-ty-kate kit-ty-kate merged commit 71d8d30 into ocaml:master Feb 15, 2022
mseri added a commit to mirage/ocaml-rpc that referenced this pull request Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant