Invalid instructions?
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.7k
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No documentation file or test is named. Compare the current build instructions with the reported macOS commands, then verify the dependency requirements around mirage.3.6.0 and the missing OS module. Done means the documented setup reliably builds on the reported environment or clearly states the required version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100