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.
Created attachment 866632 [details] build.log build log and emerge --info
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(-)