* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘quadprog’ ...
** package ‘quadprog’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp8uSKNK/R.INSTALL5dfbd127918e2/quadprog/src'
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -msse2 -mfpmath=sse   -fpic  -g -O2 -Wall -mtune=native  -c aind.f -o aind.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -msse2 -mfpmath=sse   -fpic  -g -O2 -Wall -mtune=native  -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]
solve.QP.compact.f:492:10:

  492 |       if (it1 .EQ. nact) goto 799
      |          ^
Warning: ‘it1’ may be used uninitialized [-Wmaybe-uninitialized]
solve.QP.compact.f:94:68:

   94 |      *     info, q, fdamat, iamat(fdamat+1,*), iact(*), iter(*), it1,
      |                                                                    ^
note: ‘it1’ was declared here
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -msse2 -mfpmath=sse   -fpic  -g -O2 -Wall -mtune=native  -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:483:10:

  483 |       if (it1 .EQ. nact) goto 799
      |          ^
Warning: ‘it1’ may be used uninitialized [-Wmaybe-uninitialized]
solve.QP.f:85:41:

   85 |      *     info, q, iact(*), iter(*), it1,
      |                                         ^
note: ‘it1’ was declared here
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -msse2 -mfpmath=sse   -fpic  -g -O2 -Wall -mtune=native  -c util.f -o util.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o quadprog.so aind.o init.o solve.QP.compact.o solve.QP.o util.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp8uSKNK/R.INSTALL5dfbd127918e2/quadprog/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp8uSKNK/R.INSTALL5dfbd127918e2/quadprog/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp8uSKNK/R.INSTALL5dfbd127918e2/quadprog/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-quadprog/00new/quadprog/libs
** 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)