* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘ActiSleep’ ...
** this is package ‘ActiSleep’ version ‘0.2.2’
** package ‘ActiSleep’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpIeXUCj/R.INSTALL20876b54d5d357/ActiSleep/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c BinNegative.cpp -o BinNegative.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c CallSegmentor.cpp -o CallSegmentor.o
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Poisson' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
259 | delete Aux;
| ^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Poisson, Poisson, int>::Initialize' requested here
184 | Initialize();
| ^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Poisson, Poisson, int>::Initialize' requested here
152 | Initialize(yc, Kc, Mg, Mgam, MS);
| ^
CallSegmentor.cpp:34:39: note: in instantiation of member function 'Segmentor<Poisson, Poisson, int>::Segmentor' requested here
34 | Segmentor<Poisson, Poisson, int> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
| ^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Exponential' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
259 | delete Aux;
| ^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Exponential, Exponential, double>::Initialize' requested here
184 | Initialize();
| ^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Exponential, Exponential, double>::Initialize' requested here
152 | Initialize(yc, Kc, Mg, Mgam, MS);
| ^
CallSegmentor.cpp:73:50: note: in instantiation of member function 'Segmentor<Exponential, Exponential, double>::Segmentor' requested here
73 | Segmentor<Exponential, Exponential, double> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
| ^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'BinNegative' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
259 | delete Aux;
| ^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<BinNegative, BinNegative, int>::Initialize' requested here
184 | Initialize();
| ^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<BinNegative, BinNegative, int>::Initialize' requested here
152 | Initialize(yc, Kc, Mg, Mgam, MS);
| ^
CallSegmentor.cpp:205:47: note: in instantiation of member function 'Segmentor<BinNegative, BinNegative, int>::Segmentor' requested here
205 | Segmentor<BinNegative, BinNegative, int> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
| ^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Trinome' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
259 | delete Aux;
| ^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Trinome, Trinome, double>::Initialize' requested here
184 | Initialize();
| ^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Trinome, Trinome, double>::Initialize' requested here
152 | Initialize(yc, Kc, Mg, Mgam, MS);
| ^
CallSegmentor.cpp:288:42: note: in instantiation of member function 'Segmentor<Trinome, Trinome, double>::Segmentor' requested here
288 | Segmentor<Trinome, Trinome, double> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
| ^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Variance' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
259 | delete Aux;
| ^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Variance, Variance, double>::Initialize' requested here
184 | Initialize();
| ^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Variance, Variance, double>::Initialize' requested here
152 | Initialize(yc, Kc, Mg, Mgam, MS);
| ^
CallSegmentor.cpp:369:44: note: in instantiation of member function 'Segmentor<Variance, Variance, double>::Segmentor' requested here
369 | Segmentor<Variance, Variance, double> TheSegmentor(LesObservations, K, MVg, MVgam, &S);
| ^
5 warnings generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Exp.cpp -o Exp.o
Exp.cpp:102:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
102 | else if ((*this)(Q.GetRight()) > (*this)(Q.GetLeft()))
| ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Function.cpp -o Function.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c GeneralFunctions.cpp -o GeneralFunctions.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c MyVector.cpp -o MyVector.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Observations.cpp -o Observations.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Poisson.cpp -o Poisson.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c PrunedSeg.cc -o PrunedSeg.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Segment.cpp -o Segment.o
Segment.cpp:247:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
247 | Segment *T = (*this).Intersect(K);
| ^
Segment.cpp:244:3: note: previous statement is here
244 | if (Other.GetRight() < PLUS_INFINITY)
| ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Segmentor.cpp -o Segmentor.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Sets.cpp -o Sets.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Trinome.cpp -o Trinome.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Variance.cpp -o Variance.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c init.cpp -o init.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o ActiSleep.so BinNegative.o CallSegmentor.o Exp.o Function.o GeneralFunctions.o MyVector.o Observations.o Poisson.o PrunedSeg.o Segment.o Segmentor.o Sets.o Trinome.o Variance.o init.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpIeXUCj/R.INSTALL20876b54d5d357/ActiSleep/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpIeXUCj/R.INSTALL20876b54d5d357/ActiSleep/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpIeXUCj/R.INSTALL20876b54d5d357/ActiSleep/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-ActiSleep/00new/ActiSleep/libs
** R
** data
** 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 (ActiSleep)