KDE Gear projects with failing CI (master + stable) (30 September 2025)
Ingo Klöcker
kloecker at kde.org
Wed Oct 1 11:12:43 BST 2025
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 <aacid at kde.org> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 265 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-devel/attachments/20251001/81bfc651/attachment.sig>
More information about the kde-devel
mailing list