New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/32221#issuecomment-888049344 Comment: ``` 02:43 ahesford, q66: well that's not good... 02:46 apparently this is an issue with lukko and one has to compile cabal with `-ofd-locking` 02:47 meaning we'd probably need to re-build cabal and patch in the respective json template ( https://github.com/haskell/cabal/blob/master/bootstrap/linux-8.10.4.json#L183 ) (they now also have a template for 8.10.4, so we can get rid of the patch for 8.10.1 and just use that) 02:48 ghcup already seems to distributive this alternative bindist ( https://gitlab.haskell.org/haskell/ghcup-hs/-/commit/7e0f839ff8f91cb7cfc78eaa57782bc1af30dc4b ) and it seems to work 02:48 (I'm writing this here because I'm really swamped with work for the next few weeks and so I don't think I'll have the time to actually build and test this; sorry!) ```