Package: src:nfft Version: 3.5.3-3 Severity: serious Tags: ftbfs
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules binary dh binary dh_update_autotools_config dh_autoreconf libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:281: warning: The macro 'AC_PROG_CC_C99' is obsolete. configure.ac:281: You should run autoupdate. [... snipped ...] ../../tests/nfft.c:360:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:956:26: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 956 | testcases_1d_online, initializers_1d, &check_trafo, trafos_1d_online); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:956:57: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 956 | testcases_1d_online, initializers_1d, &check_trafo, trafos_1d_online); | ^~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_adjoint_1d_online’: ../../tests/nfft.c:1176:67: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1176 | testcases_adjoint_2d_online, initializers_2d, &check_adjoint, trafos_adjoint_2d_online); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:987:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 987 | testcases_adjoint_1d_online, initializers_1d, &check_adjoint, trafos_adjoint_1d_online); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_online_t ** {aka const struct testcase_delegate_online_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_online_t **’ {aka ‘const struct testcase_delegate_online_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:987:34: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 987 | testcases_adjoint_1d_online, initializers_1d, &check_adjoint, trafos_adjoint_1d_online); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c:361:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 361 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c:987:67: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 987 | testcases_adjoint_1d_online, initializers_1d, &check_adjoint, trafos_adjoint_1d_online); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_2d_direct_file’: ../../tests/nfft.c: In function ‘nfftl_check_3d_direct_file’: ../../tests/nfct.c:1032:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1032 | testcases_2d_file, initializers_direct, &check_trafo, trafos_2d_direct_file); | ^~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfft.c:1214:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1214 | testcases_3d_file, initializers_direct, &check_trafo, trafos_3d_direct_file); | ^~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:1032:24: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1032 | testcases_2d_file, initializers_direct, &check_trafo, trafos_2d_direct_file); | ^~~~~~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:1032:59: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1032 | testcases_2d_file, initializers_direct, &check_trafo, trafos_2d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_2d_fast_file’: ../../tests/nfft.c:360:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1041:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1041 | testcases_2d_file, initializers_2d, &check_trafo, trafos_2d_fast_file); | ^~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1041:24: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1041 | testcases_2d_file, initializers_2d, &check_trafo, trafos_2d_fast_file); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c:1214:24: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1214 | testcases_3d_file, initializers_direct, &check_trafo, trafos_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:1041:55: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1041 | testcases_2d_file, initializers_2d, &check_trafo, trafos_2d_fast_file); | ^~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfft.c:360:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_adjoint_2d_direct_file’: ../../tests/nfct.c:1071:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1071 | testcases_adjoint_2d_file, initializers_direct, &check_adjoint, trafos_adjoint_2d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfft.c:1214:59: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1214 | testcases_3d_file, initializers_direct, &check_trafo, trafos_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:1071:32: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1071 | testcases_adjoint_2d_file, initializers_direct, &check_adjoint, trafos_adjoint_2d_direct_file); | ^~~~~~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c:361:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 361 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c:1071:69: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1071 | testcases_adjoint_2d_file, initializers_direct, &check_adjoint, trafos_adjoint_2d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_adjoint_2d_fast_file’: ../../tests/nfft.c: In function ‘nfftl_check_3d_fast_file’: ../../tests/nfct.c:1080:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1080 | testcases_adjoint_2d_file, initializers_2d, &check_adjoint, trafos_adjoint_2d_fast_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1080:32: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1080 | testcases_adjoint_2d_file, initializers_2d, &check_adjoint, trafos_adjoint_2d_fast_file); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c:1223:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1223 | testcases_3d_file, initializers_3d, &check_trafo, trafos_3d_fast_file); | ^~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfft.c:360:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1080:65: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1080 | testcases_adjoint_2d_file, initializers_2d, &check_adjoint, trafos_adjoint_2d_fast_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_2d_online’: ../../tests/nfct.c:1105:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1105 | testcases_2d_online, initializers_2d, &check_trafo, trafos_2d_online); | ^~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_online_t ** {aka const struct testcase_delegate_online_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_online_t **’ {aka ‘const struct testcase_delegate_online_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfft.c:1223:24: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1223 | testcases_3d_file, initializers_3d, &check_trafo, trafos_3d_fast_file); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:1105:26: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1105 | testcases_2d_online, initializers_2d, &check_trafo, trafos_2d_online); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c:360:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:1105:57: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1105 | testcases_2d_online, initializers_2d, &check_trafo, trafos_2d_online); | ^~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_adjoint_2d_online’: ../../tests/nfft.c:1223:55: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1223 | testcases_3d_file, initializers_3d, &check_trafo, trafos_3d_fast_file); | ^~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:1130:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1130 | testcases_adjoint_2d_online, initializers_2d, &check_adjoint, trafos_adjoint_2d_online); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_online_t ** {aka const struct testcase_delegate_online_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_online_t **’ {aka ‘const struct testcase_delegate_online_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfft.c:361:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 361 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c:1130:34: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1130 | testcases_adjoint_2d_online, initializers_2d, &check_adjoint, trafos_adjoint_2d_online); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfft.c: In function ‘nfftl_check_adjoint_3d_direct_file’: ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:1130:67: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1130 | testcases_adjoint_2d_online, initializers_2d, &check_adjoint, trafos_adjoint_2d_online); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_3d_direct_file’: ../../tests/nfft.c:1239:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1239 | testcases_adjoint_3d_file, initializers_direct, &check_adjoint, trafos_adjoint_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfft.c:360:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1161:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1161 | testcases_3d_file, initializers_direct, &check_trafo, trafos_3d_direct_file); | ^~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfft.c:1239:32: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1239 | testcases_adjoint_3d_file, initializers_direct, &check_adjoint, trafos_adjoint_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfft.c:360:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:1161:24: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1161 | testcases_3d_file, initializers_direct, &check_trafo, trafos_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfft.c:1239:69: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1239 | testcases_adjoint_3d_file, initializers_direct, &check_adjoint, trafos_adjoint_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfft.c:361:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 361 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c: In function ‘nfftl_check_adjoint_3d_fast_file’: ../../tests/nfct.c:1161:59: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1161 | testcases_3d_file, initializers_direct, &check_trafo, trafos_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_3d_fast_file’: ../../tests/nfct.c:1170:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1170 | testcases_3d_file, initializers_3d, &check_trafo, trafos_3d_fast_file); | ^~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1170:24: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1170 | testcases_3d_file, initializers_3d, &check_trafo, trafos_3d_fast_file); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:1170:55: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1170 | testcases_3d_file, initializers_3d, &check_trafo, trafos_3d_fast_file); | ^~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_adjoint_3d_direct_file’: ../../tests/nfft.c:1248:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1248 | testcases_adjoint_3d_file, initializers_3d, &check_adjoint, trafos_adjoint_3d_fast_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfft.c:360:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1186:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1186 | testcases_adjoint_3d_file, initializers_direct, &check_adjoint, trafos_adjoint_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfft.c:1248:32: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1248 | testcases_adjoint_3d_file, initializers_3d, &check_adjoint, trafos_adjoint_3d_fast_file); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfft.c:360:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 360 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:1186:32: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1186 | testcases_adjoint_3d_file, initializers_direct, &check_adjoint, trafos_adjoint_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfft.c:1248:65: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1248 | testcases_adjoint_3d_file, initializers_3d, &check_adjoint, trafos_adjoint_3d_fast_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfft.c:361:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 361 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfct.c:1186:69: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1186 | testcases_adjoint_3d_file, initializers_direct, &check_adjoint, trafos_adjoint_3d_direct_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘nfctl_check_adjoint_3d_fast_file’: ../../tests/nfct.c:1195:5: error: passing argument 4 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1195 | testcases_adjoint_3d_file, initializers_3d, &check_adjoint, trafos_adjoint_3d_fast_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const testcase_delegate_file_t ** {aka const struct testcase_delegate_file_s **} ../../tests/nfct.c:359:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_file_t **’ {aka ‘const struct testcase_delegate_file_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfct.c:1195:32: error: passing argument 5 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1195 | testcases_adjoint_3d_file, initializers_3d, &check_adjoint, trafos_adjoint_3d_fast_file); | ^~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfct.c:359:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 359 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c: In function ‘nfftl_check_acc’: ../../tests/nfct.c:1195:65: error: passing argument 7 of ‘check_many’ from incompatible pointer type [-Wincompatible-pointer-types] 1195 | testcases_adjoint_3d_file, initializers_3d, &check_adjoint, trafos_adjoint_3d_fast_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfct.c:360:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 360 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ ../../tests/nfct.c: In function ‘setup_file’: ../../tests/nfct.c:392:3: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 392 | fscanf(file, "%d", d); | ^~~~~~~~~~~~~~~~~~~~~ ../../tests/nfct.c:396:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 396 | fscanf(file, "%d", &((*N)[j])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../tests/nfct.c:398:3: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 398 | fscanf(file, "%d", M); | ^~~~~~~~~~~~~~~~~~~~~ ../../tests/nfct.c:421:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 421 | fscanf(file, __FI__, &((*x)[j])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../tests/nfct.c:429:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 429 | fscanf(file, __FI__, &re); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../tests/nfct.c:438:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 438 | fscanf(file, __FI__, &re); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../tests/nfft.c:1500:5: error: passing argument 4 of ‘check_many_file’ from incompatible pointer type [-Wincompatible-pointer-types] 1500 | testcases_acc, initializers_acc, &check_trafo, trafos_acc); | ^~~~~~~~~~~~~ | | | const testcase_delegate_online_t ** {aka const struct testcase_delegate_online_s **} ../../tests/nfft.c:1411:31: note: expected ‘const testcase_delegate_t **’ {aka ‘const struct testcase_delegate_s **’} but argument is of type ‘const testcase_delegate_online_t **’ {aka ‘const struct testcase_delegate_online_s **’} 1411 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ../../tests/nfft.c:1500:20: error: passing argument 5 of ‘check_many_file’ from incompatible pointer type [-Wincompatible-pointer-types] 1500 | testcases_acc, initializers_acc, &check_trafo, trafos_acc); | ^~~~~~~~~~~~~~~~ | | | const init_delegate_t ** {aka const struct init_delegate_s **} ../../tests/nfft.c:1411:60: note: expected ‘init_delegate_t **’ {aka ‘struct init_delegate_s **’} but argument is of type ‘const init_delegate_t **’ {aka ‘const struct init_delegate_s **’} 1411 | const testcase_delegate_t **testcases, init_delegate_t **initializers, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../tests/nfft.c:1500:52: error: passing argument 7 of ‘check_many_file’ from incompatible pointer type [-Wincompatible-pointer-types] 1500 | testcases_acc, initializers_acc, &check_trafo, trafos_acc); | ^~~~~~~~~~ | | | const trafo_delegate_t ** {aka const struct trafo_delegate_s **} ../../tests/nfft.c:1412:56: note: expected ‘trafo_delegate_t **’ {aka ‘struct trafo_delegate_s **’} but argument is of type ‘const trafo_delegate_t **’ {aka ‘const struct trafo_delegate_s **’} 1412 | check_delegate_t *check_delegate, trafo_delegate_t **trafos) | ~~~~~~~~~~~~~~~~~~~^~~~~~ make[5]: *** [Makefile:759: nfct.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../../tests/nfft.c: In function ‘setup_file’: ../../tests/nfft.c:393:3: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 393 | fscanf(file, "%d", d); | ^~~~~~~~~~~~~~~~~~~~~ ../../tests/nfft.c:397:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 397 | fscanf(file, "%d", &((*N)[j])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../tests/nfft.c:399:3: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 399 | fscanf(file, "%d", M); | ^~~~~~~~~~~~~~~~~~~~~ ../../tests/nfft.c:426:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 426 | fscanf(file, __FI__, &((*x)[j])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../tests/nfft.c:434:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 434 | fscanf(file, __FI__ " " __FI__, &re, &im); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../tests/nfft.c:443:5: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 443 | fscanf(file, __FI__ " " __FI__, &re, &im); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [Makefile:759: nfft.o] Error 1 make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-long/tests' make[4]: *** [Makefile:1220: check-am] Error 2 make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-long/tests' make[3]: *** [Makefile:900: check-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-long/tests' make[2]: *** [Makefile:717: check-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-long' dh_auto_test: error: cd build-long && make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1 returned exit code 2 make[1]: *** [debian/rules:70: override_dh_auto_test-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:37: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202409/ About the archive rebuild: The build was made on virtual machines of type m6a.large and r6a.large from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.