LFS is great, I started with it 25 years ago (not joking, it was GCC 2.9 time)
But quickly discovered Gentoo and been there since that time. LFS is not maintainable, Gentoo is the good of LFS plus perfect maintainability.
Never actually tried LFS but I have done Gentoo from stage 1 (back when that was an option), so I’m going to use your statement as an indication I can skip LFS 😁
I’m currently trying seatd+turnstile+greetd on Artix-dinit and Void (Runit), so far everything stable. s6 usersv would be an alternative for turnstile+dinit but i see s6 more on server, personally.
This reminds me, i wanted to try mdev for a long time (there’s mdev like a boss).
You are using Turnstile on Void? Cool.
it’s nice to see people are still doing this; bravo!
i’ve also intended to try my hand at this, but my inner masochist is too lazy for it. lol
I do miss the way I used to be where I would get things exactly as I want and experiment with things. Now I just want to slap something on and be using it within the hour.
same here on both counts.
i created a convincing lcars interface based on enlightenment 20-ish years ago and it would take on a whole new level of enjoyment nowadays with a touchscreen laptop; i could pretend that i have a padd. lol
The only issue with LFS is maintenance. It is one thing to set it up but having to manually keep it all up to date does not sound like fun.
This is my next project for when I discover a reserve of time and energy I didn’t know I had.
Wonder how long it took to build the system and compile everything.
I’m curious, how well has Musl been for software compatibility? How did you resolve any that came up?
I use Chimera Linux which is musl based. Compatibility is great. If you have the source, you are probably fine.
It can be a pain for projects that ship binaries as part of the build. Two examples that I have run into:
- The Ladybird browser uses vpkg and the version their scripts download assumes Glibc. You can build vpkg itself on musl but the whole process is a pain.
- dotnet requires a binary build of dotnet to bootstrap from. There are musl builds available but they assume GCC and Chimera uses Clang. Not really a musl problem now that I think of it.
Anyway, I use a Distrobox of Arch on Chimera. If I do run into something (like the two above), I just pop into that and problem solved.
Flatpak is essentially the same solution as they run in a container and the freedesktop base is Glibc based.
Not only is musl not generally a problem but, these days, it is trivial to work around it.
You will go back to your “usual” linux setup when you realize that most packages you set up with LFS are now broken and you’ll need to redo the whole process again.
t. arch linux minimal installation only master race
Meh, archlinux is overrated.
I agree, AUR and pacman (syntax) suck. Apart from that Arch is one of the best.
You don’t like the AUR? I have moved to Chimera Linux but I still use Distrobox just for the AUR.
Its not about liking, its about how people use it and what for. AUR shouldn’t be used willynillyngly.
If you still like some manual dependency control. Slackware is your friend 😁
Slackware taught me appreciation for apt/yum dependency resolution.
It was a great learning experience, but I doubt I’d ever go back