[2022-08-04T03:31:43Z] Hi [2022-08-04T03:31:49Z] ioraff: wow, that's actually a much bigger speedup than i thought it would be [2022-08-04T03:31:50Z] hi [2022-08-04T03:31:57Z] phoebos: js [2022-08-04T03:32:58Z] also wysiwyg bad [2022-08-04T03:40:42Z] me too [2022-08-04T04:15:09Z] did you do multiple trials or just one each? [2022-08-04T04:36:11Z] did a second one, yeah [2022-08-04T11:11:20Z] i wonder what speedup we would get if we liberate linux from gnu make [2022-08-04T11:12:18Z] btw has anyone tried to accomplish that? how hard it is? just curious [2022-08-04T11:33:00Z] is gnu make that bad too [2022-08-04T11:33:50Z] also, in almost every subdirectory there is a make file [2022-08-04T11:34:10Z] I'd rather work my ass off to get Linux working with TCC rather than get it working with non gnu make lol [2022-08-04T11:35:38Z] iirc you can build linux with tcc [2022-08-04T11:35:46Z] linux 4.9 to be exact. i don't remember the details though [2022-08-04T11:36:04Z] modern kernels like 5.19 [2022-08-04T11:36:53Z] we'd have to make a Linux fork in order to liberate most of the GNU stuff, since patches will not be very sufficient I think [2022-08-04T11:37:58Z] ah no, i was wrong. you can't buld linux with tcc [2022-08-04T11:38:07Z] https://github.com/fosslinux/live-bootstrap/blob/master/parts.rst#69linux-kernel-4910 [2022-08-04T11:40:03Z] damn that sucks [2022-08-04T11:46:58Z] if we could achieve that, patches will be another story [2022-08-04T11:47:09Z] i'm pretty sure people who pushed clang to linux would be very interested in it [2022-08-04T11:47:39Z] imagine non-gnu linux lol [2022-08-04T11:50:20Z] IIf only [2022-08-04T13:02:11Z] What package provides libgbm.so.1? [2022-08-04T13:03:14Z] Wait it is existent, why it is telling me 'No such file or directory' when running ldd on it wtf [2022-08-04T13:04:23Z] find / -type f -name "libgbm.so*" 2>/dev/null [2022-08-04T13:04:50Z] echo "$LD_LIBRARY_PATH" [2022-08-04T13:05:17Z] this is what trying to get multilib on KISS does to a mf [2022-08-04T13:05:29Z] Maybe libgbm.so.1 exist but it's not in the good path [2022-08-04T13:05:39Z] Ogromny: currently compiling mesa since it provides it [2022-08-04T13:06:19Z] I had this problem, I packaged a thing without `--prefix=/usr` so pkgconf was unable to find it [2022-08-04T13:09:19Z] OK libgbm is fixed yay [2022-08-04T16:13:19Z] https://tmp.bvnf.space/faq.html [2022-08-04T16:13:30Z] thinking about adding a page like this [2022-08-04T16:14:20Z] make it easier to find answers to common problems [2022-08-04T16:33:29Z] phoebos: unironically, i actually unironically had one of these as a problem [2022-08-04T16:33:49Z] but what kind of serious errors would users face? it would generally just be the ones listed on the page [2022-08-04T16:46:19Z] i'm not sure I understand your question. my idea is that this page copies and points to infomation which helps with common problems [2022-08-04T17:29:26Z] I've asked in a few places with no reply, but does any of you know if freebsd sh has been ported to linux? [2022-08-04T17:30:02Z] i spent a while fighting cpp and the linker just for it to segfault :p [2022-08-04T17:32:39Z] freebsd sh? why not use oksh [2022-08-04T17:33:42Z] oksh man [2022-08-04T17:44:28Z] oksh is nice, but i'm looking for a portable freebsd ash [2022-08-04T17:56:34Z] https://github.com/chimera-linux/chimerautils/tree/master/src/sh [2022-08-04T18:10:20Z] illiliti: thanks, perfect [2022-08-04T21:19:15Z] why do most KISS or 'POSIX' scripts avoid -i flag in sed actions? [2022-08-04T22:45:52Z] wael[m]: sed -i isn't defined by POSIX [2022-08-04T22:47:20Z] alright [2022-08-04T22:47:28Z] just a bit sad cuz its really good [2022-08-04T22:47:32Z] indeed [2022-08-04T22:47:51Z] ideally (imo) we'd use ed, but busybox ed doesn't support regex [2022-08-04T22:50:06Z] sed -i used to be the one exception that dylan made [2022-08-04T23:41:03Z] https://github.com/aaronNGi/sed-i