Package: src:python-rpaths Version: 1.0.0-1 Severity: serious Tags: ftbfs Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules build dh build --with python3,sphinxdoc --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 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_rpaths * Building wheel... running bdist_wheel /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:111: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib copying rpaths.py -> build/lib installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel copying build/lib/rpaths.py -> build/bdist.linux-x86_64/wheel/. running install_egg_info running egg_info creating rpaths.egg-info writing rpaths.egg-info/PKG-INFO writing dependency_links to rpaths.egg-info/dependency_links.txt writing top-level names to rpaths.egg-info/top_level.txt writing manifest file 'rpaths.egg-info/SOURCES.txt' reading manifest file 'rpaths.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'rpaths.egg-info/SOURCES.txt' Copying rpaths.egg-info to build/bdist.linux-x86_64/wheel/./rpaths-1.0.0.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/rpaths-1.0.0.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rpaths/.tmp-3__9dwdm/rpaths-1.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'rpaths.py' adding 'rpaths-1.0.0.dist-info/LICENSE' adding 'rpaths-1.0.0.dist-info/METADATA' adding 'rpaths-1.0.0.dist-info/WHEEL' adding 'rpaths-1.0.0.dist-info/top_level.txt' adding 'rpaths-1.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built rpaths-1.0.0-py2.py3-none-any.whl I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with "installer" module I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" module I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_rpaths * Building wheel... running bdist_wheel /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:111: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel copying build/lib/rpaths.py -> build/bdist.linux-x86_64/wheel/. running install_egg_info running egg_info writing rpaths.egg-info/PKG-INFO writing dependency_links to rpaths.egg-info/dependency_links.txt writing top-level names to rpaths.egg-info/top_level.txt reading manifest file 'rpaths.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'rpaths.egg-info/SOURCES.txt' Copying rpaths.egg-info to build/bdist.linux-x86_64/wheel/./rpaths-1.0.0.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/rpaths-1.0.0.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_rpaths/.tmp-aamkd4x5/rpaths-1.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'rpaths.py' adding 'rpaths-1.0.0.dist-info/LICENSE' adding 'rpaths-1.0.0.dist-info/METADATA' adding 'rpaths-1.0.0.dist-info/WHEEL' adding 'rpaths-1.0.0.dist-info/top_level.txt' adding 'rpaths-1.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built rpaths-1.0.0-py2.py3-none-any.whl I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with "installer" module PYTHONPATH=/<<PKGBUILDDIR>> /usr/bin/make -C doc html make[2]: Entering directory '/<<PKGBUILDDIR>>/doc' sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v8.1.3 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. ERROR: Invalid value `'/usr/share/doc/python3/html/objects.inv'` in intersphinx_mapping['https://docs.python.org/3/']. Expected a two-element tuple or list. Configuration error: Invalid `intersphinx_mapping` configuration (1 error). make[2]: *** [Makefile:53: html] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' make[1]: *** [debian/rules:24: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:12: build] Error 2 dpkg-buildpackage: error: debian/rules build 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/202412/ 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 affects, so that this is still visible in the BTS web page for this package. Thanks.