Your message dated Wed, 25 Dec 2024 21:04:22 +0000
with message-id <e1tqyyi-00dlzf...@fasolo.debian.org>
and subject line Bug#1090236: fixed in isbg 2.3.1-5
has caused the Debian Bug report #1090236,
regarding isbg: FTBFS: Invalid `intersphinx_mapping` configuration (1 error).
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.)
--
1090236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:isbg
Version: 2.3.1-4
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
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
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)
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)
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/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/__main__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/spamproc.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/imaputils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/secrets.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/isbg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
copying isbg/sa_unwrap.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg
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)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/__main__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/spamproc.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/imaputils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/secrets.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/isbg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
copying isbg/sa_unwrap.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build;
python3.13 -m pytest -m "not spamassassin"
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.1
collected 36 items / 2 deselected / 34 selected
tests/test___main__.py .. [ 5%]
tests/test_imaputils.py ...... [ 23%]
tests/test_isbg.py .... [ 35%]
tests/test_sa_unwrap.py .... [ 47%]
tests/test_secrets.py . [ 50%]
tests/test_spamproc.py ........... [ 82%]
tests/test_utils.py ...... [100%]
=============================== warnings summary ===============================
tests/test_spamproc.py:43
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/tests/test_spamproc.py:43:
PytestUnknownMarkWarning: Unknown pytest.mark.spamassassin - is this a typo?
You can register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spamassassin
tests/test_spamproc.py:64
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/tests/test_spamproc.py:64:
PytestUnknownMarkWarning: Unknown pytest.mark.spamassassin - is this a typo?
You can register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spamassassin
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 34 passed, 2 deselected, 2 warnings in 5.56s =================
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build;
python3.12 -m pytest -m "not spamassassin"
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.1
collected 36 items / 2 deselected / 34 selected
tests/test___main__.py .. [ 5%]
tests/test_imaputils.py ...... [ 23%]
tests/test_isbg.py .... [ 35%]
tests/test_sa_unwrap.py .... [ 47%]
tests/test_secrets.py . [ 50%]
tests/test_spamproc.py ........... [ 82%]
tests/test_utils.py ...... [100%]
=============================== warnings summary ===============================
tests/test_spamproc.py:43
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/tests/test_spamproc.py:43:
PytestUnknownMarkWarning: Unknown pytest.mark.spamassassin - is this a typo?
You can register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spamassassin
tests/test_spamproc.py:64
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/tests/test_spamproc.py:64:
PytestUnknownMarkWarning: Unknown pytest.mark.spamassassin - is this a typo?
You can register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spamassassin
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 34 passed, 2 deselected, 2 warnings in 5.58s =================
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install --destdir=debian/isbg/ -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py install --root
/<<PKGBUILDDIR>>/debian/isbg
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running install_lib
creating /<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages
creating /<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
creating
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/spamproc.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/imaputils.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/secrets.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/isbg.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/__main__.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/sa_unwrap.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/utils.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__pycache__/__init__.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/utils.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__init__.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/__main__.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/spamproc.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/imaputils.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/secrets.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/isbg.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_isbg/build/isbg/sa_unwrap.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/utils.py to
utils.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/__main__.py
to __main__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/spamproc.py
to spamproc.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/imaputils.py
to imaputils.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/secrets.py
to secrets.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/isbg.py to
isbg.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg/sa_unwrap.py
to sa_unwrap.cpython-313.pyc
running install_egg_info
running egg_info
creating isbg.egg-info
writing isbg.egg-info/PKG-INFO
writing dependency_links to isbg.egg-info/dependency_links.txt
writing entry points to isbg.egg-info/entry_points.txt
writing requirements to isbg.egg-info/requires.txt
writing top-level names to isbg.egg-info/top_level.txt
writing manifest file 'isbg.egg-info/SOURCES.txt'
reading manifest file 'isbg.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'build.sphinx'
adding license file 'LICENSE'
writing manifest file 'isbg.egg-info/SOURCES.txt'
Copying isbg.egg-info to
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.13/dist-packages/isbg-2.3.1.egg-info
Skipping SOURCES.txt
running install_scripts
Installing isbg script to /<<PKGBUILDDIR>>/debian/isbg/usr/bin
Installing isbg_sa_unwrap script to /<<PKGBUILDDIR>>/debian/isbg/usr/bin
I: pybuild base:311: /usr/bin/python3 setup.py install --root
/<<PKGBUILDDIR>>/debian/isbg
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running install_lib
creating /<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages
creating /<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
creating
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/__main__.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/imaputils.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/sa_unwrap.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/spamproc.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/utils.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/__init__.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/secrets.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__pycache__/isbg.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/utils.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__init__.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/__main__.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/spamproc.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/imaputils.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/secrets.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/isbg.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_isbg/build/isbg/sa_unwrap.py ->
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/utils.py to
utils.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__init__.py
to __init__.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/__main__.py
to __main__.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/spamproc.py
to spamproc.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/imaputils.py
to imaputils.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/secrets.py
to secrets.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/isbg.py to
isbg.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg/sa_unwrap.py
to sa_unwrap.cpython-312.pyc
running install_egg_info
running egg_info
writing isbg.egg-info/PKG-INFO
writing dependency_links to isbg.egg-info/dependency_links.txt
writing entry points to isbg.egg-info/entry_points.txt
writing requirements to isbg.egg-info/requires.txt
writing top-level names to isbg.egg-info/top_level.txt
reading manifest file 'isbg.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'build.sphinx'
adding license file 'LICENSE'
writing manifest file 'isbg.egg-info/SOURCES.txt'
Copying isbg.egg-info to
/<<PKGBUILDDIR>>/debian/isbg/usr/lib/python3.12/dist-packages/isbg-2.3.1.egg-info
Skipping SOURCES.txt
running install_scripts
Installing isbg script to /<<PKGBUILDDIR>>/debian/isbg/usr/bin
Installing isbg_sa_unwrap script to /<<PKGBUILDDIR>>/debian/isbg/usr/bin
debian/rules execute_before_dh_installdocs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make docs html
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p build.sphinx
cp -fr docs/* build.sphinx
# /usr/bin/make -C build.sphinx apidoc # It's called from sphinx
/usr/bin/make -C build.sphinx html
make[3]: Entering directory '/<<PKGBUILDDIR>>/build.sphinx'
sphinx-build -M html "." "../build/sphinx" -a -E -n -t autobuild
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 `'/usr/share/doc/python3.7/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[3]: *** [Makefile:35: html] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build.sphinx'
make[2]: *** [Makefile:95: html] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:13: execute_before_dh_installdocs] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: 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: isbg
Source-Version: 2.3.1-5
Done: Alexandre Detiste <tc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
isbg, 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.
Alexandre Detiste <tc...@debian.org> (supplier of updated isbg 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: Wed, 25 Dec 2024 21:31:34 +0100
Source: isbg
Architecture: source
Version: 2.3.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1090236
Changes:
isbg (2.3.1-5) unstable; urgency=medium
.
* Team upload.
* Fix build with Sphinx 8 (Closes: #1090236)
Checksums-Sha1:
d2cba619c31d82aa6f79e8011a5e5538fed84b5c 2150 isbg_2.3.1-5.dsc
10524e0ec4afeeae8ef0459d5e1194e6ffd17a76 9228 isbg_2.3.1-5.debian.tar.xz
802f2f48c38ae535fbc64dc5ae677e1d77443558 9222 isbg_2.3.1-5_source.buildinfo
Checksums-Sha256:
07793c0b06777d23eff151de4dff94baa4e112c1f77f52c4900cdc4cbcf7fde6 2150
isbg_2.3.1-5.dsc
a215f4a6b20269aa7b0758a2702ace07b80516ff547a78da1490b1613af741f5 9228
isbg_2.3.1-5.debian.tar.xz
6fc1039b13f3957d0c4ddb42605b679d07d2245542162b0cd86791cb66d6c91e 9222
isbg_2.3.1-5_source.buildinfo
Files:
08964ab626ee243434092e4b091cf971 2150 mail optional isbg_2.3.1-5.dsc
eaf02d41a4b5b2c63310dd263bb3f733 9228 mail optional isbg_2.3.1-5.debian.tar.xz
d5f2617b1ac25ce8c5a8597087f8676e 9222 mail optional
isbg_2.3.1-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmdsbzkRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrtrg/7BfRudbL0nA6Weo6JSWoIdH4n/CY47fQn
ZxFlsjs/pBDdex0NuOQFWrmPtvsVxGK/xRim9pH7XKDeFCYv3MBWQ4+VAKBKRyfQ
VNysATgSSq0I1Rqz9S2I42aXaeuuySxGzqkGIxGgbpavHYQKN1/E0oZmuwz8iGbb
7BV9qFcWEU1iEtMXNtvkrj3ljm9Y6cNadnrfk/KePYKX8ZXynLSmy8+iopm+U0Na
2rsTTZr1T2AMO4H4vqcFhTYkfyZJZNtb6ylaz5JPhXhygwmG4lKhc50FeoCvSaHm
jCcyAZxjK+bEtJyEljCZ39f8juYfvvse3dLpcM4p1XDtlre+we/9uVrugC7m4wK6
uwdDU42uCEhas8w5xVik8nU+0oAuUkKqlNgcmo1QxcIjstme8m9XrYzbXV7R3kXC
8AUyVPDsi+wb+OxqrqNr6mUsYgI6kZy10BO/2Us/0bxCrcmQ3EHSaRwKdt7AW7dC
S+3Tx1ani85hZRttW0eaO69jRfCGmGD0cI/5DpC2X9LpL+SpJBIYGZstHy4jz8Uq
snDQSkQf/BhLWJGgXPqWiiwopZUHUUmHKYdajLBd8wJ8qECeT3pNOqd2bF34VYeW
8/ZcydjJjMUQ/sMNOi+eqpBiS4YXHzKlq85rbKoF6mMrDhQ7TDnjdlsQ+7V2ebc0
2nYga7qEaDE=
=wRP7
-----END PGP SIGNATURE-----
pgpKLJnglfNS5.pgp
Description: PGP signature
--- End Message ---