Skip to content

Commit 8213981

Browse files
authored
multicom 1.0.0~rc1 is incompatible with the released ocaml 5.0
Fails with ``` #=== ERROR while compiling multicont.1.0.0~rc.1 ===============================# # 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/multicont.1.0.0~rc.1 # command ~/.opam/opam-init/hooks/sandbox.sh build make all # exit-code 2 # env-file ~/.opam/log/multicont-7-30a70e.env # output-file ~/.opam/log/multicont-7-30a70e.out ### output ### # ocamlc -c -strict-formats -strict-sequence -safe-string -bin-annot -warn-error -a multicont.mli multicont.ml # ocamlc -c fiber_primitives.c # fiber_primitives.c: In function 'alloc_size_class_stack_noexc': # fiber_primitives.c:97:12: error: 'struct stack_info' has no member named 'size_bucket'; did you mean 'cache_bucket'? # 97 | stack->size_bucket = size_bucket; # | ^~~~~~~~~~~ # | cache_bucket # make: *** [Makefile:33: fiber_primitives.o-byte] Error 2 ```
1 parent 54fe44b commit 8213981

File tree

1 file changed

+1
-1
lines changed
  • packages/multicont/multicont.1.0.0~rc.1

1 file changed

+1
-1
lines changed

packages/multicont/multicont.1.0.0~rc.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"ocaml" {>= "5.0"}
2222
]
2323

24-
available: arch = "x86_64" | arch = "arm64"
24+
available: false
2525

2626
url {
2727
src:

0 commit comments

Comments
 (0)