* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘minpack.lm’ ...
** package ‘minpack.lm’ 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/Rtmp2iBrzM/R.INSTALL142ea467444ff5/minpack.lm/src'
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c chkder.f -o chkder.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c dogleg.f -o dogleg.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c dpmpar.f -o dpmpar.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c enorm.f -o enorm.o
enorm.f:1:37:

    1 |       double precision function enorm(n,x)
      |                                     ^
Warning: ‘__result_enorm’ may be used uninitialized [-Wmaybe-uninitialized]
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 fcn_lmder.c -o fcn_lmder.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 fcn_lmdif.c -o fcn_lmdif.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 fcn_message.c -o fcn_message.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c fdjac2.f -o fdjac2.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 get_element.c -o get_element.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  -fpic  -g -O2 -Wall -mtune=native  -c lmder.f -o lmder.o
lmder.f:387:44:

  387 |                if (p1*fnorm1 .ge. fnorm .or. temp .lt. p1) temp = p1
      |                                            ^
Warning: ‘temp’ may be used uninitialized [-Wmaybe-uninitialized]
lmder.f:189:31:

  189 |      *                 sum,temp,temp1,temp2,xnorm,zero
      |                               ^
note: ‘temp’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c lmdif.f -o lmdif.o
lmdif.f:389:44:

  389 |                if (p1*fnorm1 .ge. fnorm .or. temp .lt. p1) temp = p1
      |                                            ^
Warning: ‘temp’ may be used uninitialized [-Wmaybe-uninitialized]
lmdif.f:193:31:

  193 |      *                 sum,temp,temp1,temp2,xnorm,zero
      |                               ^
note: ‘temp’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c lmpar.f -o lmpar.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 nls_lm.c -o nls_lm.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 prod.c -o prod.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c qform.f -o qform.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c qrfac.f -o qrfac.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c qrsolv.f -o qrsolv.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c r1mpyq.f -o r1mpyq.o
r1mpyq.f:69:72:

   69 |             a(i,n) = sin*a(i,j) + cos*a(i,n)
      |                                                                        ^
Warning: ‘cos’ may be used uninitialized [-Wmaybe-uninitialized]
r1mpyq.f:54:26:

   54 |       double precision cos,one,sin,temp
      |                          ^
note: ‘cos’ was declared here
r1mpyq.f:69:72:

   69 |             a(i,n) = sin*a(i,j) + cos*a(i,n)
      |                                                                        ^
Warning: ‘sin’ may be used uninitialized [-Wmaybe-uninitialized]
r1mpyq.f:54:34:

   54 |       double precision cos,one,sin,temp
      |                                  ^
note: ‘sin’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c r1updt.f -o r1updt.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c rwupdt.f -o rwupdt.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 transpose.c -o transpose.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 vector.c -o vector.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o minpack.lm.so chkder.o dogleg.o dpmpar.o enorm.o fcn_lmder.o fcn_lmdif.o fcn_message.o fdjac2.o get_element.o init.o lmder.o lmdif.o lmpar.o nls_lm.o prod.o qform.o qrfac.o qrsolv.o r1mpyq.o r1updt.o rwupdt.o transpose.o vector.o -llapack -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/Rtmp2iBrzM/R.INSTALL142ea467444ff5/minpack.lm/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp2iBrzM/R.INSTALL142ea467444ff5/minpack.lm/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp2iBrzM/R.INSTALL142ea467444ff5/minpack.lm/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-minpack.lm/00new/minpack.lm/libs
** R
** inst
** 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 (minpack.lm)