💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-10-10.txt captured on 2024-05-12 at 16:01:43.
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
[2022-10-10T02:06:40Z] <wael[m]> Hi [2022-10-10T02:12:59Z] <Torr> Ahoy [2022-10-10T02:13:10Z] <testuser[m]> Hi [2022-10-10T02:35:16Z] <saturn[m]> hello [2022-10-10T13:32:16Z] <midfavila> https://inv.riverside.rocks/watch?v=gXP1Nc-hP1Y [2022-10-10T13:32:22Z] <midfavila> song of the day suggestion [2022-10-10T13:32:33Z] <midfavila> this is what's going to play when we storm debian HQ [2022-10-10T14:09:40Z] <wael[m]> illiliti: `error expected type dict|list, got str` in `variables : 'moduledir=' + moduledir`, how can this be fixed? [2022-10-10T14:42:38Z] * testuser[m] calls getcontext() [2022-10-10T14:49:00Z] <testuser[m]> wael: variables: [ 'moduledir=' + moduledir ] [2022-10-10T14:49:08Z] <testuser[m]> but u haven't given any info so idk [2022-10-10T14:49:21Z] <illiliti> send full log [2022-10-10T14:49:30Z] <illiliti> it might be a regression [2022-10-10T14:59:13Z] <wael_> https://termbin.com/b27a [2022-10-10T14:59:14Z] <wael_> https://gitlab.freedesktop.org/vdpau/libvdpau/-/blob/1.5/meson.build#L57 [2022-10-10T15:04:56Z] <illiliti> looks like just a bug [2022-10-10T15:05:04Z] <illiliti> try to make it array as testuser said [2022-10-10T15:05:11Z] <illiliti> i'll report this to muon [2022-10-10T15:05:30Z] <wael_> im not sure how to, i have declared it as an empty via [] and then added other things via += [2022-10-10T15:05:43Z] <wael_> but that didnt change anything somehow [2022-10-10T15:06:36Z] <illiliti> same error? [2022-10-10T15:06:55Z] <wael_> yes if i declared it 'properly' [2022-10-10T15:07:11Z] <illiliti> ok got it [2022-10-10T15:09:50Z] <wael_> also, about mesa using llvm for muon, is the patch for it available? [2022-10-10T15:23:05Z] <illiliti> wael_: btw does it build with meson? [2022-10-10T15:23:10Z] <wael_> yes [2022-10-10T15:27:42Z] <illiliti> hmm, i'm able to workaround this bug with: variables : ['moduledir=' + moduledir], [2022-10-10T15:27:57Z] <illiliti> i wonder why it doesn't work for you [2022-10-10T15:28:16Z] <wael_> it works as is for you? [2022-10-10T15:28:40Z] <illiliti> variables : ['moduledir=' + moduledir], [2022-10-10T15:28:44Z] <illiliti> this works [2022-10-10T15:29:36Z] <wael_> can confirm [2022-10-10T16:15:29Z] <midfavila> wael_, you wanted identifiers of some sort for ls, right? [2022-10-10T16:15:38Z] <midfavila> see if ls -F is acceptable [2022-10-10T16:15:53Z] <wael_> sort of acceptable [2022-10-10T16:16:00Z] <wael_> i already use it along with colors [2022-10-10T16:16:02Z] <midfavila> would probably be pretty trivial to write a filter using awk and tput to colorize things based on the appended character [2022-10-10T16:16:35Z] <wael_> please no [2022-10-10T16:16:59Z] <wael_> only if i reaaaally want to use sbase+ubase but its pretty mediocre since theres not many utilities or features in general [2022-10-10T16:17:18Z] <midfavila> werks for me [2022-10-10T16:17:43Z] <wael_> hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm [2022-10-10T16:56:04Z] <testuser[m]> but teeput is not boortable [2022-10-10T16:56:13Z] <testuser[m]> So bad [2022-10-10T16:59:49Z] <wael_> whar [2022-10-10T17:05:19Z] <midfavila> testuser[m], local shell scripts and programs shouldn't worry about being portable [2022-10-10T18:28:17Z] <wael_> local [2022-10-10T21:27:25Z] <midfavila> have any of you bothered to set up a RISC-V toolchain for KISS? [2022-10-10T21:27:42Z] <midfavila> i wanna play with xv6 but MIT is lame and stopped supporting their x86 rendition of the kernel [2022-10-10T21:27:54Z] <midfavila> https://github.com/mit-pdos/xv6-riscv [2022-10-10T21:27:58Z] <midfavila> in case anyone's curious [2022-10-10T21:29:29Z] <illiliti> wael_: bug has been fixed. rebuild muon