* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘gee’ ... ** package ‘gee’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’ using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpA5kwyc/R.INSTALLa51342b267ce5/gee/src' gfortran-13 -fpic -g -O2 -Wall -mtune=native -c dgedi.f -o dgedi.o gfortran-13 -fpic -g -O2 -Wall -mtune=native -c dgefa.f -o dgefa.o 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 ugee.c -o ugee.o ugee.c: In function ‘Cgee’: ugee.c:362:25: warning: ‘lag_wts’ may be used uninitialized [-Wmaybe-uninitialized] 362 | alpha = VC_GEE_matadd(alpha, VC_GEE_transp(VC_GEE_px1_times_pxq (VC_GEE_transp(lag_wts), VC_GEE_transp(VC_GEE_covlag(ei, alpha_VC_GEE_bandwidth, 0))))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ugee.c:38:32: note: ‘lag_wts’ was declared here 38 | MATRIX *robvar, *naivvar, *lag_wts, *tmpeep, *scratch, *wt; | ^~~~~~~ In file included from ugee.c:17: ugee.h:74:45: warning: ‘R’ may be used uninitialized [-Wmaybe-uninitialized] 74 | #define make_permanent( x ) (x)->permanence = PERMANENT; | ^ ugee.c:452:9: note: in expansion of macro ‘make_permanent’ 452 | make_permanent(R); | ^~~~~~~~~~~~~~ ugee.c:33:13: note: ‘R’ was declared here 33 | MATRIX *R, *tmpR, *Ri; | ^ In function ‘VC_GEE_destroy_matrix’, inlined from ‘Cgee’ at ugee.c:591:3: ugee.c:841:8: warning: ‘Aop’ may be used uninitialized [-Wmaybe-uninitialized] 841 | if (mat == (MATRIX *) NULL) return; | ^ ugee.c: In function ‘Cgee’: ugee.c:37:35: note: ‘Aop’ was declared here 37 | MATRIX *tempmat1, *tempmat2, *Aop, *Dop, *zi, *DRop; | ^~~ gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o gee.so dgedi.o dgefa.o ugee.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpA5kwyc/R.INSTALLa51342b267ce5/gee/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpA5kwyc/R.INSTALLa51342b267ce5/gee/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpA5kwyc/R.INSTALLa51342b267ce5/gee/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-gee/00new/gee/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 * creating tarball packaged installation of ‘gee’ as ‘gee_4.13-26_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (gee)