Your message dated Wed, 08 Oct 2025 09:19:35 +0000
with message-id <[email protected]>
and subject line Bug#1116928: fixed in wtforms-json 0.3.5-6
has caused the Debian Bug report #1116928,
regarding wtforms-json: FTBFS with the nocheck build profile
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.)
--
1116928: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116928
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wtforms-json
Version: 0.3.5-5
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile
Dear maintainer:
During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:
https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck
(It's a wiki, so you are welcome to contribute)
[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].
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 could not 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:wtforms-json, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-json/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf .mypy_cache
dh_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-json/build/wtforms_json
copying wtforms_json/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-json/build/wtforms_json
running egg_info
creating WTForms_JSON.egg-info
writing WTForms_JSON.egg-info/PKG-INFO
writing dependency_links to WTForms_JSON.egg-info/dependency_links.txt
writing requirements to WTForms_JSON.egg-info/requires.txt
writing top-level names to WTForms_JSON.egg-info/top_level.txt
writing manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
reading manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'tests.py'
warning: no previously-included files matching '*.pyc' found under directory
'docs'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'docs/_themes/.git'
adding license file 'LICENSE'
writing manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
dh: command-omitted: The call to "dh_auto_test -O--buildsystem=pybuild" was
omitted due to "DEB_BUILD_OPTIONS=nocheck"
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install --destdir=debian/python3-wtforms-json/
-O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py install --root
/<<PKGBUILDDIR>>/debian/python3-wtforms-json
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:90:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running egg_info
writing WTForms_JSON.egg-info/PKG-INFO
writing dependency_links to WTForms_JSON.egg-info/dependency_links.txt
writing requirements to WTForms_JSON.egg-info/requires.txt
writing top-level names to WTForms_JSON.egg-info/top_level.txt
reading manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'tests.py'
warning: no previously-included files matching '*.pyc' found under directory
'docs'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'docs/_themes/.git'
adding license file 'LICENSE'
writing manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
running install_lib
creating
/<<PKGBUILDDIR>>/debian/python3-wtforms-json/usr/lib/python3.13/dist-packages
creating
/<<PKGBUILDDIR>>/debian/python3-wtforms-json/usr/lib/python3.13/dist-packages/wtforms_json
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-json/build/wtforms_json/__init__.py
->
/<<PKGBUILDDIR>>/debian/python3-wtforms-json/usr/lib/python3.13/dist-packages/wtforms_json
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-wtforms-json/usr/lib/python3.13/dist-packages/wtforms_json/__init__.py
to __init__.cpython-313.pyc
running install_egg_info
Copying WTForms_JSON.egg-info to
/<<PKGBUILDDIR>>/debian/python3-wtforms-json/usr/lib/python3.13/dist-packages/WTForms_JSON-0.3.5.egg-info
Skipping SOURCES.txt
running install_scripts
dh_installdocs -O--buildsystem=pybuild
debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -b html -N -D html_last_updated_fmt="20 November
2024" docs/
/<<PKGBUILDDIR>>/debian/python3-wtforms-json/usr/share/doc/python3-wtforms-json/html
Running Sphinx v8.2.3
Configuration error!
Versions
========
* Platform: linux;
(Linux-6.12.48+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version: 3.13.7 (CPython)
* Sphinx version: 8.2.3
* Docutils version: 0.21.2
* Jinja2 version: 3.1.6
* Pygments version: 2.18.0
Last Messages
=============
None.
Loaded Extensions
=================
None.
Traceback
=========
File "/usr/lib/python3/dist-packages/sphinx/config.py", line 616, in
eval_config_file
raise ConfigError(msg % traceback.format_exc()) from exc
sphinx.errors.ConfigError: There is a programmable error in your
configuration file:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in
eval_config_file
exec(code, namespace) # NoQA: S102
~~~~^^^^^^^^^^^^^^^^^
File "/<<PKGBUILDDIR>>/docs/conf.py", line 20, in <module>
from wtforms_json import __version__
File "/<<PKGBUILDDIR>>/wtforms_json/__init__.py", line 6, in <module>
from wtforms import Form
ModuleNotFoundError: No module named 'wtforms'
The full traceback has been saved in:
/tmp/sphinx-err-80mdxzua.log
To report this error to the developers, please open an issue at
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message
can be provided next time.
make[1]: *** [debian/rules:22: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: wtforms-json
Source-Version: 0.3.5-6
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wtforms-json, 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.
Santiago Vila <[email protected]> (supplier of updated wtforms-json 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: Wed, 08 Oct 2025 10:50:00 +0200
Source: wtforms-json
Architecture: source
Version: 0.3.5-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1116928
Changes:
wtforms-json (0.3.5-6) unstable; urgency=medium
.
* Team upload.
* d/control: Drop <!nocheck> from python3-wtforms-alchemy. Closes: #1116928.
* d/control: Drop "Rules-Requires-Root: no" (default).
* d/control: Update standards-version.
Checksums-Sha1:
16fe742d29fd8215737393ad895ad1d4ae7df84d 1913 wtforms-json_0.3.5-6.dsc
9a822813e12bfd8b0ded4dfd6cbb72608e5f1edc 5736
wtforms-json_0.3.5-6.debian.tar.xz
0bdec90cdb1e0e3a59be6f9388ae704f00d585e1 7537
wtforms-json_0.3.5-6_source.buildinfo
Checksums-Sha256:
4362f651141f496e43c0e5be356cb2bfcf8e7f2a10081a4b7e90706b7b70cc15 1913
wtforms-json_0.3.5-6.dsc
3141b5905f78b26121a06bf8bb293cd5bf12f66de489b075fcb2c3e702161da9 5736
wtforms-json_0.3.5-6.debian.tar.xz
f4e838fbb9461814f630e8925edc634071fbe409d1ca866befd1f682377525a1 7537
wtforms-json_0.3.5-6_source.buildinfo
Files:
9b400a3b5c74b5cce11f39eb3aaa8b99 1913 python optional wtforms-json_0.3.5-6.dsc
75aaf22e2dfab7b05c649e3e6f66a1cc 5736 python optional
wtforms-json_0.3.5-6.debian.tar.xz
ceeec7c77c9dc8292051d6f8b7229bb9 7537 python optional
wtforms-json_0.3.5-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjmJeYACgkQQc5/C58b
izLuegf/SOIxl80AhNPALxTwNgExNN4gOCmBzPHYlBO6+9i0x38Ppclg3FkjbZcT
R3njbISETrIvlR/13s9FjnSzWerh2ljLwgS0rUWvjmAh3Flwqfe39WX0dZEo2pQL
y6UijYugpRhyd9uMlNDIIWxWrBfRhneMiOKzlHJ4/grWJhiIsvqS5gWdudfeCh57
z2tt/46ff7a/WzjKsXTYlQXAf2FwSOw48CGYq14MEa5EKHZBivTKasw+5H0EpVsZ
YThkQsOMthcEMJADEHk0ll137BokYnvo1bbl6jCr/fAPXOrJLw+x6TF5NE1dQ+O3
ftXINBV7PKWjy9dXvs7gttWD0dxZyQ==
=doqu
-----END PGP SIGNATURE-----
pgpThDJsVpKTC.pgp
Description: PGP signature
--- End Message ---