2020-10-15T00:54:58 #kisslinux micr0: ff 81 failed with rust 1.47.0 (last time I tried to build it), that's why there's patches 2020-10-15T00:55:52 #kisslinux to fix the build, try to add this: sed -i 's/("files":{)[^}]*/1/' third_party/rust/syn/.cargo-checksum.json third_party/rust/proc-macro2/.cargo-checksum.json 2020-10-15T00:57:57 #kisslinux ff 82 should be released on 20 oct so the rust 1.47.0 patch shouldn't be needed at that point 2020-10-15T01:21:17 #kisslinux ahh cool thanks for the info konimex 2020-10-15T01:25:10 #kisslinux trying now 2020-10-15T01:25:14 #kisslinux adding that sed after configure 2020-10-15T05:04:07 #kisslinux hi 2020-10-15T05:04:07 #kisslinux i am ishaq 2020-10-15T05:04:07 #kisslinux nice 2020-10-15T05:05:42 #kisslinux clear 2020-10-15T07:58:48 #kisslinux If anayone here is on wyverkiss does luajit compile for you? 2020-10-15T08:08:14 #kisslinux ;2;13~ 2020-10-15T09:19:54 #kisslinux muevoid: nope, tried it, it threw up some libunwind linker error 2020-10-15T09:41:23 #kisslinux Dang 2020-10-15T09:41:41 #kisslinux I also can't get apitrace to build oh well 2020-10-15T11:42:55 #kisslinux muevoid: re luajit, if you fork it and replace 'make amalg PREFIX=/usr' with 'gmake CC=clang LDFLAGS="-lunwind"' in the build file, should get it built on wyverkiss 2020-10-15T12:20:09 #kisslinux I'm having a mesa build issue, it's causing a segfault: https://0x0.st/iGkX.txt 2020-10-15T16:19:52 #kisslinux is there a way to tell kiss to continue on build scripts that have known-to-be-failing make commands? 2020-10-15T16:20:04 #kisslinux i tried `make || true` but that doesnt seem to continue 2020-10-15T16:20:36 #kisslinux i also tried 'unset pipefail' though i am not sure if that matters at all 2020-10-15T17:41:55 #kisslinux Sorry just saw that kqz thank you a lot! 2020-10-15T17:56:43 #kisslinux Okay, so I figured that UUID is used by fs and PARTUUID by the gpt, but it still did not solve my kernel panic :/ 2020-10-15T17:57:24 #kisslinux Has it something to do with me trying to install the system on a usb stick? 2020-10-15T17:58:11 #kisslinux I'll check my uefi settings and brb 2020-10-15T18:01:44 #kisslinux Nothing wrong there, I can boot off other flash drives and it also recognizes KISS label and starts the kernel off of it, which is the one giving me the kernel panic obviously 2020-10-15T18:14:04 #kisslinux guess forking rust and reverting to 1.46 is needed to build ff :( 2020-10-15T18:14:31 #kisslinux having no browser for a week is a bit debilitating 2020-10-15T18:16:12 #kisslinux micr0 talk about having no os :v 2020-10-15T18:22:17 #kisslinux heh 2020-10-15T18:22:28 #kisslinux i used kiss for a few months in a chroot before booting into it 2020-10-15T18:22:56 #kisslinux lol, I was planning to do the same 2020-10-15T18:23:18 #kisslinux but ultimately decided to torture myself into properly installing it 2020-10-15T19:18:00 #kisslinux micro webkit2gtk is pretty good now ;) 2020-10-15T19:18:18 #kisslinux jk I get it's not for everyone 2020-10-15T19:38:56 #kisslinux preferable to firefox: https://digdeeper.neocities.org/ghost/mozilla.html 2020-10-15T22:10:04 #kisslinux Hello! 2020-10-15T22:10:22 #kisslinux Would anyone here happen to know a good implementation of patch(1) and diff(1) that are standalone? 2020-10-15T22:10:42 #kisslinux Busybox's is excluded due to how tied in with the rest of busybox it is 2020-10-15T22:10:47 #kisslinux GNU's is 2020-10-15T22:10:49 #kisslinux Not good 2020-10-15T22:18:47 #kisslinux GNU's patch is basically the original patch by larry wall 2020-10-15T22:20:18 #kisslinux it's spaghetti-code but not unreasonably big, and getting a patch impl right is notoriously hard as can be seen by looking at busybox patch 2020-10-15T22:23:29 #kisslinux btw https://forum.palemoon.org/viewtopic.php?f=70&t=25435&sid=70253831b5ffa0cb39c10a0bf568f9f1&start=20#p201804 github is actively sabotaging non-mainstream browsers 2020-10-15T22:54:49 #kisslinux hhh