Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid instructions? #333

Open
tsjk opened this issue May 18, 2022 · 0 comments
Open

Invalid instructions? #333

tsjk opened this issue May 18, 2022 · 0 comments

Comments

@tsjk
Copy link

tsjk commented May 18, 2022

On my Mac OS X v10.15.7 (19H1824) I had to do

opam init \
  && eval $(opam env) \
  && opam pin add qcow.0.11.0 https://github.com/mirage/ocaml-qcow.git -n \
  && opam pin add qcow-tool.0.11.0 https://github.com/mirage/ocaml-qcow.git -n \
  && opam install uri qcow.0.11.0 conduit.2.1.0 lwt.5.3.0 qcow-tool.0.11.0 mirage.3.6.0 mirage-block-unix.2.12.0 \
            conf-libev logs fmt mirage-unix prometheus-app

to make this build. The notable difference is the addition of mirage.3.6.0. I'm not sure that exactly v3.6.0 is needed. I just took a version of the same age as other versioned packages. Without this addition compilation bails out due to the OS module missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant