* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘gb’ ... ** package ‘gb’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxVReBQ/R.INSTALLe59b046d8b1e7/gb/src' gcc-13 -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 ARL.c -o ARL.o ARL.c: In function ‘arl0’: ARL.c:141:9: warning: ‘xa1’ may be used uninitialized [-Wmaybe-uninitialized] 141 | xa1 += dK; | ~~~~^~~~~ ARL.c:79:37: note: ‘xa1’ was declared here 79 | double xa=0.00001, xb=0.99999, xc,xa1,xb1; | ^~~ ARL.c:140:14: warning: ‘xb1’ may be used uninitialized [-Wmaybe-uninitialized] 140 | dK = (xb1-xa1)*0.05; | ~~~~^~~~~ ARL.c:79:41: note: ‘xb1’ was declared here 79 | double xa=0.00001, xb=0.99999, xc,xa1,xb1; | ^~~ ARL.c:132:14: warning: ‘K0’ may be used uninitialized [-Wmaybe-uninitialized] 132 | lcl[0] = K0; | ~~~~~~~^~~~ ARL.c:81:29: note: ‘K0’ was declared here 81 | double delta,dK,dmin=99.0,K0,A0,ARL0=lcl[0]; | ^~ ARL.c:133:17: warning: ‘A0’ may be used uninitialized [-Wmaybe-uninitialized] 133 | lambda[0] = A0; | ~~~~~~~~~~^~~~ ARL.c:81:32: note: ‘A0’ was declared here 81 | double delta,dK,dmin=99.0,K0,A0,ARL0=lcl[0]; | ^~ gcc-13 -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 gbd.c -o gbd.o gbd.c: In function ‘FitGBDMom’: gbd.c:200:7: warning: ‘mt1’ may be used uninitialized [-Wmaybe-uninitialized] 200 | mt1 /= n; | ~~~~^~~~ gbd.c:185:10: note: ‘mt1’ was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gbd.c:207:9: warning: ‘mt2’ may be used uninitialized [-Wmaybe-uninitialized] 207 | mt2 += pow(x[i]-mt1,2.) + pow(x[n-1-i-k]-mt1,2.); | ^~ gbd.c:185:14: note: ‘mt2’ was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gbd.c:208:9: warning: ‘mt3’ may be used uninitialized [-Wmaybe-uninitialized] 208 | mt3 += pow(x[i]-mt1,3.) + pow(x[n-1-i-k]-mt1,3.); | ^~ gbd.c:185:18: note: ‘mt3’ was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gbd.c:209:9: warning: ‘mt4’ may be used uninitialized [-Wmaybe-uninitialized] 209 | mt4 += pow(x[i]-mt1,4.) + pow(x[n-1-i-k]-mt1,4.); | ^~ gbd.c:185:22: note: ‘mt4’ was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gcc-13 -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 gld.c -o gld.o gld.c: In function ‘GLDMoP’: gld.c:497:13: warning: variable ‘k’ set but not used [-Wunused-but-set-variable] 497 | int i, j, k, igrid, jgrid; | ^ gcc-13 -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-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o gb.so ARL.o gbd.o gld.o init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxVReBQ/R.INSTALLe59b046d8b1e7/gb/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxVReBQ/R.INSTALLe59b046d8b1e7/gb/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxVReBQ/R.INSTALLe59b046d8b1e7/gb/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-gb/00new/gb/libs ** R ** data ** 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 * creating tarball packaged installation of ‘gb’ as ‘gb_2.3.3_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (gb)