On Tue, Jan 17, 2017 at 07:22:32PM +0000, Ghislain Vaillant wrote: > Dear all, > > I am looking for a sponsor for python-cartopy: > > https://anonscm.debian.org/cgit/debian-science/packages/python-cartopy.git > > > Changes since the last upload: > > [ Andreas Tille ] > * Do not force the package maintainer to install build-dependencies like > geos on local machine > > [ Ghislain Antony Vaillant ] > * Fix FTBFS on 32-bit architectures (Closes: #848634) > New patch 0001-Skip-tests-failing-on-32-bit-architectures.patch > > > The test skip patch is a result of upstream being not responsive to the > issue so far. Since the failing test is fairly minor, I see no reason > to block the package for non 32-bit architectures.
This doesn't look right; it only failed on i386 (and hurd/kfreebsd-i386), but it built on armel, armhf, mips, mipsel, hppa, m68k and powerpc. This is not a 32-bit issue, but an x86 floating-point issue, most likely because the x87 FPU uses 80-bit floats internally. If you're going to disable the test, please do so *only* if the CPU is i386. Regards, James

