On Fri, 9 Oct 2015, at 18:58, Heikki Mahkonen wrote: > Hi guys, Can anybody help with this? I have problem compiling > mirage/jitsu on Ubuntu. [...] > # File "irmin_backend.ml", line 39, characters 65-88: Error: Unbound > # type constructor Irmin.t make: *** > # [/home/user/.opam/4.01.0/build/jitsu.0.2/bin/jitsu] Error 2
This error is caused by a recent API change in Irmin 0.9.10 and will be fixed in the next version of Jitsu. As a temporary solution you can pin Irmin to version 0.9.9 with 'opam pin add irmin 0.9.9'. You should then be able to install Jitsu with 'opam install jitsu'. I have submitted a PR to add a version constraint in opam [1], but it may take some time before it is merged and propagated. 1.https://github.com/ocaml/opam-repository/pull/4941 Magnus
_______________________________________________ MirageOS-devel mailing list [email protected] http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
