2024/05/10

Newest at the top

2024-05-10 17:19:56 +0200 <brox66> EvanR and jackdk, I finally got past the error! I switched back from gcc-12 to gcc-11 using update-alternatives, and now it seems to work! Many thanks!!
2024-05-10 17:19:12 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2024-05-10 17:18:23 +0200xdminsy(~xdminsy@117.147.70.240)
2024-05-10 17:16:21 +0200euleritian(~euleritia@dynamic-176-005-132-201.176.5.pool.telefonica.de)
2024-05-10 17:15:41 +0200 <EvanR> or whatever the command on the website was at the time
2024-05-10 17:15:24 +0200rvalue(~rvalue@user/rvalue) (Ping timeout: 268 seconds)
2024-05-10 17:15:06 +0200euleritian(~euleritia@dynamic-176-002-065-139.176.2.pool.telefonica.de) (Ping timeout: 268 seconds)
2024-05-10 17:14:15 +0200 <EvanR> curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
2024-05-10 17:13:54 +0200 <brox66> EvanR, how did you install it?
2024-05-10 17:13:34 +0200 <EvanR> I'm on ubuntu, ghcup worked
2024-05-10 17:12:47 +0200 <brox66> Yes, I got the impression that ghcup is the recommended way now, and got surprised it was so hard to get it working.
2024-05-10 17:12:46 +0200 <brox66> try to switch...
2024-05-10 17:12:46 +0200 <brox66> jackdk, thanks! I have already installed all those dependencies successfully. I have a working Rust toolchain, a working c++ environment when I try to compile some examples containing c++ code for CUDA demos, so I believe they work correctly. Although there is a setting between verion 11 and version 12 I can set. Maybe that could be a problem. I'll
2024-05-10 17:12:19 +0200xdminsy(~xdminsy@117.147.70.240) (Read error: Connection reset by peer)
2024-05-10 17:08:11 +0200waleee(~waleee@h-176-10-144-38.NA.cust.bahnhof.se)
2024-05-10 17:05:51 +0200 <jackdk> I use nix these days so I'm not across ghcup, though it is the default recommendation
2024-05-10 17:05:37 +0200 <jackdk> https://www.haskell.org/ghcup/install/#linux-ubuntu is the packages you need, though I would've thought the script would've installed them for you
2024-05-10 17:04:35 +0200 <jackdk> I wish I knew why configure is testing for all those llvm compilers since it found gcc. I wonder if you haven't got c++ stuff installed properly
2024-05-10 17:03:56 +0200 <jackdk> use ghcup if you can, and cabal is a lot better than it used to be. I gave stack away years ago
2024-05-10 17:03:41 +0200danse-nr3(~danse-nr3@an-19-180-249.service.infuturo.it) (Ping timeout: 268 seconds)
2024-05-10 17:02:19 +0200 <brox66> What is the current recommended way to install haskell stack on Ubuntu? I have been away for a few years from setting up haskell environments.
2024-05-10 16:59:45 +0200 <brox66> jackdk, I am now registered. Here is the link to pastebin, with my configure log from ghcup installation: https://paste.debian.net/1316549/
2024-05-10 16:56:58 +0200brox66(~Guest42@user/brox66)
2024-05-10 16:56:58 +0200brox66(~Guest42@94-255-250-108.cust.bredband2.com) (Changing host)
2024-05-10 16:56:44 +0200son0p(~ff@152.203.77.121) (Remote host closed the connection)
2024-05-10 16:56:29 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Ping timeout: 252 seconds)
2024-05-10 16:54:34 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2024-05-10 16:54:28 +0200rvalue-rvalue
2024-05-10 16:53:17 +0200machinedgod(~machinedg@d173-183-246-216.abhsia.telus.net)
2024-05-10 16:53:05 +0200Guest10brox66
2024-05-10 16:50:59 +0200rvalue(~rvalue@user/rvalue) (Ping timeout: 252 seconds)
2024-05-10 16:50:26 +0200rvalue-(~rvalue@user/rvalue)
2024-05-10 16:50:15 +0200 <Guest10> ok :-)
2024-05-10 16:40:21 +0200 <carbolymer> Guest10: don't be a guest, make yourself at home
2024-05-10 16:35:31 +0200vpan(~vpan@212.117.1.172) (Quit: Leaving.)
2024-05-10 16:35:18 +0200 <carbolymer> oh yeah dupTChan is much better
2024-05-10 16:34:38 +0200titibandit(~titibandi@user/titibandit)
2024-05-10 16:34:30 +0200 <Lears> carbolymer: You can also make a `reset = atomically (writeTVar wake False)`. Then your master thread would `readySetGo >> reset` while your workers `forever (waitForIt >> doTheThing)`. This isn't really a good idea though, whether with STM or an MVar. Consider using a TChan: have your master thread write to a `newBroadcastTChan`, while your workers read from `dupTChans` produced from it.
2024-05-10 16:33:49 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 4.2.2)
2024-05-10 16:32:52 +0200zetef(~quassel@2a02:2f00:5202:1200:2128:605:71c4:66a4) (Ping timeout: 260 seconds)
2024-05-10 16:32:02 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2024-05-10 16:29:40 +0200 <Guest10> jackdk, I am now Guest10, I was previously Guest85
2024-05-10 16:28:42 +0200Guest10(~Guest42@94-255-250-108.cust.bredband2.com)
2024-05-10 16:26:49 +0200gmg(~user@user/gehmehgeh)
2024-05-10 16:26:16 +0200Sgeo(~Sgeo@user/sgeo)
2024-05-10 16:26:07 +0200 <carbolymer> Lears: ah but it requires check to run in STM. I'd like to do an IO action on lock update, and then wait for another update.
2024-05-10 16:24:10 +0200cfricke(~cfricke@user/cfricke)
2024-05-10 16:21:49 +0200gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2024-05-10 16:16:22 +0200chele(~chele@user/chele) (Remote host closed the connection)
2024-05-10 16:15:11 +0200AlexZenon(~alzenon@178.34.162.125)