💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-10-15.txt captured on 2024-05-12 at 16:07:24.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

2020-10-15T00:54:58 #kisslinux <konimex> 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 <konimex> 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 <konimex> 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 <micr0> ahh cool thanks for the info konimex
2020-10-15T01:25:10 #kisslinux <micr0> trying now
2020-10-15T01:25:14 #kisslinux <micr0> adding that sed after configure
2020-10-15T05:04:07 #kisslinux <toor> hi
2020-10-15T05:04:07 #kisslinux <toor> i am ishaq
2020-10-15T05:04:07 #kisslinux <toor> nice
2020-10-15T05:05:42 #kisslinux <toor> clear
2020-10-15T07:58:48 #kisslinux <muevoid> If anayone here is on wyverkiss does luajit compile for you?
2020-10-15T08:08:14 #kisslinux <muevoid> ;2;13~
2020-10-15T09:19:54 #kisslinux <konimex> muevoid: nope, tried it, it threw up some libunwind linker error
2020-10-15T09:41:23 #kisslinux <muevoid> Dang
2020-10-15T09:41:41 #kisslinux <muevoid> I also can't get apitrace to build oh well
2020-10-15T11:42:55 #kisslinux <kqz> 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 <ominous_anonymou> I'm having a mesa build issue, it's causing a segfault: https://0x0.st/iGkX.txt
2020-10-15T16:19:52 #kisslinux <micr0> 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 <micr0> i tried `make || true` but that doesnt seem to continue
2020-10-15T16:20:36 #kisslinux <micr0> i also tried 'unset pipefail' though i am not sure if that matters at all
2020-10-15T17:41:55 #kisslinux <muevoid> Sorry just saw that kqz thank you a lot!
2020-10-15T17:56:43 #kisslinux <kciN> 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 <kciN> Has it something to do with me trying to install the system on a usb stick?
2020-10-15T17:58:11 #kisslinux <kciN> I'll check my uefi settings and brb
2020-10-15T18:01:44 #kisslinux <kciN> 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 <micr0> guess forking rust and reverting to 1.46 is needed to build ff :(
2020-10-15T18:14:31 #kisslinux <micr0> having no browser for a week is a bit debilitating
2020-10-15T18:16:12 #kisslinux <kciN> micr0 talk about having no os :v
2020-10-15T18:22:17 #kisslinux <micr0> heh
2020-10-15T18:22:28 #kisslinux <micr0> i used kiss for a few months in a chroot before booting into it
2020-10-15T18:22:56 #kisslinux <kciN> lol, I was planning to do the same
2020-10-15T18:23:18 #kisslinux <kciN> but ultimately decided to torture myself into properly installing it
2020-10-15T19:18:00 #kisslinux <muevoid> micro webkit2gtk is pretty good now ;)
2020-10-15T19:18:18 #kisslinux <muevoid> jk I get it's not for everyone
2020-10-15T19:38:56 #kisslinux <sh4rm4^bnc> preferable to firefox: https://digdeeper.neocities.org/ghost/mozilla.html
2020-10-15T22:10:04 #kisslinux <periish> Hello!
2020-10-15T22:10:22 #kisslinux <periish> Would anyone here happen to know a good implementation of patch(1) and diff(1) that are standalone?
2020-10-15T22:10:42 #kisslinux <periish> Busybox's is excluded due to how tied in with the rest of busybox it is
2020-10-15T22:10:47 #kisslinux <periish> GNU's is
2020-10-15T22:10:49 #kisslinux <periish> Not good
2020-10-15T22:18:47 #kisslinux <sh4rm4^bnc> GNU's patch is basically the original patch by larry wall
2020-10-15T22:20:18 #kisslinux <sh4rm4^bnc> 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 <sh4rm4^bnc> 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 <grufwub> hhh