* installing *source* package ‘msda’ ...
** this is package ‘msda’ version ‘1.0.4’
** package ‘msda’ 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/msda/src'
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c msda_new.f90 -o msda_new.o
msda_new.f90:235:2:
235 | jerr=-20000-l
| 1
Warning: Nonconforming tab character at (1) [-Wtabs]
msda_new.f90:236:2:
236 | EXIT
| 1
Warning: Nonconforming tab character at (1) [-Wtabs]
msda_new.f90:237:2:
237 | ENDIF
| 1
Warning: Nonconforming tab character at (1) [-Wtabs]
msda_new.f90:109:25:
109 | al=al*alf
| ^
Warning: ‘alf’ may be used uninitialized [-Wmaybe-uninitialized]
msda_new.f90:45:23:
45 | DOUBLE PRECISION::alf
| ^~~
note: ‘alf’ was declared here
msda_new.f90:238:24:
238 | obj(l) = dev_new
| ^
Warning: ‘dev_new’ may be used uninitialized [-Wmaybe-uninitialized]
msda_new.f90:61:23:
61 | DOUBLE PRECISION::dev_new
| ^~~~~~~
note: ‘dev_new’ was declared here
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 registerDynamicSymbol.c -o registerDynamicSymbol.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 msda.so msda_new.o registerDynamicSymbol.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/msda/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/msda/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/msda/src'
installing to /data/gannet/ripley/R/packages/tests-devel/msda.Rcheck/00LOCK-msda/00new/msda/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (msda)