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

scid is not compatible with OCaml 5.0 #25856

Merged
merged 1 commit into from May 13, 2024
Merged

Conversation

kit-ty-kate
Copy link
Member

Expects the bigarray library to be available through ocamlfind

#=== ERROR while compiling scid.1.0 ===========================================#
# context              2.2.0~beta3~dev | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.1/.opam-switch/build/scid.1.0
# command              ~/.opam/5.1/bin/ocaml pkg/pkg.ml build --pinned false
# exit-code            1
# env-file             ~/.opam/log/scid-19-d2c10d.env
# output-file          ~/.opam/log/scid-19-d2c10d.out
### output ###
# ocamlfind ocamldep -package result -package ocplib-endian -package bigarray -package bytes -modules src/scid.ml > src/scid.ml.depends
# + ocamlfind ocamldep -package result -package ocplib-endian -package bigarray -package bytes -modules src/scid.ml > src/scid.ml.depends
# ocamlfind: Package `bigarray' not found
# Command exited with code 2.
# pkg.ml: [ERROR] cmd ['ocamlbuild' '-use-ocamlfind' '-classic-display' '-j' '4' '-tag' 'debug'
#      '-build-dir' '_build' 'opam' 'pkg/META' 'CHANGES.md' 'LICENSE.md'
#      'README.md' 'src/scid.a' 'src/scid.cmxs' 'src/scid.cmxa' 'src/scid.cma'
#      'src/scid.cmx' 'src/scid.cmi' 'src/scid.mli']: exited with 10

@mseri mseri merged commit cf5f18c into ocaml:master May 13, 2024
1 check failed
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.

None yet

2 participants