Your message dated Tue, 04 Nov 2025 11:33:55 +0000
with message-id <[email protected]>
and subject line Bug#1114198: fixed in mapclassify 2.8.1-3.1
has caused the Debian Bug report #1114198,
regarding mapclassify: FTBFS: dpkg-buildpackage: error: debian/rules binary
subprocess returned exit status 2
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.)
--
1114198: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114198
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mapclassify
Version: 2.8.1-3
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, 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/
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:mapclassify, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
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
dh_auto_build -O--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_mapclassify
* 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)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61:
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.
********************************************************************************
!!
dist._finalize_license_expression()
/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 bdist_wheel
running build
running build_py
creating build/lib/mapclassify
copying mapclassify/pooling.py -> build/lib/mapclassify
copying mapclassify/classifiers.py -> build/lib/mapclassify
copying mapclassify/greedy.py -> build/lib/mapclassify
copying mapclassify/util.py -> build/lib/mapclassify
copying mapclassify/_classify_API.py -> build/lib/mapclassify
copying mapclassify/__init__.py -> build/lib/mapclassify
creating build/lib/mapclassify/tests
copying mapclassify/tests/test_classify.py -> build/lib/mapclassify/tests
copying mapclassify/tests/test_greedy.py -> build/lib/mapclassify/tests
copying mapclassify/tests/test_rgba.py -> build/lib/mapclassify/tests
copying mapclassify/tests/test_mapclassify.py -> build/lib/mapclassify/tests
copying mapclassify/tests/__init__.py -> build/lib/mapclassify/tests
creating build/lib/mapclassify/datasets
copying mapclassify/datasets/__init__.py -> build/lib/mapclassify/datasets
creating build/lib/mapclassify/datasets/calemp
copying mapclassify/datasets/calemp/data.py ->
build/lib/mapclassify/datasets/calemp
copying mapclassify/datasets/calemp/__init__.py ->
build/lib/mapclassify/datasets/calemp
running egg_info
creating mapclassify.egg-info
writing mapclassify.egg-info/PKG-INFO
writing dependency_links to mapclassify.egg-info/dependency_links.txt
writing requirements to mapclassify.egg-info/requires.txt
writing top-level names to mapclassify.egg-info/top_level.txt
writing manifest file 'mapclassify.egg-info/SOURCES.txt'
reading manifest file 'mapclassify.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'mapclassify.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/mapclassify
creating build/bdist.linux-x86_64/wheel/mapclassify/tests
copying build/lib/mapclassify/tests/test_classify.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/tests
copying build/lib/mapclassify/tests/test_greedy.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/tests
copying build/lib/mapclassify/tests/test_rgba.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/tests
copying build/lib/mapclassify/tests/test_mapclassify.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/tests
copying build/lib/mapclassify/tests/__init__.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/tests
copying build/lib/mapclassify/pooling.py ->
build/bdist.linux-x86_64/wheel/./mapclassify
copying build/lib/mapclassify/classifiers.py ->
build/bdist.linux-x86_64/wheel/./mapclassify
copying build/lib/mapclassify/greedy.py ->
build/bdist.linux-x86_64/wheel/./mapclassify
creating build/bdist.linux-x86_64/wheel/mapclassify/datasets
creating build/bdist.linux-x86_64/wheel/mapclassify/datasets/calemp
copying build/lib/mapclassify/datasets/calemp/data.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/datasets/calemp
copying build/lib/mapclassify/datasets/calemp/__init__.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/datasets/calemp
copying build/lib/mapclassify/datasets/__init__.py ->
build/bdist.linux-x86_64/wheel/./mapclassify/datasets
copying build/lib/mapclassify/util.py ->
build/bdist.linux-x86_64/wheel/./mapclassify
copying build/lib/mapclassify/_classify_API.py ->
build/bdist.linux-x86_64/wheel/./mapclassify
copying build/lib/mapclassify/__init__.py ->
build/bdist.linux-x86_64/wheel/./mapclassify
running install_egg_info
Copying mapclassify.egg-info to
build/bdist.linux-x86_64/wheel/./mapclassify-2.8.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/mapclassify-2.8.1.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mapclassify/.tmp-lfu5x_v1/mapclassify-2.8.1-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'mapclassify/__init__.py'
adding 'mapclassify/_classify_API.py'
adding 'mapclassify/classifiers.py'
adding 'mapclassify/greedy.py'
adding 'mapclassify/pooling.py'
adding 'mapclassify/util.py'
adding 'mapclassify/datasets/__init__.py'
adding 'mapclassify/datasets/calemp/__init__.py'
adding 'mapclassify/datasets/calemp/data.py'
adding 'mapclassify/tests/__init__.py'
adding 'mapclassify/tests/test_classify.py'
adding 'mapclassify/tests/test_greedy.py'
adding 'mapclassify/tests/test_mapclassify.py'
adding 'mapclassify/tests/test_rgba.py'
adding 'mapclassify-2.8.1.dist-info/licenses/LICENSE.txt'
adding 'mapclassify-2.8.1.dist-info/METADATA'
adding 'mapclassify-2.8.1.dist-info/WHEEL'
adding 'mapclassify-2.8.1.dist-info/top_level.txt'
adding 'mapclassify-2.8.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built mapclassify-2.8.1-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=. http_proxy='http://127.0.0.1:9/' python3 -m sphinx -N -bhtml docs/
debian/html
Running Sphinx v8.2.3
WARNING: Calling get_html_theme_path is deprecated. If you are calling it to
define html_theme_path, you are safe to remove that code.
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
WARNING: The config value `html_theme_path' has type `str'; expected `list' or
`tuple'.
checking bibtex cache... out of date
parsing bibtex file /<<PKGBUILDDIR>>/docs/_static/references.bib... parsed 3
entries
Versions
========
* Platform: linux;
(Linux-6.12.41+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.13/pathlib/_local.py", line 517, in stat
return os.stat(self, follow_symlinks=follow_symlinks)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/root/theme.toml'
The full traceback has been saved in:
/tmp/sphinx-err-vylsh8yj.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:20: execute_after_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: mapclassify
Source-Version: 2.8.1-3.1
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mapclassify, 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.
Thomas Goirand <[email protected]> (supplier of updated mapclassify 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: Tue, 04 Nov 2025 11:46:01 +0100
Source: mapclassify
Architecture: source
Version: 2.8.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1114198
Changes:
mapclassify (2.8.1-3.1) unstable; urgency=medium
.
* Team upload.
* Display sphinx error if doc build fails.
* Add do-not-call-sphinx_rtd_theme.get_html_theme_path.patch. This fixes
FTBFS (Closes: #1114198).
Checksums-Sha1:
d4ab118a3ea20735b9664d2270150c9561b395ae 2900 mapclassify_2.8.1-3.1.dsc
50402cf86306e900e8f9392d8249239f43f471ae 186056
mapclassify_2.8.1-3.1.debian.tar.xz
1d1f4de1d9161b62012000447d5964ea6c30d15e 15913
mapclassify_2.8.1-3.1_amd64.buildinfo
Checksums-Sha256:
4b556f8a300416479e431d6baca8d432dd3117b6f03941609b6391e62e29d582 2900
mapclassify_2.8.1-3.1.dsc
eee9152cd5a76a58fc2bbfed252c1966413557b572df84bc9ef37576851f6058 186056
mapclassify_2.8.1-3.1.debian.tar.xz
5c4549d882e487574081e7ddaff1e01fe0fd5fc0f255c4fcd6e6de4f984476f7 15913
mapclassify_2.8.1-3.1_amd64.buildinfo
Files:
89393e920931204999af2b2ef76e6094 2900 python optional mapclassify_2.8.1-3.1.dsc
8e459f88ad6dd928bd0abe3f64680c5c 186056 python optional
mapclassify_2.8.1-3.1.debian.tar.xz
d5c0cc272358684a18ad929430a75510 15913 python optional
mapclassify_2.8.1-3.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmkJ37oACgkQ1BatFaxr
Q/5RYw/6AvS+Vdwf6dZ04OjUiq7OsVWDifaX/txTdVpa7ftKhNltTmUPoo/SjWvz
USPrBPIGExRarhMSA55ws0nOSM+SHLleZrN0Wa+2S8jXbpFn5akhY/WWqqgW8qO+
RAJ1BqN/1uH/iF+5oHsRmpAX2G+llms8PMOrT6zcYDyikwuZKvrp3+gtuTBbS65P
PSciBD3dym8jWK1pMkD8DTwnHraEKletpN9GCh7FiV/84fI7nb9jr8+vICAAiCW3
QiSgfXkMMk5dOHhWiBEa4BEqYRsOdUaKcuYtRU5w4IyadBSo+N36tSufIrBHZ90R
c40rLWz6cw2pxqoa1PUGU7Q0IeHNK3YPd9c+I3vmDGzoaa6g2DOAEcc4etYxv0AK
TQ4LocXtBbMnpB638oPkHQfHojwRUhZgZgZAIUt3NWMa6D7RIqJwIlvAkFvZ47x2
HV08nW70MuZil2XXHiZNeQ3MaIBZv6Lb/mC/6mMQCu+EgT27GiPypfXYF0UT32oT
/PbDhshoBZpzZ5PUlmWCWIclgyVEItg5d2BaUVck0QTp5DlvXgfmdO2DKsGKL92g
khrKuf4oAjhlZanDY8JRHd9KEY4IhH1/snhSmHyqZrC9NWjSscMbr5J9Itrkk+nW
AGsdBjwlxZy9yufS8ek9IgC8E4K/mOP7w+FgAzabhQMuh3J64wU=
=0GyA
-----END PGP SIGNATURE-----
pgpj0Mzk3zYg6.pgp
Description: PGP signature
--- End Message ---