Relevant portion of build log: -- Could NOT find KF5Archive (missing: KF5Archive_DIR) -- Could NOT find KF5Archive: found neither KF5ArchiveConfig.cmake nor kf5archive-config.cmake -- Could NOT find KF5Config (missing: KF5Config_DIR) -- Could NOT find KF5Config: found neither KF5ConfigConfig.cmake nor kf5config-config.cmake -- Could NOT find KF5ConfigWidgets (missing: KF5ConfigWidgets_DIR) -- Could NOT find KF5ConfigWidgets: found neither KF5ConfigWidgetsConfig.cmake nor kf5configwidgets-config.cmake -- Could NOT find KF5FrameworkIntegration (missing: KF5FrameworkIntegration_DIR) -- Could NOT find KF5FrameworkIntegration: found neither KF5FrameworkIntegrationConfig.cmake nor kf5frameworkintegratio n-config.cmake -- Could NOT find KF5I18n (missing: KF5I18n_DIR) -- Could NOT find KF5I18n: found neither KF5I18nConfig.cmake nor kf5i18n-config.cmake -- Could NOT find KF5GuiAddons (missing: KF5GuiAddons_DIR) -- Could NOT find KF5GuiAddons: found neither KF5GuiAddonsConfig.cmake nor kf5guiaddons-config.cmake -- Could NOT find KF5KIO (missing: KF5KIO_DIR) -- Could NOT find KF5KIO: found neither KF5KIOConfig.cmake nor kf5kio-config.cmake -- Could NOT find KF5IconThemes (missing: KF5IconThemes_DIR) -- Could NOT find KF5IconThemes: found neither KF5IconThemesConfig.cmake nor kf5iconthemes-config.cmake -- Could NOT find KF5WidgetsAddons (missing: KF5WidgetsAddons_DIR) -- Could NOT find KF5WidgetsAddons: found neither KF5WidgetsAddonsConfig.cmake nor kf5widgetsaddons-config.cmake -- Could NOT find KF5WindowSystem (missing: KF5WindowSystem_DIR) -- Could NOT find KF5WindowSystem: found neither KF5WindowSystemConfig.cmake nor kf5windowsystem-config.cmake -- Could NOT find KF5XmlGui (missing: KF5XmlGui_DIR) -- Could NOT find KF5XmlGui: found neither KF5XmlGuiConfig.cmake nor kf5xmlgui-config.cmake CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find KF5 (missing: Archive Config ConfigWidgets FrameworkIntegration I18n GuiAddons KIO IconThemes WidgetsAddons WindowSystem XmlGui) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) qt5/CMakeLists.txt:67 (find_package)
The relevant USE flags. It's trying to add qt6. [ebuild U ~] x11-themes/qtcurve-1.9.0_p20250314::gentoo [1.9.0_p20210412::gentoo] USE="X gtk nls qt5 qt6%* -plasma -test" 0 KiB
Created attachment 926841 [details] build.log
Haven't tried, but guess it's missing disabling plasma for Qt5. It'll "probably" work if you build it using MYCMAKEARGS="-DQTC_QT5_ENABLE_KDE=OFF" (or disable USE=qt5 altogether)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67739d7a990b66fb155a00e81152f0db139d936 commit c67739d7a990b66fb155a00e81152f0db139d936 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2025-04-28 17:20:15 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2025-04-28 17:21:03 +0000 x11-themes/qtcurve: Set -DQTC_QT5_ENABLE_KDE=OFF Closes: https://bugs.gentoo.org/955030 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
*** Bug 955044 has been marked as a duplicate of this bug. ***