Package: metview
Version: 5.6.1-3
Severity: serious
It seems metview has recently started to fail to build on 32-bit,
/<<PKGBUILDDIR>>/atlas/src/tests/mesh/test_halo.cc: In function 'void
atlas::test::traced_test_105(std::string&, int&, int)':
/<<PKGBUILDDIR>>/atlas/src/tests/mesh/test_halo.cc:142:40: error: narrowing
conversion of '607990293346953216' from 'long long int' to 'long int' [-Wnarrowing]
142 | 681187136435794030};
| ^
/<<PKGBUILDDIR>>/atlas/src/tests/mesh/test_halo.cc:157:60: error: narrowing
conversion of '717939789677242368' from 'long long int' to 'long int' [-Wnarrowing]
157 | 865001091216722323, 901706783667184769};
| ^
/<<PKGBUILDDIR>>/atlas/src/tests/mesh/test_halo.cc:172:80: error: narrowing
conversion of '681187136204365458' from 'long long int' to 'long int' [-Wnarrowing]
172 | 938197934089563136, 938197934125563136,
938197934161563136};
|
^
/<<PKGBUILDDIR>>/atlas/src/tests/mesh/test_halo.cc:188:40: error: narrowing
conversion of '681187136281508315' from 'long long int' to 'long int' [-Wnarrowing]
188 | 865001091628150894};
| ^
/<<PKGBUILDDIR>>/atlas/src/tests/mesh/test_halo.cc:201:80: error: narrowing
conversion of '865001091473865179' from 'long long int' to 'long int' [-Wnarrowing]
201 | 865001091628150894, 901706784087184768,
938197934341563136};
I first noticed this in raspbian, but it's happening on the Debian reproducible
builds site for i386 sid and armhf bullseye* too, so I don't think it's
raspbian specific.
* i386 bullseye has not been tested by reproducible builds, i386 sid is showing
a successful build on reproducible builds, but that success is older than the
two failures.