Bug#1123830: m2crypto: FTBFS on armhf: AssertionError: 64 != 32
Source: m2crypto
Version: 0.46.2-1
Severity: serious
Tags: ftbfs
Justification: ftbfs
X-Debbugs-Cc: debian-arm@lists.debian.org, tchet@debian.org
User: debian-arm@lists.debian.org
Usertags: armhf
https://buildd.debian.org/status/fetch.php?pkg=m2crypto&arch=armhf&ver=0.46.2-1&stamp=1764717815&raw=0
=================================== FAILURES ===================================
__________________________ UtilTestCase.test_is32bit ___________________________
self = <tests.test_util.UtilTestCase testMethod=test_is32bit>
def test_is32bit(self):
# defaults
bit32 = m2.time_t_bits()
# test for libc musl from unfinished upstream bug gh#python/cpython#87414
if (
util.is_32bit()
and (platform.libc_ver() != ("", ""))
and (
os.environ.get("M2_TIMET_NO_ARCH", "").casefold()
not in ["true", "1", "yes"]
)
):
> self.assertEqual(bit32, 32)
E AssertionError: 64 != 32
Reply to: