Bug 467679 - [kdesrc-build] [kf6] [Arch Linux Qt6] Build failure: error: Not a signal or slot declaration
Summary: [kdesrc-build] [kf6] [Arch Linux Qt6] Build failure: error: Not a signal or s...
Status: RESOLVED UPSTREAM
Alias: None
Product: frameworks-kwallet
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Valentin Rusu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-22 06:48 UTC by Kyle Devir
Modified: 2023-03-22 12:19 UTC (History)
3 users (show)

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


Attachments
kwallet kdesrc-build logs (2.71 KB, application/gzip)
2023-03-22 06:48 UTC, Kyle Devir
Details
kdesrc-build-Plasma6 (3.64 KB, text/plain)
2023-03-22 06:50 UTC, Kyle Devir
Details

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