-
Notifications
You must be signed in to change notification settings - Fork 188
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
network 3.1.2.1, 3.1.2.2 fail to build with GHC 8.10.5 on Mac OS Catalina #500
Comments
I can confirm this behavior. Building network-3.1.2.2 with GHC-8.10.5 on Github actions runner with macOS-latest hangs.
|
This problem may be specific to Github actions. I was able to build network-3.1.2.2 on macOS Big Sur (Version 11.3) with GHC-8.10.5 on a laptop. |
network-3.1.2.1
fails to build with GHC 8.10.5 on Mac
Thanks @larskuhtz , I observe this behavior on my laptop running Catalina:
I'm guessing your version of Clang must be at least 12.0.5: https://en.wikipedia.org/wiki/Xcode#Xcode_11.x_-_13.x_(since_SwiftUI_framework)_2 My version is 12.0.0. Maybe that is the critical difference. |
No issue with GHC 9.0.1:
Success |
A little more information:
The version of
|
yes, my laptop has 12.0.5: $ clang --version
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: x86_64-apple-darwin20.4.0 $ hsc2hs --version
hsc2hs version 0.68.7 |
#500 (comment) |
This is due to GHC. Let's close. |
The build stalls on the last step.
Build is successful with GHC 8.10.4.
Is it
configure: WARNING: unrecognized options: --with-compiler
?Thank you
The text was updated successfully, but these errors were encountered: