Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jan 2022 18:47:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 259637] math/py-numpy: Update to 1.22.0
Message-ID:  <bug-259637-21822-VuW7WmEeyc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259637-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259637-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259637

--- Comment #9 from Charlie Li <vishwin@freebsd.org> ---
Still fails on -CURRENT main-n251990-c7f93ee5cc2 :-\ but going to see what
1b90dfa5d2b before attempting a dive into at least setup.py, considering al=
l of
libc++ is getting rebuilt.

Also interesting that we have to null out the configure step (for now I gue=
ss)

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: build          >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D env: DEVELOPER_MODE=3Dyes STRICT_DEPENDS=3Dyes USER=3Dnobod=
y UID=3D65534
GID=3D65534
=3D=3D=3D>  Building for py39-numpy-1.22.0,1
Running from numpy source directory.
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_pcg64.pyx
Processing numpy/random/_bounded_integers.pyx.in
Processing numpy/random/mtrand.pyx
Processing numpy/random/bit_generator.pyx
Processing numpy/random/_common.pyx
Processing numpy/random/_generator.pyx
Processing numpy/random/_mt19937.pyx
Processing numpy/random/_philox.pyx
Processing numpy/random/_sfc64.pyx
Cythonizing sources
INFO: blas_opt_info:
INFO: blas_armpl_info:
INFO: customize UnixCCompiler
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 450, in <module>
    setup_package()
  File "setup.py", line 442, in setup_package
    setup(**metadata)
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/core.py",
line 135, in setup
    config =3D configuration()
  File "setup.py", line 120, in configuration
    config.add_subpackage('numpy')
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/misc_util.py",
line 1054, in add_subpackage
    config_list =3D self.get_subpackage(subpackage_name, subpackage_path,
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/misc_util.py",
line 1020, in get_subpackage
    config =3D self._get_configuration_from_setup_py(
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/misc_util.py",
line 962, in _get_configuration_from_setup_py
    config =3D setup_module.configuration(*args)
  File "numpy/setup.py", line 9, in configuration
    config.add_subpackage('core')
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/misc_util.py",
line 1054, in add_subpackage
    config_list =3D self.get_subpackage(subpackage_name, subpackage_path,
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/misc_util.py",
line 1020, in get_subpackage
    config =3D self._get_configuration_from_setup_py(
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/misc_util.py",
line 962, in _get_configuration_from_setup_py
    config =3D setup_module.configuration(*args)
  File "numpy/core/setup.py", line 806, in configuration
    blas_info =3D get_info('blas_opt', 0)
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 587, in get_info
    return cl().get_info(notfound_action)
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 847, in get_info
    self.calc_info()
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 2079, in calc_info
    if self._calc_info(blas):
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 2065, in _calc_info
    return getattr(self, '_calc_info_{}'.format(name))()
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 1981, in _calc_info_armpl
    info =3D get_info('blas_armpl')
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 587, in get_info
    return cl().get_info(notfound_action)
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 847, in get_info
    self.calc_info()
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 1339, in calc_info
    info =3D self.check_libs2(lib_dirs, armpl_libs)
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 1003, in check_libs2
    exts =3D self.library_extensions()
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 962, in library_extensions
    c =3D customized_ccompiler()
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/system_info.py",
line 216, in customized_ccompiler
    global_compiler =3D _customized_ccompiler()
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/__init__.py",
line 50, in customized_ccompiler
    c.customize('')
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/ccompiler.py",
line 89, in <lambda>
    m =3D lambda self, *args, **kw: func(self, *args, **kw)
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/ccompiler.py",
line 540, in CCompiler_customize
    self.compile([fn], output_dir=3Dtmpdir,
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/ccompiler.py",
line 89, in <lambda>
    m =3D lambda self, *args, **kw: func(self, *args, **kw)
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/ccompiler.py",
line 272, in CCompiler_compile
    jobs =3D get_num_build_jobs()
  File
"/wrkdirs/overlays/overlay/math/py-numpy/work-py39/numpy-1.22.0/numpy/distu=
tils/misc_util.py",
line 93, in get_num_build_jobs
    cpu_count =3D len(os.sched_getaffinity(0))
OSError: [Errno 34] Result too large
*** Error code 1

Stop.
make: stopped in /overlays/overlay/math/py-numpy

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259637-21822-VuW7WmEeyc>