Package: libcpl-dev Version: 7.1-1 Severity: normal On some platforms, notably armhf and ppc64el, one test fails:
[ ERROR ] Test 292 failed at esorex_json-test.c:808: |cpl_parameter_get_default_double(param8) - cpl_parameter_get_default_double(parsed_param8)| = |4.4 - 6.36599e-314| = |4.4| <= 2.22045e-16 = DBL_EPSILON. [ ERROR ] No error(s) to dump [ ERROR ] Test 293 failed at esorex_json-test.c:808: (cpl_parameter_get_enum_size(param8)) = 3; (cpl_parameter_get_enum_size(parsed_param8)) = 1. [ ERROR ] No error(s) to dump [ ERROR ] Test 294 failed at esorex_json-test.c:808: |cpl_parameter_get_enum_double(param8, n) - cpl_parameter_get_enum_double(parsed_param8, n)| = |1.1 - 1.97626e-323| = |1.1| <= 2.22045e-16 = DBL_EPSILON. [ ERROR ] No error(s) to dump [ ERROR ] Test 295 failed at esorex_json-test.c:808: |cpl_parameter_get_enum_double(param8, n) - cpl_parameter_get_enum_double(parsed_param8, n)| = |2.2 - 2.73737e-312| = |2.2| <= 2.22045e-16 = DBL_EPSILON. [ ERROR ] No error(s) to dump [ ERROR ] Test 296 failed at esorex_json-test.c:808: |cpl_parameter_get_enum_double(param8, n) - cpl_parameter_get_enum_double(parsed_param8, n)| = |4.4 - 1.25873e+93| = |-1.25873e+93| <= 2.22045e-16 = DBL_EPSILON. [ ERROR ] No error(s) to dump [ ERROR ] 5 of 617 test(s) failed This happens with libffi as well as with libavcall. I will disable those tests, but they basically mean that Python recipes cannot be used with CPL on those platforms.

