* installing *source* package ‘mmeta’ ...
** package ‘mmeta’ 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’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c arms-R.c -o arms-R.o
arms-R.c:328:37: warning: unused variable 'z' [-Wunused-variable]
  double u,xl,xr,yl,yr,eyl,eyr,prop,z;
                                    ^
arms-R.c:349:7: warning: variable 'xl' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  if (q->pl->x == q->x){
      ^~~~~~~~~~~~~~~~
arms-R.c:381:15: note: uninitialized use occurs here
  if ((p->x < xl) || (p->x > xr)) error("exit 1");
              ^~
arms-R.c:349:3: note: remove the 'if' if its condition is always false
  if (q->pl->x == q->x){
  ^~~~~~~~~~~~~~~~~~~~~~
arms-R.c:328:14: note: initialize the variable 'xl' to silence this warning
  double u,xl,xr,yl,yr,eyl,eyr,prop,z;
             ^
              = 0.0
2 warnings generated.
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c hygfx.f -o hygfx.o
hygfx.f:82:72:

   82 | 10            HF=HF+R
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
hygfx.f:91:72:

   91 | 15            HF=HF+R
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 15 at (1)
hygfx.f:120:72:

  120 | 100           HW=HF
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
hygfx.f:150:72:

  150 | 10               GA=GA*K
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
hygfx.f:160:72:

  160 | 15               R=R*(Z-K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 15 at (1)
hygfx.f:179:72:

  179 | 20            GR=GR*Z+G(K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 20 at (1)
hygfx.f:209:72:

  209 | 10            S=S+1.0D0/K
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
hygfx.f:214:72:

  214 | 20            S=S+1.0/(2.0D0*K-1.0D0)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 20 at (1)
hygfx.f:220:72:

  220 | 30               S=S+1.0D0/(XA+K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 30 at (1)
hygfx.f:119:18:

  119 |               IF (DABS(HF-HW).LE.DABS(HF)*EPS) GO TO 105
      |                  ^
Warning: ‘hw’ may be used uninitialized [-Wmaybe-uninitialized]
hygfx.f:119:28:

  119 |               IF (DABS(HF-HW).LE.DABS(HF)*EPS) GO TO 105
      |                            ^
note: ‘hw’ was declared here
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 mmeta.so arms-R.o hygfx.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 _gamma_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _hygfx_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _psi_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/mmeta.Rcheck/00LOCK-mmeta/00new/mmeta/libs
** generating debug symbols (dSYM)
** R
** data
** 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 (mmeta)