* installing *source* package ‘mlmmm’ ... ** using staged installation ** libs using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’ using SDK: ‘MacOSX11.3.sdk’ gfortran -arch x86_64 -fPIC -Wall -g -O2 -c mlm.f -o mlm.o mlm.f:72:2: 72 | 3 continue | 1 Warning: Label 3 at (1) defined but not used [-Wunused-label] mlm.f:903:52: 903 | subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt, | 1 Warning: Unused dummy argument ‘fin’ at (1) [-Wunused-dummy-argument] mlm.f:904:15: 904 | / s,ni,nmax,pred,xtx,wkrr1,xtw,xtwx) | 1 Warning: Unused dummy argument ‘ni’ at (1) [-Wunused-dummy-argument] mlm.f:903:57: 903 | subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt, | 1 Warning: Unused dummy argument ‘patt’ at (1) [-Wunused-dummy-argument] mlm.f:904:25: 904 | / s,ni,nmax,pred,xtx,wkrr1,xtw,xtwx) | 1 Warning: Unused dummy argument ‘pred’ at (1) [-Wunused-dummy-argument] mlm.f:903:48: 903 | subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt, | 1 Warning: Unused dummy argument ‘st’ at (1) [-Wunused-dummy-argument] mlm.f:903:45: 903 | subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt, | 1 Warning: Unused dummy argument ‘xcol’ at (1) [-Wunused-dummy-argument] mlm.f:904:39: 904 | / s,ni,nmax,pred,xtx,wkrr1,xtw,xtwx) | 1 Warning: Unused dummy argument ‘xtw’ at (1) [-Wunused-dummy-argument] mlm.f:873:34: 873 | subroutine mkxtw2(ntot,r,p,m,pcol,xcol,patt,ni,st,fin,nmax,wkrr1, | 1 Warning: Unused dummy argument ‘m’ at (1) [-Wunused-dummy-argument] mlm.f:874:21: 874 | / pred,xtw,s) | 1 Warning: Unused dummy argument ‘s’ at (1) [-Wunused-dummy-argument] mlm.f:562:39: 562 | / y,ey,eyyt,wkrrpt,emsigma,err) | 1 Warning: Unused dummy argument ‘err’ at (1) [-Wunused-dummy-argument] mlm.f:462:42: 462 | subroutine mkeyyt2(ntot,nmax,npatt,m,r,st,fin,ni,patt, | 1 Warning: Unused dummy argument ‘m’ at (1) [-Wunused-dummy-argument] mlm.f:463:49: 463 | / rmat,s,pcol,lmc,loc,mc,mc1,oc,oc2,pred,wkrrpt,ey,eyyt) | 1 Warning: Unused dummy argument ‘pred’ at (1) [-Wunused-dummy-argument] mlm.f:463:17: 463 | / rmat,s,pcol,lmc,loc,mc,mc1,oc,oc2,pred,wkrrpt,ey,eyyt) | 1 Warning: Unused dummy argument ‘s’ at (1) [-Wunused-dummy-argument] mlm.f:25:46: 25 | / bigm,maxits,llovec,epsil,sflag,epsi,wkpr,wkpp,xtxinv) | 1 Warning: Unused dummy argument ‘epsi’ at (1) [-Wunused-dummy-argument] mlm.f:23:22: 23 | / eyyt,eyxyxt,iter,msg,sigma,beta,xtx,xtw,xtwx,xtwy,xtwxinv, | 1 Warning: Unused dummy argument ‘eyxyxt’ at (1) [-Wunused-dummy-argument] mlm.f:24:31: 24 | / wkrr1,wkrr2,wkeyxyxt,wkqnm1,cvgd,obeta,osigma, | 1 Warning: Unused dummy argument ‘wkeyxyxt’ at (1) [-Wunused-dummy-argument] mlm.f:24:38: 24 | / wkrr1,wkrr2,wkeyxyxt,wkqnm1,cvgd,obeta,osigma, | 1 Warning: Unused dummy argument ‘wkqnm1’ at (1) [-Wunused-dummy-argument] gfortran -arch x86_64 -fPIC -Wall -g -O2 -c mlmmm.f -o mlmmm.o mlmmm.f:601:60: 601 | / nor(100),ormat(100,1000),nmr(100),mrmat(100,1000), | 1 Warning: Array ‘mrmat’ 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] mlmmm.f:601:35: 601 | / nor(100),ormat(100,1000),nmr(100),mrmat(100,1000), | 1 Warning: Array ‘ormat’ 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] mlmmm.f:785:60: 785 | / nor(100),ormat(100,1000),nmr(100),mrmat(100,1000), | 1 Warning: Array ‘mrmat’ 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] mlmmm.f:785:35: 785 | / nor(100),ormat(100,1000),nmr(100),mrmat(100,1000), | 1 Warning: Array ‘ormat’ 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] mlmmm.f:2363:47: 2363 | / y,ey,eyyt,eyxyxt,trwex,msg,ldsi,ldps,lduu) | 1 Warning: Unused dummy argument ‘ldps’ at (1) [-Wunused-dummy-argument] mlmmm.f:2363:42: 2363 | / y,ey,eyyt,eyxyxt,trwex,msg,ldsi,ldps,lduu) | 1 Warning: Unused dummy argument ‘ldsi’ at (1) [-Wunused-dummy-argument] mlmmm.f:2363:52: 2363 | / y,ey,eyyt,eyxyxt,trwex,msg,ldsi,ldps,lduu) | 1 Warning: Unused dummy argument ‘lduu’ at (1) [-Wunused-dummy-argument] mlmmm.f:2361:16: 2361 | / wkqqu,wkqq1,wkqq2,wkqq3,varb,wkrrpt,wkrrb21, | 1 Warning: Unused dummy argument ‘wkqqu’ at (1) [-Wunused-dummy-argument] mlmmm.f:409:68: 409 | subroutine mksigbd(r,q,m,psi,sigma,ztz,sig,wkrr1,wkrr2,wkrqrq1, | 1 Warning: Unused dummy argument ‘wkrqrq1’ at (1) [-Wunused-dummy-argument] clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o mlmmm.so mlm.o mlmmm.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation ld: warning: could not create compact unwind for _mlem_: stack subq instruction is too different from dwarf stack size ld: warning: could not create compact unwind for _mlmmembd_: stack subq instruction is too different from dwarf stack size ld: warning: could not create compact unwind for _mlmmem_: stack subq instruction is too different from dwarf stack size installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/mlmmm.Rcheck/00LOCK-mlmmm/00new/mlmmm/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 (mlmmm)