* installing *source* package ‘GeoModels’ ... ** package ‘GeoModels’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-f2008/GeoModels/src' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c CompositeLikelihood2.c -o CompositeLikelihood2.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c CompositeLikelihood2_ani.c -o CompositeLikelihood2_ani.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c CompositeLikelihoodCond2.c -o CompositeLikelihoodCond2.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c CompositeLikelihoodCond2_ani.c -o CompositeLikelihoodCond2_ani.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c CorrelationFunction.c -o CorrelationFunction.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Distributions.c -o Distributions.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c GeoModels_init.c -o GeoModels_init.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Godambe.c -o Godambe.o In file included from /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:36, from header.h:7, from Godambe.c:1: Godambe.c: In function 'Vari_SubSamp': /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:66:25: warning: 'ecoordx' may be used uninitialized [-Wmaybe-uninitialized] 66 | #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ Godambe.c:490:15: note: in expansion of macro 'R_Free' 490 | if(*grid){R_Free(ecoordx);R_Free(ecoordy);} | ^~~~~~ Godambe.c:181:13: note: 'ecoordx' was declared here 181 | double *ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*sumgrad,*subvari,*xgrid,*ygrid; | ^~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:66:25: warning: 'ecoordy' may be used uninitialized [-Wmaybe-uninitialized] 66 | #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ Godambe.c:490:31: note: in expansion of macro 'R_Free' 490 | if(*grid){R_Free(ecoordx);R_Free(ecoordy);} | ^~~~~~ Godambe.c:181:22: note: 'ecoordy' was declared here 181 | double *ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*sumgrad,*subvari,*xgrid,*ygrid; | ^~~~~~~ Godambe.c: In function 'Vari_SubSamp_biv': /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:66:25: warning: 'ecoordx' may be used uninitialized [-Wmaybe-uninitialized] 66 | #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ Godambe.c:1592:9: note: in expansion of macro 'R_Free' 1592 | R_Free(ecoordx); | ^~~~~~ Godambe.c:1140:58: note: 'ecoordx' was declared here 1140 | double *gradcortt,*gradcortv,*gradcorvt,*gradcorvv,*ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*score,*subvari,*xgrid,*ygrid; | ^~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:66:25: warning: 'ecoordy' may be used uninitialized [-Wmaybe-uninitialized] 66 | #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ Godambe.c:1593:9: note: in expansion of macro 'R_Free' 1593 | R_Free(ecoordy); | ^~~~~~ Godambe.c:1140:67: note: 'ecoordy' was declared here 1140 | double *gradcortt,*gradcortv,*gradcorvt,*gradcorvv,*ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*score,*subvari,*xgrid,*ygrid; | ^~~~~~~ gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Gradient.c -o Gradient.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c TB.c -o TB.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Utility.c -o Utility.o gfortran-14 -fpic -g -O2 -mtune=native -std=f2018 -c mvndstpack.f -o mvndstpack.o gfortran-14 -fpic -g -O2 -mtune=native -std=f2018 -c specfun.f -o specfun.o specfun.f:57:72: 57 | DO 10 K=1 ,N-1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:63:72: 63 | DO 20 K=1,N | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:70:72: 70 | DO 30 K=0,N-1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:145:72: 145 | DO 20 M=10,100,5 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:149:72: 149 | DO 15 J=1,M | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:151:72: 151 | DO 10 K=1,30 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:168:72: 168 | DO 40 M=2,10,2 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:172:72: 172 | DO 35 J=1,M | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:174:72: 174 | DO 30 K=1,30 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:226:72: 226 | DO 10 K=2,M1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:237:72: 237 | DO 15 K=1,M | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:246:72: 246 | DO 20 K=25,1,-1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:372:72: 372 | DO 30 N=0,NL | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:377:72: 377 | DO 15 J=1,500 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:402:72: 402 | DO 20 I=1,8 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:423:72: 423 | DO 35 I=1,LA-1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:475:72: 475 | DO 10 K=1,M | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:494:72: 494 | DO 30 N=0,NL | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:499:72: 499 | DO 15 J=1,500 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:520:72: 520 | DO 20 I=1,8 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:547:72: 547 | DO 35 I=1,LA-1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:608:72: 608 | DO 10 K=1,10 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:616:72: 616 | DO 15 J=0,NA-1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:679:72: 679 | DO 10 J=1,150 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:726:72: 726 | DO 10 K=1,NM | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:736:72: 736 | DO 15 K=1,25 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:772:72: 772 | DO 10 J=1,N | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:798:72: 798 | DO 15 K=1,150 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:813:72: 813 | DO 25 M=1,N | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:821:72: 821 | DO 50 K=1,150 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:825:72: 825 | DO 30 M=1,K | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:828:72: 828 | DO 35 M=1,N | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:832:72: 832 | DO 40 M=1,K+N | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:835:72: 835 | DO 45 M=1,K | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) specfun.f:856:72: 856 | DO 60 K=1,N-1 | 1 Warning: Fortran 2018 obsolescent feature: Labeled DO statement at (1) gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c weightedleastsquare.c -o weightedleastsquare.o gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o GeoModels.so CompositeLikelihood2.o CompositeLikelihood2_ani.o CompositeLikelihoodCond2.o CompositeLikelihoodCond2_ani.o CorrelationFunction.o Distributions.o GeoModels_init.o Godambe.o Gradient.o TB.o Utility.o mvndstpack.o specfun.o weightedleastsquare.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-f2008/GeoModels/src' installing to /data/gannet/ripley/R/packages/tests-f2008/Libs/GeoModels-lib/00LOCK-GeoModels/00new/GeoModels/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 Error: package or namespace load failed for ‘GeoModels’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/data/gannet/ripley/R/packages/tests-f2008/Libs/GeoModels-lib/00LOCK-GeoModels/00new/GeoModels/libs/GeoModels.so': /data/gannet/ripley/R/packages/tests-f2008/Libs/GeoModels-lib/00LOCK-GeoModels/00new/GeoModels/libs/GeoModels.so: undefined symbol: dcmplx_ Error: loading failed Execution halted ERROR: loading failed * removing ‘/data/gannet/ripley/R/packages/tests-f2008/Libs/GeoModels-lib/GeoModels’ Command exited with non-zero status 1 Time 2:05.09, 97.77 + 3.25