Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833627 - media-gfx/renderdoc-1.18 - One or more CMake variables were not used by the project:
Summary: media-gfx/renderdoc-1.18 - One or more CMake variables were not used by the p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-18 22:27 UTC by Toralf Förster
Modified: 2022-02-20 09:33 UTC (History)
0 users

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


Attachments
emerge-history.txt (emerge-history.txt,165.08 KB, text/plain)
2022-02-18 22:27 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,5.47 KB, application/x-bzip)
2022-02-18 22:27 UTC, Toralf Förster
Details
media-gfx:renderdoc-1.18:20220218-214159.log.bz2 (media-gfx:renderdoc-1.18:20220218-214159.log.bz2,19.62 KB, application/x-bzip)
2022-02-18 22:27 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-18 22:27:02 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-j4-20220216-224812

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

  The log matches a QA pattern or a pattern requested by a Gentoo developer.
Comment 1 Toralf Förster gentoo-dev 2022-02-18 22:27:04 UTC
Created attachment 765415 [details]
emerge-history.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-18 22:27:05 UTC
Created attachment 765416 [details]
etc.portage.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-02-18 22:27:06 UTC
Created attachment 765417 [details]
media-gfx:renderdoc-1.18:20220218-214159.log.bz2
Comment 4 Larry the Git Cow gentoo-dev 2022-02-20 09:33:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a639cbe2577e5981eba961e802f02a237745baa

commit 9a639cbe2577e5981eba961e802f02a237745baa
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-02-20 09:29:18 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-02-20 09:33:15 +0000

    media-gfx/renderdoc: Conditionally set PYTHON_CONFIG_SUFFIX
    
    The Shiboken2 CMake config needs PYTHON_CONFIG_SUFFIX setting so that it
    doesn't always default to using its most recent PYTHON_TARGET.
    
    Patch the Renderdoc CMakeLists so that it only tries to find the
    Shiboken2 library if required.  The installed files don't change, this
    just fixes a QA warning.
    
    Closes: https://bugs.gentoo.org/833627
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 .../files/renderdoc-1.18-conditional-pyside.patch  | 54 ++++++++++++++++++++++
 media-gfx/renderdoc/renderdoc-1.18.ebuild          |  7 ++-
 2 files changed, 60 insertions(+), 1 deletion(-)