* Package: dev-python/scipy-1.9.2:0  * Repository: gentoo  * Maintainer: sci@gentoo.org python@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_10 python_targets_python3_9 pythran userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Using following Fortran compiler: * F77: x86_64-pc-linux-gnu-gfortran * FC: x86_64-pc-linux-gnu-gfortran >>> Unpacking source... >>> Unpacking scipy-1.9.2.tar.gz to /var/tmp/portage/dev-python/scipy-1.9.2/work >>> Source unpacked in /var/tmp/portage/dev-python/scipy-1.9.2/work >>> Preparing source in /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2 ... * Applying scipy-1.9.9999-meson-options-lapack.patch ... patching file meson_options.txt patching file meson.build Hunk #1 succeeded at 12 with fuzz 2 (offset -4 lines).  [ ok ] * Build system packages: * dev-python/gpep517 : 9 * dev-python/installer : 0.5.1-r1 * dev-python/meson-python : 0.10.0 >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2 ... * python3_9: running distutils-r1_run_phase distutils-r1_python_compile * Building the wheel for scipy-1.9.2 via mesonpy gpep517 build-wheel --backend mesonpy --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2-python3_9/wheel 2022-10-17 05:42:26,977 gpep517 INFO Building wheel via backend mesonpy + meson setup --native-file=/var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2/.mesonpy-native-file.ini -Ddebug=false -Doptimization=2 --prefix=/usr /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2 /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2/.mesonpy-2pon_lut/build The Meson build system Version: 0.63.2 Source dir: /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2 Build dir: /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2/.mesonpy-2pon_lut/build Build type: native build Project name: SciPy Project version: 1.9.2 C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 12.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 12.2.1_p20221008 p1) 12.2.1 20221008") C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.39 C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ (gcc 12.2.1 "x86_64-pc-linux-gnu-g++ (Gentoo 12.2.1_p20221008 p1) 12.2.1 20221008") C++ linker for the host machine: x86_64-pc-linux-gnu-g++ ld.bfd 2.39 Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C supports arguments -Wno-unused-but-set-variable: YES Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached) Compiler for C supports arguments -Wno-unused-function: YES Compiler for C supports arguments -Wno-conversion: YES Compiler for C supports arguments -Wno-misleading-indentation: YES Compiler for C supports arguments -Wno-incompatible-pointer-types: YES Library m found: YES Fortran compiler for the host machine: x86_64-pc-linux-gnu-gfortran (gcc 12.2.1 "GNU Fortran (Gentoo 12.2.1_p20221008 p1) 12.2.1 20221008") Fortran linker for the host machine: x86_64-pc-linux-gnu-gfortran ld.bfd 2.39 Compiler for Fortran supports arguments -Wno-conversion: YES Program cython found: YES (/usr/bin/cython) Program pythran found: YES (/usr/bin/pythran) Program cp found: YES (/bin/cp) Program python found: YES (/usr/bin/python3.9) Found pkg-config: /usr/bin/pkg-config (1.8.0) ../../scipy/meson.build:38:0: ERROR: Command "/usr/bin/python3.9 -c import os; os.chdir(".."); import numpy; print(numpy.get_include())" failed with status 1. A full log can be found at /var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2/.mesonpy-2pon_lut/build/meson-logs/meson-log.txt Traceback (most recent call last): File "/usr/lib/python-exec/python3.9/gpep517", line 4, in sys.exit(main()) File "/usr/lib/python3.9/site-packages/gpep517/__main__.py", line 322, in main return func(args) File "/usr/lib/python3.9/site-packages/gpep517/__main__.py", line 122, in build_wheel print(build_wheel_impl(args, args.wheel_dir), file=out) File "/usr/lib/python3.9/site-packages/gpep517/__main__.py", line 105, in build_wheel_impl wheel_name = backend.build_wheel(str(wheel_dir), args.config_json) File "/usr/lib/python3.9/site-packages/mesonpy/__init__.py", line 986, in build_wheel with _project(config_settings) as project: File "/usr/lib/python3.9/contextlib.py", line 119, in __enter__ return next(self.gen) File "/usr/lib/python3.9/site-packages/mesonpy/__init__.py", line 948, in _project with Project.with_temp_working_dir( File "/usr/lib/python3.9/contextlib.py", line 119, in __enter__ return next(self.gen) File "/usr/lib/python3.9/site-packages/mesonpy/__init__.py", line 777, in with_temp_working_dir yield cls(source_dir, tmpdir, build_dir) File "/usr/lib/python3.9/site-packages/mesonpy/__init__.py", line 682, in __init__ self._configure(reconfigure=bool(build_dir) and not native_file_mismatch) File "/usr/lib/python3.9/site-packages/mesonpy/__init__.py", line 713, in _configure self._meson( File "/usr/lib/python3.9/site-packages/mesonpy/__init__.py", line 696, in _meson return self._proc('meson', *args) File "/usr/lib/python3.9/site-packages/mesonpy/__init__.py", line 691, in _proc subprocess.check_call(list(args)) File "/usr/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['meson', 'setup', '--native-file=/var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2/.mesonpy-native-file.ini', '-Ddebug=false', '-Doptimization=2', '--prefix=/usr', '/var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2', '/var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2/.mesonpy-2pon_lut/build']' returned non-zero exit status 1. * ERROR: dev-python/scipy-1.9.2::gentoo failed (compile phase): * Wheel build failed * * Call stack: * ebuild.sh, line 122: Called src_compile * environment, line 3546: Called distutils-r1_src_compile * environment, line 1745: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' * environment, line 749: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 3232: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2791: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2789: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 1218: Called distutils-r1_run_phase 'distutils-r1_python_compile' * environment, line 1727: Called distutils-r1_python_compile * environment, line 1551: Called distutils_pep517_install '/var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2-python3_9/install' * environment, line 2050: Called die * The specific snippet of code: * [[ -n ${wheel} ]] || die "No wheel name returned"; * * If you need support, post the output of `emerge --info '=dev-python/scipy-1.9.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/scipy-1.9.2::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-python/scipy-1.9.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/scipy-1.9.2/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2' * S: '/var/tmp/portage/dev-python/scipy-1.9.2/work/scipy-1.9.2'