2021-05-26 00:24:29 +0200 | jrgiacone | (6881c6e6@104.129.198.230) |
2021-05-26 00:25:33 +0200 | <jrgiacone> | I just built xmonad from stack on arch linux most recent kernel 5.12.6 in a vm. However, it would not install unless I installed the Haskell-x11 dependencies from the arch repo. will this create any issues? |
2021-05-26 00:27:25 +0200 | <geekosaur> | in general building anything Haskell-related from the Arch repos is a bad idea, because Arch broke its Haskell packaging. I'd also be surprised if stack used anything from the OS without being specifically told to |
2021-05-26 00:28:08 +0200 | <jrgiacone> | yea when I ram stack init then stack install it gets hung up on the x11 1.9 part unless I install haskell-x11 |
2021-05-26 00:28:17 +0200 | <jrgiacone> | ran* |
2021-05-26 00:28:36 +0200 | <jrgiacone> | I also tried the stack-static from the aur and it ran into the same issue |
2021-05-26 00:28:50 +0200 | <geekosaur> | I wonder if installing haskell-x11 also pulled in some C dependencie syou need |
2021-05-26 00:29:56 +0200 | <jrgiacone> | ideally I would like to get out of dependencies on the arch repo when I do my final install on a drive, I dont want to wipe my working .15. However, another issue I ran into with stack and xmobar is it does not like the degree symbol in the config even after installing the dejavu font |
2021-05-26 00:31:09 +0200 | <geekosaur> | that's a problem that should be fixed by the next xmonad release |
2021-05-26 00:31:25 +0200 | <jrgiacone> | is that a current issue with the git version |
2021-05-26 00:31:50 +0200 | <jrgiacone> | there is no issues on my 0.15, only the vim git version |
2021-05-26 00:31:58 +0200 | <geekosaur> | git should already be fixed, although depending on your config yuou may need to adjust it |
2021-05-26 00:32:15 +0200 | <geekosaur> | "vim git"? |
2021-05-26 00:32:51 +0200 | mc47 | (~yecinem@89.246.239.190) (Remote host closed the connection) |
2021-05-26 00:33:00 +0200 | <jrgiacone> | sorry, my main arch uses xmonad .15 from the repo and the xmobar does not have issues with the degree symbol. I wanted to test out the recent updates and made arch in a vm to test out the stack install of xmonad and xmobar and ran into the degree symbol issue within the vm |
2021-05-26 00:33:29 +0200 | <geekosaur> | oh, vm not vim |
2021-05-26 00:33:37 +0200 | <jrgiacone> | yea my bad |
2021-05-26 00:34:40 +0200 | <geekosaur> | current release xmonad introduced the double encoding bug, but current git should have fixed it. you may also need a more up to date xmobar, though, since it was working around the double encoding bug |
2021-05-26 00:35:05 +0200 | <jrgiacone> | yea the one i pulled was from the xmobar github |
2021-05-26 00:35:24 +0200 | <geekosaur> | hm, then it should be working |
2021-05-26 00:35:32 +0200 | <jrgiacone> | however, I did not use any flags in the stack install |
2021-05-26 00:35:57 +0200 | <jrgiacone> | when I get home I can show the error I get, I am going to wipe the vm and try again |
2021-05-26 00:36:18 +0200 | <jrgiacone> | instead of pulling stack from the repo, I will compile from source |
2021-05-26 00:36:59 +0200 | <liskin> | geekosaur: actually I think the double encoding bug never got released |
2021-05-26 00:37:17 +0200 | notis | (~notis@2a02:2149:8a60:1e00:ba71:7c40:9be8:4fca) |
2021-05-26 00:37:26 +0200 | <liskin> | it got merged mid last year, but the last release is way older than that |
2021-05-26 00:39:06 +0200 | <geekosaur> | hm |
2021-05-26 00:39:40 +0200 | <geekosaur> | was going to say my config was working around it,k but I think it was actually working around the bug double-encoding attempted to fix |
2021-05-26 00:40:29 +0200 | <geekosaur> | jrgiacone, make sure you build xmobar with the right flags (probably you want `all_extensions`) |
2021-05-26 00:41:10 +0200 | <geekosaur> | shouldn't need any flags with xmonad or xmonad-contrib although `use_xft` will widen the fonts you can use with xmonad itself |
2021-05-26 00:42:38 +0200 | <geekosaur> | s/widen the/expand the number and kind of/ |
2021-05-26 00:43:12 +0200 | <jrgiacone> | I'll give that a try, I got rid of it because it gave me a compile issue with alsa-mixer |
2021-05-26 00:43:45 +0200 | notis | (~notis@2a02:2149:8a60:1e00:ba71:7c40:9be8:4fca) (Ping timeout: 258 seconds) |
2021-05-26 00:44:13 +0200 | <geekosaur> | make sure you have the also development libs installed |
2021-05-26 00:44:18 +0200 | <jrgiacone> | While building package alsa-mixer-0.3.0 (scroll up to its section to see the error) using: |
2021-05-26 00:44:18 +0200 | <jrgiacone> | /home/aru/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_3.0.1.0_ghc-8.8.4 --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.0.1.0 build --ghc-options " -fdiagnostics-color=always" |
2021-05-26 00:44:19 +0200 | <jrgiacone> | Process exited with code: ExitFailure 1 - a similar error to this |
2021-05-26 00:44:28 +0200 | <jrgiacone> | what development livs |
2021-05-26 00:44:30 +0200 | <jrgiacone> | libs |
2021-05-26 00:44:36 +0200 | <geekosaur> | https://github.com/jaor/xmobar/blob/master/doc/compiling.org |
2021-05-26 00:45:38 +0200 | notis | (~notis@45.134.22.104) |
2021-05-26 00:45:39 +0200 | <geekosaur> | whatever arch calls libasound |
2021-05-26 00:45:52 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed) |
2021-05-26 00:46:17 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) |
2021-05-26 00:46:52 +0200 | <geekosaur> | at minimum you want the flags 'with_utf8 with_xft' |
2021-05-26 00:46:52 +0200 | <MrElendig> | alsa-lib |
2021-05-26 00:47:00 +0200 | <jrgiacone> | I will give it a try thank you :), Is stack better to build from source or is it fine from the main arch repo |
2021-05-26 00:48:11 +0200 | <MrElendig> | both are a mess just in slightly different ways :p |
2021-05-26 00:48:20 +0200 | <jrgiacone> | lmao! |
2021-05-26 00:49:05 +0200 | <geekosaur> | if we never released a version of xmonad with the bug then you can probably get away with using the xmobar in the arch repos |
2021-05-26 00:49:57 +0200 | <jrgiacone> | worst case I will resort to that option, but I would like to try and get all the git versions working. It is my little side project lol |
2021-05-26 00:50:10 +0200 | <jrgiacone> | I appreciate the input |
2021-05-26 01:02:53 +0200 | jrgiacone11 | (6881c714@104.129.199.20) |
2021-05-26 01:03:03 +0200 | jrgiacone | (6881c6e6@104.129.198.230) (Quit: Connection closed) |
2021-05-26 01:06:06 +0200 | jrgiacone11 | (6881c714@104.129.199.20) (Client Quit) |
2021-05-26 01:18:32 +0200 | thc202 | (~thc202@unaffiliated/thc202) (Quit: thc202) |
2021-05-26 01:36:13 +0200 | notis | (~notis@45.134.22.104) (Ping timeout: 265 seconds) |
2021-05-26 02:30:15 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-05-26 02:30:33 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
2021-05-26 02:32:54 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) () |
2021-05-26 02:52:56 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-05-26 02:53:12 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
2021-05-26 04:22:02 +0200 | vanvik3 | (~nimor@82.194.204.210) |
2021-05-26 04:22:51 +0200 | vanvik | (~nimor@82.194.204.210) (Read error: Connection reset by peer) |
2021-05-26 04:22:51 +0200 | vanvik3 | vanvik |
2021-05-26 04:59:51 +0200 | freenodecom | (~com@freenode/staff) |
2021-05-26 04:59:51 +0200 | freenodecom | +o freenodecom |
2021-05-26 04:59:51 +0200 | | This channel has moved to ##xmonad. The topic is in violation of freenode policy: https://freenode.net/policies |
2021-05-26 04:59:51 +0200 | <freenodecom> | This channel has been reopened with respect to the communities and new users. The topic is in violation of freenode policy: https://freenode.net/policies |
2021-05-26 04:59:51 +0200 | OperServ | +o freenodecom |
2021-05-26 04:59:51 +0200 | ChanServ | +impsf-bbb ##xmonad jones-!*@* *!*@110.23.99.45 *!*ushdfgak@*.syr.edu |
2021-05-26 04:59:51 +0200 | ChanServ | -bbbb *!*ush@*.syr.edu *!*Basher@88.197.232.* *!*Scuzzleb@*.pools.arcor-ip.net *!*Exteris@209.226.37.* |
2021-05-26 04:59:51 +0200 | freenodecom | -v lambdabot |
2021-05-26 04:59:53 +0200 | <freenodecom> | The new channel is ##xmonad |
2021-05-26 04:59:59 +0200 | freenodecom | (~com@freenode/staff) () |
2021-05-26 05:10:20 +0200 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (Quit: This place is going to hell. See you on libera.chat!) |
2021-05-26 05:26:39 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-05-26 06:14:00 +0200 | benin | (~benin@183.82.205.139) (Ping timeout: 252 seconds) |
2021-05-26 06:27:24 +0200 | thunderrd | (~thunderrd@183.182.115.71) (Quit: If it wasn't written down it didn't happen...) |
2021-05-26 08:22:04 +0200 | berberman_ | (~berberman@unaffiliated/berberman) (Ping timeout: 245 seconds) |
2021-05-26 09:52:07 +0200 | dweller | (~dweller@178.62.146.60) () |
2021-05-26 10:00:01 +0200 | scardinal | (~supreme@unaffiliated/scardinal) (Quit: leaving) |
2021-05-26 10:01:33 +0200 | evanjs | (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer) |
2021-05-26 11:10:28 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) () |
2021-05-26 11:11:37 +0200 | sibi | (psibimatri@gateway/shell/matrix.org/x-uopslyvchnbvknfa) () |
2021-05-26 11:46:26 +0200 | Bruners | (lasseb@gateway/shell/tihlde/x-sqngxlewbsyanjez) () |
2021-05-26 11:49:22 +0200 | liskin | (~liskin@ackle.nomi.cz) () |
2021-05-26 11:56:23 +0200 | fizzie | (fis@unaffiliated/fizzie) () |
2021-05-26 12:04:36 +0200 | Natch | (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) (Remote host closed the connection) |
2021-05-26 12:38:17 +0200 | ericsagn1 | (~ericsagne@2405:6580:0:5100:7767:3034:663c:8014) (Ping timeout: 258 seconds) |
2021-05-26 13:45:16 +0200 | sagax | (~sagax_nb@213.138.71.146) (Ping timeout: 268 seconds) |
2021-05-26 14:16:50 +0200 | vrs | (~vrs@unaffiliated/vrs) () |
2021-05-26 14:40:22 +0200 | xacktm | (xacktm@gateway/shell/panicbnc/x-cckreqhvgmeuulfv) (Ping timeout: 258 seconds) |
2021-05-26 14:52:52 +0200 | lally | (sid388228@gateway/web/irccloud.com/x-epmeawsrwfhvjugi) (Ping timeout: 245 seconds) |
2021-05-26 15:43:01 +0200 | wagle | (~wagle@quassel.wagle.io) (Ping timeout: 265 seconds) |
2021-05-26 15:58:01 +0200 | joshproehl | (~quassel@dtools-d10-tx-1.inf.daedalusdreams.com) () |
2021-05-26 16:59:19 +0200 | arca0[m] | (kamilmatri@gateway/shell/matrix.org/x-asdqolktmmwhkovx) () |
2021-05-26 19:23:04 +0200 | Guest9597 | (~sdx23@185.13.148.138) (Remote host closed the connection) |
2021-05-26 19:25:17 +0200 | drdo | (~drdo@overlord0.drdo.eu) (Ping timeout: 260 seconds) |