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

Antonio Rojas bugzilla_noreply at kde.org
Thu Feb 18 18:58:54 GMT 2021


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

--- Comment #8 from Antonio Rojas <arojas at archlinux.org> ---
(In reply to Harald Sitter from comment #7)
> 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.

(b) would be a nightmare for packagers, we'd need to rebuild everything after
every bug fix release (note that this affects every PIM library, not just
akonadi)
For (c) it is too late, there is stuff using pim libraries already.
The right way is (a), but good luck trying to convince kdepim devs of that :)

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


More information about the Kdepim-bugs mailing list