Bug 381544

Summary: kcm_keyboard needs exceptions to build
Product: [Applications] systemsettings Reporter: RJVB <rjvbertin>
Component: kcm_keyboardAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: justin.zobel
Priority: NOR    
Version: 5.10.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: patch for the kcm_keyboard cmake code

Description RJVB 2017-06-22 19:45:38 UTC
Created attachment 106241 [details]
patch for the kcm_keyboard cmake code

I ran into a failure building kcm_keyboard from plasma-desktop 5.10.2 with GCC 7.1.0; the Boost version I have (1.59.0) requires C++ exceptions to be enabled.
Comment 1 Justin Zobel 2020-11-19 05:57:32 UTC
I've built systemsettings recently and I'm assuming this patch is no longer required.

Can you please test and confirm if this is still required or if this bug report can be marked as resolved. I'm setting status to "needsinfo" pending your response, please change back to "reported" or "resolved" when you respond, thanks.
Comment 2 RJVB 2020-11-19 22:52:52 UTC
I no longer have that compiler nor that Boost version, but I can confirm that the combination clang 5.0.2 + Boost 1.71.0 no longer requires C++ exceptions to be enabled.