Logs: liberachat/#haskell
| 2026-04-24 14:36:27 | <dolio> | ski: Maybe I should try to buy dölio.something |
| 2026-04-24 14:40:11 | × | Googulator53 quits (~Googulato@team.broadbit.hu) (Quit: Client closed) |
| 2026-04-24 14:40:28 | <[exa]> | döl.io? |
| 2026-04-24 14:40:51 | → | Googulator53 joins (~Googulato@team.broadbit.hu) |
| 2026-04-24 14:45:05 | × | williu5 quits (~williu5@user/williu5) (Quit: WeeChat 4.9.0) |
| 2026-04-24 14:46:04 | <ski> | (when i tried opening <https://www.pédrot.fr/publications.html>, it failed, presumably due to the domain name) |
| 2026-04-24 14:48:37 | → | machinedgod joins (~machinedg@d172-219-48-230.abhsia.telus.net) |
| 2026-04-24 14:51:11 | → | jmcantrell_ joins (~weechat@user/jmcantrell) |
| 2026-04-24 14:51:17 | jmcantrell_ | is now known as jmcantrell |
| 2026-04-24 14:53:59 | <geekosaur> | works here. browser has punycode disabled? |
| 2026-04-24 14:54:20 | <geekosaur> | (sometimes done to deal with domain hijacking attacks based on lookalike characters) |
| 2026-04-24 14:59:59 | × | Pozyomka quits (~pyon@user/pyon) (Read error: Connection reset by peer) |
| 2026-04-24 15:00:22 | → | Pozyomka joins (~pyon@user/pyon) |
| 2026-04-24 15:01:14 | × | tromp quits (~textual@2001:1c00:340e:2700:8826:a952:b27a:3344) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2026-04-24 15:03:19 | × | pabs3 quits (~pabs3@user/pabs3) (Ping timeout: 264 seconds) |
| 2026-04-24 15:03:47 | → | koz_ joins (~koz@121.99.240.58) |
| 2026-04-24 15:03:55 | × | koz quits (~koz@121.99.240.58) (Ping timeout: 264 seconds) |
| 2026-04-24 15:05:52 | → | pabs3 joins (~pabs3@user/pabs3) |
| 2026-04-24 15:07:36 | × | rainbyte quits (~rainbyte@181.47.219.3) (Read error: Connection reset by peer) |
| 2026-04-24 15:10:47 | → | rainbyte joins (~rainbyte@181.47.219.3) |
| 2026-04-24 15:14:32 | → | williu5 joins (~williu5@user/williu5) |
| 2026-04-24 15:14:37 | → | forell joins (~forell@user/forell) |
| 2026-04-24 15:17:47 | → | layline_ joins (~layline@149.154.26.56) |
| 2026-04-24 15:17:49 | layline_ | is now known as layline-away |
| 2026-04-24 15:18:55 | layline-away | is now known as layline_ |
| 2026-04-24 15:19:15 | × | xff0x quits (~xff0x@2405:6580:b080:900:6c27:d6ee:427a:3707) (Ping timeout: 246 seconds) |
| 2026-04-24 15:20:13 | → | xff0x joins (~xff0x@2405:6580:b080:900:8e82:192:472e:23f9) |
| 2026-04-24 15:29:13 | → | pounce joins (8a023a9e4a@user/cute/pounce) |
| 2026-04-24 15:30:36 | × | m quits (~travltux@user/travltux) (Quit: WeeChat 4.7.2) |
| 2026-04-24 15:30:57 | <pounce> | has anyone had luck with cabal build --semaphore ? |
| 2026-04-24 15:31:01 | <pounce> | it's super failing for me |
| 2026-04-24 15:31:07 | <pounce> | with cabal_semaphore_3: semOpen: does not exist (No such file or directory) |
| 2026-04-24 15:31:48 | <dminuoso> | pounce: What operating system? |
| 2026-04-24 15:31:53 | <pounce> | linux |
| 2026-04-24 15:32:08 | <pounce> | arch, with ghcup |
| 2026-04-24 15:32:08 | <dminuoso> | pounce: Try strace to figure out what file is giving that error |
| 2026-04-24 15:32:28 | <dminuoso> | (or lack of file..) |
| 2026-04-24 15:32:30 | → | m joins (~travltux@user/travltux) |
| 2026-04-24 15:32:36 | <haskellbridge> | <maerwald> is your cabal musl? |
| 2026-04-24 15:32:46 | <haskellbridge> | <maerwald> "ldd ~/.ghcup/bin/cabal" |
| 2026-04-24 15:32:57 | <pounce> | you mean the semaphore file? it seems to be /dev/shm/cabal_semaphore_4 (or 3 in the previous case) |
| 2026-04-24 15:33:12 | <haskellbridge> | <maerwald> no, your cabal binary |
| 2026-04-24 15:33:30 | <haskellbridge> | <maerwald> this is a known issue with musl binary on glibc system |
| 2026-04-24 15:33:55 | <pounce> | fr? |
| 2026-04-24 15:34:12 | <haskellbridge> | <maerwald> so what does the command say |
| 2026-04-24 15:34:35 | <pounce> | > not a dynamic executable |
| 2026-04-24 15:34:36 | <lambdabot> | Variable not in scope: dynamicVariable not in scope: executable |
| 2026-04-24 15:35:19 | <haskellbridge> | <maerwald> are you on vanilla channel? |
| 2026-04-24 15:35:20 | <pounce> | so i guess it could be musl? since it's not dynamically linked |
| 2026-04-24 15:35:32 | <pounce> | for ghcup? i didn't do anything specific installing it |
| 2026-04-24 15:35:42 | <haskellbridge> | <maerwald> "ghcup config" |
| 2026-04-24 15:35:50 | <haskellbridge> | <maerwald> what does "url-source" say |
| 2026-04-24 15:35:52 | × | chele quits (~chele@user/chele) (Remote host closed the connection) |
| 2026-04-24 15:36:13 | <pounce> | GHCupURL |
| 2026-04-24 15:36:27 | × | Googulator53 quits (~Googulato@team.broadbit.hu) (Ping timeout: 245 seconds) |
| 2026-04-24 15:36:50 | <haskellbridge> | <maerwald> what is the cabal version? |
| 2026-04-24 15:37:17 | <pounce> | cabal: 3.14.2.0, ghc: 9.12.2 |
| 2026-04-24 15:38:41 | <haskellbridge> | <maerwald> "ghcup install cabal 3.14.2.0 --force" should fix it |
| 2026-04-24 15:39:17 | <pounce> | what the hell |
| 2026-04-24 15:39:22 | <pounce> | maerwald: yes that works |
| 2026-04-24 15:39:41 | <pounce> | thank you :) |
| 2026-04-24 15:39:57 | <haskellbridge> | <maerwald> this is why I need to implement revisions |
| 2026-04-24 15:40:25 | <pounce> | ldd (which cabal) also now gives a glib executable i think |
| 2026-04-24 15:46:28 | <haskellbridge> | <maerwald> yes |
| 2026-04-24 15:51:25 | × | tnt1 quits (~Thunderbi@user/tnt1) (Ping timeout: 245 seconds) |
| 2026-04-24 15:52:28 | → | tromp joins (~textual@2001:1c00:340e:2700:8826:a952:b27a:3344) |
| 2026-04-24 15:54:00 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-04-24 15:57:38 | → | stefan joins (~stefan@176.120.178.197) |
| 2026-04-24 16:00:01 | ← | stefan parts (~stefan@176.120.178.197) () |
| 2026-04-24 16:06:27 | × | danza quits (~danza@user/danza) (Remote host closed the connection) |
| 2026-04-24 16:07:12 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-04-24 16:13:01 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
| 2026-04-24 16:21:00 | × | oppili quits (~oppili@user/nerdypepper) (Ping timeout: 255 seconds) |
| 2026-04-24 16:21:54 | → | oppili joins (~oppili@lewi-27-b2-v4wan-165682-cust505.vm4.cable.virginm.net) |
| 2026-04-24 16:22:02 | × | oppili quits (~oppili@lewi-27-b2-v4wan-165682-cust505.vm4.cable.virginm.net) (Changing host) |
| 2026-04-24 16:22:02 | → | oppili joins (~oppili@user/nerdypepper) |
| 2026-04-24 16:23:27 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-04-24 16:25:00 | → | misterfish joins (~misterfis@84.53.85.146) |
All times are in UTC.