Bugzilla Automation <[email protected]> has asked freebsd-python (Nobody)
<[email protected]> for maintainer-feedback:
Bug 295633: math/py-numpy: 2.4.6,1 core dumps
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295633
--- Description ---
# pkg install -yUr FreeBSD-ports py311-numpy
The following 6 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
binutils: 2.44,1 [FreeBSD-ports]
gcc14: 14.2.0_4 [FreeBSD-ports]
mpc: 1.4.1 [FreeBSD-ports]
mpfr: 4.2.2,1 [FreeBSD-ports]
openblas: 0.3.33,2 [FreeBSD-ports]
py311-numpy: 2.4.6,1 [FreeBSD-ports]
----
# python
Python 3.11.15 (main, Apr 7 2026, 01:04:34) [Clang 19.1.7
(https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd7080 on freebsd15
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Illegal instruction (core dumped)
----
Now what? Any hints or instructions?