Processed: Re: Bug#1053341: h5py FTBFS on 32-bit archs: OverflowError: Python int too large to convert to C ssize_t

2023-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 1053341 https://github.com/h5py/h5py/issues/2315 Bug #1053341 [src:h5py] h5py FTBFS on 32-bit archs: OverflowError: Python int too large to convert to C ssize_t Set Bug forwarded-to-address to

Bug#1053341: h5py FTBFS on 32-bit archs: OverflowError: Python int too large to convert to C ssize_t

2023-10-02 Thread Drew Parsons
forwarded 1053341 https://github.com/h5py/h5py/issues/2315 thanks I suspect it can be resolved by casting the int returned by addressof to ctypes.c_int. Waiting to hear what upstream thinks. Note it's not quite as simple as "32-bit". sparc64 is also affected.

Bug#1053341: h5py FTBFS on 32-bit archs: OverflowError: Python int too large to convert to C ssize_t

2023-10-02 Thread Nilesh Patra
Source: h5py Version: 3.9.0-2 Severity: serious X-Debbugs-Cc: dpars...@debian.org Hi, The new release of h5py FTBFS on all 32-bit archs. In particular, it fails its test-suite with: === FAILURES === _