| Summary: | kbuildsycoca5 does not generate any files when compiled with clang 15.0.6 | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kservice | Reporter: | Michael <egger.m> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | kdelibs-bugs-null, nate, sam |
| Priority: | NOR | ||
| Version First Reported In: | 5.101.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=462084 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Michael
2023-01-11 10:55:43 UTC
This seems to be an issue caused by clang 15.0.6. Recompiled dev-qt, kde-frameworks, kde-plasma and kde-apps packages with gcc and it works again. At this point, I suspect it's a bug in Clang's implementation of -fstack-clash-protection, given we've seen some odd behaviour with Chromium too. GCC's implementation of stack clash protection works fine. We've stopped enabling it by default for Clang. |