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

Relax core_unix dependency to re-enable mac support #28

Closed
AndreasDahl opened this issue Apr 7, 2022 · 2 comments
Closed

Relax core_unix dependency to re-enable mac support #28

AndreasDahl opened this issue Apr 7, 2022 · 2 comments

Comments

@AndreasDahl
Copy link
Contributor

core_unix.v0.15.0 is currently not supported on macos because it depends on ocaml_intrinsics.v0.15.0 which currently does not support macos.

It does seem like a fix is underway, but can we please relax the dependency on core_unix (and core i suppose) to at least v0.14.0 while we wait for a fix?

Thank you

@AndreasDahl
Copy link
Contributor Author

The problem manifests like this:

> opam install aws-s3-async.4.6.0
[ERROR] Package conflict!
  * Missing dependency:
    - ocaml_intrinsics
    unmet availability conditions: '(arch = "x86_32" | arch = "x86_64") & os != "win32" & os != "macos"'

No solution found, exiting

I have created PR #29 that relaxes the dependency. It installs perfectly fine on my mac

@andersfugmann
Copy link
Owner

Closed by #29

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

2 participants