Build failure during the 2026-07-07 “build all packages for x86_64”
private-repo release pass (see repo_release_logs/maintained_akonadi-notes.log).
Not the usual intra-tree dependency-resolution gap (dependencies did
resolve/build got underway) – this is a real compile error:
src/noteutils.cpp:438:37: error: no matching function for call to
'KMime::Content::contentType(bool)', i.e. the KMime API this
24.08.3-vintage akonadi-notes source expects doesn’t match whatever
KMime headers/version were actually available in the build environment.
Looks like a genuine version-skew bug between this package and its KMime
dependency, not an environment/tooling artifact.
Not fixed as part of the mass build pass – flagging only. Needs someone
to check which KMime version’s API contentType(bool) actually belongs
to and whether this PKGBUILD needs a patch or a pin against a specific
kmime5 build.