Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913012 - kde-apps/krfb-23.08.0 - One or more CMake variables were not used by the project:
Summary: kde-apps/krfb-23.08.0 - One or more CMake variables were not used by the proj...
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:
Depends on:
Blocks:
 
Reported: 2023-08-25 18:54 UTC by Toralf Förster
Modified: 2023-08-26 08:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.49 KB, text/plain)
2023-08-25 18:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,224.43 KB, text/plain)
2023-08-25 18:54 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,18.29 KB, application/x-xz)
2023-08-25 18:54 UTC, Toralf Förster
Details
kde-apps:krfb-23.08.0:20230825-185232.log (kde-apps:krfb-23.08.0:20230825-185232.log,164.73 KB, text/plain)
2023-08-25 18:54 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 2023-08-25 18:54:33 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-20230821-212511

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

  The log matches a QA pattern or a pattern requested by a Gentoo developer.
Comment 1 Toralf Förster gentoo-dev 2023-08-25 18:54:34 UTC
Created attachment 868721 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-25 18:54:35 UTC
Created attachment 868722 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-08-25 18:54:36 UTC
Created attachment 868723 [details]
etc.portage.tar.xz
Comment 4 Toralf Förster gentoo-dev 2023-08-25 18:54:38 UTC
Created attachment 868724 [details]
kde-apps:krfb-23.08.0:20230825-185232.log
Comment 5 Andreas Sturmlechner gentoo-dev 2023-08-25 19:27:42 UTC
 * One or more CMake variables were not used by the project:
 *   CMAKE_DISABLE_FIND_PACKAGE_EGL
 *   CMAKE_DISABLE_FIND_PACKAGE_epoxy
 *   CMAKE_DISABLE_FIND_PACKAGE_gbm

Could you make these actually relevant lines appear in $summary?
Comment 6 Larry the Git Cow gentoo-dev 2023-08-25 19:30:17 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=f691bfdb77a81a225b30a2a831984a6471372f07

commit f691bfdb77a81a225b30a2a831984a6471372f07
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-08-25 19:29:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-08-25 19:29:19 +0000

    kde-apps/krfb: Cleanup unused cmake vars
    
    Follow-up to 51a04bf8b65229f6ee0136f60f50fce951a48acd
    
    Bug: https://bugs.gentoo.org/913012
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/krfb/krfb-23.08.49.9999.ebuild | 3 ---
 kde-apps/krfb/krfb-9999.ebuild          | 3 ---
 2 files changed, 6 deletions(-)
Comment 7 Larry the Git Cow gentoo-dev 2023-08-25 19:32:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a11bb925b501a4407bdf00228fd3a00dd7368b8

commit 2a11bb925b501a4407bdf00228fd3a00dd7368b8
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-08-25 19:29:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-08-25 19:32:08 +0000

    kde-apps/krfb: Cleanup unused cmake vars
    
    Follow-up to 51a04bf8b65229f6ee0136f60f50fce951a48acd
    
    Closes: https://bugs.gentoo.org/913012
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/krfb/krfb-23.08.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)
Comment 8 Toralf Förster gentoo-dev 2023-08-26 08:09:06 UTC
(In reply to Andreas Sturmlechner from comment #5)

> 
> Could you make these actually relevant lines appear in $summary?

will take a look at it.
Comment 9 Toralf Förster gentoo-dev 2023-08-26 08:38:56 UTC
(In reply to Toralf Förster from comment #8)
> (In reply to Andreas Sturmlechner from comment #5)
> 
> > 
> > Could you make these actually relevant lines appear in $summary?
> 
> will take a look at it.

The next 7 lines after the match will appear in comment0 (after the 1st line) - ok?
Comment 10 Andreas Sturmlechner gentoo-dev 2023-08-26 08:48:16 UTC
(In reply to Toralf Förster from comment #9)
> (In reply to Toralf Förster from comment #8)
> The next 7 lines after the match will appear in comment0 (after the 1st
> line) - ok?
That's a good start and will probably suffice in most circumstances except for stuff like VTK and the likes. Not sure the few where it is not enough or the additional noise merit putting the effort into matching all " *" lines below the first one.