* installing to library ‘/home/hornik/tmp/R.check/r-patched-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-15 (Debian 15.3.0-2) 15.3.0’
using Fortran compiler: ‘GNU Fortran (Debian 15.3.0-2) 15.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpE6xnAB/R.INSTALL14a3c13c8d0b9d/ExactTree/src'
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c OptTreeCallBacks.f95 -o OptTreeCallBacks.o
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c Timer.f95 -o Timer.o
gfortran-15 -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-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c OptTreeF.f95 -o OptTreeF.o
gcc-15 -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-15 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o ExactTree.so OptTreeCallBacks.o OptTreeF.o OptimalTrees.o Timer.o init.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpE6xnAB/R.INSTALL14a3c13c8d0b9d/ExactTree/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpE6xnAB/R.INSTALL14a3c13c8d0b9d/ExactTree/src'
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c OptTreeCallBacks.f95 -o OptTreeCallBacks.o
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c Timer.f95 -o Timer.o
gfortran-15 -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-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c OptTreeF.f95 -o OptTreeF.o
gcc-15 -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
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpE6xnAB/R.INSTALL14a3c13c8d0b9d/ExactTree/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-ExactTree/00new/ExactTree/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘ExactTree’
finding HTML links ... done
ETree html
ETree.control html
SelectVar html
as.party.ETree html
plot.ETree html
predict.ETree html
prune.ETree html
summary.ETree html
** 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)