[2022-10-10T02:06:40Z] Hi [2022-10-10T02:12:59Z] Ahoy [2022-10-10T02:13:10Z] Hi [2022-10-10T02:35:16Z] hello [2022-10-10T13:32:16Z] https://inv.riverside.rocks/watch?v=gXP1Nc-hP1Y [2022-10-10T13:32:22Z] song of the day suggestion [2022-10-10T13:32:33Z] this is what's going to play when we storm debian HQ [2022-10-10T14:09:40Z] 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] wael: variables: [ 'moduledir=' + moduledir ] [2022-10-10T14:49:08Z] but u haven't given any info so idk [2022-10-10T14:49:21Z] send full log [2022-10-10T14:49:30Z] it might be a regression [2022-10-10T14:59:13Z] https://termbin.com/b27a [2022-10-10T14:59:14Z] https://gitlab.freedesktop.org/vdpau/libvdpau/-/blob/1.5/meson.build#L57 [2022-10-10T15:04:56Z] looks like just a bug [2022-10-10T15:05:04Z] try to make it array as testuser said [2022-10-10T15:05:11Z] i'll report this to muon [2022-10-10T15:05:30Z] im not sure how to, i have declared it as an empty via [] and then added other things via += [2022-10-10T15:05:43Z] but that didnt change anything somehow [2022-10-10T15:06:36Z] same error? [2022-10-10T15:06:55Z] yes if i declared it 'properly' [2022-10-10T15:07:11Z] ok got it [2022-10-10T15:09:50Z] also, about mesa using llvm for muon, is the patch for it available? [2022-10-10T15:23:05Z] wael_: btw does it build with meson? [2022-10-10T15:23:10Z] yes [2022-10-10T15:27:42Z] hmm, i'm able to workaround this bug with: variables : ['moduledir=' + moduledir], [2022-10-10T15:27:57Z] i wonder why it doesn't work for you [2022-10-10T15:28:16Z] it works as is for you? [2022-10-10T15:28:40Z] variables : ['moduledir=' + moduledir], [2022-10-10T15:28:44Z] this works [2022-10-10T15:29:36Z] can confirm [2022-10-10T16:15:29Z] wael_, you wanted identifiers of some sort for ls, right? [2022-10-10T16:15:38Z] see if ls -F is acceptable [2022-10-10T16:15:53Z] sort of acceptable [2022-10-10T16:16:00Z] i already use it along with colors [2022-10-10T16:16:02Z] 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] please no [2022-10-10T16:16:59Z] 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] werks for me [2022-10-10T16:17:43Z] hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm [2022-10-10T16:56:04Z] but teeput is not boortable [2022-10-10T16:56:13Z] So bad [2022-10-10T16:59:49Z] whar [2022-10-10T17:05:19Z] testuser[m], local shell scripts and programs shouldn't worry about being portable [2022-10-10T18:28:17Z] local [2022-10-10T21:27:25Z] have any of you bothered to set up a RISC-V toolchain for KISS? [2022-10-10T21:27:42Z] i wanna play with xv6 but MIT is lame and stopped supporting their x86 rendition of the kernel [2022-10-10T21:27:54Z] https://github.com/mit-pdos/xv6-riscv [2022-10-10T21:27:58Z] in case anyone's curious [2022-10-10T21:29:29Z] wael_: bug has been fixed. rebuild muon