Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830016 - sci-libs/cartopy-0.20.1 fails tests: ModuleNotFoundError: No module named pyproj
Summary: sci-libs/cartopy-0.20.1 fails tests: ModuleNotFoundError: No module named pyproj
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-26 20:51 UTC by Agostino Sarubbo
Modified: 2021-12-29 10:26 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,264.97 KB, text/plain)
2021-12-26 20:51 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 2021-12-26 20:51:25 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-26 20:51:27 UTC
Created attachment 760221 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-26 20:51:28 UTC
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'
Comment 3 Larry the Git Cow gentoo-dev 2021-12-27 16:33:12 UTC
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(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-28 02:15:19 UTC
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
Comment 5 Thomas Beierlein gentoo-dev 2021-12-28 12:03:52 UTC
(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.
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-29 10:26:52 UTC
(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!