* installing *source* package ‘minqa’ ...
** package ‘minqa’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c altmov.f -o altmov.o
altmov.f:180:72:

  180 |          TEMP=XOPT(I)+STPSAV*(XPT(KSAV,I)-XOPT(I))
      |                                                                        ^
Warning: ‘stpsav’ may be used uninitialized [-Wmaybe-uninitialized]
altmov.f:171:17:

  171 |            STPSAV=STEP
      |                 ^
note: ‘stpsav’ was declared here
altmov.f:170:15:

  170 |            KSAV=K
      |               ^
Warning: ‘ksav’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c bigden.f -o bigden.o
bigden.f:51:3:

   51 |  20         W(N+K)=W(N+K)+TEMP*ZMAT(K,J)
      |   1
Warning: Label 20 at (1) defined but not used [-Wunused-label]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c biglag.f -o biglag.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c bobyqa.f -o bobyqa.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c bobyqb.f -o bobyqb.o
bobyqb.f:712:10:

  712 |       IF (RATIO .GT. ZERO) GOTO 60
      |          ^
Warning: ‘ratio’ may be used uninitialized [-Wmaybe-uninitialized]
bobyqb.f:492:15:

  492 |           RATIO=(F-FOPT)/VQUAD
      |               ^
note: ‘ratio’ was declared here
bobyqb.f:139:72:

  139 |           ERRBIG=DMAX1(DIFFA,DIFFB,DIFFC)
      |                                                                        ^
Warning: ‘diffc’ may be used uninitialized [-Wmaybe-uninitialized]
bobyqb.f:139:40:

  139 |           ERRBIG=DMAX1(DIFFA,DIFFB,DIFFC)
      |                                        ^
note: ‘diffc’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lagmax.f -o lagmax.o
lagmax.f:40:13:

   40 |             K=I
      |             ^
Warning: ‘k’ may be used uninitialized [-Wmaybe-uninitialized]
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c minqa.cpp -o minqa.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c newuoa.f -o newuoa.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c newuob.f -o newuob.o
newuob.f:195:10:

  195 |   120 IF (DSQ .LE. 1.0D-3*XOPTSQ) THEN
      |          ^
Warning: ‘xoptsq’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:163:12:

  163 |       XOPTSQ=ZERO
      |            ^
note: ‘xoptsq’ was declared here
newuob.f:151:72:

  151 |           HQ(IH)=(FBEG-FVAL(IPT+1)-FVAL(JPT+1)+F)/(XIPT*XJPT)
      |                                                                        ^
Warning: ‘xjpt’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:93:14:

   93 |           XJPT=RHOBEG
      |              ^
note: ‘xjpt’ was declared here
newuob.f:151:72:

  151 |           HQ(IH)=(FBEG-FVAL(IPT+1)-FVAL(JPT+1)+F)/(XIPT*XJPT)
      |                                                                        ^
Warning: ‘xipt’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:91:14:

   91 |           XIPT=RHOBEG
      |              ^
note: ‘xipt’ was declared here
newuob.f:495:13:

  495 |          IF (DABS(RATIO) .GT. 1.0D-2) THEN
      |             ^
Warning: ‘ratio’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:184:15:

  184 |           RATIO=-1.0D0
      |               ^
note: ‘ratio’ was declared here
newuob.f:186:14:

  186 |           IF (NF .LE. NFSAV+2) GOTO 460
      |              ^
Warning: ‘nfsav’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:168:11:

  168 |  90   NFSAV=NF
      |           ^
note: ‘nfsav’ was declared here
newuob.f:146:72:

  146 |           IF (XJPT .LT. ZERO) JPT=JPT+N
      |                                                                        ^
Warning: ‘jpt’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:84:13:

   84 |           JPT=NFM-ITEMP*N-N
      |             ^
note: ‘jpt’ was declared here
newuob.f:514:72:

  514 |               ITEST=ITEST+1
      |                                                                        ^
Warning: ‘itest’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:162:11:

  162 |       ITEST=0
      |           ^
note: ‘itest’ was declared here
newuob.f:144:72:

  144 |           IH=(IPT*(IPT-1))/2+JPT
      |                                                                        ^
Warning: ‘ipt’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:85:13:

   85 |           IPT=JPT+ITEMP
      |             ^
note: ‘ipt’ was declared here
newuob.f:135:72:

  135 |               TEMP=(FBEG-F)/RHOBEG
      |                                                                        ^
Warning: ‘fbeg’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:109:13:

  109 |          FBEG=F
      |             ^
note: ‘fbeg’ was declared here
newuob.f:422:72:

  422 |           DELTA=DMAX1(HALF*DELTA,DNORM)
      |                                                                        ^
Warning: ‘dnorm’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:180:11:

  180 |       DNORM=DMIN1(DELTA,DSQRT(DSQ))
      |           ^
note: ‘dnorm’ was declared here
newuob.f:188:14:

  188 |           IF (TEMP .LE. DMAX1(DIFFA,DIFFB,DIFFC)) GOTO 460
      |              ^
Warning: ‘diffc’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:188:47:

  188 |           IF (TEMP .LE. DMAX1(DIFFA,DIFFB,DIFFC)) GOTO 460
      |                                               ^
note: ‘diffc’ was declared here
newuob.f:188:14:

  188 |           IF (TEMP .LE. DMAX1(DIFFA,DIFFB,DIFFC)) GOTO 460
      |              ^
Warning: ‘diffa’ may be used uninitialized [-Wmaybe-uninitialized]
newuob.f:160:11:

  160 |       DIFFA=ZERO
      |           ^
note: ‘diffa’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c prelim.f -o prelim.o
prelim.f:130:72:

  130 |               GOPT(NFX)=(GOPT(NFX)*STEPB-TEMP*STEPA)/DIFF
      |                                                                        ^
Warning: ‘stepb’ may be used uninitialized [-Wmaybe-uninitialized]
prelim.f:70:19:

   70 |               STEPB=-RHOBEG
      |                   ^
note: ‘stepb’ was declared here
prelim.f:128:72:

  128 |               DIFF=STEPB-STEPA
      |                                                                        ^
Warning: ‘stepa’ may be used uninitialized [-Wmaybe-uninitialized]
prelim.f:65:19:

   65 |               STEPA=RHOBEG
      |                   ^
note: ‘stepa’ was declared here
prelim.f:152:72:

  152 |           IH=(IPT*(IPT-1))/2+JPT
      |                                                                        ^
Warning: ‘jpt’ may be used uninitialized [-Wmaybe-uninitialized]
prelim.f:77:13:

   77 |           JPT=NFM-ITEMP*N-N
      |             ^
note: ‘jpt’ was declared here
prelim.f:152:72:

  152 |           IH=(IPT*(IPT-1))/2+JPT
      |                                                                        ^
Warning: ‘ipt’ may be used uninitialized [-Wmaybe-uninitialized]
prelim.f:78:13:

   78 |           IPT=JPT+ITEMP
      |             ^
note: ‘ipt’ was declared here
prelim.f:127:72:

  127 |               TEMP=(F-FBEG)/STEPB
      |                                                                        ^
Warning: ‘fbeg’ may be used uninitialized [-Wmaybe-uninitialized]
prelim.f:105:14:

  105 |           FBEG=F
      |              ^
note: ‘fbeg’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c rescue.f -o rescue.o
rescue.f:144:15:

  144 |             IW=(DBLE(K-NP)-HALF)/DBLE(N)
      |               1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
rescue.f:224:15:

  224 |             IP=PTSID(K)
      |               1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
rescue.f:226:15:

  226 |             IQ=DBLE(NP)*PTSID(K)-DBLE(IP*NP)
      |               1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
rescue.f:328:12:

  328 |          IP=PTSID(KPT)
      |            1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
rescue.f:329:12:

  329 |          IQ=DBLE(NP)*PTSID(KPT)-DBLE(IP*NP)
      |            1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
rescue.f:398:15:

  398 |             IP=PTSID(K)
      |               1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
rescue.f:399:15:

  399 |             IQ=DBLE(NP)*PTSID(K)-DBLE(IP*NP)
      |               1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
rescue.f:358:72:

  358 |             IF (IQ .GT. 0) TEMP=TEMP+XQ*XPT(K,IQ)
      |                                                                        ^
Warning: ‘xq’ may be used uninitialized [-Wmaybe-uninitialized]
rescue.f:335:14:

  335 |             XQ=PTSAUX(1,IQ)
      |              ^
note: ‘xq’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c trsapp.f -o trsapp.o
trsapp.f:145:72:

  145 |       CF=HALF*(SHS-DHD)
      |                                                                        ^
Warning: ‘shs’ may be used uninitialized [-Wmaybe-uninitialized]
trsapp.f:114:9:

  114 |       SHS=ZERO
      |         ^
note: ‘shs’ was declared here
trsapp.f:156:72:

  156 |          QNEW=(SG+CF*CTH)*CTH+(DG+DHS*CTH)*STH
      |                                                                        ^
Warning: ‘sg’ may be used uninitialized [-Wmaybe-uninitialized]
trsapp.f:113:8:

  113 |       SG=ZERO
      |        ^
note: ‘sg’ was declared here
trsapp.f:76:72:

   76 |       QRED=QRED+QADD
      |                                                                        ^
Warning: ‘qred’ may be used uninitialized [-Wmaybe-uninitialized]
trsapp.f:39:10:

   39 |    20 QRED=ZERO
      |          ^
note: ‘qred’ was declared here
trsapp.f:92:14:

   92 |           IF (GG .LE. 1.0D-4*GGBEG) GOTO 160
      |              ^
Warning: ‘ggbeg’ may be used uninitialized [-Wmaybe-uninitialized]
trsapp.f:53:11:

   53 |       GGBEG=GG
      |           ^
note: ‘ggbeg’ was declared here
trsapp.f:75:72:

   75 |       QADD=ALPHA*(GG-HALF*ALPHA*DHD)
      |                                                                        ^
Warning: ‘gg’ may be used uninitialized [-Wmaybe-uninitialized]
trsapp.f:52:8:

   52 |       GG=DD
      |        ^
note: ‘gg’ was declared here
trsapp.f:70:72:

   70 |           TEMP=DHD/DD
      |                                                                        ^
Warning: ‘dd’ may be used uninitialized [-Wmaybe-uninitialized]
trsapp.f:40:8:

   40 |       DD=ZERO
      |        ^
note: ‘dd’ was declared here
trsapp.f:73:72:

   73 |           ALPHA=DMIN1(ALPHA,GG/DHD)
      |                                                                        ^
Warning: ‘bstep’ may be used uninitialized [-Wmaybe-uninitialized]
trsapp.f:59:11:

   59 |       BSTEP=TEMP/(DS+DSQRT(DS*DS+DD*TEMP))
      |           ^
note: ‘bstep’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c trsbox.f -o trsbox.o
trsbox.f:294:9:

  294 |       IU=17.0D0*ANGBD+3.1D0
      |         1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
trsbox.f:342:72:

  342 |          XBDI(IACT)=XSAV
      |                                                                        ^
Warning: ‘xsav’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:258:22:

  258 |                   XSAV=ONEMIN
      |                      ^
note: ‘xsav’ was declared here
trsbox.f:299:72:

  299 |          REDNEW=STH*(ANGT*DREDG-SREDG-HALF*STH*TEMP)
      |                                                                        ^
Warning: ‘sredg’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:228:11:

  228 |       SREDG=-TEMP
      |           ^
note: ‘sredg’ was declared here
trsbox.f:387:10:

  387 |       IF (ITERC .GT. ITCSAV) GOTO 150
      |          ^
Warning: ‘itcsav’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:211:12:

  211 |       ITCSAV=ITERC
      |            ^
note: ‘itcsav’ was declared here
trsbox.f:340:27:

  340 |       IF (IACT .GT. 0 .AND. ISAV .EQ. IU) THEN
      |                           ^
Warning: ‘iact’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:134:10:

  134 |       IACT=0
      |          ^
note: ‘iact’ was declared here
trsbox.f:188:72:

  188 |           BETA=GREDSQ/GGSAV
      |                                                                        ^
Warning: ‘ggsav’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:160:15:

  160 |           GGSAV=GREDSQ
      |               ^
note: ‘ggsav’ was declared here
trsbox.f:218:72:

  218 |       TEMP=GREDSQ*DREDSQ-DREDG*DREDG
      |                                                                        ^
Warning: ‘dredsq’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:198:12:

  198 |       DREDSQ=ZERO
      |            ^
note: ‘dredsq’ was declared here
trsbox.f:299:72:

  299 |          REDNEW=STH*(ANGT*DREDG-SREDG-HALF*STH*TEMP)
      |                                                                        ^
Warning: ‘dredg’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:199:11:

  199 |       DREDG=ZERO
      |           ^
note: ‘dredg’ was declared here
trsbox.f:294:72:

  294 |       IU=17.0D0*ANGBD+3.1D0
      |                                                                        ^
Warning: ‘angbd’ may be used uninitialized [-Wmaybe-uninitialized]
trsbox.f:235:11:

  235 |       ANGBD=ONE
      |           ^
note: ‘angbd’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c trstep.f -o trstep.o
trstep.f:373:18:

  373 |               IF (PIV(K)-TEMP .LT. TEMP-PIVKSV) THEN
      |                  ^
Warning: ‘pivksv’ may be used uninitialized [-Wmaybe-uninitialized]
trstep.f:372:24:

  372 |               IF (PIVKSV .EQ. ZERO) GOTO 360
      |                        ^
note: ‘pivksv’ was declared here
trstep.f:280:72:

  280 |           IF (PARU .GT. ZERO) SLOPE=(PHIU-PHI)/(PARU-PAR)
      |                                                                        ^
Warning: ‘phiu’ may be used uninitialized [-Wmaybe-uninitialized]
trstep.f:280:41:

  280 |           IF (PARU .GT. ZERO) SLOPE=(PHIU-PHI)/(PARU-PAR)
      |                                         ^
note: ‘phiu’ was declared here
trstep.f:336:72:

  336 |           SLOPE=(PHI-PHIL)/(PAR-PARL)
      |                                                                        ^
Warning: ‘phil’ may be used uninitialized [-Wmaybe-uninitialized]
trstep.f:275:31:

  275 |               IF (PHI .LE. PHIL) GOTO 370
      |                               ^
note: ‘phil’ was declared here
trstep.f:216:72:

  216 |           SCALE=-DSIGN(DELTA/DSQRT(DSQ),DTG)
      |                                                                        ^
Warning: ‘dsq’ may be used uninitialized [-Wmaybe-uninitialized]
trstep.f:179:13:

  179 |           DSQ=ONE
      |             ^
note: ‘dsq’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c uobyqa.f -o uobyqa.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c uobyqb.f -o uobyqb.o
uobyqb.f:419:18:

  419 |               IF (WMULT*VMAX .LE. ERRTOL) GOTO 310
      |                  ^
Warning: ‘wmult’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:409:19:

  409 |               WMULT=SIXTHM*DISTEST**1.5D0
      |                   ^
note: ‘wmult’ was declared here
uobyqb.f:356:10:

  356 |       IF (DDKNEW .GT. TWORSQ) GOTO 70
      |          ^
Warning: ‘tworsq’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:168:12:

  168 |    60 TWORSQ=(TWO*RHO)**2
      |            ^
note: ‘tworsq’ was declared here
uobyqb.f:268:72:

  268 |       SIXTHM=DMAX1(SIXTHM,DABS(DIFF)/SUM)
      |                                                                        ^
Warning: ‘sixthm’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:166:12:

  166 |       SIXTHM=ZERO
      |            ^
note: ‘sixthm’ was declared here
uobyqb.f:70:13:

   70 |          KOPT=NF
      |             ^
Warning: ‘kopt’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:330:72:

  330 |          XPT(KNEW,I)=XNEW(I)
      |                                                                        ^
Warning: ‘knew’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:173:10:

  173 |    70 KNEW=0
      |          ^
note: ‘knew’ was declared here
uobyqb.f:86:72:

   86 |           JSWITCH=-JSWITCH
      |                                                                        ^
Warning: ‘jswitch’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:73:16:

   73 |          JSWITCH=-1
      |                ^
note: ‘jswitch’ was declared here
uobyqb.f:156:72:

  156 |           IQ=IQ+1
      |                                                                        ^
Warning: ‘iq’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:132:12:

  132 |           IQ=2
      |            ^
note: ‘iq’ was declared here
uobyqb.f:151:72:

  151 |           IP=IP+1
      |                                                                        ^
Warning: ‘ip’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:131:12:

  131 |           IP=1
      |            ^
note: ‘ip’ was declared here
uobyqb.f:134:72:

  134 |       IH=IH+1
      |                                                                        ^
Warning: ‘ih’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:74:11:

   74 |          IH=N
      |           ^
note: ‘ih’ was declared here
uobyqb.f:98:72:

   98 |                       D(J)=(FBASE+F-TWO*FSAVE)/RHOSQ
      |                                                                        ^
Warning: ‘fsave’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:91:33:

   91 |                       D(J)=(FSAVE+F-TWO*FBASE)/RHOSQ
      |                                 ^
note: ‘fsave’ was declared here
uobyqb.f:91:72:

   91 |                       D(J)=(FSAVE+F-TWO*FBASE)/RHOSQ
      |                                                                        ^
Warning: ‘fbase’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:71:14:

   71 |          FBASE=F
      |              ^
note: ‘fbase’ was declared here
uobyqb.f:402:14:

  402 |           IF (ERRTOL .GT. ZERO) THEN
      |              ^
Warning: ‘errtol’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:197:12:

  197 |       ERRTOL=-ONE
      |            ^
note: ‘errtol’ was declared here
uobyqb.f:297:72:

  297 |           DELTA=DMAX1(HALF*DELTA,DNORM)
      |                                                                        ^
Warning: ‘dnorm’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:196:11:

  196 |       DNORM=DMIN1(DELTA,DSQRT(TEMP))
      |           ^
note: ‘dnorm’ was declared here
uobyqb.f:356:10:

  356 |       IF (DDKNEW .GT. TWORSQ) GOTO 70
      |          ^
Warning: ‘ddknew’ may be used uninitialized [-Wmaybe-uninitialized]
uobyqb.f:320:18:

  320 |             DDKNEW=SUM
      |                  ^
note: ‘ddknew’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c update.f -o update.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c updatebobyqa.f -o updatebobyqa.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 minqa.so altmov.o bigden.o biglag.o bobyqa.o bobyqb.o lagmax.o minqa.o newuoa.o newuob.o prelim.o rescue.o trsapp.o trsbox.o trstep.o uobyqa.o uobyqb.o update.o updatebobyqa.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 _altmov_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _bigden_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _biglag_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _bobyqb_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _newuob_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _prelim_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _rescue_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _trsapp_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _trsbox_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _trstep_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _uobyqb_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _update_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _updatebobyqa_: registers 19 and 20 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/minqa.Rcheck/00LOCK-minqa/00new/minqa/libs
** generating debug symbols (dSYM)
** R
** 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 (minqa)