* installing *source* package ‘ltsk’ ...
** this is package ‘ltsk’ version ‘1.1.2’
** package ‘ltsk’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c ANN.cpp -o ANN.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c ConfigFile.cpp -o ConfigFile.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_fix_rad_search.cpp -o bd_fix_rad_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_pr_search.cpp -o bd_pr_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_search.cpp -o bd_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_tree.cpp -o bd_tree.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c brute.cpp -o brute.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c fieldsF77Code.f -o fieldsF77Code.o
fieldsF77Code.f:104:32:

  104 |       double precision A(NMAX,4),V(NMAX,7)
      |                                1
Warning: Array 'a' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:108:23:

  108 |       integer idx(NMAX)
      |                       1
Warning: Array 'idx' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:107:23:

  107 |       integer imx(NMAX)
      |                       1
Warning: Array 'imx' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:59:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                                                           1
Warning: Array 'ud' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:50:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                                                  1
Warning: Array 'uw' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:31:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                               1
Warning: Array 'ux' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:40:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                                        1
Warning: Array 'uy' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:104:42:

  104 |       double precision A(NMAX,4),V(NMAX,7)
      |                                          1
Warning: Array 'v' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:379:43:

  379 |       double precision work(nobs),diag(mxM),dumm1(1),dumm2(1)
      |                                           1
Warning: Array 'diag' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_dump.cpp -o kd_dump.o
kd_dump.cpp:44:14: warning: unused variable 'EPSILON' [-Wunused-const-variable]
const double    EPSILON                 = 1E-5; // small number for float comparison
                ^
1 warning generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_fix_rad_search.cpp -o kd_fix_rad_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_pr_search.cpp -o kd_pr_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_search.cpp -o kd_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_split.cpp -o kd_split.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_tree.cpp -o kd_tree.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_util.cpp -o kd_util.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c ltsk_init.c -o ltsk_init.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c perf.cpp -o perf.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c rdistC.c -o rdistC.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o ltsk.so ANN.o ConfigFile.o bd_fix_rad_search.o bd_pr_search.o bd_search.o bd_tree.o brute.o fieldsF77Code.o kd_dump.o kd_fix_rad_search.o kd_pr_search.o kd_search.o kd_split.o kd_tree.o kd_util.o ltsk_init.o perf.o rdistC.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
ld: warning: could not create compact unwind for _radfun_: does not use standard frame
ld: warning: could not create compact unwind for _drdfun_: does not use standard frame
ld: warning: could not create compact unwind for _dlv_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dsetup_: register 20 saved somewhere other than in frame
ld: warning: could not create compact unwind for _css_: does not use standard frame
ld: warning: could not create compact unwind for _rcss_: does not use standard frame
ld: warning: could not create compact unwind for _ddfind_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _dmaket_: does not use standard frame
ld: warning: could not create compact unwind for _igpoly_: does not use standard frame
ld: warning: could not create compact unwind for _inpoly_: does not use standard frame
ld: warning: could not create compact unwind for _mltdrb_: does not use standard frame
ld: warning: could not create compact unwind for _mltdtd_: does not use standard frame
ld: warning: could not create compact unwind for _multrb_: does not use standard frame
ld: warning: could not create compact unwind for _radbas_: does not use standard frame
ld: warning: could not create compact unwind for _allocate_tramp_ctrl: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_created: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_deleted: does not use standard frame
ld: warning: could not create compact unwind for ___emutls_get_address: does not use standard frame
rm -f *.o 
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c ANN.cpp -o ANN.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c ConfigFile.cpp -o ConfigFile.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_fix_rad_search.cpp -o bd_fix_rad_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_pr_search.cpp -o bd_pr_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_search.cpp -o bd_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_tree.cpp -o bd_tree.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c brute.cpp -o brute.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c fieldsF77Code.f -o fieldsF77Code.o
fieldsF77Code.f:104:32:

  104 |       double precision A(NMAX,4),V(NMAX,7)
      |                                1
Warning: Array 'a' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:108:23:

  108 |       integer idx(NMAX)
      |                       1
Warning: Array 'idx' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:107:23:

  107 |       integer imx(NMAX)
      |                       1
Warning: Array 'imx' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:59:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                                                           1
Warning: Array 'ud' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:50:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                                                  1
Warning: Array 'uw' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:31:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                               1
Warning: Array 'ux' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:106:40:

  106 |       double precision ux(NMAX),uy(NMAX), uw(NMAX),ud(NMAX),utr
      |                                        1
Warning: Array 'uy' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:104:42:

  104 |       double precision A(NMAX,4),V(NMAX,7)
      |                                          1
Warning: Array 'v' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
fieldsF77Code.f:379:43:

  379 |       double precision work(nobs),diag(mxM),dumm1(1),dumm2(1)
      |                                           1
Warning: Array 'diag' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_dump.cpp -o kd_dump.o
kd_dump.cpp:44:14: warning: unused variable 'EPSILON' [-Wunused-const-variable]
const double    EPSILON                 = 1E-5; // small number for float comparison
                ^
