-
Notifications
You must be signed in to change notification settings - Fork 696
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
fdLock: invalid argument on i386 linux cabal 3.4.0.0 via ghcup #7313
Comments
I can confirm that this problem also occurs on |
What's your
EDIT: this might be duplicate of haskellari/lukko#15 and #6602 |
|
I believe it is a duplicate! Should we close this issue then? |
Yes, I'd say this is EDIT: I still recommend |
I can confirm that it works if I compile with
Perhaps the bindist should be updated to fix this. |
* Use cabal-install version 3.6.2.0 * Remove M1 workaround * Drop network constraint * Fix building static executables * Add FreeBSD12 release builds (#7733) * Fix linux build * Create properly named tarballs * Only pass --enable-executable-static on alpine * Fix windows build * Use cabal.project.release * Run split-sections selectively, fixing arm/aarch builds * Add retries for windows and armv7 * Fix 32bit arches See #7313 (comment) * Adjust paths
Add workaround acc. to haskell/cabal#7313 (comment)
I'm seeing the dreaded
fdLock: invalid argument
.To Reproduce
(I got my
cabal-3.4.0.0
via./i386-linux-ghcup install cabal 3.4.0.0
.)Anyone else seeing this?
The text was updated successfully, but these errors were encountered: