Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202607/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:displaycal-py3, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean -Spybuild
dh_auto_clean -O-Spybuild
I: pybuild base:385: python3.14 setup.py clean
/usr/lib/python3/dist-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
config = read_configuration(filepath, True, ignore_option_errors, dist)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
['clean']
*** /<<PKGBUILDDIR>>/setup.py clean
using distutils
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean MANIFEST.in INSTALLED_FILES DisplayCAL.egg-info/*
rm -rf dist
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary -Spybuild
dh_update_autotools_config -O-Spybuild
dh_autoreconf -O-Spybuild
dh_auto_configure -O-Spybuild
I: pybuild base:385: python3.14 setup.py config
/usr/lib/python3/dist-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
config = read_configuration(filepath, True, ignore_option_errors, dist)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
['config']
*** /<<PKGBUILDDIR>>/setup.py config
using distutils
dh_auto_build -O-Spybuild
I: pybuild base:385: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
config = read_configuration(filepath, True, ignore_option_errors, dist)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
['build']
*** /<<PKGBUILDDIR>>/setup.py build
using distutils
dh_auto_test -O-Spybuild
W: pybuild base:328: No test runner selected, defaulting to unittest, ignoring test discovery problems.
Use --test-unittest to explicitly select the unittest runner.
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m unittest discover -v
----------------------------------------------------------------------
Ran 0 tests in 0.000s
NO TESTS RAN
create-stamp debian/debhelper-build-stamp
dh_prep -O-Spybuild
dh_auto_install --destdir=debian/displaycal/ -O-Spybuild
I: pybuild base:385: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/displaycal
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/setup.py", line 1526, in <module>
setup()
~~~~~^^
File "/<<PKGBUILDDIR>>/setup.py", line 595, in setup
from DisplayCAL import localization as lang
File "/<<PKGBUILDDIR>>/DisplayCAL/localization.py", line 12, in <module>
from DisplayCAL.config import DATA_DIRS, DEFAULTS, STORAGE, getcfg
File "/<<PKGBUILDDIR>>/DisplayCAL/config.py", line 21, in <module>
from DisplayCAL import colormath
File "/<<PKGBUILDDIR>>/DisplayCAL/colormath.py", line 17, in <module>
import numpy
ModuleNotFoundError: No module named 'numpy'
E: pybuild pybuild:485: install: plugin distutils failed with: exit code=1: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/displaycal
dh_auto_install: error: pybuild --install -i python{version} -p 3.14 --dest-dir=/<<PKGBUILDDIR>>/debian/displaycal --parallel=2 returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------