-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Unresolved symbols when moving to spdlog 1.10 without recompile - maybe full symbol #2369
Comments
spdlog/include/spdlog/version.h Lines 6 to 10 in 76fb40d
|
What's needed is to either increase the sover on each ABI incompatible release or introduce use of symbol versioning. |
There is no documentation on ABI compatibility for spdlog, but I think spdlog has a policy of not guaranteeing ABI compatibility with minor version upgrades. |
We try not to break the ABI however it is certainly not guaranteed nor a top priority. |
The cryfs package uses spdlog 1.8.x. openSUSE moved to spdlog 1.10. This resulted in unresolved symbols, because of a ABI break in one of the later commits: c47ae3b
Would it be possible to include version symbols in the releases? Or somehow maintain backward compatibility?
See our bugreport: https://bugzilla.opensuse.org/show_bug.cgi?id=1199306#c0
The text was updated successfully, but these errors were encountered: