[Akonadi] [Bug 433090] zanshin fails with symbol lookup error in neon

Harald Sitter bugzilla_noreply at kde.org
Thu Feb 18 18:49:59 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=433090

--- Comment #7 from Harald Sitter <sitter at kde.org> ---
That may well be but then the soversion will still have to change.

The only options for any library are:

a) when ABI is broken the soversion is bumped
b) nobody checks if ABI is broken and the soversion is directly tied to the
release version e.g. the there is no libfoo.so.5 but only a libfoo.so.5.20.12.2
c) the library has no version, is considered private, and doesn't advertise
itself for external use (install with NAMELINK_SKIP + no cmake config)

One may pick any of the three.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list