-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken ABI without soname change #1471
Comments
Broken by ded1e76 I guess? |
I've reintroduced
Thanks for reporting! |
Thanks, I've confirmed the solution on my end by backporting this patch into our fmt package and locally rebuilding/testing it. I guess it probably makes sense for you to release a hotfix soon, so that the distros which have already upgraded can get this change automatically. |
Thanks for the confirmation. I do plan to release 6.1.2 which will include this and other fixes shortly. |
fmt seems to be quite strict about ABI compatibility, see fmtlib/fmt#1471.
* Add run_exports Since fmt is a shared library, we should tell every recipe that builds against it to require a compatible version at runtime. * MNT: Re-rendered with conda-build 3.19.1, conda-smithy 3.6.15, and conda-forge-pinning 2020.03.24 * Only pin to major version fmt seems to be quite strict about ABI compatibility, see fmtlib/fmt#1471. * MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.6.16, and conda-forge-pinning 2020.04.09 Co-authored-by: conda-forge-linter <github-actions@email.com>
Projects linked to libfmt.so.6.0.0 are broken when they try to load libfmt.so.6.1.1 due to the missing symbol:
_ZN3fmt2v68internal14sprintf_formatIdEEPcT_RNS1_6bufferIcEENS1_13sprintf_specsE
See e.g. https://bugs.archlinux.org/task/64802
The text was updated successfully, but these errors were encountered: