Upstream Bundles

Many projects borrow source files from each other, sometimes modify them in their own repositories and slipstream them into their products. This practice is considered harmful for several reasons:

Some projects try to install bundled dependencies in the same locations as they are installed separately. This results in conflicts.

With all that in mind, we should understand that bundles are the only way vendors can distribute software on some platforms without highly developed package management. You can't ask windows users to download php classes before they can run some web application. In fact, only a fraction of M$ users will get through Apache and MySQL configuration. Same goes for the bulk of Linux distros, each with different combination of major shlib versions. The net result is everything from free and open source Firefox to free and closed-source Oracle and most non-free solutions come bundled with precompiled dependencies.

Upak pursues multiple targets here:

AndrewPantyukhin/Upak/Upstream_Bundles (last edited 2022-10-03T08:52:15+0000 by KubilayKocak)