Conversation
|
@blackgnezdo @arrowd could you possibly help me out with this? The FreeBSD CI job used to succeed with GHC 8.10 and FreeBSD 13.0, e. g., https://cirrus-ci.com/task/4639347260522496. However, upgrading to GHC 9.2 and FreeBSD 13.1 suddenly started to fail (e. g., https://cirrus-ci.com/task/6067564724355072) with |
|
CC @vdukhovni as another FreeBSD user, if I recall correctly. |
|
FreeBSD 13.1 ships Clang 13 which has a bug when the As a workaround you can add |
|
I am running into a problem with GHC 9.2 and FreeBSD 12.3-p6: My settings are: |
|
The command leading to the failing invocation of Linking... |
Is that in the |
3eedecc to
1d892eb
Compare
|
FWIW, when I use GHC 9.4.1 instead of 9.2, the build works. |
|
Thanks for the help! |
|
Thanks all for investigation! |
Cf. haskell/bytestring#550