💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-10-10.txt captured on 2024-06-16 at 13:39:46.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
[2021-10-10T03:00:45Z] <noocsharp> just installed 9front on my rpi [2021-10-10T03:00:50Z] <noocsharp> it's pretty neat [2021-10-10T03:02:02Z] <noocsharp> linux's days are numbered [2021-10-10T05:37:04Z] <deaduser> Hi [2021-10-10T05:39:52Z] <Hazoune> hello [2021-10-10T05:49:12Z] <deaduser> server just gone lmaoded https://0x0.st/-E2x.png [2021-10-10T05:49:15Z] <deaduser> bruh [2021-10-10T05:52:03Z] <Hazoune> bruh momento [2021-10-10T13:41:30Z] <jedavies_> konimex: nodejs 16.11.0 builds OK for me with llvm 13 [2021-10-10T13:42:27Z] <konimex> yeah the error only happened in 16.10.0, as soon as I updated it to 16.11 it builds just fine [2021-10-10T16:22:37Z] <alnn> having an issue with luajit from the (unofficially official) community repo [2021-10-10T16:22:43Z] <alnn> it seems to have compiled fine [2021-10-10T16:23:02Z] <alnn> ==== Successfully installed LuaJIT 2.0.5 to /usr ==== is outputed [2021-10-10T16:23:08Z] <alnn> but then it says that the build failed [2021-10-10T16:23:14Z] <alnn> will find a way to post logs in a bit [2021-10-10T16:24:35Z] <alnn> https://termbin.com/xuqu [2021-10-10T16:25:46Z] <alnn> (KISS logs aren't included in that log, only relevant line is Build Failed after LuaJit says it has sucessfully installed) [2021-10-10T16:56:19Z] <noocsharp> i cannot reproduce the build failure [2021-10-10T16:56:45Z] <alnn> any more logs i should maybe send? i have no idea why this is happening [2021-10-10T16:56:49Z] <noocsharp> which coreutils are you using? [2021-10-10T16:57:00Z] <noocsharp> it looks like it's just failing because the .so file already exists [2021-10-10T16:57:17Z] <noocsharp> try removing the second to last line in the build file, and see if it's successful [2021-10-10T16:57:20Z] <alnn> im using busybox but i am using glibc (from gkisslinux) [2021-10-10T16:57:23Z] <alnn> alright [2021-10-10T16:57:42Z] <noocsharp> ah, the last two lines are there for musl specifically, so remove both of them [2021-10-10T16:58:03Z] <alnn> ok cool, compiling again with those lines removed [2021-10-10T16:58:36Z] <alnn> yup that worked [2021-10-10T16:58:39Z] <alnn> thx [2021-10-10T18:05:47Z] <jedavies> Anyone been able to build ruby with openssl 3.0?