* installing *source* package ‘eRm’ ...
** this is package ‘eRm’ version ‘1.0-10’
** package ‘eRm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
using Fortran compiler: ‘flang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/eRm/src'
flang-22 -fpic -O2 -pedantic -c RaschSampler.f90 -o RaschSampler.o
./RaschSampler.f90:43:42: warning: Value of local variable 'timevec' is never used [-Wunused-variable]
character(len=10) :: timevec
^^^^^^^
./RaschSampler.f90:53:45: warning: Value of local variable 'tijd' is never used [-Wunused-variable]
real(kind(1.0)) :: tijd !***
^^^^
./RaschSampler.f90:57:44: warning: Value of uninitialized local variable 'hexa' is used but never defined [-Wused-undefined-variable]
logical(logical1),dimension(3,3) :: hexa,hexb !***
^^^^
./RaschSampler.f90:57:49: warning: Value of uninitialized local variable 'hexb' is used but never defined [-Wused-undefined-variable]
logical(logical1),dimension(3,3) :: hexa,hexb !***
^^^^
./RaschSampler.f90:447:28: warning: Value of uninitialized local variable 'p' is used but never defined [-Wused-undefined-variable]
integer(kind(1)) x,p,q,r,a,b,c !***
^
./RaschSampler.f90:447:34: warning: Value of uninitialized local variable 'a' is used but never defined [-Wused-undefined-variable]
integer(kind(1)) x,p,q,r,a,b,c !***
^
./RaschSampler.f90:447:36: warning: Value of uninitialized local variable 'b' is used but never defined [-Wused-undefined-variable]
integer(kind(1)) x,p,q,r,a,b,c !***
^
./RaschSampler.f90:447:38: warning: Value of uninitialized local variable 'c' is used but never defined [-Wused-undefined-variable]
integer(kind(1)) x,p,q,r,a,b,c !***
^
./RaschSampler.f90:488:34: warning: Value of uninitialized local variable 'p' is used but never defined [-Wused-undefined-variable]
integer (kind(1))::x1,x2,p,q,r,y !***
^
./RaschSampler.f90:489:43: warning: Value of uninitialized local variable 'b' is used but never defined [-Wused-undefined-variable]
integer (kind(1)), dimension(25)::b,c,a !***
^
./RaschSampler.f90:489:45: warning: Value of uninitialized local variable 'c' is used but never defined [-Wused-undefined-variable]
integer (kind(1)), dimension(25)::b,c,a !***
^
./RaschSampler.f90:489:47: warning: Value of uninitialized local variable 'a' is used but never defined [-Wused-undefined-variable]
integer (kind(1)), dimension(25)::b,c,a !***
^
./RaschSampler.f90:520:26: warning: Value of local variable 'offset' is never used [-Wunused-variable]
integer(kind(1)) offset,words_per_row,n,k !***
^^^^^^
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang22/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c components.c -o components.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang22/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c geodist.c -o geodist.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang22/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c registerDynamicSymbol.c -o registerDynamicSymbol.o
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o eRm.so RaschSampler.o components.o geodist.o registerDynamicSymbol.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/eRm/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/eRm/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/eRm/src'
installing to /data/gannet/ripley/R/packages/tests-clang/eRm.Rcheck/00LOCK-eRm/00new/eRm/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (eRm)