Your message dated Sat, 24 May 2025 22:50:53 +0000
with message-id <e1uixhd-001t4o...@fasolo.debian.org>
and subject line Bug#1106439: fixed in python-maison 2.0.0-3
has caused the Debian Bug report #1106439,
regarding python-maison: FTBFS: E ModuleNotFoundError: No module named 'toml'
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 ow...@bugs.debian.org
immediately.)
--
1106439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-maison
Version: 2.0.0-2
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -rf maison.egg-info/ docs/_build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build override_dh_auto_build --buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_maison
* Building wheel...
Successfully built maison-2.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
cd docs; PYTHONPATH=/<<PKGBUILDDIR>> LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8
sphinx-build -bhtml -d _build/doctrees . _build/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False,
enable_extensions=set(), disable_syntax=[], all_links_external=False,
links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'),
ref_domains=None, fence_as_directive=set(), number_code_blocks=[],
title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={},
footnote_sort=True, footnote_transition=True, words_per_minute=200,
substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True,
dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False,
update_mathjax=True,
mathjax_classes='tex2jax_process|mathjax_process|math|output_area',
enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 6 source files that are out of date
updating environment: [new config] 6 added, 0 changed, 0 removed
reading sources... [ 17%] codeofconduct
reading sources... [ 33%] contributing
reading sources... [ 50%] index
reading sources... [ 67%] license
reading sources... [ 83%] reference
reading sources... [100%] usage
WARNING: autodoc: failed to import class 'UserConfig' from module 'maison'; the
following exception was raised:
No module named 'maison' [autodoc.import_object]
WARNING: autodoc: failed to import module 'errors' from module 'maison'; the
following exception was raised:
No module named 'maison' [autodoc.import_object]
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets...
copying static files...
Writing evaluated template result to
/<<PKGBUILDDIR>>/docs/_build/html/_static/language_data.js
Writing evaluated template result to
/<<PKGBUILDDIR>>/docs/_build/html/_static/basic.css
Writing evaluated template result to
/<<PKGBUILDDIR>>/docs/_build/html/_static/documentation_options.js
copying static files: done
copying extra files...
copying extra files: done
copying assets: done
writing output... [ 17%] codeofconduct
writing output... [ 33%] contributing
writing output... [ 50%] index
writing output... [ 67%] license
writing output... [ 83%] reference
writing output... [100%] usage
generating indices... genindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 2 warnings.
The HTML pages are in _build/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_maison/build;
python3.13 -m pytest --no-cov
ImportError while loading conftest
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_maison/build/tests/conftest.py'.
tests/conftest.py:10: in <module>
import toml
E ModuleNotFoundError: No module named 'toml'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=4: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_maison/build; python3.13 -m pytest
--no-cov
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit
code 13
make[1]: *** [debian/rules:15: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202505/
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:python-maison, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-maison
Source-Version: 2.0.0-3
Done: Santiago Vila <sanv...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-maison, 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 1106...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Santiago Vila <sanv...@debian.org> (supplier of updated python-maison 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 25 May 2025 00:30:00 +0200
Source: python-maison
Architecture: source
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Santiago Vila <sanv...@debian.org>
Closes: 1106439
Changes:
python-maison (2.0.0-3) unstable; urgency=medium
.
* Team upload.
* Add build-dependency on python3-toml. Closes: #1106439.
* Update standards-version.
Checksums-Sha1:
2fe18bb0f1cfbab4cac448070126baee9ef1dc96 2119 python-maison_2.0.0-3.dsc
a66306f4ff1585952ff9c3fbc69ab045ee63303a 3600
python-maison_2.0.0-3.debian.tar.xz
7f47dd1f2a9d4c6143e6761b5ea057cd3f13930b 5819
python-maison_2.0.0-3_source.buildinfo
Checksums-Sha256:
8762e64c1da23b02014b8641e2213b432c9308bcb9fe4c292cb49c6dfd20339c 2119
python-maison_2.0.0-3.dsc
9bbb5f45ea5cf7575928544c559579ec52c85641514a3d483b13a92635acac99 3600
python-maison_2.0.0-3.debian.tar.xz
e924ff15803358a048541f35e5407883ab44adfccaa78224d97771caa6b568e4 5819
python-maison_2.0.0-3_source.buildinfo
Files:
290ebdb56ddccfb5c228b74977d0062f 2119 python optional python-maison_2.0.0-3.dsc
6e24bfcf1029c7ff10063b8c80956310 3600 python optional
python-maison_2.0.0-3.debian.tar.xz
df7024e62f3ac4086e65ea9275f94334 5819 python optional
python-maison_2.0.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmgySfoACgkQQc5/C58b
izICywf9HobpvXLNOK34ZnDBvf2Jnub6yoAVt2XDvl849x07buleThYBEMsV3OOS
uSmUrNNHdbNfxTwnvRse6DFx3aw9Tf8TjmMuL3epmpK+uG5W07/CHJz6uzF9omkW
2ZrsogILCbTkOLOkHFzpuIPkrLjQ25TgaTyd+rBnlNfVuXBw5Chu0AV/5v+iEoed
D02GOHUaXpW7BAwS2DGT1l8wO/8evFltYRbTXPNyzHYcQmWhocixAQ5XzeWzgG/S
nEfCpfZPe9zupjsYi2gfJwKCbTbwsZBjlpcg4pkG1obLRfvCwNeliqlJzG2IQo4+
IdLf2Xp3a18VU593bWznGiL+Ac5qTQ==
=0/uj
-----END PGP SIGNATURE-----
pgpCkh85Rmnn9.pgp
Description: PGP signature
--- End Message ---