• frankivo@feddit.nl
    link
    fedilink
    arrow-up
    5
    ·
    11 months ago

    Why compile while I can let someone else do it for me? (Just to see it from the other side :))

    • jecxjo@midwest.social
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      11 months ago

      Who compiles the binary in the configuration I want? What distro extract all the options out and allows me to install X11 apps without CUPS or alsa or dbus or anything else my system doesn’t actually need? The point of Gentoo is to set a single config file to say “whenever you do a ./configure make sure you disable X features, enable Y features, and uses my specific compiler tunings to target a specific use case or build.”

      For example I never default building apps with guis. I’d rather be able to SSH in and use everything that way if possible. I then select the very few applications that actually get their GUI interface or configuration tools built. Can’t do that on binary distro.

      • frankivo@feddit.nl
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        Nobody obviously. The closest you would get it probably Arch, with a lot of optional dependencies. And you are not wrong at all, if gentoo works for you. I just wonder if that all that compiletime is ever won back.

        • jecxjo@midwest.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          11 months ago

          Yeah I ran Arch for a little while and it was ok. Felt like it was in-between a binary and a complete source based system but lacked the configurability that makes source base work.

          As for getting time back, I setup my system to build stuff at night for upgrades, most apps took a few minutes to build as it’s rare for me to not already have the vast majority of libraries already on my machine. The only things that took a long time was browsers and LibreOffice. Both of which I built when I was sleeping.

          Additionally I ran lxc on my system for situations where I had to have something now. Spin up a Debian build and install it. In the background I’d still build a Gentoo clean version and dump the Debian image once it was done.