Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951443 - dev-python/pythran-0.17.0-r1 - FAILED pythran/tests/test_distutils.py::TestMeson::test_meson_build
Summary: dev-python/pythran-0.17.0-r1 - FAILED pythran/tests/test_distutils.py::TestMe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2025-03-16 00:09 UTC by ernsteiswuerfel
Modified: 2025-03-19 15:38 UTC (History)
1 user (show)

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


Attachments
build.log.xz (ppc64, 0.17.0-r1) (pythran-0.17.0-r1:20250315-173113.log.xz,95.98 KB, application/x-xz)
2025-03-16 00:09 UTC, ernsteiswuerfel
Details
emerge --info (file_951443.txt,6.64 KB, text/plain)
2025-03-16 00:10 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2025-03-16 00:09:47 UTC
Created attachment 920879 [details]
build.log.xz (ppc64, 0.17.0-r1)

[...]

[gw35] [1072/3627] PASSED pythran/tests/test_numpy_random.py::TestNumpyRandom::test_numpy_random_choice5 
pythran/tests/test_numpy_random.py::TestNumpyRandom::test_numpy_random_choice6 
[gw6] [1073/3627] FAILED pythran/tests/test_distutils.py::TestMeson::test_meson_build 
pythran/tests/test_euler.py::TestEuler::test_euler01_run0 <- pythran/tests/__init__.py 
[gw12] [1074/3627] PASSED pythran/tests/test_none.py::TestNone::test_none_diorcet2 
pythran/tests/test_none.py::TestNone::test_none_escaping0 

[...]

[3/3] powerpc64-unknown-linux-gnu-g++  -o b.cpython-313-powerpc64-linux-gnu.so b.cpython-313-powerpc64-linux-gnu.so.p/meson-generated_.._b.cpp.o -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -O2 -mcpu=970 -mtune=970 -O2 -maltivec -mabi=altivec -pipe -Wl,--start-group -lcblas -lopenblas -ldl /usr/lib64/libpython3.13.so -Wl,--end-group
FAILED: b.cpython-313-powerpc64-linux-gnu.so 
powerpc64-unknown-linux-gnu-g++  -o b.cpython-313-powerpc64-linux-gnu.so b.cpython-313-powerpc64-linux-gnu.so.p/meson-generated_.._b.cpp.o -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -O2 -mcpu=970 -mtune=970 -O2 -maltivec -mabi=altivec -pipe -Wl,--start-group -lcblas -lopenblas -ldl /usr/lib64/libpython3.13.so -Wl,--end-group
/usr/lib/gcc/powerpc64-unknown-linux-gnu/14/../../../../powerpc64-unknown-linux-gnu/bin/ld: cannot find -lopenblas: No such file or directory
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
----------------------------- Captured stderr call -----------------------------

[...]

FAILED pythran/tests/test_distutils.py::TestMeson::test_meson_build - subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
==== 1 failed, 3567 passed, 59 skipped, 3359 warnings in 4174.20s (1:09:34) ====
 * ERROR: dev-python/pythran-0.17.0-r1::gentoo failed (test phase):
 *   pytest failed with python3.13
Comment 1 ernsteiswuerfel archtester 2025-03-16 00:10:36 UTC
Created attachment 920880 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-03-19 15:38:18 UTC
The bug has been closed via the following commit(s):

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

commit aa6373e58d8d4ffa5b9cb5c740d6984b86da15e1
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2025-03-19 14:26:07 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2025-03-19 15:38:14 +0000

    dev-python/pythran: Skip test_meson_build
    
    Closes: https://bugs.gentoo.org/951443
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pythran/pythran-0.17.0-r2.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)