[2024-11-10T00:08:51Z] hmm [2024-11-10T00:09:15Z] for my little hobby distro using `pm` i might separate docs, bins, and headers... [2024-11-10T00:09:54Z] so like, user and admin docs go with bins, but then specs and header details and such go with headers [2024-11-10T00:10:07Z] or maybe a dedicated doc package idk [2024-11-10T00:13:13Z] oh huh [2024-11-10T00:13:20Z] apparently fuchsia uses sbase [2024-11-10T00:13:26Z] oh that's interesting [2024-11-10T00:13:48Z] re separating packages: if the package system allows it, I'd go for them [2024-11-10T00:14:04Z] yeah no reason it wouldn't. `pm` packs are really simple [2024-11-10T00:14:24Z] tbf I've been wondering of a pretty way of handling them in my dream distro [2024-11-10T00:14:35Z] also lets me put a lot of gnu implementations of tools into extra packs [2024-11-10T00:14:40Z] replace the core ones with simpler alternatives [2024-11-10T00:14:44Z] like qm4 instead of gm4 [2024-11-10T00:20:36Z] headsup, liburing's sources don't work anymore [2024-11-10T00:20:43Z] like, cgit complains that tar.gz's are not supported??? [2024-11-10T00:20:55Z] so I had to fork and switch to native git sources [2024-11-10T00:20:59Z] as in, git+whatever [2024-11-10T00:22:06Z] rip [2024-11-10T00:22:28Z] ngl im probably gonna pivot away from using git to manage repos [2024-11-10T00:22:37Z] at least on the user side [2024-11-10T00:44:40Z] anyone here know if suckless' tar is still busted on large tarchives? [2024-11-10T00:54:27Z] reminds me to try and patch pm(1) to support compress(1)... [2024-11-10T10:58:31Z] midfavila: what you will switch to, to manage repos ? [2024-11-10T10:59:10Z] honestly quite sad to admit this but, if the kiss package manager was written in bash it'd have been cleaner (`local` variables) [2024-11-10T13:39:30Z] vova: his own. but he has to make it first though. pm doesnt have any repos, besides z3bras, which uses mk. they also havent been updated in a really long time now, so theyd probably need some package bumps. [2024-11-10T13:51:29Z] hmm [2024-11-10T13:51:41Z] why does busybox from kiss doesn't include udhcpd ? [2024-11-10T13:52:07Z] also what do you use for configuring interfaces ? [2024-11-10T13:52:39Z] (I know jack shit about networking) I'm used to /etc/network/interfaces on alpine [2024-11-10T14:14:05Z] I guess I can create a file /etc/rc.d/interfaces.boot and put something like `ip link set eth0 up && dhcpcd eth0` in it [2024-11-10T14:20:19Z] vova: if you use dhcpcd, then you don't need `ip link set eth0 up`. My /etc/runit/sv/run has this: exec /sbin/dhcpcd -B -4 -t 0 -M [2024-11-10T14:21:12Z] You might need to adjust /etc/dhcpcd/dhcpcd.conf [2024-11-10T14:27:04Z] Thanks ! [2024-11-10T14:27:52Z] you are welcome [2024-11-10T15:37:04Z] vova: bash? really? [2024-11-10T15:37:08Z] just say busybox ash (has local) [2024-11-10T15:38:05Z] vova: https://libera.irclog.whitequark.org/kisslinux/2023-10-26#35128896 [2024-11-10T15:38:23Z] alternatively: sdhcp (rejected from upstream because dhcpcd) [2024-11-10T15:38:53Z] I know but [2024-11-10T15:38:59Z] idk [2024-11-10T16:25:22Z] anyone successfully compiled river for kiss ? [2024-11-10T16:25:28Z] I get a segfault... [2024-11-10T16:25:43Z] sewn: I know you tried to do it back in the days, any success ? [2024-11-10T16:53:49Z] when i was using kiss i was a dwl fan [2024-11-10T16:53:54Z] segfault.. any logs.. [2024-11-10T18:23:27Z] Sad [2024-11-10T18:23:41Z] everything is working perfectly except river... [2024-11-10T18:23:54Z] I guess I'll just take the bin from alpine for it [2024-11-10T19:02:11Z] vova: remember, you still didnt send any logs [2024-11-10T19:02:14Z] or make any bug report [2024-11-10T19:02:22Z] just "oh no its broken" [2024-11-10T19:02:28Z] I did 2 years ago [2024-11-10T19:03:12Z] https://github.com/ziglang/zig/issues/13052 [2024-11-10T19:03:33Z] but at that time I did a dirty switch from musl to glibc so I thought that was the issue [2024-11-10T19:03:37Z] turns out it was not [2024-11-10T19:04:14Z] guess I'll just make a new issue tomorrow [2024-11-10T19:08:26Z] i dont remember having this issue [2024-11-10T19:08:56Z] but i did have this issue: https://github.com/ziglang/zig-bootstrap/issues/154 [2024-11-10T19:09:04Z] which i abruptly closed cuz i was tired of zig [2024-11-10T19:09:34Z] definitely will be a problem again if i do get back into kiss [2024-11-10T19:09:36Z] lmk how it goes [2024-11-10T19:23:00Z] also [2024-11-10T19:23:10Z] wasn't zig in the community repo back in the days ? [2024-11-10T19:23:17Z] now there's only zig-bin [2024-11-10T19:23:18Z] why