You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an upstream issue with GHC on some Ubuntu and Fedora machines.
133
-
The issue is that for GHC versions greater than 8.4.X linking to libFFI is broken.
133
+
The issue is that for GHC versions greater than 8.4.X linking to libFFI uses the version of libFFI shipped with GHC, instead of the system version.
134
+
134
135
See the following GHC issue page for more information:
135
136
136
137
<https://gitlab.haskell.org/ghc/ghc/issues/15397>
@@ -141,4 +142,8 @@ Specifically, one will see an error message along the lines of:
141
142
142
143
> error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
143
144
144
-
We have supplied an alternative stack configuration file (`stack-alt.yaml`) that will use a version of GHC prior to the upstream issue being introduced.
145
+
A workround for this bug is to override the used libffi version (this is what we use on CI):
0 commit comments