Your message dated Thu, 26 Dec 2024 15:27:00 +0000
with message-id <e1tqplm-00huzn...@fasolo.debian.org>
and subject line Bug#1090178: fixed in yoyo 9.0.0+dfsg1-1
has caused the Debian Bug report #1090178,
regarding yoyo: 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 ow...@bugs.debian.org
immediately.)
--
1090178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yoyo
Version: 8.2.0+dfsg1-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
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
I: pybuild base:311: python3.13 setup.py config
running config
I: pybuild base:311: python3.12 setup.py config
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/migrations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/connections.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/topologicalsort.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends
copying yoyo/backends/base.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends
copying yoyo/backends/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/sqlite3.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/mysql.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/postgresql.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/odbc.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/redshift.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/oracle.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/snowflake.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/migrate.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/main.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/init.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/newmigration.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v1.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
copying yoyo/internalmigrations/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v2.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/tests/migrations
copying yoyo/tests/migrations/test-pkg-migration.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/tests/migrations
I: pybuild base:311: /usr/bin/python3 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/migrations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/connections.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/topologicalsort.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends
copying yoyo/backends/base.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends
copying yoyo/backends/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/sqlite3.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/mysql.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/postgresql.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/odbc.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/redshift.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/oracle.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/snowflake.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/migrate.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/main.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/init.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/newmigration.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v1.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
copying yoyo/internalmigrations/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v2.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/tests/migrations
copying yoyo/tests/migrations/test-pkg-migration.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/tests/migrations
debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -N -bhtml doc/ 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 `None` in intersphinx_mapping['https://docs.python.org/'].
Expected a two-element tuple or list.
Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [debian/rules:8: execute_after_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: 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/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: yoyo
Source-Version: 9.0.0+dfsg1-1
Done: Colin Watson <cjwat...@debian.org>
We believe that the bug you reported is fixed in the latest version of
yoyo, 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 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated yoyo 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: Thu, 26 Dec 2024 15:02:07 +0000
Source: yoyo
Architecture: source
Version: 9.0.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1090178
Changes:
yoyo (9.0.0+dfsg1-1) unstable; urgency=medium
.
* Team upload.
* New upstream release:
- docs: fix intersphinx_mapping config value (closes: #1090178).
Checksums-Sha1:
ad12667c16863d6a36815e71b5cf415f064e2278 2659 yoyo_9.0.0+dfsg1-1.dsc
4aef4d3fba375ba58cb68174c664bb5e082cfde1 53756 yoyo_9.0.0+dfsg1.orig.tar.xz
7860d5445cacd1350dec7bc274f431cffa101409 8344 yoyo_9.0.0+dfsg1-1.debian.tar.xz
Checksums-Sha256:
acc0a035ff331b01a81fbbc1e11e083c0a3de7ec7fe434a546ee50856e85b967 2659
yoyo_9.0.0+dfsg1-1.dsc
0b109fd47e1105ae609686f314c316653eb644be204a3dcfe11f7146d9018cb7 53756
yoyo_9.0.0+dfsg1.orig.tar.xz
72b4e42c06e9cdd3a20dd3311c73a6017e695ddd744db51f9c75c7e666d597a1 8344
yoyo_9.0.0+dfsg1-1.debian.tar.xz
Files:
d5412da209c3bde44888128d1a791995 2659 python optional yoyo_9.0.0+dfsg1-1.dsc
36d16a5f964534ffb30ce5be68ec43aa 53756 python optional
yoyo_9.0.0+dfsg1.orig.tar.xz
e54537739af7bc8e3651e7f1140d1d7a 8344 python optional
yoyo_9.0.0+dfsg1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmdtcDMACgkQOTWH2X2G
UAsZIA/+MsYoZIJox0wqwpMq8TqYEEDT/FuBjSvl9ia/+lR/UWVvIYWKD5feY700
82V1NH2TgCRlxWSmFZyJ3QnRXUs2n9SjadLkXBCU/YR+CR+jchoClbHhyRHJFQK/
5rrODxElipPzXO/4Hbt7D6PY9A8hDv0S1iKEH4c4yTlGk27N83cKsI5HM9ndvCpP
epa0lf0gK+WRt8Hu6/lixIl+RHz1VaaaCLIsQajzR/80efBJj1vZDMWVWWLxB2TQ
M0HQL9IN774klf2vfB4o3AB8I9xe8ewzN0MV5xnc5pzgG8yfDNQMh+uJYXhrXvLZ
wmibreSWx4Z1Dy3NnqkEPggvHTBBbJ+wGuAq0EjPWD6Cyh9pvFQ7aPgDOAC14E0o
hZu+vskLm3NkT7f2KfkL4qI2uqvMEo6NTftMksE4kPRkSORElkP1sd1fbl3TMDf1
XZUq0RDIQKJrZwWbdhtDmeEjZ49tAZhsDEgCRREYPsY/dsOEd9JQVVhN9h/fbjsd
KuWglH9nOSEqIV3HyT6xtZGPCpCsdmmOt6MJDYoaIlAyVmLh7Hz+deAgJKCMfb2B
Mh6IOzinpqr7Uvt0xckMGDPjruy34AhGleITARoq/PkpPMs+oT1wWMqwIwzbxC74
a0/GNsmUE8M3mHwmedCVs7X72F37QDxWe/LljbT5ofaDJe6ekdQ=
=Qjyd
-----END PGP SIGNATURE-----
pgpC8YMcjr8MO.pgp
Description: PGP signature
--- End Message ---