* installing *source* package ‘dBlockmodeling’ ...
** package ‘dBlockmodeling’ 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) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c OMKM.f -o OMKM.o
OMKM.f:50:17:

   50 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
OMKM.f:4:34:

    4 |      1                 C(5000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                  1
Warning: Array ‘c’ 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]
OMKM.f:5:69:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                                     1
Warning: Array ‘centc’ 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]
OMKM.f:5:53:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                     1
Warning: Array ‘centr’ 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]
OMKM.f:3:56:

    3 |       DOUBLE PRECISION TIMEA, TIMEB, A(RO,RO),V(100,100),TLIMIT,VAF,
      |                                                        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]
OMKM.f:74:72:

   74 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
OMKM.f:70:18:

   70 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c OMKMnRep.f -o OMKMnRep.o
f951: Warning: Nonconforming tab character in column 1 of line 94 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 95 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 133 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 138 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 139 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 140 [-Wtabs]
f951: Warning: Nonconforming tab character in column 2 of line 141 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 142 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 143 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 144 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 145 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 146 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 147 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 148 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 149 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 150 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 151 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 152 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 153 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 176 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 177 [-Wtabs]
OMKMnRep.f:177:27:

  177 |                             V(K,L) = ASUM
      |                                                                           1
Warning: Nonconforming tab character at (1) [-Wtabs]
OMKMnRep.f:50:17:

   50 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
OMKMnRep.f:4:34:

    4 |      1                 C(5000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                  1
Warning: Array ‘c’ 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]
OMKMnRep.f:6:69:

    6 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                                     1
Warning: Array ‘centc’ 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]
OMKMnRep.f:6:53:

    6 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                     1
Warning: Array ‘centr’ 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]
OMKMnRep.f:3:42:

    3 |       DOUBLE PRECISION A(RO,RO),V(100,100),VAF,
      |                                          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]
OMKMnRep.f:8:48:

    8 |       INTEGER NR(100),RMEM(5000),RBEST(RO), MAXI
      |                                                ^
Warning: ‘maxi’ may be used uninitialized [-Wmaybe-uninitialized]
OMKMnRep.f:74:72:

   74 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
OMKMnRep.f:70:18:

   70 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c RHGSBT.f -o RHGSBT.o
RHGSBT.f:33:17:

   33 |           ISEL = S1 * FLOAT(N) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
RHGSBT.f:59:18:

   59 |               KSEL = K
      |                  ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c RHRSBT.f -o RHRSBT.o
RHRSBT.f:34:17:

   34 |           ISEL = S1 * FLOAT(N) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
RHRSBT.f:5:48:

    5 |       INTEGER A(N,N),E(N),M(C),EBEST(N),MBEST(C),
      |                                                1
Warning: Unused variable ‘mbest’ declared at (1) [-Wunused-variable]
RHRSBT.f:60:18:

   60 |               KSEL = K
      |                  ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c TMKLM.f -o TMKLM.o
TMKLM.f:57:17:

   57 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLM.f:68:17:

   68 |           JSEL = S1 * FLOAT(CO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLM.f:4:34:

    4 |      1                 C(2000,100),D(2000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                  1
Warning: Array ‘c’ 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]
TMKLM.f:5:69:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,2000),CENTC(2000,100)
      |                                                                     1
Warning: Array ‘centc’ 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]
TMKLM.f:5:53:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,2000),CENTC(2000,100)
      |                                                     1
Warning: Array ‘centr’ 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]
TMKLM.f:4:46:

    4 |      1                 C(2000,100),D(2000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                              1
Warning: Array ‘d’ 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]
TMKLM.f:3:56:

    3 |       DOUBLE PRECISION TIMEA, TIMEB, A(RO,CO),V(100,100),TLIMIT,VAF,
      |                                                        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]
TMKLM.f:213:18:

  213 |               LSEL = L
      |                  ^
Warning: ‘lsel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLM.f:161:72:

  161 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLM.f:87:18:

   87 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c TMKLMED.f -o TMKLMED.o
TMKLMED.f:226:5:

  226 |  1069   IEMPTY = 0
      |     1
Warning: Label 1069 at (1) defined but not used [-Wunused-label]
TMKLMED.f:169:5:

  169 |  1059   IEMPTY = 0
      |     1
Warning: Label 1059 at (1) defined but not used [-Wunused-label]
TMKLMED.f:54:17:

   54 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLMED.f:65:17:

   65 |           JSEL = S1 * FLOAT(CO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLMED.f:9:23:

    9 |      1   CENTC(9300,20),MED(20,20),TRIAL1(100,100)
      |                       1
Warning: Array ‘centc’ 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]
TMKLMED.f:8:60:

    8 |      1   SUMBEST0(100,100),SUMBEST1(100,100),CENTR(100,9300),
      |                                                            1
Warning: Array ‘centr’ 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]
TMKLMED.f:5:46:

    5 |       INTEGER NR(100),A(RO,CO),NC(100),S(9300),
      |                                              1
Warning: Unused variable ‘s’ declared at (1) [-Wunused-variable]
TMKLMED.f:216:18:

  216 |               LSEL = L
      |                  ^
Warning: ‘lsel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:167:72:

  167 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:84:18:

   84 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
TMKLMED.f:234:72:

  234 |         NC(CMEM(JSEL)) = NC(CMEM(JSEL)) - 1
      |                                                                        ^
Warning: ‘jsel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:65:14:

   65 |           JSEL = S1 * FLOAT(CO) + 1.
      |              ^
note: ‘jsel’ was declared here
TMKLMED.f:177:72:

  177 |         NR(RMEM(ISEL)) = NR(RMEM(ISEL)) - 1
      |                                                                        ^
Warning: ‘isel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:54:14:

   54 |           ISEL = S1 * FLOAT(RO) + 1.
      |              ^
note: ‘isel’ was declared here
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c randR.c -o randR.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o dBlockmodeling.so OMKM.o OMKMnRep.o RHGSBT.o RHRSBT.o TMKLM.o TMKLMED.o init.o randR.o -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for _rhgsbtf_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _omkmf_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _tmklmf_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _tmklmedf_: stack size is too large for frameless function
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _rhrsbtf_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _omkmnrepf_: registers 76 and 77 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/dBlockmodeling.Rcheck/00LOCK-dBlockmodeling/00new/dBlockmodeling/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** 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 (dBlockmodeling)