-
Notifications
You must be signed in to change notification settings - Fork 709
Cannot run on i386 Ubuntu. Fails file locking #6602
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
Comments
Currently, this is blocking me from setting up CI builds for https://github.com/erikd/wide-word/ on 32-bit Linux. |
Perhaps we shouldn't be using |
I've grepped for all occurrences of file descriptor
|
This is interesting:
Everywhere |
Please, could you buffer your investigation and post them at once. The mail noise is bad. |
On 64-bit Linux,
|
The relevant file is https://github.com/phadej/lukko/blob/master/src-ofd/Lukko/OFD.hsc#L147-L179 I don't see how |
Been trying to build When using
Why would the linker fail like that? This is the
|
The issue is tracked in haskellari/lukko#15 One solution is to compile |
I've confirmed the above work around works for me. |
Even though there is a workaround, I think perhaps this issue should be re-opened because it remains the case that the version of cabal available for download has this problem and it would be good to have a new release with this fixed so I can undo all the patches I've made in my CI environment. |
This happened to me today (installed cabal-3.2.0.0 from hackage using cabal-3.0.0.0). I'm trying to work around it like so, and failing:
|
I was using the faulty cabal-install to rebuild lukko. An older one worked:
So, worked around, but it wasn't pleasant, and I too think this issue is important. |
Slackware 14.2 (32 bit)
|
I'm seeing this on the recently built armv7 bindists: |
Describe the bug
Running
cabal v2-update
fails oni386-ubuntu-18.04
running in docker. It's possible that this is unrelated todocker
although I've not tested this.To Reproduce
Steps to reproduce the behavior:
Expected behavior
cabal v2-update
should work oni386-ubuntu
.System information
Operating system:
i386-ubuntu
in docker (possible also not in docker)Additional context
The text was updated successfully, but these errors were encountered: