* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘ExactTree’ ...
** this is package ‘ExactTree’ version ‘0.1.1’
** package ‘ExactTree’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-16 (Debian 16.1.0-3) 16.1.0’
using Fortran compiler: ‘GNU Fortran (Debian 16.1.0-3) 16.1.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpedJg5Z/R.INSTALL24fd3c2dcda3fe/ExactTree/src'
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  OptTreeCallBacks.f95 -o OptTreeCallBacks.o
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  Timer.f95 -o Timer.o
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  OptimalTrees.f95 -o OptimalTrees.o
OptimalTrees.f95:108:32:

  108 |       CumStatus=CumStatus+Status
      |                                ^
Warning: ‘cumstatus’ may be used uninitialized [-Wmaybe-uninitialized]
OptimalTrees.f95:96:15:

   96 | INTEGER i, j, CumStatus,Status,MemCount
      |               ^~~~~~~~~
note: ‘cumstatus’ declared here
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  OptTreeF.f95 -o OptTreeF.o
gcc-16 -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
gcc-16 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o ExactTree.so OptTreeCallBacks.o OptTreeF.o OptimalTrees.o Timer.o init.o -lgfortran -lm -latomic_asneeded -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpedJg5Z/R.INSTALL24fd3c2dcda3fe/ExactTree/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpedJg5Z/R.INSTALL24fd3c2dcda3fe/ExactTree/src'
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  OptTreeCallBacks.f95 -o OptTreeCallBacks.o
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  Timer.f95 -o Timer.o
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  OptimalTrees.f95 -o OptimalTrees.o
OptimalTrees.f95:108:32:

  108 |       CumStatus=CumStatus+Status
      |                                ^
Warning: ‘cumstatus’ may be used uninitialized [-Wmaybe-uninitialized]
OptimalTrees.f95:96:15:

   96 | INTEGER i, j, CumStatus,Status,MemCount
      |               ^~~~~~~~~
note: ‘cumstatus’ declared here
gfortran-16  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c  OptTreeF.f95 -o OptTreeF.o
gcc-16 -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
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpedJg5Z/R.INSTALL24fd3c2dcda3fe/ExactTree/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-ExactTree/00new/ExactTree/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 (ExactTree)