-
Notifications
You must be signed in to change notification settings - Fork 43
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
Build fails, preventing installation of irmin-unix on 2009 Mac #102
Comments
Dear @vistun, thanks for your report. What CPU architecture ( |
Thanks for the reply! OS 10.11.6 Apple LLVM version 8.0.0 (clang-800.0.42.1) (many cpuid headers returned, pasting this one)
Happy to provide more info, thanks again for your attention, Additionally: I've tried to build mirage-crypto independently with dune on the same system, and these errors are relevant:
|
@vistun thanks for your report. Could you try whether #103 fixes your issue: $ opam pin add mirage-crypto git+https://github.com/hannesm/mirage-crypto.git#old-llvm
$ opam install irmin-unix About your other reported issue (manual compilation), does your macOS support |
mirage-crypto built successfully with your pin after further search engine research, it appears that "getentropy" is not supported on macOS 10.11, it is introduced in 10.12. I appreciate your attention! |
The text was updated successfully, but these errors were encountered: