Your message dated Sat, 24 May 2025 23:21:22 +0000
with message-id <e1uiyb8-001y7z...@fasolo.debian.org>
and subject line Bug#1106437: fixed in polyline 2.0.0-2
has caused the Debian Bug report #1106437,
regarding polyline: FTBFS: 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.)


-- 
1106437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106437
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:polyline
Version: 2.0.0-1
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 --with python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
D: pybuild pybuild:602: version: 6.20250414
D: pybuild pybuild:603: ['/usr/bin/pybuild', '--clean', '-i', 
'python{version}', '-p', '3.13']
D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=Fa 
[too-long-redacted] sable=None, custom_tests=False)
D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command 
'cmake'
D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command 
'meson'
D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
D: pybuild debhelper:174: source=polyline, binary packages=['python3-polyline']
D: pybuild pybuild:151: detected build system: pyproject (certainty: 99%)
D: pybuild debhelper:174: source=polyline, binary packages=['python3-polyline']
D: pybuild plugin_pyproject:94: removing 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_polyline/build' (and everything under 
it)
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
D: pybuild pybuild:602: version: 6.20250414
D: pybuild pybuild:603: ['/usr/bin/pybuild', '--configure', '-i', 
'python{version}', '-p', '3.13']
D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=Fa 
[too-long-redacted] sable=None, custom_tests=False)
D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command 
'cmake'
D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command 
'meson'
D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
D: pybuild debhelper:174: source=polyline, binary packages=['python3-polyline']
D: pybuild pybuild:151: detected build system: pyproject (certainty: 99%)
   dh_auto_build -O--buildsystem=pybuild
D: pybuild pybuild:602: version: 6.20250414
D: pybuild pybuild:603: ['/usr/bin/pybuild', '--build', '-i', 
'python{version}', '-p', '3.13']
D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=Fa 
[too-long-redacted] sable=None, custom_tests=False)
D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command 
'cmake'
D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command 
'meson'
D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
D: pybuild debhelper:174: source=polyline, binary packages=['python3-polyline']
D: pybuild pybuild:151: detected build system: pyproject (certainty: 99%)
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_polyline  
D: pybuild tools:232: invoking: python3.13 -m build --skip-dependency-check 
--no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_polyline  
* Building wheel...
/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).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib/polyline
copying src/polyline/__init__.py -> build/lib/polyline
copying src/polyline/polyline.py -> build/lib/polyline
running egg_info
creating src/polyline.egg-info
writing src/polyline.egg-info/PKG-INFO
/usr/lib/python3/dist-packages/setuptools/_core_metadata.py:163: 
SetuptoolsDeprecationWarning: Invalid config.
!!

        
********************************************************************************
        newlines are not allowed in `summary` and will break in the future
        
********************************************************************************

!!
  write_field('Summary', single_line(summary))
writing dependency_links to src/polyline.egg-info/dependency_links.txt
writing requirements to src/polyline.egg-info/requires.txt
writing top-level names to src/polyline.egg-info/top_level.txt
writing manifest file 'src/polyline.egg-info/SOURCES.txt'
reading manifest file 'src/polyline.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/polyline.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/polyline
copying build/lib/polyline/__init__.py -> 
build/bdist.linux-x86_64/wheel/./polyline
copying build/lib/polyline/polyline.py -> 
build/bdist.linux-x86_64/wheel/./polyline
running install_egg_info
Copying src/polyline.egg-info to 
build/bdist.linux-x86_64/wheel/./polyline-2.0.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/polyline-2.0.0.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_polyline/.tmp-3plad0y5/polyline-2.0.0-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'polyline/__init__.py'
adding 'polyline/polyline.py'
adding 'polyline-2.0.0.dist-info/licenses/LICENSE'
adding 'polyline-2.0.0.dist-info/METADATA'
adding 'polyline-2.0.0.dist-info/WHEEL'
adding 'polyline-2.0.0.dist-info/top_level.txt'
adding 'polyline-2.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built polyline-2.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html
Running Sphinx v8.1.3

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/config.py", line 529, in 
eval_config_file
    exec(code, namespace)  # NoQA: S102
    ~~~~^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/docs/conf.py", line 22, in <module>
    import toml
ModuleNotFoundError: No module named 'toml'

make[1]: *** [debian/rules:17: execute_after_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: 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:polyline, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: polyline
Source-Version: 2.0.0-2
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
polyline, 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.
Alexandre Detiste <tc...@debian.org> (supplier of updated polyline 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:50:55 +0200
Source: polyline
Architecture: source
Version: 2.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1106437
Changes:
 polyline (2.0.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Add build-dependency on python3-toml (Closes: #1106437)
Checksums-Sha1:
 764e47a71ceb824bcdd195721a8cb5e4ef2ba345 2187 polyline_2.0.0-2.dsc
 0d5989c33c922809a07b299eb28fb0da5d006291 3684 polyline_2.0.0-2.debian.tar.xz
 7181af858f7f142aa9b2776a72fb77b60517a573 8642 polyline_2.0.0-2_source.buildinfo
Checksums-Sha256:
 a4b43088f790f89823d82e49926fe0eb92ce79273399c5cfbecff3211ef195eb 2187 
polyline_2.0.0-2.dsc
 2a1e1dea87957bc97e85c4b72152e430caf53cb1d944a273647e7ea7f004a335 3684 
polyline_2.0.0-2.debian.tar.xz
 4a5ca2bbef42c286fae919debdbe4ceb158bd2f5f13e28a4c3c4d6947a0c2e3b 8642 
polyline_2.0.0-2_source.buildinfo
Files:
 7b37cbe123f96604fcd3697e1579f1a7 2187 python optional polyline_2.0.0-2.dsc
 5ebebdcb0614182e92537bf6193e16b8 3684 python optional 
polyline_2.0.0-2.debian.tar.xz
 86a2238224ba4a6cb4b0efe61e4b51fe 8642 python optional 
polyline_2.0.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmgyTlURHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrT7hAAtZiVWuLAsqY0ogsSFIkHvqMlytYwAdAb
dQMSDWov4D81+hOEPnhZRpwMH31aXf23cWuMgm9XsVduw4pYeazmBdf+nzYRER+k
GYWIhrqvuKzcaFiSjuPg3woguTcGYjzybRiS5IvDKtkqtTyEDNdKQD+rM/96fHji
ttYLIEzdp7tZARjmpxRVG0j3IcxovuKP60RYrZj0mg9mPFoxxiusxX8P+qXX4BG/
W3tT54pUAd58vhNDgdDXt8sGctAsptUV8meDvJ9ZPP4GjP30A+/i3+JtbrR5+BSG
VFphEhjKFRVD6zIXFeCf2UqILiZI+xY09w9WV5tQ6TjZHWQO2UEOpQEj1ikYjqej
Bea4ViPuLsYuL941pPuW+6NPj2M334ggXbrGRqF5bs0ORT69mgOQsAVaqaUZ1oXZ
Il8K4HYmV4Ul8JBOhm9336O1xwrbpx+0KskiB790URunBhCzwMOGOzUjdYdvYsiX
ATe19RS9sM+PHYrdGz7ohLJG0uCThY3JlN9HMPYKpnGdt6tZv/QMYFPQC9aHzRPS
pyHQph612yJaFvp93C9voc6PHdZaXW01HvtMMMAQ0BTiN57X/Uy8llpMTmWe8fLg
kkPgQCUVlG7zOqx3GYiRt/x8BjBM2iEwYIvpI5T2kD1TPCpQgchUSrQeXCxl2iwt
R351mvGYD3I=
=QhIe
-----END PGP SIGNATURE-----

Attachment: pgpY9CrLkY8se.pgp
Description: PGP signature


--- End Message ---

Reply via email to