Closed dvn0 closed 4 years ago
I've also tried with hvt
, and virtio
targets, and the result is the same.
Hi @dvn0, what is your OCaml version (ocaml --version
)? What is your mirage version (mirage --version
)?
My relevant software versions:
The OCaml toplevel, version 4.09.0
opam 2.0.5
mirage v3.9.0
since you're on debian, maybe you're running into this issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908203 -- is your opam package a 2.0.5-1?
hmm no, due to the conduit 3 release there are some issues in respect to version constraints. I'll try to figure them out and find a solution.
since you're on debian, maybe you're running into this issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908203 -- is your opam package a 2.0.5-1?
oh, interesting. I am on Ubuntu actually, and yes my package is the 2.0.5-1... :/
but 2.0.5-1 is the good one AFAICT :)
sorry for the inconvenience and late reply, I finally worked on this issue and 70092ef has a solution (which compilcates the build process slightly). if you still have trouble, please reopen this issue with an updated error message. Thanks.
Hello,
This is a nice project, and I have some limited experience building MirageOS unikernels. I'm experiencing a problem while trying to install the dependencies:
First I run:
mirage configure -t unix
and then:
make depend
and I get this output: