* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘expm’ ...
** package ‘expm’ 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 '/tmp/RtmpR7CDKc/R.INSTALL78840dad17cc/expm/src'
gcc-13 -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 R_dgebal.c -o R_dgebal.o
gcc-13 -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 expm-eigen.c -o expm-eigen.o
expm-eigen.c: In function ‘expm_eigen’:
expm-eigen.c:31:31: warning: missing braces around initializer [-Wmissing-braces]
   31 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                               ^
      |                                {     }
expm-eigen.c:31:49: warning: missing braces around initializer [-Wmissing-braces]
   31 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                                                 ^
      |                                                  {     }
gcc-13 -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 expm.c -o expm.o
expm.c: In function ‘expm’:
expm.c:65:17: warning: ‘scale’ may be used uninitialized [-Wmaybe-uninitialized]
   65 |         double *scale; /* scale array */
      |                 ^~~~~
gcc-13 -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
gcc-13 -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 logm-eigen.c -o logm-eigen.o
logm-eigen.c: In function ‘logm_eigen’:
logm-eigen.c:35:31: warning: missing braces around initializer [-Wmissing-braces]
   35 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                               ^
      |                                {     }
logm-eigen.c:35:49: warning: missing braces around initializer [-Wmissing-braces]
   35 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                                                 ^
      |                                                  {     }
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c matexp.f -o matexp.o
gcc-13 -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 matexp_MH09.c -o matexp_MH09.o
gcc-13 -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 matpow.c -o matpow.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c matrexp.f -o matrexp.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c matrexpO.f -o matrexpO.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c mexp-common.f -o mexp-common.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o expm.so R_dgebal.o expm-eigen.o expm.o init.o logm-eigen.o matexp.o matexp_MH09.o matpow.o matrexp.o matrexpO.o mexp-common.o -llapack -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 '/tmp/RtmpR7CDKc/R.INSTALL78840dad17cc/expm/src'
make[1]: Entering directory '/tmp/RtmpR7CDKc/R.INSTALL78840dad17cc/expm/src'
make[1]: Leaving directory '/tmp/RtmpR7CDKc/R.INSTALL78840dad17cc/expm/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-expm/00new/expm/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘expm’
    finding HTML links ... done
    balance                                 html  
    expAtv                                  html  
    expm.Higham08                           html  
    expm                                    html  
    expmCond                                html  
    expmFrechet                             html  
    logm                                    html  
    matStig                                 html  
    matpow                                  html  
    sqrtm                                   html  
** building package indices
** installing vignettes
** 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 (expm)