* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘quadprog’ ...
** this is package ‘quadprog’ version ‘1.5-8’
** package ‘quadprog’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-7) 15.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 15.2.0-7) 15.2.0’
make[1]: Entering directory '/tmp/Rtmp9Ua66v/R.INSTALL34ffd06fabbc7f/quadprog/src'
gfortran-15 -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -msse2 -mfpmath=sse -fpic -g -O2 -Wall -pedantic -mtune=native -c aind.f -o aind.o
gcc-15 -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-15 -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -msse2 -mfpmath=sse -fpic -g -O2 -Wall -pedantic -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:66:
94 | * info, q, fdamat, iamat(fdamat+1,*), iact(*), iter(*), it1,
| ^~~
note: ‘it1’ was declared here
gfortran-15 -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -msse2 -mfpmath=sse -fpic -g -O2 -Wall -pedantic -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:39:
85 | * info, q, iact(*), iter(*), it1,
| ^~~
note: ‘it1’ was declared here
gfortran-15 -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -msse2 -mfpmath=sse -fpic -g -O2 -Wall -pedantic -mtune=native -c util.f -o util.o
gcc-15 -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 '/tmp/Rtmp9Ua66v/R.INSTALL34ffd06fabbc7f/quadprog/src'
make[1]: Entering directory '/tmp/Rtmp9Ua66v/R.INSTALL34ffd06fabbc7f/quadprog/src'
make[1]: Leaving directory '/tmp/Rtmp9Ua66v/R.INSTALL34ffd06fabbc7f/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)