Bug 467679

Summary: [kdesrc-build] [kf6] [Arch Linux Qt6] Build failure: error: Not a signal or slot declaration
Product: [Frameworks and Libraries] frameworks-kwallet Reporter: Kyle Devir <kyle.devir>
Component: generalAssignee: Valentin Rusu <valir>
Status: RESOLVED UPSTREAM    
Severity: normal CC: kdelibs-bugs-null, kyle.devir, nicolas.fella
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: kwallet kdesrc-build logs
kdesrc-build-Plasma6

Description Kyle Devir 2023-03-22 06:48:52 UTC
Created attachment 157510 [details]
kwallet kdesrc-build logs

Encountering this error on multiple kf6 packages:

[10/166] Generating moc_kwallet_interface.cpp
FAILED: src/api/KWallet/moc_kwallet_interface.cpp /run/media/valmar/DataSSD/KDE/Builds-Plasma6/frameworks/kwallet/src/api/KWallet/moc_kwallet_interface.cpp
cd /run/media/valmar/DataSSD/KDE/Builds-Plasma6/frameworks/kwallet/src/api/KWallet && /usr/lib/qt6/moc @/run/media/valmar/DataSSD/KDE/Builds-Plasma6/frameworks/kwallet/src/api/KWallet/moc_kwallet_interface.cpp_parameters
/run/media/valmar/DataSSD/KDE/Builds-Plasma6/frameworks/kwallet/src/api/KWallet/kwallet_interface.h:210:1: error: Not a signal or slot declaration

Have observed that other testers haven't reported such an issue, so might possibly be something specific to Arch Linux's Qt6 packages. Might be some obscure error in my kdesrc-build config, but I've triple-checked everything, seemingly...
Comment 1 Kyle Devir 2023-03-22 06:50:22 UTC
Created attachment 157511 [details]
kdesrc-build-Plasma6
Comment 2 Nicolas Fella 2023-03-22 11:37:56 UTC
That's https://bugreports.qt.io/browse/QTBUG-111330
Comment 3 Kyle Devir 2023-03-22 12:19:45 UTC
(In reply to Nicolas Fella from comment #2)
> That's https://bugreports.qt.io/browse/QTBUG-111330

Ah, I see. Thank you. :)