[Bug 293955] deskutils/kdepim-runtime: fix build with clang 21
| Newsgroups | gmane.comp.kde.freebsd |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293955 --- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=441cd2b7a4f5b81f25ac9109b30c646265e7f7fb commit 441cd2b7a4f5b81f25ac9109b30c646265e7f7fb Author: Dimitry Andric <[email protected]> AuthorDate: 2026-03-21 16:28:26 +0000 Commit: Dimitry Andric <[email protected]> CommitDate: 2026-03-24 11:52:33 +0000 deskutils/kdepim-runtime: fix build with clang 21 With clang 21 deskutils/kdepim-runtime fails to build, with errors similar to: ld: error: undefined symbol: KPIM::Maildir::Maildir(QString const&, bool) >>> referenced by configwidget.cpp >>> CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath()) >>> referenced by configwidget.cpp >>> CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath()) ld: error: undefined symbol: KPIM::Maildir::isValid(bool) const >>> referenced by configwidget.cpp >>> CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath()) >>> referenced by configwidget.cpp >>> CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath()) This is because various CMake configure checks fail, due to the port Makefile adding -Wno-error=enum-constexpr-conversion, which is no longer supported by clang >= 21. PR: 293955 Approved by: makc (maintainer) MFH: 2026Q1 deskutils/kdepim-runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.