* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘gek’ ...
** this is package ‘gek’ version ‘1.1.0’
** package ‘gek’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-7) 15.2.0’
make[1]: Entering directory '/tmp/RtmpNjgN8H/R.INSTALLda192bedcf20/gek/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c CorFunctions.c -o CorFunctions.o
CorFunctions.c: In function ‘corMat’:
CorFunctions.c:55:62: warning: ‘corFun’ may be used uninitialized [-Wmaybe-uninitialized]
55 | ans[j + *n * i] = ans[i + *n * j] = (*corFun)(x, n, x, n, d, &i, &j, param);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:47:18: note: ‘corFun’ was declared here
47 | double (*corFun)(const double *, const int *, const double *, const int *, const int *, const int *, const int *, const double *);
| ^~~~~~
CorFunctions.c: In function ‘corMat2’:
CorFunctions.c:71:47: warning: ‘corFun’ may be used uninitialized [-Wmaybe-uninitialized]
71 | ans[i1 + *n1 * i2] = (*corFun)(x1, n1, x2, n2, d, &i1, &i2, param);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:63:18: note: ‘corFun’ was declared here
63 | double (*corFun)(const double *, const int *, const double *, const int *, const int *, const int *, const int *, const double *);
| ^~~~~~
CorFunctions.c: In function ‘corMat_dx’:
CorFunctions.c:118:44: warning: ‘corFun_dx’ may be used uninitialized [-Wmaybe-uninitialized]
118 | ans[i + *n * j] = (*corFun_dx)(x, n, x, n, &i, &j, param, k, C);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:110:18: note: ‘corFun_dx’ was declared here
110 | double (*corFun_dx)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const double *);
| ^~~~~~~~~
CorFunctions.c: In function ‘corMat2_dx’:
CorFunctions.c:145:47: warning: ‘corFun_dx’ may be used uninitialized [-Wmaybe-uninitialized]
145 | ans[i1 + *n1 * i2] = (*corFun_dx)(x1, n1, x2, n2, &i1, &i2, param, k, C);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:137:18: note: ‘corFun_dx’ was declared here
137 | double (*corFun_dx)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const double *);
| ^~~~~~~~~
CorFunctions.c: In function ‘corMat_dxdy_all’:
CorFunctions.c:223:42: warning: ‘corFun_dxdy’ may be used uninitialized [-Wmaybe-uninitialized]
223 | (*corFun_dxdy)(x, n, x, n, &i, &j, param, &k, &l, C);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:212:18: note: ‘corFun_dxdy’ was declared here
212 | double (*corFun_dxdy)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const int *, const double *);
| ^~~~~~~~~~~
CorFunctions.c: In function ‘corMat2_dxdy_all’:
CorFunctions.c:246:42: warning: ‘corFun_dxdy’ may be used uninitialized [-Wmaybe-uninitialized]
246 | (*corFun_dxdy)(x1, n1, x2, n2, &i1, &i2, param, &k, &l, C);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:235:18: note: ‘corFun_dxdy’ was declared here
235 | double (*corFun_dxdy)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const int *, const double *);
| ^~~~~~~~~~~
CorFunctions.c: In function ‘corMat_dp’:
CorFunctions.c:296:62: warning: ‘corFun_dp’ may be used uninitialized [-Wmaybe-uninitialized]
296 | ans[j + *n * i] = ans[i + *n * j] = (*corFun_dp)(X, n, &i, &j, param, k, C);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:288:18: note: ‘corFun_dp’ was declared here
288 | double (*corFun_dp)(const double *, const int *, const int *, const int *, const double *, const int *, const double *);
| ^~~~~~~~~
CorFunctions.c: In function ‘corMat_dxdp’:
CorFunctions.c:357:63: warning: ‘corFun_dxdp’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ans[k + *d * (j + *n * i)] = (*corFun_dxdp)(X, n, d, &i, &j, param, &k, m, D);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:348:18: note: ‘corFun_dxdp’ was declared here
348 | double (*corFun_dxdp)(const double *, const int *, const int *, const int *, const int *, const double *, const int *, const int *, const double *);
| ^~~~~~~~~~~
CorFunctions.c: In function ‘corMat_dxdydp’:
CorFunctions.c:446:42: warning: ‘corFun_dxdydp’ may be used uninitialized [-Wmaybe-uninitialized]
446 | (*corFun_dxdydp)(X, n, d, &i, &j, param, &k, &l, m, D, E);
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CorFunctions.c:435:18: note: ‘corFun_dxdydp’ was declared here
435 | double (*corFun_dxdydp)(const double *, const int *, const int *, const int *, const int *, const double *, const int *, const int *, const int *, const double *, const double *);
| ^~~~~~~~~~~~~
gcc-15 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o gek.so CorFunctions.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpNjgN8H/R.INSTALLda192bedcf20/gek/src'
make[1]: Entering directory '/tmp/RtmpNjgN8H/R.INSTALLda192bedcf20/gek/src'
make[1]: Leaving directory '/tmp/RtmpNjgN8H/R.INSTALLda192bedcf20/gek/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-gek/00new/gek/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 (gek)