CMake Error at share/cmake/modules/FindExtPackages.cmake:70 (find_package): find_package called with invalid argument "python3.9" Call Stack (most recent call first): CMakeLists.txt:241 (include) The find_package() macro has to be given python version (i.e. 3.9), not EPYTHON (i.e python3.9) as second argument. Reproducible: Always
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d55f4a0a5e4fb64d393ce172ec11bbda2c10c2a commit 7d55f4a0a5e4fb64d393ce172ec11bbda2c10c2a Author: Marek Behún <kabel@kernel.org> AuthorDate: 2021-10-21 10:12:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-22 02:47:03 +0000 media-libs/opencolorio: fix OCIO_PYTHON_VERSION The OCIO_PYTHON_VERSION cmake argument needs to contain only the version number (i.e. 3.9), not EPYTHON (i.e. python3.9). Bug: https://bugs.gentoo.org/819132 Signed-off-by: Marek Behún <kabel@kernel.org> Closes: https://github.com/gentoo/gentoo/pull/22654 Signed-off-by: Sam James <sam@gentoo.org> media-libs/opencolorio/opencolorio-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)