* installing *source* package ‘earth’ ...
** this is package ‘earth’ version ‘5.3.5’
** package ‘earth’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using Fortran compiler: ‘flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/earth/src'
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 allowed.c -o allowed.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 earth.c -o earth.o
flang-22 -fpic -O2 -pedantic -c leaps.f -o leaps.o
./leaps.f:211:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO
^^^^
./leaps.f:318:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO, DIAG, DY, SSQX
^^^^
./leaps.f:444:24: warning: Value of uninitialized local variable 'large' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION LARGE, ZERO, D1, RHS, D2, X
^^^^^
./leaps.f:444:31: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION LARGE, ZERO, D1, RHS, D2, X
^^^^
./leaps.f:531:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO, SSBASE, SM, TEMP
^^^^
./leaps.f:640:24: warning: Value of uninitialized local variable 'large' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION LARGE
^^^^^
./leaps.f:690:24: warning: Value of uninitialized local variable 'under1' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION UNDER1, OVER1
^^^^^^
./leaps.f:690:32: warning: Value of uninitialized local variable 'over1' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION UNDER1, OVER1
^^^^^
./leaps.f:766:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO, SSRED, SMAX
^^^^
./leaps.f:1086:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO
^^^^
./leaps.f:1131:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO, TEMP
^^^^
./leaps.f:1228:24: warning: Value of uninitialized local variable 'eps' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION EPS, SUM, ZERO
^^^
./leaps.f:1228:34: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION EPS, SUM, ZERO
^^^^
./leaps.f:1284:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO
^^^^
./leaps.f:1327:35: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION SUMY, SUM, ZERO
^^^^
./leaps.f:1410:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO, D1, D2, X, ONE, D1NEW, D2NEW, CBAR, SBAR, Y
^^^^
./leaps.f:1410:41: warning: Value of uninitialized local variable 'one' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO, D1, D2, X, ONE, D1NEW, D2NEW, CBAR, SBAR, Y
^^^
./leaps.f:1609:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION ZERO, W, Y, XI, DI, WXI, DPI, CBAR, SBAR, XK
^^^^
flang-22 -fpic -O2 -pedantic -c leapshdr.f -o leapshdr.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 rentries.c -o rentries.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 earth.so allowed.o earth.o leaps.o leapshdr.o rentries.o -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/earth/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/earth/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/earth/src'
installing to /data/gannet/ripley/R/packages/tests-clang/earth.Rcheck/00LOCK-earth/00new/earth/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 (earth)