Package: src:python-persistent
Version: 6.1-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
I: pybuild base:311: python3.12 setup.py clean 
/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 clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.12' does not exist -- can't clean it
I: pybuild base:311: python3.13 setup.py clean 
/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 clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
rm -f src/persistent/*.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 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.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
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
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild base:311: /usr/bin/python3.12 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_persistent/build/persistent
copying src/persistent/list.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/dict.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/ring.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/persistence.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/picklecache.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/_compat.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/wref.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/timestamp.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/mapping.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/_ring_build.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/interfaces.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/cucumbers.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/attrhooks.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_wref.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_docs.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_picklecache.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/utils.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_ring.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_timestamp.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_mapping.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_persistence.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test__compat.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_list.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
copying src/persistent/tests/test_compile_flags.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/tests
running egg_info
creating src/persistent.egg-info
writing src/persistent.egg-info/PKG-INFO
writing dependency_links to src/persistent.egg-info/dependency_links.txt
writing requirements to src/persistent.egg-info/requires.txt
writing top-level names to src/persistent.egg-info/top_level.txt
writing manifest file 'src/persistent.egg-info/SOURCES.txt'
reading manifest file 'src/persistent.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/persistent.egg-info/SOURCES.txt'
copying src/persistent/_compat.h -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/_timestamp.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/cPersistence.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/cPersistence.h -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/cPickleCache.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/ring.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
copying src/persistent/ring.h -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent
running build_ext
generating cffi module 'build/temp.linux-x86_64-cpython-312/persistent._ring.c'
creating build/temp.linux-x86_64-cpython-312
building 'persistent.cPersistence' extension
creating build/temp.linux-x86_64-cpython-312/src/persistent
x86_64-linux-gnu-gcc -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 
src/persistent/cPersistence.c -o 
build/temp.linux-x86_64-cpython-312/src/persistent/cPersistence.o
x86_64-linux-gnu-gcc -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 
src/persistent/ring.c -o 
build/temp.linux-x86_64-cpython-312/src/persistent/ring.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -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/src/persistent/cPersistence.o 
build/temp.linux-x86_64-cpython-312/src/persistent/ring.o 
-L/usr/lib/x86_64-linux-gnu -o 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_persistent/build/persistent/cPersistence.cpython-312-x86_64-linux-gnu.so
building 'persistent.cPickleCache' extension
x86_64-linux-gnu-gcc -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 
src/persistent/cPickleCache.c -o 
build/temp.linux-x86_64-cpython-312/src/persistent/cPickleCache.o
In file included from /usr/include/python3.12/Python.h:35,
                 from src/persistent/_compat.h:18,
                 from src/persistent/cPersistence.h:18,
                 from src/persistent/cPickleCache.c:96:
src/persistent/cPickleCache.c: In function ‘cc_oid_unreferenced’:
src/persistent/cPickleCache.c:626:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  626 |     assert(dead_pers_obj->ob_refcnt == 0);
      |                         ^~
src/persistent/cPickleCache.c:626:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  626 |     assert(dead_pers_obj->ob_refcnt == 0);
      |                         ^~
src/persistent/cPickleCache.c:636:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  636 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
src/persistent/cPickleCache.c:636:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  636 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
src/persistent/cPickleCache.c:665:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  665 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
src/persistent/cPickleCache.c:665:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  665 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3.12 setup.py build 
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.13_persistent/build/persistent
copying src/persistent/list.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/dict.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/ring.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/persistence.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/picklecache.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/_compat.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/wref.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/timestamp.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/mapping.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/_ring_build.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/interfaces.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/cucumbers.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/attrhooks.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_wref.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_docs.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_picklecache.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/utils.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_ring.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_timestamp.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_mapping.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_persistence.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test__compat.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_list.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
copying src/persistent/tests/test_compile_flags.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/tests
running egg_info
writing src/persistent.egg-info/PKG-INFO
writing dependency_links to src/persistent.egg-info/dependency_links.txt
writing requirements to src/persistent.egg-info/requires.txt
writing top-level names to src/persistent.egg-info/top_level.txt
reading manifest file 'src/persistent.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/persistent.egg-info/SOURCES.txt'
copying src/persistent/_compat.h -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/_timestamp.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/cPersistence.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/cPersistence.h -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/cPickleCache.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/ring.c -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
copying src/persistent/ring.h -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent
running build_ext
generating cffi module 'build/temp.linux-x86_64-cpython-313/persistent._ring.c'
creating build/temp.linux-x86_64-cpython-313
building 'persistent.cPersistence' extension
creating build/temp.linux-x86_64-cpython-313/src/persistent
x86_64-linux-gnu-gcc -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 
src/persistent/cPersistence.c -o 
build/temp.linux-x86_64-cpython-313/src/persistent/cPersistence.o
x86_64-linux-gnu-gcc -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 
src/persistent/ring.c -o 
build/temp.linux-x86_64-cpython-313/src/persistent/ring.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -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/src/persistent/cPersistence.o 
build/temp.linux-x86_64-cpython-313/src/persistent/ring.o 
-L/usr/lib/x86_64-linux-gnu -o 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_persistent/build/persistent/cPersistence.cpython-313-x86_64-linux-gnu.so
building 'persistent.cPickleCache' extension
x86_64-linux-gnu-gcc -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 
src/persistent/cPickleCache.c -o 
build/temp.linux-x86_64-cpython-313/src/persistent/cPickleCache.o
In file included from /usr/include/python3.13/Python.h:19,
                 from src/persistent/_compat.h:18,
                 from src/persistent/cPersistence.h:18,
                 from src/persistent/cPickleCache.c:96:
src/persistent/cPickleCache.c: In function ‘cc_oid_unreferenced’:
src/persistent/cPickleCache.c:626:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  626 |     assert(dead_pers_obj->ob_refcnt == 0);
      |                         ^~
src/persistent/cPickleCache.c:626:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  626 |     assert(dead_pers_obj->ob_refcnt == 0);
      |                         ^~
src/persistent/cPickleCache.c:636:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  636 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
src/persistent/cPickleCache.c:636:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  636 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
src/persistent/cPickleCache.c:665:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  665 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
src/persistent/cPickleCache.c:665:25: error: ‘cPersistentObject’ has no 
member named ‘ob_refcnt’
  665 |     assert(dead_pers_obj->ob_refcnt == 1);
      |                         ^~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py build 
dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.13" 
returned exit code 13
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: 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/202502/

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 add an affects on src:python-persistent, so that this is still
visible in the BTS web page for this package.

Thanks.

Reply via email to