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

objsize is not compatible with OCaml 5.0 (uses Pervasives) #25845

Merged
merged 1 commit into from May 13, 2024

Conversation

kit-ty-kate
Copy link
Member

#=== ERROR while compiling objsize.0.18 =======================================#
# 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/objsize.0.18
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/objsize-20-8f2424.env
# output-file          ~/.opam/log/objsize-20-8f2424.out
### output ###
# make: oasis: No such file or directory
# make: oasis: No such file or directory
# ocaml setup.ml -configure 
# File "./setup.ml", line 1404, characters 23-41:
# 1404 |          let compare = Pervasives.compare
#                               ^^^^^^^^^^^^^^^^^^
# Error: Unbound module Pervasives
# make: *** [Makefile:34: setup.data] Error 2

@mseri
Copy link
Member

mseri commented May 13, 2024

Merging. This maybe warrants adding available: arch = "x86_64" or something of the sort since it segfaults kind of everywhere else:

@mseri mseri merged commit 64add79 into ocaml:master May 13, 2024
1 check failed
@mseri
Copy link
Member

mseri commented May 13, 2024

Ping @raphael-proust for an opinion

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