* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘fanc’ ...
** this is package ‘fanc’ version ‘2.3.13’
** package ‘fanc’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-16 (Debian 16.1.0-1) 16.1.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpI9AsT6/R.INSTALL6858147013c72/fanc/src'
gcc-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ezprof.c -o ezprof.o
gcc-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c fanc.c -o fanc.o
In function ‘init_params_warm_prenet’,
inlined from ‘fanc’ at fanc.c:1560:4:
fanc.c:1276:16: warning: ‘m2_opt’ may be used uninitialized [-Wmaybe-uninitialized]
1276 | O_m2[0]=m2_opt;
| ~~~~~~~^~~~~~~
fanc.c: In function ‘fanc’:
fanc.c:1140:17: note: ‘m2_opt’ was declared here
1140 | int m2, m2_opt;
| ^~~~~~
fanc.c:1591:35: warning: ‘m2_init_prenet’ may be used uninitialized [-Wmaybe-uninitialized]
1591 | if(type[0]==2) m2 = m2_init_prenet;
| ~~~^~~~~~~~~~~~~~~~
fanc.c:1519:13: note: ‘m2_init_prenet’ was declared here
1519 | int m2_init_prenet;
| ^~~~~~~~~~~~~~
fanc.c:1766:34: warning: ‘df_nonzero’ may be used uninitialized [-Wmaybe-uninitialized]
1766 | O_dfnonzero[rgi] = df_nonzero;
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
fanc.c:1762:21: note: ‘df_nonzero’ was declared here
1762 | int df_nonzero;
| ^~~~~~~~~~
gcc-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c registerDynamicSymbol.c -o registerDynamicSymbol.o
gcc-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c zeroin.c -o zeroin.o
gcc-16 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o fanc.so ezprof.o fanc.o registerDynamicSymbol.o zeroin.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpI9AsT6/R.INSTALL6858147013c72/fanc/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpI9AsT6/R.INSTALL6858147013c72/fanc/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpI9AsT6/R.INSTALL6858147013c72/fanc/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-fanc/00new/fanc/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fanc)