* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘GNE’ ...
** this is package ‘GNE’ version ‘0.99-6’
** package ‘GNE’ 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/Rtmp6Mp9MZ/R.INSTALL34b8096073dee2/GNE/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 SSR.c -o SSR.o
In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rdefines.h:41,
from SSR.h:16,
from SSR.c:19:
SSR.c: In function ‘dofunSSR’:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:934:33: warning: ‘R_grjointcall’ may be used uninitialized [-Wmaybe-uninitialized]
934 | #define eval Rf_eval
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
388 | #define PROTECT(s) Rf_protect(s)
| ^
SSR.c:207:31: note: in expansion of macro ‘eval’
207 | PROTECT(grjoint_res = eval(R_grjointcall, env)); //Grad_{x_ij} h(x)
| ^~~~
SSR.c:80:8: note: ‘R_grjointcall’ was declared here
80 | SEXP R_grjointcall, grjoint_res; //gradient of the joint function
| ^~~~~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:934:33: warning: ‘R_jointcall’ may be used uninitialized [-Wmaybe-uninitialized]
934 | #define eval Rf_eval
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
388 | #define PROTECT(s) Rf_protect(s)
| ^
SSR.c:250:25: note: in expansion of macro ‘eval’
250 | PROTECT(joint_res = eval(R_jointcall, env)); //h(x)
| ^~~~
SSR.c:79:8: note: ‘R_jointcall’ was declared here
79 | SEXP R_jointcall, joint_res; //the joint function
| ^~~~~~~~~~~
SSR.c: In function ‘dojacSSR’:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:934:33: warning: ‘R_grconstrcall’ may be used uninitialized [-Wmaybe-uninitialized]
934 | #define eval Rf_eval
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
388 | #define PROTECT(s) Rf_protect(s)
| ^
SSR.c:591:32: note: in expansion of macro ‘eval’
591 | PROTECT(grconstr_res = eval(R_grconstrcall, env)); //Grad_{x_lj} g_l(x)
| ^~~~
SSR.c:376:8: note: ‘R_grconstrcall’ was declared here
376 | SEXP R_grconstrcall, grconstr_res; //gradient of constr func
| ^~~~~~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:934:33: warning: ‘R_grjointcall’ may be used uninitialized [-Wmaybe-uninitialized]
934 | #define eval Rf_eval
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
388 | #define PROTECT(s) Rf_protect(s)
| ^
SSR.c:635:29: note: in expansion of macro ‘eval’
635 | PROTECT(grjoint_res = eval(R_grjointcall, env)); //Grad_{x_lj} h(x)
| ^~~~
SSR.c:379:8: note: ‘R_grjointcall’ was declared here
379 | SEXP R_grjointcall, grjoint_res; //gradient of joint func
| ^~~~~~~~~~~~~
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 init.c -o init.o
gcc-15 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o GNE.so SSR.o init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp6Mp9MZ/R.INSTALL34b8096073dee2/GNE/src'
make[1]: Entering directory '/tmp/Rtmp6Mp9MZ/R.INSTALL34b8096073dee2/GNE/src'
make[1]: Leaving directory '/tmp/Rtmp6Mp9MZ/R.INSTALL34b8096073dee2/GNE/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-GNE/00new/GNE/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (GNE)