Bug#1024766: python-cassandra-driver: FTBFS on python3.11-dbg on powerpc and ppc64

2022-11-24 Thread stefanor
Control: clone -1 -2 Control: reassign -2 python3-cffi-backend Control: found -2 python3-cffi-backend/1.15.1-3+b1 > I simplified that down even further to this in python-cffi: > > from cffi import FFI > ffi = FFI() > p = ffi.new("int *", 123) > ffi.gc(p, lambda x: None) Let's track this separate

Bug#1024766: python-cassandra-driver: FTBFS on python3.11-dbg on powerpc and ppc64

2022-11-24 Thread Stefano Rivera
Source: python-cassandra-driver Version: 3.25.0-1 Severity: normal I've been investigating the build-failures on python3.11-dbg on the big endian PPCs. My notes so far: This is reproduceable, but only when the __pycache__ directories don't exist: $ python3.11-dbg setup.py build $ cd build/lib.li