* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘partitions’ ...
** this is package ‘partitions’ version ‘1.10-9’
** package ‘partitions’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 21.1.8 (3)’
using C++ compiler: ‘Debian clang version 21.1.8 (3)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpIKf7vP/R.INSTALL2bec4148ae308b/partitions/src'
clang++-21 -std=gnu++20 -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   -c app.cpp -o app.o
In file included from app.cpp:1:
In file included from ./partitions.h:1:
In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/iostream:43:
In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/ostream:42:
In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/ostream.h:43:
In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/ios:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/char_traits.h:59:
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_construct.h:88:2: warning: destructor called on non-final 'prt::Tuple' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
   88 |         __location->~_Tp();
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_construct.h:164:12: note: in instantiation of function template specialization 'std::destroy_at<prt::Tuple>' requested here
  164 |       std::destroy_at(__pointer);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_construct.h:226:9: note: in instantiation of function template specialization 'std::_Destroy<prt::Tuple>' requested here
  226 |           std::_Destroy(std::__addressof(*__first));
      |                ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/alloc_traits.h:1045:12: note: in instantiation of function template specialization 'std::_Destroy<prt::Tuple *>' requested here
 1045 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_vector.h:802:7: note: in instantiation of function template specialization 'std::_Destroy<prt::Tuple *, prt::Tuple>' requested here
  802 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./partitions.h:24:8: note: in instantiation of member function 'std::vector<prt::Tuple>::~vector' requested here
   24 |  class Vector: public Print, public std::vector<T > {
      |        ^
./partitions.h:61:3: note: in implicit destructor for 'prt::Vector<prt::Tuple>' first required here
   61 |   Partition(const Tuple& t):Vector<Tuple >(t.size()),num(0) {for(size_t i=0;i<t.size();i++) {at(i)=Tuple(t[i]); at(i).fillmaxint(); num+=t[i];}}
      |   ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_construct.h:88:15: note: qualify call to silence this warning
   88 |         __location->~_Tp();
      |                      ^
1 warning generated.
clang-21 -std=gnu23 -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 -c partitions.c -o partitions.o
clang-21 -std=gnu23 -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 -c partitions_init.c -o partitions_init.o
clang-21 -std=gnu23 -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 -c permutations.c -o permutations.o
clang++-21 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o partitions.so app.o partitions.o partitions_init.o permutations.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpIKf7vP/R.INSTALL2bec4148ae308b/partitions/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpIKf7vP/R.INSTALL2bec4148ae308b/partitions/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpIKf7vP/R.INSTALL2bec4148ae308b/partitions/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-partitions/00new/partitions/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (partitions)