* installing *source* package ‘FD’ ...
** package ‘FD’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 17.0.5’
using Fortran compiler: ‘flang-new version 17.0.5’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/FD/src'
/usr/local/clang17/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang17/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c gowdis.c -o gowdis.o
/usr/local/clang17/bin/flang-new  -fpic  -O2 -pedantic  -c itscale5.f -o itscale5.o
./itscale5.f:51:10: warning: Reference to the procedure 'rexit' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object types: CHARACTER(KIND=1,LEN=39_8) vs CHARACTER(KIND=1,LEN=38_8)
           call rexit('Error in itscale5: NAs in gamma values')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./itscale5.f:25:8: previous reference to 'rexit'
         call rexit('Error in itscale5: number of states = 0')
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./itscale5.f:66:9: warning: Reference to the procedure 'rexit' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object types: CHARACTER(KIND=1,LEN=39_8) vs CHARACTER(KIND=1,LEN=30_8)
          call rexit('Error in itscale5: NAs in prob')
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./itscale5.f:25:8: previous reference to 'rexit'
         call rexit('Error in itscale5: number of states = 0')
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang17/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang17/lib -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o FD.so gowdis.o itscale5.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/FD/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/FD/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/FD/src'
installing to /data/gannet/ripley/R/packages/tests-clang/FD.Rcheck/00LOCK-FD/00new/FD/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (FD)