c-cube / frog-utils

[frozen] Scheduling and running jobs on a shared computer, then analyse their output
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

Missing dependency on lwt-zmq ? #34

Open Gbury opened 7 years ago

Gbury commented 7 years ago

When trying to install the latest dev version, it fails with the following error message:

#=== ERROR while installing frogutils.dev =====================================#
# opam-version 1.2.2
# os           linux
# command      ./configure --bindir /home/guigui/.opam/4.04.0+flambda/bin --sharedstatedir /home/guigui/.opam/4.04.0+flambda/share --enable-web --disable-irc --mandir /home/guigui/.opam/4.04.0+flambda/man
# path         /home/guigui/.opam/4.04.0+flambda/build/frogutils.dev
# compiler     4.04.0+flambda
# exit-code    1
# env-file     /home/guigui/.opam/4.04.0+flambda/build/frogutils.dev/frogutils-3692-edb7c0.env
# stdout-file  /home/guigui/.opam/4.04.0+flambda/build/frogutils.dev/frogutils-3692-edb7c0.out
# stderr-file  /home/guigui/.opam/4.04.0+flambda/build/frogutils.dev/frogutils-3692-edb7c0.err
### stderr ###
# ocamlfind: Package `lwt-zmq' not found
# W: Field 'pkg_lwt_zmq' is not set: Command ''/home/guigui/.opam/4.04.0+flambda/bin/ocamlfind' query -format %d lwt-zmq > '/tmp/oasis-62c9e6.txt'' terminated with error code 2
# E: Cannot find findlib package lwt-zmq
# E: Failure("1 configuration error")
Gbury commented 7 years ago

So, there definitely seems to be some kind of bug, or at least wrong handling of optional dependencies by oasis somewhere...

c-cube commented 7 years ago

I left this as work in progress regarding the monitoring, sorry. Feel free to temporarily rollback. -- Simon