Your message dated Mon, 30 Dec 2024 10:42:52 +0000
with message-id <[email protected]>
and subject line Bug#1090172: fixed in symmetrize 0.5.5+ds2-4
has caused the Debian Bug report #1090172,
regarding symmetrize: FTBFS: ERROR: Invalid value `None` in 
intersphinx_mapping['https://docs.python.org/']. Expected a two-element tuple 
or list.
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.)


-- 
1090172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090172
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:symmetrize
Version: 0.5.5+ds2-3
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 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/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
running config
I: pybuild base:311: python3.12 setup.py config 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py build 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_symmetrize/build/symmetrize
copying symmetrize/pointops.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_symmetrize/build/symmetrize
copying symmetrize/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_symmetrize/build/symmetrize
copying symmetrize/sym.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_symmetrize/build/symmetrize
copying symmetrize/tps.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_symmetrize/build/symmetrize
I: pybuild base:311: /usr/bin/python3 setup.py build 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_symmetrize/build/symmetrize
copying symmetrize/pointops.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_symmetrize/build/symmetrize
copying symmetrize/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_symmetrize/build/symmetrize
copying symmetrize/sym.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_symmetrize/build/symmetrize
copying symmetrize/tps.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_symmetrize/build/symmetrize
   debian/rules execute_after_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd docs && \
PYTHONPATH=/<<PKGBUILDDIR>> http_proxy='http://127.0.0.1:9/' 
https_proxy='https://127.0.0.1:9/' \
sphinx-build -N -E -T -b html . /<<PKGBUILDDIR>>/.pybuild/docs/html/
Running Sphinx v8.1.3
WARNING: Invalid configuration value found: 'language = None'. Update your 
configuration to a valid language code. Falling back to 'en' (English).
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = ['.rst', '.md']` to `source_suffix = {'.rst': 
'restructuredtext', '.md': 'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. 
Expected a two-element tuple or list.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/cmd/build.py", line 496, in 
build_main
    app = Sphinx(
          ^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/application.py", line 279, in 
__init__
    self.events.emit('config-inited', self.config)
  File "/usr/lib/python3/dist-packages/sphinx/events.py", line 404, in emit
    results.append(listener.handler(self.app, *args))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
132, in validate_intersphinx_mapping
    raise ConfigError(msg)
sphinx.errors.ConfigError: Invalid `intersphinx_mapping` configuration (1 
error).

Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [debian/rules:17: execute_after_dh_auto_build-indep] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: 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.

--- End Message ---
--- Begin Message ---
Source: symmetrize
Source-Version: 0.5.5+ds2-4
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
symmetrize, 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.
Colin Watson <[email protected]> (supplier of updated symmetrize 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: Mon, 30 Dec 2024 10:12:23 +0000
Source: symmetrize
Architecture: source
Version: 0.5.5+ds2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1090172
Changes:
 symmetrize (0.5.5+ds2-4) unstable; urgency=medium
 .
   * Team upload.
   * Port to Sphinx 8.0 (closes: #1090172).
   * Use pybuild-plugin-pyproject.
Checksums-Sha1:
 5b51aef414123eae160390218eb35f39c9ac8a54 2417 symmetrize_0.5.5+ds2-4.dsc
 94f7c6f47007ffa7c4769e2c64448fe8a19944da 262236 
symmetrize_0.5.5+ds2-4.debian.tar.xz
Checksums-Sha256:
 a439728c67f3dab277ec4a7af1ef694aa8e361a80773d333015c4b79381854d7 2417 
symmetrize_0.5.5+ds2-4.dsc
 e84b53eec0a9c120b6bb9a43e91b2f7290aa8a0c85826f8c43f5a28e32e436d0 262236 
symmetrize_0.5.5+ds2-4.debian.tar.xz
Files:
 ab002aea633b6a78f01d07b1ece2d4cc 2417 python optional 
symmetrize_0.5.5+ds2-4.dsc
 7aae7dd01356a7000682e7fd394a00f1 262236 python optional 
symmetrize_0.5.5+ds2-4.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmdyclMACgkQOTWH2X2G
UAt4/w//RNfAxcLJDrLb+idqBHSZ6WhfGsoah33z3sNFKIIjBF/AoZae1kV0u5wO
daPUgdbmBbvu9hOJs8H+/Ilz7xP0aT4X4RzD9oAxgOKz1bZKKVlmpugKk1bDUd7x
jvIB8N/I4NWaVJOCe7c0XS/aPBam2p0+CbBDYeLdX7sG5Zlu6nMw2Pbzdwp9z+7V
H51d1XNGU4hQ7KVwZZIy1UlPAQzmexdZLf2rAKAas8YZ1liZjlRSpShDIG5ieDl5
3d8nZ/eNjIGgGf4EmGcmI5+4jthyZG4IENbD9xWsrRj+i60ka8UOFnxd3rtW8HTL
PHWgmkrGynj8Seh+4Dr1LWFUEDqLKUMHVeGlu8T6UZcmyOte5BiM+wDEd7PzGf71
ZxjIj4RT+hCJoxA0PiFEDWrRv8wL+aFp+8Kal9frhV9fq3SyHCPw0eVLhyhXxV5s
ZAmuT2StrUytt2XxLPERDJgwFS/3Q/NGq2wwef47d6FNvauCL6OJohVl3QVU0VZD
UPmuxk/dLUP28R5l+QpPr+hnXUWg8PJ2H4tWft8k+QpOmCo40IHKh7c1JprZD1PJ
+H9+ANO0n7RC3zLUb393dScDOH4GCBb22CURetuEfDm/EA+DsfZacXJHkat1HAwU
5w6XrZqsvBzaTEGrB6uEB91UgtBhJC5mwQJxoW9kch3yZ/WAgvw=
=UL9C
-----END PGP SIGNATURE-----

Attachment: pgpzeVFzCqg7V.pgp
Description: PGP signature


--- End Message ---

Reply via email to