Your message dated Fri, 10 Jul 2026 11:04:28 +0000
with message-id <[email protected]>
and subject line Bug#1141790: fixed in displaycal-py3 3.9.18-2
has caused the Debian Bug report #1141790,
regarding displaycal-py3: FTBFS: ModuleNotFoundError: No module named 'numpy'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1141790: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141790
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:displaycal-py3
Version: 3.9.18-1
Severity: serious
Tags: ftbfs forky sid
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
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: displaycal-py3
Source-Version: 3.9.18-2
Done: Christian Marillat <[email protected]>
We believe that the bug you reported is fixed in the latest version of
displaycal-py3, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christian Marillat <[email protected]> (supplier of updated displaycal-py3
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 10 Jul 2026 12:52:22 +0200
Source: displaycal-py3
Architecture: source
Version: 3.9.18-2
Distribution: unstable
Urgency: medium
Maintainer: Christian Marillat <[email protected]>
Changed-By: Christian Marillat <[email protected]>
Closes: 1141790
Changes:
displaycal-py3 (3.9.18-2) unstable; urgency=medium
.
* Add python3-numpy to Build-Depends (Closes: #1141790)
Checksums-Sha1:
a3a2f851e5f0215f88454cdd5615124f5f77b5c3 1890 displaycal-py3_3.9.18-2.dsc
5d1b0126f62009c2d26f1e89c88ec5f802fd34bf 21780
displaycal-py3_3.9.18-2.debian.tar.xz
4009e59ef3a561f8fd4f11c57a926be4a9405ee5 6863
displaycal-py3_3.9.18-2_source.buildinfo
Checksums-Sha256:
4658a4da6508747e2b2e3a590861416eb563d92f76a9023d950a738ce23fff0f 1890
displaycal-py3_3.9.18-2.dsc
6e697f822b7da4995740cf0eedd3a02ff3ae20a91df4eebb6515c0ef46a35435 21780
displaycal-py3_3.9.18-2.debian.tar.xz
8b12639dd08b1fc7ff14017cca69b6ae29a5d756b478e7ab5cc48549a9dd2d25 6863
displaycal-py3_3.9.18-2_source.buildinfo
Files:
4d45e2af0cfffa0aa8dabdd1cc37b0a3 1890 graphics optional
displaycal-py3_3.9.18-2.dsc
a27a5d237275a4061e8b7ffaaa61cedd 21780 graphics optional
displaycal-py3_3.9.18-2.debian.tar.xz
e30b8b6296002328239370bee9b3e370 6863 graphics optional
displaycal-py3_3.9.18-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpAH/mTaPofmBUt51XICMK2VVgRcFAmpQz3oACgkQXICMK2VV
gRf2IRAAn8Yo4KOEpBr8vZfFeVhFjkVpp/r/XZfdKO3zXgv4EGX/dI9Nvj5qO4Ub
IPplPgAe530ijWIRlKgOmYtqxJZUjQWjtNHpbtrpgVqPc3d0LVdAKd5Hk5cN9dEJ
nesE8NVu5jf96i9fGyoC6qfWN3QRNvinxF3lObVKs73eYc2obI5h3J3MdSsEZuwn
ZSUkkFW0xINRbFAzUkwZixhAiJVYCEJ2hZ0NeXV8Jjghe3wV2r5eIOobAPmolfhy
411QxLrTPt/fuN9Q43qRM6pk5vk8nNWV9p975O58xPoKf1XKriwtHMv8NpSz6Htz
Fc/L3xlxGH2OThCDOJybC2LQrNspcKpwEQvfk/FWyrhcpZ4Xq8mt17vYP9YdrMBt
Jrprd177iDPWicY/5cd7p6i/aBVHakfS+MYGEpjuTBqg/eo335zNHRbyNzGuABZq
dbgcdHQ65kjtn4PZd7ZfdeRw4RRFhiqut2YuCyO54Cwm9+ccXxpPf26PaJdMFZBZ
GHmrh5+Gbr0DDA4+50OePvgiCfhl2e1YkjF8vlxaYAYf8T2He3r74bRD+afMqoNU
eVs2ywCJsuwFfaxO39Eb38RxhQlOKvV4crKNvmeTg+fQgR/JNjPuomkCWOSzNOg5
ZRNscCDpdvsuua/HbhUqa+yPr+k1CGA1mwhiiZZncx36XmNbzHE=
=1RAm
-----END PGP SIGNATURE-----
pgp5dPQt7m3UT.pgp
Description: PGP signature
--- End Message ---