Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729966 - <dev-python/numpy-1.19.0: pypy3 fortran tests fail
Summary: <dev-python/numpy-1.19.0: pypy3 fortran tests fail
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-06-28 02:54 UTC by Tom Gillespie
Modified: 2021-03-01 03:24 UTC (History)
3 users (show)

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


Attachments
numpy-1.18.5/temp/build.log (build.log.xz,69.33 KB, application/x-xz)
2020-07-01 17:54 UTC, Tom Gillespie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Gillespie 2020-06-28 02:54:01 UTC
While working to enable pypy3 support for numpy I encountered the following. Running `FEATURES=test; for e in *.ebuild; do ebuild $e test; done` on dev-python/numpy produces errors on all versions less than 1.19.0. They are all of the form

FAILED f2py/tests/test_return_real.py::TestF77ReturnReal::test_all[s8] - AttributeError: 'NoneType' object has no attribute 'split'

these errors do not occur when those version of numpy are testing in git using the same pypy3 build.

I have attached the 1.18.5 build log for the record, the errors for versions in tree less than that are the same.
Comment 1 Jonas Stein gentoo-dev 2020-06-30 14:53:37 UTC
please try to attach again.
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Comment 2 Tom Gillespie 2020-07-01 17:54:34 UTC
Created attachment 647326 [details]
numpy-1.18.5/temp/build.log