Your message dated Mon, 24 Feb 2025 15:51:26 +0000
with message-id <e1tmaju-002ytu...@fasolo.debian.org>
and subject line Bug#1098602: fixed in python-persistent 6.1-2
has caused the Debian Bug report #1098602,
regarding python-persistent: FTBFS: error: 'cPersistentObject' has no member 
named 'ob_refcnt'
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.)


-- 
1098602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098602
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: python-persistent
Source-Version: 6.1-2
Done: Colin Watson <cjwat...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-persistent, 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 1098...@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 python-persistent 
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: Mon, 24 Feb 2025 15:30:09 +0000
Source: python-persistent
Architecture: source
Version: 6.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1098602
Changes:
 python-persistent (6.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Use Py_REFCNT to access cPersistentObject refcounts (closes: #1098602).
Checksums-Sha1:
 cd97fe1f591d4bc41b2cee8d96753eb930f32c7a 2394 python-persistent_6.1-2.dsc
 0021c1fb9f70c3b6e03694b21f5afa0e00541015 5684 
python-persistent_6.1-2.debian.tar.xz
Checksums-Sha256:
 1cad574e08cb3ebfdcd1752e18c1060af286c8c6a723b1b9db53ec8bf44ec0e7 2394 
python-persistent_6.1-2.dsc
 a891fff8f93199b68ee3ad97ceb966832b8aadd261016ec32526f0abb1e51144 5684 
python-persistent_6.1-2.debian.tar.xz
Files:
 7e91f9270fd2804910a1fbaf2c27d7cb 2394 python optional 
python-persistent_6.1-2.dsc
 b572c71b989d744e0bff136a6b412ebd 5684 python optional 
python-persistent_6.1-2.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAme8kJ4ACgkQOTWH2X2G
UAt4RA/8CA4Q0tjf8n62dTCRaQ2tM3kGy0N8nZ31l2GaTdVwS7yRkLtEQn2gpT2c
l2ikQx19slUC9zIEJP3ClDODmrzgdPubIz+VVcEL6RIJ+lR1eExud717RGWLMx34
q6OtcQYjSs9/qxFqfdu5/W8aZsDgzb1CKczaSEQ9eig8R3643zrZGFUxCiAw54tk
a5SuQ2f8ihEMQ//Ddy9HFvuKqDcn5w4/YV8NBMULqFHXCXmn3whrSGpbnYFCJ9pL
Kf4qjwRaDFnhxVzN/nBIIuWkohsQh5Yhh5ONOLhNC+sjYab+r/a2IaFfacuAW7Tn
5fHDUlO7LQH1t81x8OhA62UZIqCbt15OfLIsXjfjDN7id/QQ7UFpPm+YXSz7KZno
wcGR6ZJzsjqWKzoNumWv4PhRe+Tr8E8z8VxtP+csLYJw4Zx5h5Mvbi9R5UUeSkMX
hH69rM0Y1ueXyXRm+ZvnsBmlXecHUOkQHeDIe7RJjfaJv0NKK9ms40ysQx7Wtrk0
4tmqKhDE5TCgE9TEmv8RRugGFaJysO67cHu/vQrXbyxwbNVQpUCqzMIQ5fS8q1Z7
9hAWLsiXg7KTwXbbvNOPVAmPllGUurV4+CMGx7z3uBmLzMtkXXQ5mK4XmqR2PIvX
lKqtawuDWfyQHdYil7UHo+X/ddUNRyN07Wc9C2PJvLQ5u8cQ4p8=
=cGRs
-----END PGP SIGNATURE-----

Attachment: pgp35Rq7MleLU.pgp
Description: PGP signature


--- End Message ---

Reply via email to