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.

Reply via email to