-
Notifications
You must be signed in to change notification settings - Fork 81
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
Haskell toolchain libraries (e.g. base
) cannot be found on darwin_arm64
with GHC 9.2
#1809
Labels
Comments
|
avdv
added a commit
that referenced
this issue
Nov 3, 2022
... according to the os and architecture. This way it should just work for future GHC versions, if the packaging scheme is not changed upstream. It is still possible to override these settings if need be. Fixes #1809
avdv
added a commit
that referenced
this issue
Nov 3, 2022
... according to the os and architecture. This way it should just work for future GHC versions, if the packaging scheme is not changed upstream. It is still possible to override these settings if need be. Fixes #1809
Could you please try PR #1825 and see if it fixes this problem for you? |
avdv
added a commit
that referenced
this issue
Nov 3, 2022
... according to the os and architecture. This way it should just work for future GHC versions, if the packaging scheme is not changed upstream. It is still possible to override these settings if need be. Fixes #1809
It got past that step! Thanks! We're hitting an issue where llvm needs to be installed... but that's a separate issue. Feel free to close this one. |
avdv
added a commit
that referenced
this issue
Nov 17, 2022
... according to the os and architecture. This way it should just work for future GHC versions, if the packaging scheme is not changed upstream. It is still possible to override these settings if need be. Fixes #1809
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using GHC 9.2 on arm64 macOS (M1), after applying the fix from #1808, building the tutorial still errors with:
To Reproduce
Apply #1808 and update the GHC version in
tutorial/WORKSPACE:23
:Then run
bazel build //..
intutorial
.Expected behavior
A clear and concise description of what you expected to happen.
Environment
Additional context
From what I can tell the issue is that the location of toolchain libraries (e.g.
base
) moved fromin GHC 8.10 to
in GHC 9.2. (notice the additional
aarch64-osx-ghc-9.2.1
directory)The text was updated successfully, but these errors were encountered: