[2025-04-27T00:36:40Z] nixos the opposite of everything we wanted in kiss lol [2025-04-27T01:09:36Z] nixos is pretty amazing but i feel like it only belongs on "actual" servers [2025-04-27T01:15:24Z] I've just today got KX -- my wacky mashup of KISS Linux and NixOS -- running on an OrangePi RV2. [2025-04-27T01:22:06Z] that sounds pretty interesting [2025-04-27T01:24:48Z] The x86_64 version is at . It'll be a while -- if ever -- before I publish the RISC-V version. [2025-04-27T02:54:14Z] hey question [2025-04-27T02:54:17Z] what happened to kiss-expor\ [2025-04-27T02:54:19Z] export* [2025-04-27T02:54:22Z] ? [2025-04-27T03:46:31Z] also, uhhh [2025-04-27T03:46:34Z] stupid question maybe [2025-04-27T03:46:56Z] are you guys able to rebuild gcc using a fresh kiss rootfs?? [2025-04-27T08:46:33Z] hello. i'm trying to figure out which configure options i should use for gcc. configure --help doesn't show any reference to --disable-multilib, but in the INSTALL/configure.html file this option is documented [2025-04-27T08:46:56Z] which is correct? [2025-04-27T08:47:27Z] must i learn how to understand the toplevel configure.ac file? [2025-04-27T08:48:21Z] on my system gcc takes 5-6 hours to build, so i'd like to disable as many options as possible, in order to make compilation faster [2025-04-27T08:52:58Z] inside toplevel configure.ac file, there's a comment saying that if i want to build a 64-bit only compiler i should use --disable-multilib [2025-04-27T08:53:29Z] but that's not exposed as an AC_ARG_ENABLE command as far as i know [2025-04-27T08:57:38Z] if it weren't for the configure.html doc, i would guess that gcc developers don't want people to explicitely set --disable-multilib, but many people don't have absolutely any interest in having 32-bit things on their own 64-bit machine [2025-04-27T09:13:39Z] midfavila: dylan removed it because it didn't work for packages with empty dirs in their manifest [2025-04-27T09:14:06Z] it works for most packages though, I still use it occasionally [2025-04-27T09:29:58Z] xb [2025-04-27T10:28:19Z] phoebos: fair [2025-04-27T14:54:43Z] Hey guys! I'm having a hard time compiling util-linux. It throws me out an error about errnos.h not being found [2025-04-27T14:55:02Z] Is someone else having the same issue? [2025-04-27T15:02:59Z] https://bashupload.com/PM0TH/8Ufls. [2025-04-27T16:52:59Z] did you install linux-headers [2025-04-27T16:53:08Z] also are you using the kiss-community tarball [2025-04-27T16:53:17Z] and the kiss community installation guide [2025-04-27T22:49:02Z] A that's it I didn't install the linux-headers [2025-04-27T22:49:05Z] Thanks!