Bug 494535

Summary: latest 6.7.0 release fails to build (probably come from Qt 6.7.3)
Product: [Frameworks and Libraries] frameworks-solid Reporter: David Geiger <geiger.david68210>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kdelibs-bugs, lukas, nicolas.fella
Priority: NOR    
Version: 6.7.0   
Target Milestone: ---   
Platform: Mageia RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: full build log

Description David Geiger 2024-10-11 14:06:25 UTC
Created attachment 174690 [details]
full build log

Hi,

On Mageia Cauldron latest 6.7.0 release fails to build with the following build issue:

/home/iurt/rpmbuild/BUILD/solid-6.7.0-build/solid-6.7.0/src/solid/power/backends/freedesktop/logindinhibitionargument.cpp:22:31: error: use of deleted function 'QChar::QChar(char)'
   22 |     return args.join(QChar(':'));

Attached the full build log:
Comment 1 Nicolas Fella 2024-10-11 14:50:04 UTC
You are building with -DWITH_NEW_SOLID_JOB=ON. Don't do that, it's experimental and unsupported
Comment 2 David Geiger 2024-10-11 15:41:00 UTC
Ok, looks good for me removing -DWITH_NEW_SOLID_JOB=ON.
Comment 3 Nicolas Fella 2024-10-12 10:56:31 UTC
Great.