While fixing a CI issue for sci-libs/umfpack-5.6.2 this package gets pulled in whit USE=doc and fails to find a suitable python. By implementing a pkg_setup() which calls python-any-r1_pkg_setup when USE=test is used on the package, the build succeeds. Reproducible: Always Steps to Reproduce: 1. USE=doc emerge -pv =sci-libs/umfpack-5.6.2 2. 3. I'm going to address this together with the fix of a CI issue for sci-libs/umfpack.
Created attachment 629412 [details] zziplib-0.13.69-r1:20200402-211607.log build log
Created attachment 629414 [details] emerge-info.txt
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6cea676da4f54fac65665f8a8a0d4fcbc88274 commit ff6cea676da4f54fac65665f8a8a0d4fcbc88274 Author: Bernd Waibel <waebbl@gmail.com> AuthorDate: 2020-04-02 21:39:36 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2020-04-05 19:47:16 +0000 dev-libs/zziplib: add pkg_setup Package needs it, to ensure that python-any-r1_pkg_setup is only called when USE=test is set. Closes: https://bugs.gentoo.org/716028 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Bernd Waibel <waebbl@gmail.com> See also: https://github.com/gentoo/gentoo/pull/15212 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> dev-libs/zziplib/zziplib-0.13.69-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+)