Skip to content

Cohttp 0.11.0 missing dependency #116

@fdagnat

Description

@fdagnat

Hello,
Yesterday, the upgrade of cohttp failed on my machine (message below). It seems that I was lacking async_ssl. After installing manualy (using opam) async_ssl, the installation of cohttp went on smoothly.

So I think that there must be a missing dependency in the cohttp opam package.

===== ERROR while upgrading to cohttp.0.11.0 =====
# opam-version 1.1.1
# os           darwin
# command      make PREFIX=/Users/fabiendagnat/.opam/system
# path         /Users/fabiendagnat/.opam/system/build/cohttp.0.11.0
# compiler     system (4.01.0)
# exit-code    2
# env-file     /Users/fabiendagnat/.opam/system/build/cohttp.0.11.0/cohttp-91433-a7c577.env
# stdout-file  /Users/fabiendagnat/.opam/system/build/cohttp.0.11.0/cohttp-91433-a7c577.out
# stderr-file  /Users/fabiendagnat/.opam/system/build/cohttp.0.11.0/cohttp-91433-a7c577.err
### stdout ###
# ocamlopt.opt -o setup.bin setup.ml || ocamlopt -o setup.bin setup.ml || ocamlc -o setup.bin setup.ml
# rm -f setup.cmx setup.cmi setup.o setup.cmo
# ./setup.bin -configure --enable-lwt --enable-async --enable-lwt-unix   --prefix /Users/fabiendagnat/.opam/system
### stderr ###
# ocamlfind: Package `async_ssl' not found
# W: Field 'pkg_async_ssl' is not set: Command ''/Users/fabiendagnat/.opam/system/bin/ocamlfind' query -format %d async_ssl > '/var/folders/c7/7_1635v11xq92rqr5jntt5v40000gn/T/oasis-a7dec0.txt'' terminated with error code 2
# E: Cannot find findlib package async_ssl
# E: Failure("1 configuration error")
# make: *** [setup.data] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions