Open
Description
Hello, couldn't install nunchaku on my system because the release page https://gforge.inria.fr/projects/nunchaku returns a 403 error and installing with opam (or compiling manually) fails with:
#=== ERROR while compiling nunchaku.0.6 =======================================#
# context 2.1.2 | linux/x86_64 | ocaml.4.13.1 | pinned(git+https://github.com/nunchaku-inria/nunchaku.git#master#91e62687)
# path ~/.opam/default/.opam-switch/build/nunchaku.0.6
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p nunchaku -j 19
# exit-code 1
# env-file ~/.opam/log/nunchaku-147734-090624.env
# output-file ~/.opam/log/nunchaku-147734-090624.out
### output ###
# [...]
# Alert deprecated: module CCOpt
# use CCOption instead
# File "src/transformations/TypeInference.ml", line 965, characters 8-17:
# 965 | CCOpt.map
# ^^^^^^^^^
# Alert deprecated: module CCOpt
# use CCOption instead
# File "src/transformations/TypeInference.ml", line 1129, characters 22-32:
# 1129 | CCOpt.iter (check_prenex_types_ ~loc) g;
# ^^^^^^^^^^
# Alert deprecated: module CCOpt
# use CCOption instead
Fixing that with a simple search and replace uncovers more deprecation errors.
Metadata
Metadata
Assignees
Labels
No labels