* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘oscar’ ...
** package ‘oscar’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-13) 13.2.0’
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
using C++17
make[1]: Entering directory '/tmp/RtmpYgcyqu/R.INSTALL8e3d0521d12f3/oscar/src'
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c  dbdc.f90 -o dbdc.o
dbdc.f90:11917:8:

11917 |     IF (iters==1) THEN
      |        ^
Warning: ‘iters’ may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:10588:14:

10588 |          iters, &     ! Null step indicator.
      |              ^
note: ‘iters’ declared here
dbdc.f90:19342:54:

19342 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: ‘s_ind’ may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:18595:54:

18595 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: ‘s_ind’ may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:17850:54:

17850 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: ‘s_ind’ may be used uninitialized [-Wmaybe-uninitialized]
gcc-13 -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 oscarc.c -o oscarc.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c plqdf1.f -o plqdf1.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o oscar.so dbdc.o oscarc.o plqdf1.o -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[2]: Entering directory '/tmp/RtmpYgcyqu/R.INSTALL8e3d0521d12f3/oscar/src'
make[2]: Nothing to be done for 'oscar.so'.
make[2]: Leaving directory '/tmp/RtmpYgcyqu/R.INSTALL8e3d0521d12f3/oscar/src'
make[1]: Leaving directory '/tmp/RtmpYgcyqu/R.INSTALL8e3d0521d12f3/oscar/src'
make[1]: Entering directory '/tmp/RtmpYgcyqu/R.INSTALL8e3d0521d12f3/oscar/src'
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c  dbdc.f90 -o dbdc.o
dbdc.f90:11917:8:

11917 |     IF (iters==1) THEN
      |        ^
Warning: ‘iters’ may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:10588:14:

10588 |          iters, &     ! Null step indicator.
      |              ^
note: ‘iters’ declared here
dbdc.f90:19342:54:

19342 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: ‘s_ind’ may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:18595:54:

18595 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: ‘s_ind’ may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:17850:54:

17850 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: ‘s_ind’ may be used uninitialized [-Wmaybe-uninitialized]
gcc-13 -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 oscarc.c -o oscarc.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c plqdf1.f -o plqdf1.o
make[1]: Leaving directory '/tmp/RtmpYgcyqu/R.INSTALL8e3d0521d12f3/oscar/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-oscar/00new/oscar/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (oscar)