1 warning generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_fix_rad_search.cpp -o kd_fix_rad_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_pr_search.cpp -o kd_pr_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_search.cpp -o kd_search.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_split.cpp -o kd_split.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_tree.cpp -o kd_tree.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_util.cpp -o kd_util.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c ltsk_init.c -o ltsk_init.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c perf.cpp -o perf.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./ -Iinclude -DSTATIC_BUILD  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c rdistC.c -o rdistC.o
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00LOCK-ltsk/00new/ltsk/libs
** generating debug symbols (dSYM)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/ANN.o: timestamp mismatch between object file (2025-04-01 15:57:57.848704137) and debug map (2025-04-01 15:57:51.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/ConfigFile.o: timestamp mismatch between object file (2025-04-01 15:57:58.523846098) and debug map (2025-04-01 15:57:51.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_fix_rad_search.o: timestamp mismatch between object file (2025-04-01 15:57:58.898501962) and debug map (2025-04-01 15:57:52.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_pr_search.o: timestamp mismatch between object file (2025-04-01 15:57:59.198805429) and debug map (2025-04-01 15:57:52.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_search.o: timestamp mismatch between object file (2025-04-01 15:57:59.526842145) and debug map (2025-04-01 15:57:52.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_tree.o: timestamp mismatch between object file (2025-04-01 15:57:59.946130930) and debug map (2025-04-01 15:57:53.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/brute.o: timestamp mismatch between object file (2025-04-01 15:58:00.282471562) and debug map (2025-04-01 15:57:53.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/fieldsF77Code.o: timestamp mismatch between object file (2025-04-01 15:58:01.138865169) and debug map (2025-04-01 15:57:54.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_dump.o: timestamp mismatch between object file (2025-04-01 15:58:01.494175952) and debug map (2025-04-01 15:57:54.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_fix_rad_search.o: timestamp mismatch between object file (2025-04-01 15:58:01.862217952) and debug map (2025-04-01 15:57:55.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_pr_search.o: timestamp mismatch between object file (2025-04-01 15:58:02.169367915) and debug map (2025-04-01 15:57:55.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_search.o: timestamp mismatch between object file (2025-04-01 15:58:02.468982528) and debug map (2025-04-01 15:57:55.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_split.o: timestamp mismatch between object file (2025-04-01 15:58:02.859343780) and debug map (2025-04-01 15:57:56.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_tree.o: timestamp mismatch between object file (2025-04-01 15:58:03.292178222) and debug map (2025-04-01 15:57:56.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_util.o: timestamp mismatch between object file (2025-04-01 15:58:03.696671606) and debug map (2025-04-01 15:57:56.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/ltsk_init.o: timestamp mismatch between object file (2025-04-01 15:58:03.766442366) and debug map (2025-04-01 15:57:57.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/perf.o: timestamp mismatch between object file (2025-04-01 15:58:04.117445687) and debug map (2025-04-01 15:57:57.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/rdistC.o: timestamp mismatch between object file (2025-04-01 15:58:04.181093346) and debug map (2025-04-01 15:57:57.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/ANN.o: timestamp mismatch between object file (2025-04-01 15:57:57.848704137) and debug map (2025-04-01 15:57:51.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/ConfigFile.o: timestamp mismatch between object file (2025-04-01 15:57:58.523846098) and debug map (2025-04-01 15:57:51.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_fix_rad_search.o: timestamp mismatch between object file (2025-04-01 15:57:58.898501962) and debug map (2025-04-01 15:57:52.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_pr_search.o: timestamp mismatch between object file (2025-04-01 15:57:59.198805429) and debug map (2025-04-01 15:57:52.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_search.o: timestamp mismatch between object file (2025-04-01 15:57:59.526842145) and debug map (2025-04-01 15:57:52.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/bd_tree.o: timestamp mismatch between object file (2025-04-01 15:57:59.946130930) and debug map (2025-04-01 15:57:53.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/brute.o: timestamp mismatch between object file (2025-04-01 15:58:00.282471562) and debug map (2025-04-01 15:57:53.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/fieldsF77Code.o: timestamp mismatch between object file (2025-04-01 15:58:01.138865169) and debug map (2025-04-01 15:57:54.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_dump.o: timestamp mismatch between object file (2025-04-01 15:58:01.494175952) and debug map (2025-04-01 15:57:54.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_fix_rad_search.o: timestamp mismatch between object file (2025-04-01 15:58:01.862217952) and debug map (2025-04-01 15:57:55.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_pr_search.o: timestamp mismatch between object file (2025-04-01 15:58:02.169367915) and debug map (2025-04-01 15:57:55.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_search.o: timestamp mismatch between object file (2025-04-01 15:58:02.468982528) and debug map (2025-04-01 15:57:55.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_split.o: timestamp mismatch between object file (2025-04-01 15:58:02.859343780) and debug map (2025-04-01 15:57:56.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_tree.o: timestamp mismatch between object file (2025-04-01 15:58:03.292178222) and debug map (2025-04-01 15:57:56.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/kd_util.o: timestamp mismatch between object file (2025-04-01 15:58:03.696671606) and debug map (2025-04-01 15:57:56.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/ltsk_init.o: timestamp mismatch between object file (2025-04-01 15:58:03.766442366) and debug map (2025-04-01 15:57:57.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/perf.o: timestamp mismatch between object file (2025-04-01 15:58:04.117445687) and debug map (2025-04-01 15:57:57.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/ltsk.Rcheck/00_pkg_src/ltsk/src/rdistC.o: timestamp mismatch between object file (2025-04-01 15:58:04.181093346) and debug map (2025-04-01 15:57:57.000000000)
** R
** data
** 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 (ltsk)