Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833390 - x11-themes/qtcurve-1.9.0_p20210412[-qt5,gtk] - One or more CMake variables were not used by the project: QTC_QT5_ENABLE_KDE
Summary: x11-themes/qtcurve-1.9.0_p20210412[-qt5,gtk] - One or more CMake variables we...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-15 08:34 UTC by Toralf Förster
Modified: 2022-02-16 17:17 UTC (History)
2 users (show)

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


Attachments
emerge-history.txt.bz2 (emerge-history.txt.bz2,56.16 KB, application/x-bzip)
2022-02-15 08:34 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,16.76 KB, application/x-bzip)
2022-02-15 08:34 UTC, Toralf Förster
Details
x11-themes:qtcurve-1.9.0_p20210412:20220215-060131.log (x11-themes:qtcurve-1.9.0_p20210412:20220215-060131.log,82.15 KB, text/plain)
2022-02-15 08:34 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-02-15 08:34:55 UTC
 * One or more CMake variables were not used by the project:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20220211-221746

  -------------------------------------------------------------------

  The log matches a QA pattern or a pattern requested by a Gentoo developer.
Comment 1 Toralf Förster gentoo-dev 2022-02-15 08:34:56 UTC
Created attachment 765166 [details]
emerge-history.txt.bz2
Comment 2 Toralf Förster gentoo-dev 2022-02-15 08:34:58 UTC
Created attachment 765167 [details]
etc.portage.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-02-15 08:34:59 UTC
Created attachment 765168 [details]
x11-themes:qtcurve-1.9.0_p20210412:20220215-060131.log
Comment 4 Andreas Sturmlechner gentoo-dev 2022-02-16 17:17:42 UTC
That's an interesting one. Package has this in its root dir:

> if(ENABLE_QT5)
>     qtc_option(QTC_QT5_ENABLE_KDE
>       "Building Qt5 style with KDE Frameworks 5 support." On)
> else()
>     qtc_option(QTC_QT5_ENABLE_KDE
>       "Building Qt5 style with KDE Frameworks 5 support." Off)
> endif()

So it is definitely "used" here but then it is not really *used* if ENABLE_QT5=OFF.
Comment 5 Larry the Git Cow gentoo-dev 2022-02-16 17:17:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbd99704779cf34eeda8487a12f11c0e7aaef27

commit 4cbd99704779cf34eeda8487a12f11c0e7aaef27
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-02-16 17:17:34 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-02-16 17:17:34 +0000

    x11-themes/qtcurve: Fix "unused" cmake var
    
    Closes: https://bugs.gentoo.org/833390
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 4 ++--
 x11-themes/qtcurve/qtcurve-9999.ebuild            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)