You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No system wants to package a program that has dependencies baked into the source tree. It's a nightmare to deal with for package maintainers, they don't want to contribute fixes upstream and still experience bugs that were already fixed because they didn't make it to copies of the code, or to find and patch all copies of the same code that all suffer from the latest security vulnerability, among other issues.
It's bad for users too because programs that compile on many platforms are few and it's common for the packaged version of a library to need patches to get it to build. If this program can't use the system versions of its libraries, anyone compiling it has to go figure out how to get those fixes in the local copy of the source code.
Please provide an option to use system versions of dependencies. I suggest also making it the default without an automatic fallback, as users should try installing the dependencies before using the local copy. This should also reduce overall memory usage and compile times.
The text was updated successfully, but these errors were encountered:
No system wants to package a program that has dependencies baked into the source tree. It's a nightmare to deal with for package maintainers, they don't want to contribute fixes upstream and still experience bugs that were already fixed because they didn't make it to copies of the code, or to find and patch all copies of the same code that all suffer from the latest security vulnerability, among other issues.
It's bad for users too because programs that compile on many platforms are few and it's common for the packaged version of a library to need patches to get it to build. If this program can't use the system versions of its libraries, anyone compiling it has to go figure out how to get those fixes in the local copy of the source code.
Please provide an option to use system versions of dependencies. I suggest also making it the default without an automatic fallback, as users should try installing the dependencies before using the local copy. This should also reduce overall memory usage and compile times.
The text was updated successfully, but these errors were encountered: