* installing *source* package ‘mvgb’ ...
** this is package ‘mvgb’ version ‘0.0.6’
** package ‘mvgb’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using Fortran compiler: ‘GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mvgb/src'
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 -c F77.c -o F77.o
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 -c mvgb-init.c -o mvgb-init.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c mvtdstpack.f -o mvtdstpack.o
mvtdstpack.f:1331:16:
1331 | K = MOD( C(NP, MIN(NDIM-1,KLIM-1))*DBLE(K), DBLE(P(NP)) )
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
mvtdstpack.f:1391:17:
1391 | JP = 1 + J*R(J)
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
mvtdstpack.f:1019:11:
1019 | hs = sign( one, dh - r*dk )
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
mvtdstpack.f:1020:11:
1020 | ks = sign( one, dk - r*dh )
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
mvtdstpack.f:143:32:
143 | SUBROUTINE MVSUBR( N, W, NF, F )
| 1~
Warning: Unused dummy argument ‘nf’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:186:34:
186 | SUBROUTINE MVSPCL( ND, NU, A,B,DL, COV, INFI, VL,ER, INFORM )
| 1
Warning: Unused dummy argument ‘a’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:186:36:
186 | SUBROUTINE MVSPCL( ND, NU, A,B,DL, COV, INFI, VL,ER, INFORM )
| 1
Warning: Unused dummy argument ‘b’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:186:42:
186 | SUBROUTINE MVSPCL( ND, NU, A,B,DL, COV, INFI, VL,ER, INFORM )
| 1~~
Warning: Unused dummy argument ‘cov’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:186:38:
186 | SUBROUTINE MVSPCL( ND, NU, A,B,DL, COV, INFI, VL,ER, INFORM )
| 1~
Warning: Unused dummy argument ‘dl’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:186:47:
186 | SUBROUTINE MVSPCL( ND, NU, A,B,DL, COV, INFI, VL,ER, INFORM )
| 1~~~
Warning: Unused dummy argument ‘infi’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:192:24:
192 | DOUBLE PRECISION MVBVT, MVSTDT
| 1~~~~
Warning: Unused variable ‘mvbvt’ declared at (1) [-Wunused-variable]
mvtdstpack.f:192:31:
192 | DOUBLE PRECISION MVBVT, MVSTDT
| 1~~~~~
Warning: Unused variable ‘mvstdt’ declared at (1) [-Wunused-variable]
mvtdstpack.f:186:26:
186 | SUBROUTINE MVSPCL( ND, NU, A,B,DL, COV, INFI, VL,ER, INFORM )
| 1~
Warning: Unused dummy argument ‘nd’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:186:30:
186 | SUBROUTINE MVSPCL( ND, NU, A,B,DL, COV, INFI, VL,ER, INFORM )
| 1~
Warning: Unused dummy argument ‘nu’ at (1) [-Wunused-dummy-argument]
mvtdstpack.f:190:51:
190 | DOUBLE PRECISION COV(*), A(*), B(*), DL(*), R, VL, ER
| 1
Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable]
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 -fpic -L/usr/local/lib64 -o mvgb.so F77.o mvgb-init.o mvtdstpack.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mvgb/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mvgb/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mvgb/src'
installing to /data/gannet/ripley/R/packages/tests-devel/mvgb.Rcheck/00LOCK-mvgb/00new/mvgb/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
* DONE (mvgb)