Logs: liberachat/#xmonad
| 2021-05-26 20:13:19 | allbery_b | is now known as geekosaur |
| 2021-05-26 20:16:18 | → | Guest46 joins (~Guest46@c-67-176-187-120.hsd1.il.comcast.net) |
| 2021-05-26 20:16:21 | Guest46 | is now known as hi |
| 2021-05-26 20:16:29 | <hi> | whoa that completely worked, thank you so much |
| 2021-05-26 20:18:05 | → | sszark joins (~sszark@h-85-24-213-180.A392.priv.bahnhof.se) |
| 2021-05-26 20:20:01 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-05-26 20:20:38 | <liskin> | hi: so, what was the real issue then? |
| 2021-05-26 20:20:40 | <liskin> | just the jk typo? |
| 2021-05-26 20:20:43 | × | hi quits (~Guest46@c-67-176-187-120.hsd1.il.comcast.net) (Client Quit) |
| 2021-05-26 20:25:03 | <liskin> | well anyway, if that was it, it's one more reason I'd really like to get rid of build scripts |
| 2021-05-26 20:36:00 | × | thaumavorio quits (~thaumavor@thaumavor.io) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-05-26 20:36:48 | → | thaumavorio joins (~thaumavor@thaumavor.io) |
| 2021-05-26 20:40:05 | × | ntm quits (~ntm@2600:1700:5526:4080::46) (Ping timeout: 252 seconds) |
| 2021-05-26 20:40:28 | → | ntm joins (~ntm@69-212-61-243.lightspeed.cicril.sbcglobal.net) |
| 2021-05-26 20:41:34 | → | iceflinger joins (~iceflinge@loud.house) |
| 2021-05-26 21:21:20 | → | God joins (~weechat@thestonedapes.com) |
| 2021-05-26 21:56:27 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-05-26 22:11:17 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-05-26 22:41:15 | × | themainman quits (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-05-26 22:41:44 | → | themainman joins (~themainma@user/themainman) |
| 2021-05-26 22:43:38 | → | benin joins (~benin@183.82.207.211) |
| 2021-05-26 22:45:41 | × | benin quits (~benin@183.82.207.211) (Client Quit) |
| 2021-05-26 22:51:18 | → | benin joins (~benin@183.82.176.197) |
| 2021-05-26 23:17:38 | × | God quits (~weechat@thestonedapes.com) (Quit: WeeChat 3.1) |
| 2021-05-27 00:02:06 | → | tremon joins (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
| 2021-05-27 00:29:16 | → | codedmart joins (codedmart@2600:3c01::f03c:92ff:fefe:8511) |
| 2021-05-27 00:30:03 | × | tremon quits (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 2021-05-27 00:39:54 | × | dmwit quits (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Quit: lol) |
| 2021-05-27 00:49:37 | → | jrgiacone joins (~jrgiacone@47.149.222.98) |
| 2021-05-27 00:51:08 | <jrgiacone> | Hi I am trying to build the git version of xmonad with stack. I am on a fresh install of arch and have downloaded the stack-static from the aur. when installing xmonad and xmonad-contrib with stack install I run into an issue on 11/14 with an error building package X11-1.9.2. I know I can get around this by installing the haskell-x11 from the arch |
| 2021-05-27 00:51:09 | <jrgiacone> | repository, however I would like to avoid that, is there any way around this? |
| 2021-05-27 01:12:49 | <burp> | what is the build error? |
| 2021-05-27 01:15:34 | <jrgiacone> | one sec re-running |
| 2021-05-27 01:19:00 | <jrgiacone> | It exits with code: ExitFailure 1 |
| 2021-05-27 01:19:30 | <jrgiacone> | it wrrors while building package X11-1.9.2 /tmp/stack-a813f5d600fbb30a/X11-1.9.2 |
| 2021-05-27 01:19:44 | <geekosaur> | there should be an actual error before that |
| 2021-05-27 01:21:33 | <jrgiacone> | it has setlocale > Registering library for setlocale-1.0.0.10.. followed by the Progress 11/14 then while building package ... (in here is a bunch of snapshot information is that what your are looking for) |
| 2021-05-27 01:22:55 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/4f772f9fcb3d4df3175c1bdfcc95d2f1/2021-05-26-182222_1031x365_scrot.png |
| 2021-05-27 01:22:55 | <geekosaur> | how about just pastebin the full output |
| 2021-05-27 01:22:59 | <geekosaur> | @where paste |
| 2021-05-27 01:22:59 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 2021-05-27 01:23:48 | <burp> | hmm, just ExitFailure 1, unfortunate |
| 2021-05-27 01:23:57 | <jrgiacone> | yea I can try, I uploaded a screenshot because I am in a vm, but I can try to figure out how to copy it |
| 2021-05-27 01:24:29 | <jrgiacone> | I know it will compile if I install the haskell-x11 package from the repo, but it should be able to without those dependencies i thought |
| 2021-05-27 01:24:49 | <burp> | maybe it's because of the dependencies that the haskell-x11 package installs |
| 2021-05-27 01:25:00 | <burp> | some X11 development headers or libraries |
| 2021-05-27 01:25:05 | <geekosaur> | stack will build some things in parallel which is why it says "scroll up to its section" |
| 2021-05-27 01:25:15 | <geekosaur> | it keeps building unrelated deps hence the setlocale thing |
| 2021-05-27 01:25:29 | <jrgiacone> | oh i see |
| 2021-05-27 01:25:36 | <jrgiacone> | i think it is the libXss let me check thank you |
| 2021-05-27 01:25:36 | <geekosaur> | and yes, you need libraries like Xss which aren'[t normally installed |
| 2021-05-27 01:29:14 | × | themainman quits (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-05-27 01:30:29 | <jrgiacone> | that was it perfect, I was not looking far enough up. I really appreciate it :) |
| 2021-05-27 01:30:44 | <geekosaur> | np |
| 2021-05-27 01:50:31 | → | leeb joins (~leeb@2001:268:c082:ffba:425b:d8ff:fe03:4cd) |
| 2021-05-27 02:00:18 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/c347daa6cac7bfc9cfb03638826d8198/2021-05-26-185958_1161x125_scrot.png |
| 2021-05-27 02:00:35 | <jrgiacone> | I get this issue when trying to compile xmobar with all extensions, says the C header contains errors |
| 2021-05-27 02:01:50 | <jrgiacone> | its a Lexical error |
| 2021-05-27 02:02:15 | <jrgiacone> | currently going to try libxpm |
| 2021-05-27 02:05:19 | <jrgiacone> | that and lib-alsa did not work |
| 2021-05-27 02:08:07 | <burp> | uh, that is a weird error |
| 2021-05-27 02:09:35 | <jrgiacone> | this is with compiling xmobar from source in stack with the all_extensions = true flag and netlink-1.1.1.0 for extra-deps |
| 2021-05-27 02:11:42 | <burp> | I see such a bug reported at debian |
| 2021-05-27 02:11:48 | <burp> | do you have gcc 11? |
| 2021-05-27 02:11:59 | <burp> | they suggest it's because of gcc 11 |
| 2021-05-27 02:12:25 | <jrgiacone> | yea version 11.1.0 |
| 2021-05-27 02:12:29 | <jrgiacone> | is what it installed |
| 2021-05-27 02:12:57 | <burp> | looks like there are issues with that version |
| 2021-05-27 02:13:11 | <jrgiacone> | damnn arch |
| 2021-05-27 02:13:12 | <burp> | question is, why does the archlinux package work |
| 2021-05-27 02:13:20 | <jrgiacone> | this is the arch package im trying to use lol |
| 2021-05-27 02:13:52 | <jrgiacone> | is there a way to flag it so stack does not compile the alsa part |
| 2021-05-27 02:16:36 | <burp> | I think it must be explicitly enabled, at least the archlinux buildfile does that |
| 2021-05-27 02:16:39 | <burp> | https://github.com/archlinux/svntogit-community/blob/packages/xmobar/trunk/PKGBUILD |
| 2021-05-27 02:16:55 | <burp> | in principle you can specify flags like: stack install xmonad --flag xmonad:with_alsa |
| 2021-05-27 02:17:22 | <burp> | and apparently also with a minus |
| 2021-05-27 02:17:31 | <burp> | so stack install xmonad --flag xmonad:-with_alsa might do the trick |
| 2021-05-27 02:17:48 | <jrgiacone> | will try! |
| 2021-05-27 02:17:52 | <burp> | and add the ones you might want, like with_xft, with_utf8, etc. |
| 2021-05-27 02:18:45 | <burp> | the other option is to be lazy and take the archlinux package, and wait until fixes have trickled through |
| 2021-05-27 02:19:55 | <burp> | eh wait, that was xmobar |
| 2021-05-27 02:20:31 | <burp> | ah, you want xmobar |
| 2021-05-27 02:20:40 | <burp> | was confused with xmonad/xmobar |
| 2021-05-27 02:20:42 | <jrgiacone> | yes sir, xmonad has no issues |
| 2021-05-27 02:21:27 | <burp> | last time I used the following for installation |
| 2021-05-27 02:21:31 | <burp> | stack install xmobar --flag xmobar:with_dbus --flag xmobar:with_threaded --flag xmobar:with_utf8 --flag xmobar:with_xft --flag xmobar:with_datezone --flag xmobar:with_iwlib |
| 2021-05-27 02:21:54 | <burp> | xft and utf8 for prettiness, iwlib for wifi stats module |
| 2021-05-27 02:22:51 | <jrgiacone> | it looks like with the -alsa it compiled so thats great, if i had all extensions in the stack.yml does it include all but alsa, or I have to manually define each |
| 2021-05-27 02:24:01 | <burp> | my guess is that you have to specify them |
| 2021-05-27 02:28:15 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/312d852cafc1a638144b1fd51715e103/2021-05-26-192759_473x158_scrot.png |
| 2021-05-27 02:28:23 | <jrgiacone> | I believe this worked too! thank you |
| 2021-05-27 02:29:04 | <burp> | ah this, yea |
| 2021-05-27 02:29:11 | <burp> | sounds good |
| 2021-05-27 02:29:23 | <jrgiacone> | I really appreciate the help, that's a fun bug lol |
| 2021-05-27 02:29:48 | <jrgiacone> | are any of you actively working/contributing to the project? |
| 2021-05-27 02:29:59 | <burp> | no, just a user like you |
| 2021-05-27 02:30:19 | <burp> | and idler here, but I just did my contribution for the year ;) |
| 2021-05-27 02:30:42 | <jrgiacone> | haha now I gotta pass it on |
| 2021-05-27 02:35:43 | → | a6a45081-2b83 joins (~aditya@106.214.73.78) |
| 2021-05-27 02:36:42 | <a6a45081-2b83> | my wifi connects a little late and in xmobar the temperature monitor updates at an interval of an hour, so after I start my pc I either I can restart xmonad after wifi connects or wait an hours |
All times are in UTC.