[2025-01-06T02:29:25Z] after sitting on it for too long, I finally pushed a new version of my flatpak & dbus notes: https://riteo.dev/notes/flatpak-dbus.html [2025-01-06T02:29:59Z] In the end I think I settled for a wiki-style document. No idea how things will pan out yet [2025-01-06T02:30:37Z] Also, writing is really hard. I rewrote my new blog entry like 4 times and I'm still not entirely happy with that [2025-01-06T02:31:50Z] and I still need to think about how to style the thing thoughtfully [2025-01-06T10:06:52Z] sad_plan, since you asked how much time it takes for the macbook to compile gcc, it took 1h to rebuild the base rootfs [2025-01-06T10:07:23Z] that seems ok to me, but yeah pretty slow :') [2025-01-06T12:13:22Z] I still have issues compiling a working kernel. I do make defconfig then make localyesconfig. I disable IKHEADERS and let HAVE_GCC_PLUGINS (since I can't find a good way to disable it). The last time that I did this process it worked. What could be missing in my case ? [2025-01-06T12:14:05Z] Also might be an import information, but I'm using archlinux installer to do everything [2025-01-06T12:14:11Z] important* [2025-01-06T14:19:55Z] kiss [2025-01-06T14:26:37Z] tfw [2025-01-06T14:49:39Z] https://www.youtube.com/watch?v=twgV0WPCtUU [2025-01-06T17:19:15Z] https://www.cbc.ca/news/politics/cbc-trudeau-press-conference-1.7423750 [2025-01-06T17:19:26Z] he's finally fucking off [2025-01-06T17:22:27Z] https://www.cbc.ca/news/politics/trudeau-news-conference-1.7423680 [2025-01-06T18:36:50Z] fresh install, still can't build xorg-server because of missing dependancy "gl"... it really bugs me... [2025-01-06T19:03:59Z] well ok. I think I got it to install... I had to do a kiss b libglvnd and then do a kiss b xorg-server to be able to build. Do that mean that the xorg repo is outdated or is it's only a mesa build issue ? [2025-01-06T19:04:25Z] spoke too soon, build fails [2025-01-06T19:29:43Z] Finally found a reason.... I had to remove repo/extra from the KISS_PATH since it contains a mesa compilation that doesn't work with xorg repo. Now it works ! [2025-01-06T21:25:19Z] hello, anyone here used the booster initramfs? [2025-01-06T22:50:27Z] L0Wigh_: I'd recommend instead to put the xorg repo "before" the main one [2025-01-06T22:50:33Z] it's supposed to be an overlay [2025-01-06T23:04:36Z] yeah I see thanks, I'll do it. I still have issues running (any) window manager for X11 right now, with kiss b or manual compilation. I don't really know why