bson icon indicating copy to clipboard operation
bson copied to clipboard

Error installing with opam

Open fedeb95 opened this issue 7 years ago • 2 comments

Hi, I'm trying to install this module with opam, since it's required by this The error is as follows:

[ERROR] The compilation of bson failed at "ocaml setup.ml -configure --disable-syntax --disable-client --prefix /home/federico/.opam/4.06.0".
Processing  1/1: [bson: ocamlfind remove]
#=== ERROR while installing bson.0.89.3 =======================================#
# opam-version 1.2.2
# os           linux
# command      ocaml setup.ml -configure --disable-syntax --disable-client --prefix /home/federico/.opam/4.06.0
# path         /home/federico/.opam/4.06.0/build/bson.0.89.3
# compiler     4.06.0
# exit-code    2
# env-file     /home/federico/.opam/4.06.0/build/bson.0.89.3/bson-1749-1872ec.env
# stdout-file  /home/federico/.opam/4.06.0/build/bson.0.89.3/bson-1749-1872ec.out
# stderr-file  /home/federico/.opam/4.06.0/build/bson.0.89.3/bson-1749-1872ec.err
### stderr ###
# File "./setup.ml", line 247, characters 8-26:
# Warning 3: deprecated: String.set
# Use Bytes.set instead.
# File "./setup.ml", line 247, characters 8-11:
# Error: This expression has type string but an expression was expected of type
#          bytes

Any clue about how to install it?

fedeb95 avatar Mar 29 '18 13:03 fedeb95

This is fixed in master, let's ping @MassD to ask for a new release.

copy avatar Apr 14 '18 21:04 copy

Pinging @MassD.

Leonidas-from-XIV avatar May 09 '19 19:05 Leonidas-from-XIV