* installing *source* package ‘labdsv’ ... ** this is package ‘labdsv’ version ‘2.3-0’ ** package ‘labdsv’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’ using Fortran compiler: ‘GNU Fortran (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-LTO/labdsv/src' gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c dsvdis.f90 -o dsvdis.o dsvdis.f90:85:18: 85 | a = a + weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:86:18: 86 | b = b + weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:88:18: 88 | b = b + weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:129:18: 129 | a = a + 2 * weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:130:18: 130 | b = b + 2 * weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:132:18: 132 | b = b + weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:175:18: 175 | a = a + weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:177:18: 177 | b = b + weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:179:18: 179 | c = c + weight(k) | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsvdis.f90:389:24: 389 | double precision temp | 1~~~ Warning: Unused variable ‘temp’ declared at (1) [-Wunused-variable] dsvdis.f90:388:24: 388 | double precision totsum | 1~~~~~ Warning: Unused variable ‘totsum’ declared at (1) [-Wunused-variable] dsvdis.f90:376:29: 376 | subroutine hellin(mat,weight,nrow,ncol,dis,rowsum) | 1~~~~~ Warning: Unused dummy argument ‘weight’ at (1) [-Wunused-dummy-argument] gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c euclid.f90 -o euclid.o gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c indval.f90 -o indval.o indval.f90:156:16: 156 | index = unifrnd()*pool+1 | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] gcc -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 -flto=10 -c init.c -o init.o gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c ismetric.f90 -o ismetric.o gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c metric.f90 -o metric.o gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c orddist.f90 -o orddist.o gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c pip.f90 -o pip.o pip.f90:32:18: 32 | r = (y(i) - polyy(j)) / ydiff | 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] gcc -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 -flto=10 -c random.c -o random.o gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c stepdist.f90 -o stepdist.o gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -flto=10 -c thull.f90 -o thull.o gcc -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 -flto=10 -fpic -L/usr/local/lib64 -o labdsv.so dsvdis.o euclid.o indval.o init.o ismetric.o metric.o orddist.o pip.o random.o stepdist.o thull.o -lgfortran -lm -lquadmath init.c:16:13: warning: type of ‘thull_’ does not match original declaration [-Wlto-type-mismatch] 16 | extern void F77_NAME(thull)(void*,void*,void*,void*,void*,void*,void*,void*,void*, | ^ thull.f90:1:7: note: type mismatch in parameter 10 1 | subroutine thull(hull,gridx,gridy,grdcll,x,y,z,points,grain) | ^ thull.f90:1:7: note: ‘thull’ was previously declared here init.c:13:13: warning: type of ‘ismetric_’ does not match original declaration [-Wlto-type-mismatch] 13 | extern void F77_NAME(ismetric)(void*,void*); | ^ ismetric.f90:1:7: note: type mismatch in parameter 3 1 | subroutine ismetric(dis,nrow,flag) | ^ ismetric.f90:1:7: note: ‘ismetric’ was previously declared here make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-LTO/labdsv/src' installing to /data/gannet/ripley/R/packages/tests-LTO/Libs/labdsv-lib/00LOCK-labdsv/00new/labdsv/libs ** R ** data ** inst ** 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 (labdsv) Time 0:29.69, 17.62 + 1.58