* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘rms’ ...
** this is package ‘rms’ version ‘7.0-0’
** package ‘rms’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.6 (1+b1)’
using Fortran compiler: ‘Debian flang-new version 19.1.6 (1+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMVapr7/R.INSTALL3c45c5132ff939/rms/src'
clang-19 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
flang-new-19  -fpic  -g -O2 -c  lrmll.f90 -o lrmll.o
./lrmll.f90:56:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('beta', 4, beta, p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:55:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:57:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('penmat', 6, penmat, p * p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:55:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
flang-new-19  -fpic  -g -O2 -c mlmats.f -o mlmats.o
flang-new-19  -fpic  -g -O2 -c  ormll.f90 -o ormll.o
./ormll.f90:60:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('beta', 4, beta, p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:61:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('penmat', 6, penmat, p * p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:119:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('p1', 2, p1, size(p1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:120:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('p2', 2, p2, size(p2))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:121:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('pdf1', 4, pdf1, size(pdf1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:122:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('pdf2', 4, pdf2, size(pdf2))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:123:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('dpdf1', 5, dpdf1, size(dpdf1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:124:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('dpdf2', 5, dpdf2, size(dpdf2))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:264:3: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    call dblepr('ha',  2, ha, size(ha))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:265:3: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    call dblepr('hb',  2, hb, size(hb))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:266:3: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    call dblepr('hab', 3, hab, size(hab))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
flang-new-19  -fpic  -g -O2 -c  robcovf.f90 -o robcovf.o
clang-19 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o rms.so init.o lrmll.o mlmats.o ormll.o robcovf.o -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMVapr7/R.INSTALL3c45c5132ff939/rms/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMVapr7/R.INSTALL3c45c5132ff939/rms/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMVapr7/R.INSTALL3c45c5132ff939/rms/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-rms/00new/rms/libs
** R
** demo
** 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 (rms)