* installing *source* package ‘quadprog’ ...
** package ‘quadprog’ 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   -fPIC  -Wall -g -O2  -c aind.f -o aind.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 init.c -o init.o
/opt/gfortran/bin/gfortran -arch arm64   -fPIC -Wall -g -O2   -fPIC  -Wall -g -O2  -c solve.QP.compact.f -o solve.QP.compact.o
solve.QP.compact.f:254:3:

  254 |  72   if (nvl .EQ. 0) then
      |   1
Warning: Label 72 at (1) defined but not used [-Wunused-label]
solve.QP.compact.f:302:2:

  302 |  7       t1inf = .FALSE.
      |  1
Warning: Label 7 at (1) defined but not used [-Wunused-label]
/opt/gfortran/bin/gfortran -arch arm64   -fPIC -Wall -g -O2   -fPIC  -Wall -g -O2  -c solve.QP.f -o solve.QP.o
solve.QP.f:245:3:

  245 |  72   if (nvl .EQ. 0) then
      |   1
Warning: Label 72 at (1) defined but not used [-Wunused-label]
solve.QP.f:293:2:

  293 |  7       t1inf = .FALSE.
      |  1
Warning: Label 7 at (1) defined but not used [-Wunused-label]
solve.QP.f:85:41:

   85 |      *     info, q, iact(*), iter(*), it1,
      |                                         ^
Warning: ‘it1’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64   -fPIC -Wall -g -O2   -fPIC  -Wall -g -O2  -c util.f -o util.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 quadprog.so aind.o init.o solve.QP.compact.o solve.QP.o util.o -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -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 _qpgen2_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _qpgen1_: register 75 saved somewhere other than 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/quadprog.Rcheck/00LOCK-quadprog/00new/quadprog/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 (quadprog)