Bug 494535 - latest 6.7.0 release fails to build (probably come from Qt 6.7.3)
Summary: latest 6.7.0 release fails to build (probably come from Qt 6.7.3)
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-solid
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 6.7.0
Platform: Mageia RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-11 14:06 UTC by David Geiger
Modified: 2024-10-12 10:56 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
full build log (651.18 KB, text/x-log)
2024-10-11 14:06 UTC, David Geiger
Details

Note You need to log in before you can comment on or make changes to this bug.
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.