c-cube/gen

Installation failure with 4.06.0+flambda - gen v0.4 (opam)

Fourchaux opened this issue · 1 comments

ERROR while compiling gen.0.4
context      2.0.0~beta4 | linux/x86_64 | ocaml-variants.4.06.0+flambda | https://opam.ocaml.org/2.0#2017-11-03 19:07
path        ~ /.opam/4.06.0+flambda/.opam-switch/build/gen.0.4
command      make all
File "myocamlbuild.ml", line 518, characters 43-62:
Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "myocamlbuild.ml", line 531, characters 51-70:
Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
Use String.uncapitalize_ascii instead.
E: Failure("Command ''~/.opam/4.06.0+flambda/bin/ocamlbuild' src/gen.cma src/gen.cmxa src/gen.a src/gen.cmxs -tag debug' terminated with error code 10")
Makefile:16 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 1

My bad, forgot to add -safe-string to this project. Should be fixed on master, and I'm releasing.

edit: ocaml/opam-repository#10601