* installing *source* package ‘tgcd’ ...
** this is package ‘tgcd’ version ‘2.7’
** package ‘tgcd’ 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/tgcd/src'
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c bisect.f90 -o bisect.o
bisect.f90:375:11:
375 | integer i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
bisect.f90:472:11:
472 | integer m
| 1
Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcAm.f90 -o calcAm.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcFct.f90 -o calcFct.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcLv.f90 -o calcLv.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_frt1.f90 -o calcMaty_frt1.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_frt2.f90 -o calcMaty_frt2.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_frt3.f90 -o calcMaty_frt3.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_gnr1.f90 -o calcMaty_gnr1.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_gnr2.f90 -o calcMaty_gnr2.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_gnr3.f90 -o calcMaty_gnr3.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_lw.f90 -o calcMaty_lw.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_lw1.f90 -o calcMaty_lw1.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_mix1.f90 -o calcMaty_mix1.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_mix2.f90 -o calcMaty_mix2.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_mix3.f90 -o calcMaty_mix3.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_pdf1.f90 -o calcMaty_pdf1.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcMaty_pdf2.f90 -o calcMaty_pdf2.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcShape.f90 -o calcShape.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c calcei.f90 -o calcei.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c comb_next.f90 -o comb_next.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c hpSort.f90 -o hpSort.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c lambertW.f90 -o lambertW.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c lmtl_all.f90 -o lmtl_all.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c lsoda.f -o lsoda.o
lsoda.f:1991:38:
1991 | SUBROUTINE DSOLSY (WM, IWM, X, TEM)
| 1~~
Warning: Unused dummy argument ‘tem’ at (1) [-Wunused-dummy-argument]
lsoda.f:1129:72:
1129 | IF (JT .GE. 4) LENWM = (2*ML + MU + 1)*N + 2
| ^
Warning: ‘ml’ may be used uninitialized [-Wmaybe-uninitialized]
lsoda.f:1000:31:
1000 | 1 LENIW, LENRW, LENWM, ML, MORD, MU, MXHNL0, MXSTP0
| ^~
note: ‘ml’ was declared here
lsoda.f:1129:72:
1129 | IF (JT .GE. 4) LENWM = (2*ML + MU + 1)*N + 2
| ^
Warning: ‘mu’ may be used uninitialized [-Wmaybe-uninitialized]
lsoda.f:1000:41:
1000 | 1 LENIW, LENRW, LENWM, ML, MORD, MU, MXHNL0, MXSTP0
| ^~
note: ‘mu’ was declared here
lsoda.f:1205:29:
1205 | IF (H0 .NE. 0.0D0 .AND. (T + H0 - TCRIT)*H0 .GT. 0.0D0)
| ^
Warning: ‘h0’ may be used uninitialized [-Wmaybe-uninitialized]
lsoda.f:1005:47:
1005 | DOUBLE PRECISION ATOLI, AYI, BIG, EWTI, H0, HMAX, HMX, RH, RTOLI,
| ^~
note: ‘h0’ was declared here
lsoda.f:1453:72:
1453 | IHIT = ABS(TN - TCRIT) .LE. 100.0D0*UROUND*HMX
| ^
Warning: ‘tcrit’ may be used uninitialized [-Wmaybe-uninitialized]
lsoda.f:1006:10:
1006 | 1 TCRIT, TDIST, TNEXT, TOL, TOLSF, TP, SIZE, SUM, W0
| ^~~~~
note: ‘tcrit’ was declared here
lsoda.f:1475:10:
1475 | IF (IHIT) T = TCRIT
| ^
Warning: ‘ihit’ may be used uninitialized [-Wmaybe-uninitialized]
lsoda.f:1008:15:
1008 | LOGICAL IHIT
| ^~~~
note: ‘ihit’ was declared here
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c lubksb.f90 -o lubksb.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c ludcmp.f90 -o ludcmp.o
ludcmp.f90:101:12:
101 | if (j .ne. imax) then
| ^
Warning: ‘imax’ may be used uninitialized [-Wmaybe-uninitialized]
ludcmp.f90:28:24:
28 | integer:: i, j, k, imax
| ^~~~
note: ‘imax’ was declared here
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c minpack.f90 -o minpack.o
minpack.f90:367:18:
367 | real ( dbdbx ) temp
| ^~~~
Warning: ‘temp’ may be used uninitialized [-Wmaybe-uninitialized]
minpack.f90:651:12:
651 | if ( delta <= xtol * xnorm ) then
| ^
Warning: ‘xnorm’ may be used uninitialized [-Wmaybe-uninitialized]
minpack.f90:375:18:
375 | real ( dbdbx ) xnorm
| ^~~~~
note: ‘xnorm’ was declared here
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c qeOTOR.f90 -o qeOTOR.o
qeOTOR.f90:88:27:
88 | SUBROUTINE JAC(NEQ, T, Y, ML, MU, PD, NROWPD)
| 1~
Warning: Unused dummy argument ‘ml’ at (1) [-Wunused-dummy-argument]
qeOTOR.f90:88:31:
88 | SUBROUTINE JAC(NEQ, T, Y, ML, MU, PD, NROWPD)
| 1~
Warning: Unused dummy argument ‘mu’ at (1) [-Wunused-dummy-argument]
qeOTOR.f90:88:35:
88 | SUBROUTINE JAC(NEQ, T, Y, ML, MU, PD, NROWPD)
| 1~
Warning: Unused dummy argument ‘pd’ at (1) [-Wunused-dummy-argument]
qeOTOR.f90:88:21:
88 | SUBROUTINE JAC(NEQ, T, Y, ML, MU, PD, NROWPD)
| 1
Warning: Unused dummy argument ‘t’ at (1) [-Wunused-dummy-argument]
qeOTOR.f90:88:24:
88 | SUBROUTINE JAC(NEQ, T, Y, ML, MU, PD, NROWPD)
| 1
Warning: Unused dummy argument ‘y’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c r8vec_uniform_01.f90 -o r8vec_uniform_01.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c savgol.f90 -o savgol.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c savgol_filter.f90 -o savgol_filter.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c simPeak.f90 -o simPeak.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcd_drive.f90 -o tgcd_drive.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcd_frt.f90 -o tgcd_frt.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 tgcd_init.c -o tgcd_init.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcd_nonfrt.f90 -o tgcd_nonfrt.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_frt1.f90 -o tgcfunc_frt1.o
tgcfunc_frt1.f90:1:41:
1 | subroutine tgcfunc_frt1(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_frt2.f90 -o tgcfunc_frt2.o
tgcfunc_frt2.f90:1:41:
1 | subroutine tgcfunc_frt2(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_frt3.f90 -o tgcfunc_frt3.o
tgcfunc_frt3.f90:1:41:
1 | subroutine tgcfunc_frt3(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_gnr1.f90 -o tgcfunc_gnr1.o
tgcfunc_gnr1.f90:1:41:
1 | subroutine tgcfunc_gnr1(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_gnr2.f90 -o tgcfunc_gnr2.o
tgcfunc_gnr2.f90:1:41:
1 | subroutine tgcfunc_gnr2(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_gnr3.f90 -o tgcfunc_gnr3.o
tgcfunc_gnr3.f90:1:41:
1 | subroutine tgcfunc_gnr3(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_lw.f90 -o tgcfunc_lw.o
tgcfunc_lw.f90:1:39:
1 | subroutine tgcfunc_lw(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_lw1.f90 -o tgcfunc_lw1.o
tgcfunc_lw1.f90:1:40:
1 | subroutine tgcfunc_lw1(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_mix1.f90 -o tgcfunc_mix1.o
tgcfunc_mix1.f90:1:41:
1 | subroutine tgcfunc_mix1(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_mix2.f90 -o tgcfunc_mix2.o
tgcfunc_mix2.f90:1:41:
1 | subroutine tgcfunc_mix2(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_mix3.f90 -o tgcfunc_mix3.o
tgcfunc_mix3.f90:1:41:
1 | subroutine tgcfunc_mix3(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_pdf1.f90 -o tgcfunc_pdf1.o
tgcfunc_pdf1.f90:1:41:
1 | subroutine tgcfunc_pdf1(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c tgcfunc_pdf2.f90 -o tgcfunc_pdf2.o
tgcfunc_pdf2.f90:1:41:
1 | subroutine tgcfunc_pdf2(nd,n2,pars,fvec,iflag,&
| 1~~~~
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c wrightOmega.f90 -o wrightOmega.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 tgcd.so bisect.o calcAm.o calcFct.o calcLv.o calcMaty_frt1.o calcMaty_frt2.o calcMaty_frt3.o calcMaty_gnr1.o calcMaty_gnr2.o calcMaty_gnr3.o calcMaty_lw.o calcMaty_lw1.o calcMaty_mix1.o calcMaty_mix2.o calcMaty_mix3.o calcMaty_pdf1.o calcMaty_pdf2.o calcShape.o calcei.o comb_next.o hpSort.o lambertW.o lmtl_all.o lsoda.o lubksb.o ludcmp.o minpack.o qeOTOR.o r8vec_uniform_01.o savgol.o savgol_filter.o simPeak.o tgcd_drive.o tgcd_frt.o tgcd_init.o tgcd_nonfrt.o tgcfunc_frt1.o tgcfunc_frt2.o tgcfunc_frt3.o tgcfunc_gnr1.o tgcfunc_gnr2.o tgcfunc_gnr3.o tgcfunc_lw.o tgcfunc_lw1.o tgcfunc_mix1.o tgcfunc_mix2.o tgcfunc_mix3.o tgcfunc_pdf1.o tgcfunc_pdf2.o wrightOmega.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tgcd/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tgcd/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tgcd/src'
installing to /data/gannet/ripley/R/packages/tests-devel/tgcd.Rcheck/00LOCK-tgcd/00new/tgcd/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 (tgcd)