• Shimitar
    link
    fedilink
    English
    3714 days ago

    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.

    • @[email protected]
      link
      fedilink
      714 days ago

      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 😁

      • @[email protected]
        link
        fedilink
        213 days ago

        I did Gentoo from stage 1 too back in the day, it’s was a valuable learning experience for me, and those skills helped me to fix things when they went wrong down the track.

  • @[email protected]
    link
    fedilink
    English
    2214 days ago

    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

    • HubertManne
      link
      fedilink
      English
      1414 days ago

      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.

      • @[email protected]
        link
        fedilink
        English
        814 days ago

        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

      • @[email protected]
        link
        fedilink
        English
        414 days ago

        that part of my comment was meant to be a self indictment/reflection; i’m a bit of a linux cuck since i’ve adapted myself to fit ordinary distros’ designs instead of creating something that works for me. lol

        that’s why i marvel at people who do the needful that i should be doing, like here.

  • @[email protected]
    link
    fedilink
    1114 days ago

    This is my next project for when I discover a reserve of time and energy I didn’t know I had.

  • @[email protected]
    link
    fedilink
    English
    1014 days ago

    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

  • @[email protected]
    link
    fedilink
    English
    1014 days ago

    I’m curious, how well has Musl been for software compatibility? How did you resolve any that came up?

    • @[email protected]OP
      link
      fedilink
      514 days ago

      For musl, I’ve been actively using it for 7 months now and just encounter minor issue. Some packages need to be patched for musl compatibility (I borrow the patches from alpine linux).

    • @[email protected]
      link
      fedilink
      111 days ago

      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.

  • @[email protected]
    link
    fedilink
    3
    edit-2
    14 days ago

    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).

  • @[email protected]
    link
    fedilink
    211 days ago

    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.

  • @[email protected]
    link
    fedilink
    English
    114 days ago

    I tried LFS one time, and accidentally ran one or more of the commands on my host machine, rendering it unusable