• Samueru_sama@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    19 hours ago

    omg I cannot fucking believe that while I was typing this I just saw another distro package nonsense:

    There is this very good tool called soar which I use for static binaries. (It also has support for appimages but to be honest it is not as good as AM rn).

    Well we just got a complain that fastfetch is not displaying the package count of soar, which fastfetch is able to do.

    Turns out this is because the archlinux package is built without SQLITE3 which is needed for that feature to work 😫

    And what’s worse is that account registrations are disabled in the archlinux gitlab, so I have to jump thru some hoops to get a basic bug report filed…

    • YouAreLiterallyAnNPC@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      5 hours ago

      Just enable the sqlite3 USE flag in /etc/portage/make.conf.

      Sorry, wrong distro. I’m assuming Arch can use portage or something if you want.

      • Samueru_sama@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago

        The issue is arch and not us. They are building fastfetch without SQLITE3 and then we get people asking why the package count of fastfetch doesn’t display soar pkgs… All we can do is just tell people to not use fastfetch from the arch repos.

        All archlinux has to do is change this line from OFF to ON