Closed cfcs closed 7 years ago
Error: External library "lwt" not found.
Silly question, but do you have lwt
installed and are you building in the right switch?
Also it seems that the only available version of vchan-xen
is 3.0.0, so I am not sure where the version you are building comes from.
I have no idea either, I give up. :-(
@cfcs do you have some extra opam remote?
$ opam remote
10 [git] xmpp-dev https://github.com/hannesm/xmpp-opam.git
0 [http] default https://opam.ocaml.org
This is very weird....
$ opam info vchan-xen -f available-version
3.0.0
Did you have vchan-xen
pinned to something maybe? opam install vchan-xen
works very well on the various platform that I've tested (ubuntu and alpine) :-/
Yes, I previously had (but not anymore). I reinstalled the opam switch and now vchan-xen
builds just fine. Still find this weird, but now at least the issue is solved.
FWIW:
opam update && opam upgrade
broke mirage builds again:Fixed by pinning to the last commit using the old build system, but left here in case someone cares about fixing the new stuff.