Arch Linux - kde-builder Problems

Is anybody who uses Arch Linux right now having trouble with kde-builder?
I’ve been trying to compile multiple stuff but things just don’t succeed. And I think --ignore-modules make things worse because I think I need those modules compiled to compile other stuff.

Most notably: kcoreaddons
Build Log: https://files.catbox.moe/r1iawh.log

I asked about this to ashark who maintains kde-builder and uses Arch and he told me he did experience the same breakage, but a refresh build was enough to fix it.

I noticed a few mistakes in the docs and just fixed those, this is what you’d need to do: Basic troubleshooting | Developer

# builds only kcoreaddons with refresh-build
kde-builder kcoreaddons --refresh-build --no-include-dependencies

It seems there’s a new option that does the equivalent to that now:

# continues the build from the last failure, and with refresh-build
kde-builder kcoreaddons --resume-refresh-build-first
2 Likes