FS#1991 - xinetd requires gcc version
|
Details
current xinetd version fails if installed version of gcc is
3.3.3-1.
xinetd states that it cant find libstdc++.so.6 Upgrading to current version of gcc fixes the problem, but a version dependancy would be nice. |
This task depends upon
Support-wise, we assume that you are following the Current tree and are up-to-date with pacman -Syu. Once you start mixing up package versions, missing-library errors could pop up.
It's a trade-off, I know. But more stringent dependencies can also mean much more work when a package like gcc or readline is upgraded. If we had bound the dependency to gcc=3.4.3, then all dependent PKGBUILDs would need to be updated when a new gcc released. But if we bound the dependency to gcc>=3.4.3, then that too may be an incorrect assumption if the library SONAME changes in a future version.