* installing to library ‘/home/hornik/tmp/R.check/r-patched-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-14 (Debian 14.3.0-8) 14.3.0’
using Fortran compiler: ‘GNU Fortran (Debian 14.3.0-8) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp7FY3TP/R.INSTALL21e55a5759c68/quadprog/src'
gfortran-14 -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-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-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-14 -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:68:
94 | * info, q, fdamat, iamat(fdamat+1,*), iact(*), iter(*), it1,
| ^
note: ‘it1’ was declared here
gfortran-14 -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:41:
85 | * info, q, iact(*), iter(*), it1,
| ^
note: ‘it1’ was declared here
gfortran-14 -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-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp7FY3TP/R.INSTALL21e55a5759c68/quadprog/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp7FY3TP/R.INSTALL21e55a5759c68/quadprog/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp7FY3TP/R.INSTALL21e55a5759c68/quadprog/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-quadprog/00new/quadprog/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘quadprog’
finding HTML links ... done
solve.QP html
solve.QP.compact html
** 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)