* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘pspline’ ...
** this is package ‘pspline’ version ‘1.0-21’
** package ‘pspline’ 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/Rtmp4uCjBi/R.INSTALL3309c647fdcaa3/pspline/src'
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c Pspline.f -o Pspline.o
Pspline.f:793:72:
793 | c(i) = wk(i,1)*djk
| ^
Warning: ‘djk’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:783:13:
783 | djk = x(j+k+1) - x(j)
| ^
note: ‘djk’ was declared here
Pspline.f:1050:72:
1050 | r = (x - w)*(fx - fv)
| ^
Warning: ‘fx’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1028:27:
1028 | if (method .eq. 2) fx = (targdf-df)**2
| ^
note: ‘fx’ was declared here
Pspline.f:1085:72:
1085 | d = 0.382d0*e
| ^
Warning: ‘e’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1016:7:
1016 | e = 0d0
| ^
note: ‘e’ was declared here
Pspline.f:1113:10:
1113 | if (fu .gt. fx) go to 60
| ^
Warning: ‘fu’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1105:27:
1105 | if (method .eq. 2) fu = (targdf-df)**2
| ^
note: ‘fu’ was declared here
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-release-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-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o pspline.so Pspline.o init.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4uCjBi/R.INSTALL3309c647fdcaa3/pspline/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4uCjBi/R.INSTALL3309c647fdcaa3/pspline/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4uCjBi/R.INSTALL3309c647fdcaa3/pspline/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-pspline/00new/pspline/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 (pspline)