Tomas Mraz wrote:
On Thu, 2005-11-10 at 20:52 +0200, Avi Kivity wrote:Build System wrote:we see rebuilds very often due to library updates. are they strictly necessary (i.e., do the libraries break binary compatbility so often?)- Rebuild due to mysql 5.0 update and openssl library update.The openssl doesn't keep ABI stable between versions (sometimes even between the patch levels). So bumping the soname and rebuildingdependencies was necessary.
okay.
There is other problem that some of the dependencies are not necessary (they are pulled only through pkgconfig).
aha. I guess this adds to the churn.my question wasn't about openssl specifically (though it did generate a lot of rebuilds)
-- Do not meddle in the internals of kernels, for they are subtle and quick to panic.