On Mittwoch, 1. Oktober 2025 10:23:30 Mitteleuropäische Sommerzeit Ben Cooksley wrote: > On Wed, Oct 1, 2025 at 10:42 AM Albert Astals Cid <[email protected]> wrote: > > kalarm (stable) - NEw > > > > * https://invent.kde.org/pim/kalarm/-/pipelines/1051004 > > > > * Craft Windows fails to compile > > Looks like this may be a unity build issue?
I suspect an incompatibility with API changes in kmime. This is the line in release/25.08 (https://invent.kde.org/pim/kalarm/-/blob/release/25.08/src/ kamail.cpp?ref_type=heads#L794): ``` result.displayName.clear(); ``` And this is the same line in master (https://invent.kde.org/pim/kalarm/-/blob/ master/src/kamail.cpp?ref_type=heads#L794) ``` result.setDisplayName({}); ``` But the actual problem is that kalarm 25.08 has this in its .craft.ini: ``` kde/pim.version=master ``` That's a general problem we have with the stable (PIM) builds. We might need something like the @same we use in .kde-ci.yml also for our craft CI builds. Regards, Ingo
signature.asc
Description: This is a digitally signed message part.
