2023/07/30

2023-07-30 06:21:38 +0200raccct(~raccct@mob-194-230-148-0.cgn.sunrise.net)
2023-07-30 12:32:35 +0200raccct(~raccct@mob-194-230-148-0.cgn.sunrise.net) (Ping timeout: 246 seconds)
2023-07-30 18:54:54 +0200Guest64(~Guest64@c-73-73-62-62.hsd1.il.comcast.net)
2023-07-30 19:02:48 +0200Guest11(~Guest64@c-73-73-62-62.hsd1.il.comcast.net)
2023-07-30 19:03:02 +0200Guest11(~Guest64@c-73-73-62-62.hsd1.il.comcast.net) (Client Quit)
2023-07-30 19:23:24 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4) (Ping timeout: 260 seconds)
2023-07-30 19:26:30 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4)
2023-07-30 20:13:27 +0200 <Guest64> Hi,
2023-07-30 20:13:28 +0200 <Guest64> I've been trying to compile kmonad (the available binaries are a few years out of date, I'm using Pop!_OS with nix installed) and have been having issues with both nix and stack. Specifically for stack, the end of the output when I run it is this (same as https://github.com/kmonad/kmonad/issues/727):
2023-07-30 20:13:28 +0200 <Guest64> > Error: [S-6374]
2023-07-30 20:13:29 +0200 <Guest64> >        While building simple Setup.hs (scroll up to its section to see the error) using:
2023-07-30 20:13:29 +0200 <Guest64> >        /home/j-ace-svg/.stack/programs/x86_64-linux/ghc-tinfo6-9.2.5/bin/ghc-9.2.5 -rtsopts -threaded -clear-package-db -global-package-db -hide-all-packages -package base -main-is StackSetupShim.mainOverride -package Cabal-3.6.3.0 /home/j-ace-svg/.stack/setup-exe-src/setup-6HauvNHV.hs
2023-07-30 20:13:30 +0200 <Guest64> /home/j-ace-svg/.stack/setup-exe-src/setup-shim-6HauvNHV.hs -o /home/j-ace-svg/.stack/setup-exe-cache/x86_64-linux-tinfo6/tmp-Cabal-simple_6HauvNHV_3.6.3.0_ghc-9.2.5
2023-07-30 20:13:30 +0200 <Guest64> >        Process exited with code: ExitFailure 1
2023-07-30 20:13:30 +0200 <lambdabot> error:
2023-07-30 20:13:31 +0200 <lambdabot> • Data constructor not in scope: Error
2023-07-30 20:13:31 +0200 <lambdabot> • Perhaps you meant variable ‘error’ (imported from Prelude)error: Data ...
2023-07-30 20:13:31 +0200 <Guest64> Is there something I'm doing wrong or some step I'm missing? I'm cloning, cd-ing into the directory and then running stack build or stack install. (I also just tested in a replit vm (similar setup, nix on ubuntu) and it failed the same way using stack)
2023-07-30 20:15:51 +0200 <Solid> Guest64: mh, I can't reproduce this at all
2023-07-30 20:16:06 +0200 <Solid> everything builds fine here (and the CI also doesn't complain, so far)