Home liberachat/#xmonad: Logs Calendar

Logs on 2025-04-30 (liberachat/#xmonad)

00:54:19 OftenFaded joins (~OftenFade@user/tisktisk)
01:28:17 × tv quits (~tv@user/tv) (Ping timeout: 248 seconds)
01:29:21 × OftenFaded quits (~OftenFade@user/tisktisk) (Quit: Client closed)
01:42:27 tv joins (~tv@user/tv)
02:18:40 × td_ quits (~td@i53870912.versanet.de) (Ping timeout: 252 seconds)
02:20:42 td_ joins (~td@i5387091A.versanet.de)
02:26:39 sajenim joins (~sajenim@user/sajenim)
02:53:41 × sajenim quits (~sajenim@user/sajenim) (Ping timeout: 248 seconds)
03:03:06 × rekahsoft quits (~rekahsoft@bras-base-orllon1103w-grc-15-174-95-4-83.dsl.bell.ca) (Remote host closed the connection)
03:30:23 sajenim joins (~sajenim@user/sajenim)
04:32:07 × sajenim quits (~sajenim@user/sajenim) (Quit: WeeChat 4.4.3)
04:32:56 sajenim joins (~sajenim@user/sajenim)
05:04:47 × sajenim quits (~sajenim@user/sajenim) (Quit: WeeChat 4.4.3)
05:06:50 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Remote host closed the connection)
05:09:51 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
06:38:56 Buliarou1 joins (~gypsydang@46.232.210.139)
06:40:34 × Buliarous quits (~gypsydang@46.232.210.139) (Ping timeout: 260 seconds)
07:08:33 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
07:10:13 redgloboli joins (~redglobol@user/redgloboli)
07:23:17 × ft quits (~ft@p4fc2a6e6.dip0.t-ipconnect.de) (Quit: leaving)
07:24:29 ChubaDuba joins (~ChubaDuba@46.147.103.2)
07:41:02 sajenim joins (~sajenim@user/sajenim)
07:42:32 werneta joins (~werneta@syn-071-083-160-242.res.spectrum.com)
08:00:12 × T_X quits (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer)
08:00:41 T_X joins (~T_X@diktynna.open-mesh.org)
08:09:23 × ChubaDuba quits (~ChubaDuba@46.147.103.2) (Quit: WeeChat 4.6.0)
08:19:56 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out)
09:47:19 L29Ah joins (~L29Ah@wikipedia/L29Ah)
10:13:42 rascasse joins (~rascasse@user/diep)
12:57:21 × _qw quits (~eqw@user/eqw) (Ping timeout: 248 seconds)
13:11:24 _qw joins (~eqw@user/eqw)
15:34:42 × sajenim quits (~sajenim@user/sajenim) (Ping timeout: 252 seconds)
15:51:49 × werneta quits (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 248 seconds)
15:54:59 ft joins (~ft@p4fc2a6e6.dip0.t-ipconnect.de)
17:06:25 × ft quits (~ft@p4fc2a6e6.dip0.t-ipconnect.de) (Quit: leaving)
17:08:31 ft joins (~ft@p4fc2a6e6.dip0.t-ipconnect.de)
17:15:56 × catman quits (~catman@user/catman) (Remote host closed the connection)
18:23:02 catman joins (~catman@user/catman)
19:27:00 OftenFaded joins (~OftenFade@user/tisktisk)
20:26:15 × Buliarou1 quits (~gypsydang@46.232.210.139) (Remote host closed the connection)
20:26:43 Buliarous joins (~gypsydang@46.232.210.139)
20:41:24 Digitteknohippie joins (~user@69.47.7.51.dyn.plus.net)
20:42:52 × Digit quits (~user@69.47.7.51.dyn.plus.net) (Ping timeout: 276 seconds)
20:54:47 Digitteknohippie is now known as Digit
20:59:35 Digitteknohippie joins (~user@69.47.7.51.dyn.plus.net)
21:00:25 × Digit quits (~user@69.47.7.51.dyn.plus.net) (Ping timeout: 244 seconds)
21:15:27 Digitteknohippie is now known as Digit
21:49:51 × OftenFaded quits (~OftenFade@user/tisktisk) (Quit: Client closed)
22:48:34 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
22:58:46 <rascasse> hi, trying to install xmonad from sources (git), after stack init, stack install fails "while building pkg X11-1.10.3
22:59:16 <rascasse> stack version is 3.5.1
23:00:20 <rascasse> ghc seems to be 9.8.4
23:01:29 <rascasse> picked snapshot is lts 23 19
23:01:42 <rascasse> any idea how to fix the issue?
23:10:09 <geekosaur> there should be an actual error before that, possibly in a log file that it names
23:11:04 <geekosaur> there's not a whole lot to go on otherwise, but common problems are not having the system X11, xinerama, and X11-screensaver dev packages installed
23:11:48 <rascasse> Im installing on Arch, right now Im in a raw linux console
23:11:54 <rascasse> so I dont have scrollback
23:12:08 <rascasse> where is located the log file?
23:12:30 <rascasse> libx11 is installed
23:12:56 <rascasse> xinerama too
23:13:35 <geekosaur> I don't use stack, so I couldn't tell you where it would have put the build log
23:15:25 <geekosaur> you might rerun the stack install command with output teed to a file (stack install 2>&1 | tee stack.log) and inspect the log after in an editor or with less
23:17:11 <rascasse> "configure: error: X11/extentions/scrnsaver.h (form libXss) is required
23:17:44 <geekosaur> right, I mewntioned that earlier
23:18:06 <rascasse> retrying with libxss installed
23:19:18 <rascasse> ok the buid is now progressing past the prev failure
23:19:20 <rascasse> thx!
23:20:37 <rascasse> it built
23:20:39 <rascasse> all good
23:28:22 L29Ah joins (~L29Ah@wikipedia/L29Ah)
23:43:14 sajenim joins (~sajenim@user/sajenim)

All times are in UTC on 2025-04-30.