Summary: | dev-python/scipy-1.13.1 fails to compile: _spropackmodule.c:667:41: error: passing argument 1 of PyPySequence_List from incompatible pointer type [-Wincompatible-pointer-types] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | me, python |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412, 941869 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
2024-05-29 06:42:19 UTC
Created attachment 894586 [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: FAILED: scipy/sparse/linalg/_propack/_cpropack.pypy310-pp73-x86_64-linux-gnu.so.p/meson-generated_..__cpropackmodule.c.o FAILED: scipy/sparse/linalg/_propack/_dpropack.pypy310-pp73-x86_64-linux-gnu.so.p/meson-generated_..__dpropackmodule.c.o FAILED: scipy/sparse/linalg/_propack/_spropack.pypy310-pp73-x86_64-linux-gnu.so.p/meson-generated_..__spropackmodule.c.o scipy/sparse/linalg/_propack/_spropackmodule.c:667:41: error: passing argument 1 of ‘PyPySequence_List’ from incompatible pointer type [-Wincompatible-pointer-types] I suspect this was fixed a while ago. Was it? |