Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797457 - dev-python/pythran-0.9.11 fails tests
Summary: dev-python/pythran-0.9.11 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-22 06:31 UTC by Agostino Sarubbo
Modified: 2021-06-22 08:13 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,168.62 KB, application/x-xz)
2021-06-22 06:31 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-06-22 06:31:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pythran-0.9.11 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-22 06:31:52 UTC
Created attachment 717576 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-22 06:31:53 UTC
Possible context of error(s):

E               FileNotFoundError: [Errno 2] No such file or directory: 'ipython'
E           FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/pythran-0.9.11/work/pythran-0.9.11/scipy/special.py'
E   ModuleNotFoundError: No module named 'scipy'
err_msg    = 'No such file or directory'
ModuleNotFoundError: No module named 'scipy'
/var/tmp/portage/dev-python/pythran-0.9.11/work/pythran-0.9.11/pythran/pythonic/numpy/dot.hpp:18:10: fatal error: cblas.h: No such file or directory
            raise SystemExit(gen_usage(dist.script_name) + "\nerror: %s" % msg)
Comment 3 Larry the Git Cow gentoo-dev 2021-06-22 08:13:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d16aa3c19a124fedd50bf3996fd8f24bed56765

commit 6d16aa3c19a124fedd50bf3996fd8f24bed56765
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-06-22 08:09:38 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-06-22 08:11:07 +0000

    dev-python/pythran: Add missing test deps
    
    Closes: https://bugs.gentoo.org/797457
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pythran/pythran-0.9.11.ebuild | 3 +++
 1 file changed, 3 insertions(+)