eqvinox a month ago

First rule of C package managers on Linux: "wrap distro package manager or GTFO". This doesn't seem to abide by that, at least from scrolling through the FAQ. I might've missed something though.

Coincidentally, distro packages are reproducible for good distros these days.

  • IshKebab a month ago

    What if you want a library that isn't available in every distro? Or a specific version of a library?

    I don't think anyone follows your "rule" because it would be such a mess.

    • eqvinox a month ago

      > What if you want a library that isn't available in every distro? Or a specific version of a library?

      Then your wrapper builds a native package for that first. After all it is building a native package for your application next, why would it be unable to also build a package for that library?

      > I don't think anyone follows your "rule" because it would be such a mess.

      Everyone offering distro repos is building packages like that, and that's a lot of projects.

    • uecker a month ago

      The problem of packages not being packaged is not solved by more packaging systems.

      • IshKebab a month ago

        The problem of libraries not being packaged is solved by distro-agnostic packaging systems. Why do you think everyone uses PyPI, Cargo, Go modules, NPM, etc. instead of this insane "package your app and all of its dependencies for every distro" idea? Pure lunacy.

        • uecker a month ago

          It is not difficult to package for the most important distro (the others usually import from them). Those distro-agnostic packaging systems are popular because they basically have no quality control at all, so it is basically no effort to package for them, just register a github repository somewhere. But this is also why they are full of garbage and have severe supply chain issues.

          • IshKebab a month ago

            > But this is also why they are full of garbage and have severe supply chain issues.

            I don't think the solution to supply chain problems is "just make supplying things so shitty and annoying that nobody will bother". Not a good one anyway.

            • eqvinox a month ago

              It's part of my job to ship software on Linux, and if anything the part making things "shitty and annoying" is when we have to deal with people/'suppliers' (exclusively) using "foreign" packaging methods.

              We had 2 dependencies like that; one we talked to the creators about and helped them ship distro packages, the other we just got rid of. Life is nice now.

            • uecker a month ago

              I do not think packaging for a distribution is annoying. If you do not bother because you do not want to match some minimal community standards, maybe your software should no be packaged? And if you think the tooling can be improved, then why not invest there? But this does not justify the existence alternate packing systems.

      • riku_iki a month ago

        sure, it is solved just by one with good packages coverage.

  • pjmlp a month ago

    Using Linux since Slackware 2.0 in 1995, which rule?

jfkfif a month ago

use spack.io instead