Your message dated Tue, 17 Dec 2024 14:36:02 +0000
with message-id <[email protected]>
and subject line Bug#1090163: fixed in python-tinycss 0.4-7
has caused the Debian Bug report #1090163,
regarding python-tinycss: FTBFS: ERROR: Invalid value `None` in 
intersphinx_mapping['http://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.)


-- 
1090163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-tinycss
Version: 0.4-6
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
I: pybuild base:311: python3.13 setup.py config 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
Building with Cython 3.0.11.
running config
I: pybuild base:311: python3.12 setup.py config 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
Building with Cython 3.0.11.
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild base:311: /usr/bin/python3.13 setup.py build 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
Building with Cython 3.0.11.
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/fonts3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/color3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/tokenizer.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/parsing.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/token_data.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/css21.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/page3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/decoding.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
copying tinycss/version.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/test_fonts3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/test_tokenizer.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/test_page3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/test_css21.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/test_color3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/test_decoding.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/test_api.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
copying tinycss/tests/speed.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/tests
running build_ext
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:381: FutureWarning: 
Cython directive 'language_level' not set, using '3str' for now (Py3). This has 
changed from earlier releases! File: /<<PKGBUILDDIR>>/tinycss/speedups.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling tinycss/speedups.pyx because it changed.
[1/1] Cythonizing tinycss/speedups.pyx
building 'tinycss.speedups' extension
creating build/temp.linux-x86_64-cpython-313/tinycss
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c 
tinycss/speedups.c -o build/temp.linux-x86_64-cpython-313/tinycss/speedups.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-cpython-313/tinycss/speedups.o 
-L/usr/lib/x86_64-linux-gnu -o 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_tinycss/build/tinycss/speedups.cpython-313-x86_64-linux-gnu.so
I: pybuild base:311: /usr/bin/python3 setup.py build 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
Building with Cython 3.0.11.
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/fonts3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/color3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/tokenizer.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/parsing.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/token_data.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/css21.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/page3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/decoding.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
copying tinycss/version.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/test_fonts3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/test_tokenizer.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/test_page3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/test_css21.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/test_color3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/test_decoding.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/test_api.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
copying tinycss/tests/speed.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/tests
running build_ext
building 'tinycss.speedups' extension
creating build/temp.linux-x86_64-cpython-312/tinycss
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.12 -c 
tinycss/speedups.c -o build/temp.linux-x86_64-cpython-312/tinycss/speedups.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-cpython-312/tinycss/speedups.o 
-L/usr/lib/x86_64-linux-gnu -o 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tinycss/build/tinycss/speedups.cpython-312-x86_64-linux-gnu.so
PYTHONPATH=. python3 -m sphinx -b html -d docs/.build/.doctrees -N docs 
docs/.build/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: 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: python-tinycss
Source-Version: 0.4-7
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-tinycss, 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 python-tinycss 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: SHA256

Format: 1.8
Date: Tue, 17 Dec 2024 14:22:33 +0000
Source: python-tinycss
Architecture: source
Version: 0.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1090163
Changes:
 python-tinycss (0.4-7) unstable; urgency=medium
 .
   * Team upload.
   * Fix documentation build for Sphinx 8.0 (closes: #1090163).
   * Use pybuild-plugin-pyproject.
   * Run tests during build.
   * Enable autopkgtest-pkg-pybuild.
   * Use dh-sequence-python3 and dh-sequence-sphinxdoc.
   * Simplify some debhelper overrides.
Checksums-Sha1:
 eec63c47291d470b248e6ab4d2f5543a5905a189 2326 python-tinycss_0.4-7.dsc
 61989bc0ffa23db1c45306877f750e56bb1bc666 3892 
python-tinycss_0.4-7.debian.tar.xz
 fe5f9f2f7e879ea5409d1e54479df1373297ac3e 9235 
python-tinycss_0.4-7_source.buildinfo
Checksums-Sha256:
 9eeb38e9e175ce7cf0f666727c075fc656a3f12fbfc19580176f31075bc00c20 2326 
python-tinycss_0.4-7.dsc
 ba2f61c4e04e5bed6f0fde16329534e9bed170afde485dc46b81e9982aae25d9 3892 
python-tinycss_0.4-7.debian.tar.xz
 e3f019333a84603c3b508956ed017c35018bcc84b79e1ffcf115d8a1e60b4b7a 9235 
python-tinycss_0.4-7_source.buildinfo
Files:
 0e26cb695ed635a2dc62b59dbbfa917e 2326 python optional python-tinycss_0.4-7.dsc
 159eb67f5ed3fbfbe7cfcf5ee571bca0 3892 python optional 
python-tinycss_0.4-7.debian.tar.xz
 a36633669552c128a195be6d70746a35 9235 python optional 
python-tinycss_0.4-7_source.buildinfo

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

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmdhiWYACgkQOTWH2X2G
UAuphA/7Bahs6FPDtGM4v5xXwguXB9I19dGi5y8SPnruP1pbKRt65dSUUUfcKtET
YX869bDSOLb9BquCgOt8Bgchp/sEW8jXVdyft26tJT+JzASeBEn9T1+qxtc+qG++
IDJOwGbSphViIPAjcle2Nu11WRCjTMg0X8ErfFZi08ktWjpN4wRD15dllXaDDWZA
3m+jlI3+Av3IgXIx//Qovw3UGJr8q2DLK0gKGflwgVFHKa7qdEFh/8I9JgDZFEQ4
9cFEYMkBVp7gjpaXGCTQhD/TUJqwNyaXmO2WIGrqeVDWO9FyM8/uH/+ojkhJ+5/B
toos4wGSxtSgNZC2H3HO3dKXI2xKwI+rgdWWSvZGQ/VBx4Pk7YdcdMHU3kdaFZJE
BlNfjMi7wJt6eSWaejmlc3c+pPLBAUqweEmJMnYs3oX6gxaOarIPlmzqyDuHmVw+
492sox7F+JLeQZYX+yccAoRGT3qpAOL2Xondzv0WU6MRqii7s1J3MGmAehUYRkKj
KQ59XMMxHn/MAyKJSDCd1IL3hqhIrxvIlczYxRoMPbIVcVlOAoNjupzyqGwVcsWt
x5/oWQKIdoxUxR2ucoMCmraZ2u7dSsJTe53sZdug4rtsB1IvExhIhq/fHQq8l0mB
QDuiiKFnl9mZVSD0YpsVzVgaJdO2BZzaSny/mTqd/BcSGd5gEkY=
=vFnD
-----END PGP SIGNATURE-----

Attachment: pgpusZeh7M0Wn.pgp
Description: PGP signature


--- End Message ---

Reply via email to