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

ocaml 5: patch.1.0.0 uses bytes #23013

Merged
merged 6 commits into from
Jan 25, 2023
Merged

Conversation

emillon
Copy link
Contributor

@emillon emillon commented Jan 19, 2023

Depend on base-bytes to avoid this failure:

#=== ERROR while compiling patch.1.0.0 ========================================#
# context              2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.0/.opam-switch/build/patch.1.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p patch -j 47
# exit-code            1
# env-file             ~/.opam/log/patch-10-53f31d.env
# output-file          ~/.opam/log/patch-10-53f31d.out
### output ###
# File "src/dune", line 7, characters 12-17:
# 7 |  (libraries bytes))
#                 ^^^^^
# Error: Library "bytes" not found.

Depend on base-bytes to avoid this failure:

    #=== ERROR while compiling patch.1.0.0 ========================================#
    # context              2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository
    # path                 ~/.opam/5.0/.opam-switch/build/patch.1.0.0
    # command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p patch -j 47
    # exit-code            1
    # env-file             ~/.opam/log/patch-10-53f31d.env
    # output-file          ~/.opam/log/patch-10-53f31d.out
    ### output ###
    # File "src/dune", line 7, characters 12-17:
    # 7 |  (libraries bytes))
    #                 ^^^^^
    # Error: Library "bytes" not found.
mseri and others added 2 commits January 24, 2023 14:26
@kit-ty-kate
Copy link
Member

Thanks!

@kit-ty-kate kit-ty-kate merged commit 139dc31 into ocaml:master Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants