Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911476 - dev-cpp/gtest-9999 one or more CMake variables were not used by the project (9999-SYSTEM)
Summary: dev-cpp/gtest-9999 one or more CMake variables were not used by the project (...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Peter Levine
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-07-29 19:41 UTC by Agostino Sarubbo
Modified: 2023-09-04 10:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,79.42 KB, text/plain)
2023-07-29 19:41 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-07-29 19:41:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/gtest-9999 one or more CMake variables were not used by the project (9999-SYSTEM).
Discovered on: amd64 (internal ref: 9999_tinderbox)

NOTE:
(9999-SYSTEM) in the summary means that the bug was found on a STANDARD machine that tries the 9999 version of the ebuild. While bugs about 9999 version make sense until certain point, you should see it as a way to know in advance what will have in the future release.
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-29 19:41:37 UTC
Created attachment 866632 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-09-04 10:08:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72af436c1c0914a435f8954124d45dcafd001418

commit 72af436c1c0914a435f8954124d45dcafd001418
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2023-09-04 10:08:05 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-09-04 10:08:05 +0000

    dev-cpp/gtest: pass -DPython3_EXECUTABLE only if USE=test
    
    Switch -DPYTHON_EXECUTABLE to the more modern CMAKE
    -DPython3_EXECUTABLE. And consistent with other conditional
    constructs, eg. "use test && python-any-r1_pkg_setup", only
    pass -DPython3_EXECUTABLE if USE=test.
    
    Closes: https://bugs.gentoo.org/911476
    Signed-off-by: Peter Levine <plevine457@gmail.com>
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-cpp/gtest/gtest-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)