Open svandragt opened 6 years ago
I have a similar problem on ubuntu 17.10:
=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ERROR] The compilation of vorbis failed at "/usr/bin/make".
#=== ERROR while compiling vorbis.0.7.0 =======================================#
# context 2.0.0~rc | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/2.0#d40549a7
# path ~/.opam/default/.opam-switch/build/vorbis.0.7.0
# command /usr/bin/make
# exit-code 2
# env-file ~/.opam/log/vorbis-1341-d2d111.env
# output-file ~/.opam/log/vorbis-1341-d2d111.out
### output ###
# Use String.uppercase_ascii instead.
# [...]
# File "vorbis.ml", line 222, characters 12-15:
# Error: This expression has type bytes but an expression was expected of type
# string
# OCamlMakefile:952: recipe for target 'vorbis.cmo' failed
# make[2]: *** [vorbis.cmo] Error 2
# make[2]: Leaving directory '/home/sven/.opam/default/.opam-switch/build/vorbis.0.7.0/src'
# OCamlMakefile:717: recipe for target 'byte-code-library' failed
# make[1]: *** [byte-code-library] Error 2
# make[1]: Leaving directory '/home/sven/.opam/default/.opam-switch/build/vorbis.0.7.0/src'
# Makefile:18: recipe for target 'all' failed
# make: *** [all] Error 2
Install requirements are met:
Install fails:
macOS 10.13.3. Is there anything I can try?