Closed Armael closed 1 year ago
Hm, the build worked after creating a fresh global opam switch. So I guess this is in fact not related to mirage-crypto, and more a glitch of the mirage tool... Should I move the issue to mirage/mirage?
I don't understand what causes the error. :/ So, I'm not sure where to report it... It's great that it works after creating a fresh opam switch for you, though :)
Since I neither understand the issue, nor can reproduce, I'll close this. If you encounter such issues again, please report at the mirage or opam-monorepo repository.
I hope this is the right place to report this. I just tried to build the
device-usage/conduit_server
unikernel in mirage-skeleton, with targethvt
:(
mirage --version
isv4.4.0
)This last build step fails with errors in mirage-crypto (see link below). I can install mirage-crypto as a normal opam library in my standard switch without problems, so I suspect the failure is related to cross-compilation / the monorepo setup?
the build errors: https://gist.github.com/Armael/587bdbfadab6a9a34e5aeba43731fb37 (
current
is the name of my global opam switch in which the mirage package is installed, in case that helps)