Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955030 - x11-themes/qtcurve-1.9.0_p20250314 fails to build
Summary: x11-themes/qtcurve-1.9.0_p20250314 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 955044 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-04-28 16:19 UTC by Carlos Konstanski
Modified: 2025-04-28 20:35 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,6.76 KB, text/x-log)
2025-04-28 16:22 UTC, Carlos Konstanski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Konstanski 2025-04-28 16:19:55 UTC
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)
Comment 1 Carlos Konstanski 2025-04-28 16:21:07 UTC
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
Comment 2 Carlos Konstanski 2025-04-28 16:22:46 UTC
Created attachment 926841 [details]
build.log
Comment 3 Ionen Wolkens gentoo-dev 2025-04-28 16:45:53 UTC
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)
Comment 4 Larry the Git Cow gentoo-dev 2025-04-28 17:21:56 UTC
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(-)
Comment 5 Andreas Sturmlechner gentoo-dev 2025-04-28 20:35:36 UTC
*** Bug 955044 has been marked as a duplicate of this bug. ***