https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-libs/cartopy-0.20.1 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 760221 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: E ModuleNotFoundError: No module named 'pyproj' ERROR - ModuleNotFoundError: No module named 'pyproj'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24f0cb6b20b81579a484d0ab7330e3e8ff03ea3 commit a24f0cb6b20b81579a484d0ab7330e3e8ff03ea3 Author: Thomas Beierlein <tomjbe@gentoo.org> AuthorDate: 2021-12-27 16:32:32 +0000 Commit: Thomas Beierlein <tomjbe@gentoo.org> CommitDate: 2021-12-27 16:32:58 +0000 sci-libs/cartopy: Fix missing $PYTHON_USEDEP Closes: https://bugs.gentoo.org/830016 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> sci-libs/cartopy/cartopy-0.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hmm, is it definitely only DEPEND? I was going to ask why no revbump then I realised it's only in DEPEND, which seems odd for both proj and pyproj. I see pyproj imports at least, I think
(In reply to Sam James from comment #4) > hmm, is it definitely only DEPEND? I was going to ask why no revbump then I > realised it's only in DEPEND, which seems odd for both proj and pyproj. > > I see pyproj imports at least, I think Did some more testing to confirm your suspicion. You are right, both deps belong into RDEPEND. Thanks for pointing it out. See new -r1 revision.
(In reply to Thomas Beierlein from comment #5) > (In reply to Sam James from comment #4) > > hmm, is it definitely only DEPEND? I was going to ask why no revbump then I > > realised it's only in DEPEND, which seems odd for both proj and pyproj. > > > > I see pyproj imports at least, I think > > Did some more testing to confirm your suspicion. You are right, both deps > belong into RDEPEND. Thanks for pointing it out. > > See new -r1 revision. thank you!