Your message dated Sat, 26 Oct 2024 07:49:41 +0000
with message-id <e1t4byl-009wp8...@fasolo.debian.org>
and subject line Bug#1081084: fixed in nfft 3.5.3-4
has caused the Debian Bug report #1081084,
regarding nfft: FTBFS with gcc-14: error: initialization of ‘void 
(*)(nfstf_plan *)’ from incompatible pointer type ‘void (*)(const nfstf_plan 
*)’ [-Wincompatible-pointer-types]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1081084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: nfft
Source-Version: 3.5.3-4
Done: Gianfranco Costamagna <locutusofb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
nfft, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1081...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated nfft 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 26 Oct 2024 09:44:54 +0200
Source: nfft
Built-For-Profiles: noudeb
Architecture: source
Version: 3.5.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Closes: 1063922 1074255 1081084
Changes:
 nfft (3.5.3-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ zhangdandan <zhangdan...@loongson.cn> ]
   * Add loong64 support to libnfft3-long4 (Closes: #1074255)
 .
   [ Gianfranco Costamagna ]
   * Add Breaks/Replaces/Provides libnfft3-long2 (Closes: #1063922).
     Thanks Daniel Vacek and Helmut Grohne
   * Add patch to workaround a gcc-14 failure due to
     -Wincompatible-pointer-types (Closes: #1081084)
Checksums-Sha1:
 2a416363f4814c1bf3855047a925ba5feaa65238 2515 nfft_3.5.3-4.dsc
 b7a437711dfab8097b3188dcb928613804bf8e9e 9436 nfft_3.5.3-4.debian.tar.xz
 350c568322671eb69b12908df8deb1e2ec1df162 7753 nfft_3.5.3-4_source.buildinfo
Checksums-Sha256:
 b9f28a48430a63ebaff87d60764d7f9c42211c80341f7362bec6e505a441e165 2515 
nfft_3.5.3-4.dsc
 3efb58d4efbc15aa90e6a490d4fbe557e92a30ad6d0a93034a7ba703cd03cd22 9436 
nfft_3.5.3-4.debian.tar.xz
 96af3144f178e2068b4136b3d9fbe4dab4cdea52d547841d192c6f3a3a9afaee 7753 
nfft_3.5.3-4_source.buildinfo
Files:
 fff21c969f22a565099587451625c119 2515 science optional nfft_3.5.3-4.dsc
 692e5373c5f348277b268df18b5da22e 9436 science optional 
nfft_3.5.3-4.debian.tar.xz
 a622a5f0066b949fb6b9287e3d093719 7753 science optional 
nfft_3.5.3-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmccnkUACgkQ808JdE6f
Xdl59BAA4BSFtYDu/RALQS8yiJ53GB0JSnaTLHUy6SNzuZqkPGjFZ+vnxYd4L2KD
5Roa8/34Ry3kP5UJtNPSx5fJjfgn6k/U7CkBlobC1TGaJBxrSWjLSWD9MtYCVs/M
U6KlldG+hnjbQJux+iE2o9XTmNwiWCFZwLpr80JIfskhqnepDJFju37PGn9reXRm
mJX0ZPe+bjNd5/tbjiUJuPk37IolTGQPsOxg/ITG9jFCjc2eJRw/zFUny81sOIt2
YVHIiYYvh+460C5Cu12N8okDWcB5i/QYVsaCIE8TLRv6mCMs4x56u03aPiSI5Dtc
nUGHEA2Z2Ak7BO1S1XqRzQhen/ngpvmgXKlX8VX6jzZB6HYilSTduFjertD4ajxn
mQm0MmLf54W4XObEWxlWjnp2nCKkmXoxUsLv/ZS5zkdOSwNDHTob/4DZFaWN3MmQ
8sXkulxL4rcHHoH6IAtiN5KW4zkhVJ/dBtPmqErVWqlXPp/38p95mgNY83qVM1dv
EPwYI4YrPvt+dxfuXgdg8fj5C7g1T493gM3ZEkY3w3ahicIQkwoBBjioMs+ZuUw6
rcaQ6z7UbdvWCWKjphvaSIt5Fv4WFI4I0lD7Z0a6m4RXBal1BYLfZSiAQIhxoAt0
G0IgqavPFhb1qEDlBlTSreLd3vGmtp5StISTIUztvL4UyK+guC8=
=PHzB
-----END PGP SIGNATURE-----

Attachment: pgplb7xeTF9cJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to