Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926544 - dev-python/scipy-1.12.0 fails to compile: _interpolativemodule.c:647:41: error: passing argument 1 of PyPySequence_List from incompatible pointer type [-Wincompatible-pointer-types]
Summary: dev-python/scipy-1.12.0 fails to compile: _interpolativemodule.c:647:41: erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard: indirect
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-03-09 07:08 UTC by Agostino Sarubbo
Modified: 2024-11-01 14:38 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,226.03 KB, text/plain)
2024-03-09 07:08 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 2024-03-09 07:08:16 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/scipy-1.12.0 fails to compile.
Discovered on: arm64 (internal ref: tinderbox_arm64)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-09 07:08:18 UTC
Created attachment 887119 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-09 07:08:20 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: scipy/linalg/_interpolative.pypy310-pp73-aarch64-linux-gnu.so.p/meson-generated_..__interpolativemodule.c.o 
scipy/linalg/_interpolativemodule.c:647:41: error: passing argument 1 of ‘PyPySequence_List’ from incompatible pointer type [-Wincompatible-pointer-types]
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-05-26 15:03:06 UTC
commit bb5fe8ba348915acb41d4e87722da7f012772a9f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-05-26 15:58:54 +0200
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-05-26 15:58:54 +0200

    dev-python/numpy: Backport emitted code fix to fix scipy w/ GCC-14
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/numpy/files/numpy-2.0.0_rc2-gcc14.patch                     | 23 +++++++++++++++++++++++
 dev-python/numpy/{numpy-2.0.0_rc2.ebuild => numpy-2.0.0_rc2-r1.ebuild} |  5 +++++
 2 files changed, 28 insertions(+)