=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py313-numexpr-2.12.0 * Building wheel... /usr/pkg/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/__init__.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/cpuinfo.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/expressions.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/necompiler.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/utils.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/version.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr running egg_info writing numexpr.egg-info/PKG-INFO writing dependency_links to numexpr.egg-info/dependency_links.txt writing requirements to numexpr.egg-info/requires.txt writing top-level names to numexpr.egg-info/top_level.txt reading manifest file 'numexpr.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'numexpr/__config__.py' warning: no previously-included files found matching 'RELEASING.txt' warning: no previously-included files found matching 'site.cfg' adding license file 'LICENSE.txt' adding license file 'LICENSES/cpuinfo.txt' writing manifest file 'numexpr.egg-info/SOURCES.txt' /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'numexpr.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'numexpr.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'numexpr.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'numexpr.tests' to be distributed and are already explicitly excluding 'numexpr.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'numexpr.win32' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'numexpr.win32' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'numexpr.win32' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'numexpr.win32' to be distributed and are already explicitly excluding 'numexpr.win32' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying numexpr/complex_functions.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/functions.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/interp_body.cpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/interpreter.cpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/interpreter.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/missing_posix_functions.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/module.cpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/module.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/msvc_function_stubs.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/numexpr_config.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/numexpr_object.cpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/numexpr_object.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/opcodes.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr copying numexpr/str-two-way.hpp -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr creating build/lib.netbsd-9.3-amd64-cpython-313/numexpr/tests copying numexpr/tests/__init__.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr/tests copying numexpr/tests/conftest.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr/tests copying numexpr/tests/test_numexpr.py -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr/tests creating build/lib.netbsd-9.3-amd64-cpython-313/numexpr/win32 copying numexpr/win32/pthread.c -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr/win32 copying numexpr/win32/pthread.h -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr/win32 copying numexpr/win32/stdint.h -> build/lib.netbsd-9.3-amd64-cpython-313/numexpr/win32 running build_ext building 'numexpr.interpreter' extension creating build/temp.netbsd-9.3-amd64-cpython-313/numexpr c++ -O2 -I/usr/include -I/usr/pkg/include/python3.13 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.13 -I/usr/pkg/include -fPIC -DNPY_TARGET_VERSION=NPY_1_23_API_VERSION -I/usr/pkg/lib/python3.13/site-packages/numpy/_core/include -I/usr/pkg/include/python3.13 -c numexpr/interpreter.cpp -o build/temp.netbsd-9.3-amd64-cpython-313/numexpr/interpreter.o In file included from /tmp/math/py-numexpr/work/.buildlink/include/python3.13/Python.h:23:0, from numexpr/module.hpp:13, from numexpr/interpreter.cpp:10: numexpr/numexpr_config.hpp: In function 'bool isfinitef_(float)': numexpr/numexpr_config.hpp:54:46: error: expected id-expression before '(' token inline bool isfinitef_(float x) { return !!::isfinite(x); } ^ numexpr/numexpr_config.hpp: In function 'bool isnanf_(float)': numexpr/numexpr_config.hpp:55:46: error: expected id-expression before '(' token inline bool isnanf_(float x) { return !!::isnan(x); } ^ numexpr/numexpr_config.hpp: In function 'bool isfinited(double)': numexpr/numexpr_config.hpp:56:46: error: expected id-expression before '(' token inline bool isfinited(double x) { return !!::isfinite(x); } ^ numexpr/numexpr_config.hpp: In function 'bool isnand(double)': numexpr/numexpr_config.hpp:57:46: error: expected id-expression before '(' token inline bool isnand(double x) { return !!::isnan(x); } ^ numexpr/numexpr_config.hpp: In function 'bool isinff_(float)': numexpr/numexpr_config.hpp:58:43: error: expected id-expression before '(' token inline bool isinff_(float x) { return !!::isinf(x); } ^ numexpr/numexpr_config.hpp: In function 'bool isinfd(double)': numexpr/numexpr_config.hpp:59:46: error: expected id-expression before '(' token inline bool isinfd(double x) { return !!::isinf(x); } ^ error: command '/tmp/math/py-numexpr/work/.cwrapper/bin/c++' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/math/py-numexpr *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/math/py-numexpr