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

Fails to build with 5.0 #10

Open
ciniglio opened this issue Jun 29, 2022 · 1 comment
Open

Fails to build with 5.0 #10

ciniglio opened this issue Jun 29, 2022 · 1 comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.

Comments

@ciniglio
Copy link

#=== ERROR while compiling sexplib0.v0.16~preview.126.09+332 ==================#
# context     2.1.2 | macos/x86_64 | ocaml-base-compiler.5.0.0~alpha0 | https://ocaml.janestreet.com/opam-repository
# path        ~/.opam/5.0.0~alpha0/.opam-switch/build/sexplib0.v0.16~preview.126.09+332
# command     ~/.opam/opam-init/hooks/sandbox.sh build dune build -p sexplib0 -j 15
# exit-code   1
# env-file    ~/.opam/log/sexplib0-61071-6cff5c.env
# output-file ~/.opam/log/sexplib0-61071-6cff5c.out
### output ###
# (cd _build/default && /Users/alejandro/.opam/5.0.0~alpha0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.sexplib0.objs/byte -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/byte/sexplib0__Sexp_conv.cmo -c -impl src/sexp_conv.ml)
# File "src/sexp_conv.ml", line 99, characters 15-31:
# 99 |       let id = Obj.extension_id
#                     ^^^^^^^^^^^^^^^^
# Error: Unbound value Obj.extension_id
# (cd _build/default && /Users/alejandro/.opam/5.0.0~alpha0/bin/ocamlopt.opt -w -40 -g -I src/.sexplib0.objs/byte -I src/.sexplib0.objs/native -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/native/sexplib0__Sexp_conv.cmx -c -impl src/sexp_conv.ml)
# File "src/sexp_conv.ml", line 99, characters 15-31:
# 99 |       let id = Obj.extension_id
#                     ^^^^^^^^^^^^^^^^
# Error: Unbound value Obj.extension_id
@github-iron github-iron added the forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system. label Jul 4, 2022
@smuenzel
Copy link
Contributor

smuenzel commented Jul 9, 2022

The lastest version has a different problem with 5.0

[ERROR] The compilation of sexplib0.v0.16~preview.127.22+307 failed at "dune build -p sexplib0 -j 15".

#=== ERROR while compiling sexplib0.v0.16~preview.127.22+307 ==================#
# context     2.1.2 | linux/x86_64 | ocaml-base-compiler.5.0.0~alpha0 | git+ssh://[email protected]/janestreet/opam-repository.git
# path        ~/.opam/5.0.0~alpha0/.opam-switch/build/sexplib0.v0.16~preview.127.22+307
# command     ~/.opam/opam-init/hooks/sandbox.sh build dune build -p sexplib0 -j 15
# exit-code   1
# env-file    ~/.opam/log/sexplib0-914036-95c7b3.env
# output-file ~/.opam/log/sexplib0-914036-95c7b3.out
### output ###
# (cd _build/default && /home/stefan/.opam/5.0.0~alpha0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.sexplib0.objs/byte -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/byte/sexplib0__Sexp_conv.cmo -c -impl src/sexp_conv.ml)
# File "src/sexp_conv.ml", line 395, characters 32-46:
# 395 |     ; ( [%extension_constructor Stream.Failure]
#                                       ^^^^^^^^^^^^^^
# Error: Unbound module Stream
# (cd _build/default && /home/stefan/.opam/5.0.0~alpha0/bin/ocamlopt.opt -w -40 -g -I src/.sexplib0.objs/byte -I src/.sexplib0.objs/native -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/native/sexplib0__Sexp_conv.cmx -c -impl src/sexp_conv.ml)
# File "src/sexp_conv.ml", line 395, characters 32-46:
# 395 |     ; ( [%extension_constructor Stream.Failure]
#                                       ^^^^^^^^^^^^^^
# Error: Unbound module Stream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.
Projects
None yet
Development

No branches or pull requests

3 participants