[2021-12-30T00:56:07Z] dilyn: you can merge pulls in graveyard? [2021-12-30T00:56:40Z] sure [2021-12-30T00:56:51Z] Can you see the spotifyd pull? [2021-12-30T00:57:03Z] mhm [2021-12-30T00:57:05Z] merged [2021-12-30T00:57:16Z] I will make some rm in other dir because there packages in community [2021-12-30T00:57:31Z] Will when i fish to port opencolorio and openimagio [2021-12-30T00:58:35Z] Finish* [2021-12-30T00:59:20Z] Will try to test blender to see if i can package too [2021-12-30T02:58:12Z] https://l.armaanb.net/Capture.PNG [2021-12-30T02:58:13Z] hmmmmmmmm [2021-12-30T02:59:30Z] lmao [2021-12-30T02:59:40Z] what does it even mean for workflow to be key [2021-12-30T03:00:32Z] hah I didnt even see that [2021-12-30T03:33:59Z] keep it swollen... stupid [2021-12-30T03:34:24Z] or keep it swelling stupid [2021-12-30T03:42:05Z] keep it super sucky [2021-12-30T03:46:39Z] i'd probably use mint over fedora tbh [2021-12-30T03:48:08Z] but muh kool desktop environment [2021-12-30T03:48:28Z] mint is my go-to reccomendation for newbies [2021-12-30T03:49:08Z] unless I know they'd like KDE, in which case its Fedora/KDE, or as I've recently taken to calling it, Fedora + KDE [2021-12-30T03:54:14Z] KDE + Fedora + GNU + Linux [2021-12-30T03:55:09Z] i run XFCE + Arch + GNU + Linux btw [2021-12-30T05:22:02Z] Hi [2021-12-30T06:13:26Z] https://www.phoronix.com/scan.php?page=news_item&px=GCC-12-Mold-Linker [2021-12-30T06:13:27Z] Bruh [2021-12-30T06:13:31Z] Just allow setting -fuse-ld to anything [2021-12-30T14:10:38Z] has anyone used terraform or a similar tool to install kiss? [2021-12-30T16:51:43Z] omanom: no but I can't imagine that it would be too too hard? You'd just need to stay in the chroot longer and not reboot until all setup is done [2021-12-30T16:56:09Z] well it was getting to the chroot point that i was curious about [2021-12-30T16:56:55Z] You can write the commands you need as a shell script and then run "chroot dir script" [2021-12-30T16:57:17Z] chroot can run any program, it just defaults to shell [2021-12-30T16:57:22Z] and just pass that shell script along to the provisioning tool i guess? [2021-12-30T16:57:28Z] sure [2021-12-30T16:57:39Z] plus the installation tarball [2021-12-30T16:57:41Z] you could probably also pipe into the chroot command but thats messy [2021-12-30T16:57:44Z] ye [2021-12-30T17:00:13Z] my goal is a reproducible install without me having to manually go through all the different steps (assuming same hardware and stuff so kernel config wouldn't change) [2021-12-30T17:01:20Z] for kiss linux, this involves all the steps prior to the chroot [2021-12-30T18:09:58Z] Hello [2021-12-30T18:10:31Z] hello [2021-12-30T18:14:04Z] Sorry I got disconnected for a second [2021-12-30T18:18:16Z] It keeps disconnecting me [2021-12-30T18:18:49Z] I think the webchat does that if you tab away or something [2021-12-30T18:18:52Z] it doesnt show up on this end [2021-12-30T18:19:00Z] try http://web.libera.chat/gamja [2021-12-30T18:19:07Z] Anyway, I'm trying to build a 5.15.12 kernel in Kiss linux with make but it fails to compile [2021-12-30T18:19:12Z] with default config [2021-12-30T18:19:17Z] what's gamja? [2021-12-30T18:19:27Z] another web client libera hosts [2021-12-30T18:19:38Z] post logs please [2021-12-30T18:19:57Z] Where do I find make logs? [2021-12-30T18:21:14Z] make 2>&1 | tee -a logfile [2021-12-30T18:21:32Z] then upload that to 0x0.st or similar [2021-12-30T18:21:38Z] What does the 2>&1 mean? [2021-12-30T18:22:23Z] it redirects stderr to stdout so it gets piped into tee [2021-12-30T18:22:34Z] oh right [2021-12-30T18:24:40Z] how would I upload to 0x0.st [2021-12-30T18:25:58Z] curl -F'file=@logfile' https://0x0.st [2021-12-30T18:26:18Z] https://pastebin.com/1nZrJgBe [2021-12-30T18:26:27Z] I joined from my computer [2021-12-30T18:30:00Z] this is with `make defconfig`? [2021-12-30T18:30:04Z] Yeah it is [2021-12-30T18:30:34Z] Thats why Im super confused [2021-12-30T18:36:03Z] looks to be a somewhat common problem [2021-12-30T18:36:15Z] Does it? [2021-12-30T18:36:38Z] https://bugs.gentoo.org/791364 [2021-12-30T18:36:56Z] Sarkic: the fix is in the install wiki [2021-12-30T18:37:25Z] https://kisslinux.org/install#024 [2021-12-30T18:38:11Z] weird that dylan removed sed -i usage in the install guide given that the busybox sed has -i and thats what a newly-chrooted install would have [2021-12-30T18:38:14Z] I guess consistency is good [2021-12-30T18:38:27Z] Oh that thing, I tried to run it but the command is hard to read lol [2021-12-30T18:38:35Z] Bruh [2021-12-30T18:38:43Z] I think I got it wrong [2021-12-30T18:39:22Z] you can also just manually do it... vi tools/objtool/arch/x86/decode.c and add the line [2021-12-30T18:39:32Z] #include [2021-12-30T18:41:33Z] "Mold's insane performance is attributed to faster algorithms and efficient data structures" [2021-12-30T18:41:39Z] alright, apparently I had a space in the wrong place the first time [2021-12-30T18:42:09Z] nope same thing im gonna do it manually LOL [2021-12-30T18:46:09Z] the fact that it takes gold a minute to link chromium is embarrassing [2021-12-30T18:47:11Z] Alright! Compiling as normal now, thank you so much acheam, I appreciate it a lot :DD [2021-12-30T18:47:40Z] np [2021-12-30T18:48:42Z] I'm gonna head out now, trying to spare all the ram I have :p [2021-12-30T18:56:06Z] noocsharp: embarrassing for poogle devs or for gnoo devs? [2021-12-30T19:01:00Z] Is doas installed by default on any distros? [2021-12-30T19:05:32Z] alpine [2021-12-30T19:11:17Z] gnoo [2021-12-30T19:11:35Z] and i guess that it's also embarrassing for llvm devs how much faster mold is [2021-12-30T19:12:28Z] But mold guy wrote lld so [2021-12-30T19:13:44Z] like llvm, i'm sure lld has grown fatter and slower over time [2021-12-30T19:45:18Z] Heyo I'm back [2021-12-30T19:46:03Z] I'm trying to install grub, but it says it is trying to install for efi but im doing dos [2021-12-30T19:46:31Z] Wait my livecd might be booted as uefi [2021-12-30T19:46:41Z] Do I have to restart my install? [2021-12-30T20:00:14Z] specifying the right target for grub should suffice `grub-install --target=i386-pc /dev/sdX` [2021-12-30T22:21:39Z] Installed first time, got a successful boot to login prompt but get `bad salt` error when logging in as root. Anyone seen this before? [2021-12-30T22:33:39Z] looking into the busybox src for it [2021-12-30T22:34:05Z] so you can get "bad salt" if the salt is empty or only 1 character long [2021-12-30T22:34:40Z] you set a password for root with passwd right? gemini://gemini.ctrl-c.club/~phoebos/logs/kisslinux-2021-12-30.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 12:41:51 2024