* installing *source* package ‘rootSolve’ ...
** this is package ‘rootSolve’ version ‘1.8.2.4’
** package ‘rootSolve’ 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/rootSolve/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 R_init_rootSolve.c -o R_init_rootSolve.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 call_runsteady.c -o call_runsteady.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 call_steady.c -o call_steady.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 call_stsparse.c -o call_stsparse.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c dlinpk.f -o dlinpk.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c dsparsk.f -o dsparsk.o
dsparsk.f:2999:39:
2999 | subroutine add_lvst(istart,iend,nlev,riord,ja,ia,mask,maskval)
| 1~~~
Warning: Unused dummy argument ‘nlev’ at (1) [-Wunused-dummy-argument]
dsparsk.f:1793:41:
1793 | subroutine rnrms (nrow, nrm, a, ja, ia, diag)
| 1~
Warning: Unused dummy argument ‘ja’ at (1) [-Wunused-dummy-argument]
dsparsk.f:1702:27:
1702 | subroutine getbwd(n,a,ja,ia,ml,mu)
| 1
Warning: Unused dummy argument ‘a’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c lsodes.f -o lsodes.o
lsodes.f:2977:37:
2977 | SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2)
| 1~~~
Warning: Unused dummy argument ‘nerr’ at (1) [-Wunused-dummy-argument]
lsodes.f:2055:38:
2055 | SUBROUTINE DSOLSY (WM, IWM, X, TEM)
| 1~~
Warning: Unused dummy argument ‘tem’ at (1) [-Wunused-dummy-argument]
lsodes.f:5722:38:
5722 | SUBROUTINE DSOLSS (WK, IWK, X, TEM)
| 1~~
Warning: Unused dummy argument ‘tem’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c sparse.f -o sparse.o
sparse.f:462:16:
462 | & Svar, ewt, dSvar, beta, xmodel, time, out, nout, sparse)
| 1~~
Warning: Unused dummy argument ‘ewt’ at (1) [-Wunused-dummy-argument]
sparse.f:301:20:
301 | & Svar, ewt, dSvar, beta, xmodel, time, out, nout, nonzero, &
| 1~~
Warning: Unused dummy argument ‘ewt’ at (1) [-Wunused-dummy-argument]
sparse.f:189:72:
189 | dims(3) = nsp - esp
| ^
Warning: ‘esp’ may be used uninitialized [-Wmaybe-uninitialized]
sparse.f:82:24:
82 | INTEGER i, j, k, esp
| ^~~
note: ‘esp’ declared here
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c sparsecoeff.f -o sparsecoeff.o
sparsecoeff.f:5:41:
5 | SUBROUTINE sparse1d (Ntot, Nspec, dim, cyclic, nnz, ian, jan)
| 1~~
Warning: Unused dummy argument ‘dim’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c sparsekit.f -o sparsekit.o
sparsekit.f:21:43:
21 | SUBROUTINE dsparsekit(xmodel,N,nnz,nsp,time,Svar,dSvar,beta,x, &
| 1~~
Warning: Unused dummy argument ‘nsp’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c steady.f -o steady.o
steady.f:312:41:
312 | & Delt,Svar,ewt,xmodel,time,out,nout)
| 1~~
Warning: Unused dummy argument ‘ewt’ at (1) [-Wunused-dummy-argument]
steady.f:238:60:
238 | SUBROUTINE xFullJacob(N,Beta, Alpha, Svar, CopyVar, ewt, &
| 1~~
Warning: Unused dummy argument ‘ewt’ at (1) [-Wunused-dummy-argument]
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 steady_utils.c -o steady_utils.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c testMap.f -o testMap.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 -fpic -L/usr/local/lib64 -o rootSolve.so R_init_rootSolve.o call_runsteady.o call_steady.o call_stsparse.o dlinpk.o dsparsk.o lsodes.o sparse.o sparsecoeff.o sparsekit.o steady.o steady_utils.o testMap.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rootSolve/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rootSolve/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rootSolve/src'
installing to /data/gannet/ripley/R/packages/tests-devel/rootSolve.Rcheck/00LOCK-rootSolve/00new/rootSolve/libs
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (rootSolve)