* 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 19.1.7 (3+b2)’ using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4T3nw3/R.INSTALL2a1ca961a1cd41/partitions/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 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:46: In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/ios_base.h:43: In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/locale_classes.h:42: In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/string:56: In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/basic_string.h:41: In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/ext/alloc_traits.h:36: In file included from /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/alloc_traits.h:33: /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_construct.h:166:7: warning: destructor called on non-final 'prt::Tuple' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 166 | __pointer->~_Tp(); | ^ /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/stl_uninitialized.h:121:9: note: in instantiation of function template specialization 'std::_Destroy<prt::Tuple *>' requested here 121 | std::_Destroy(_M_first, *_M_cur); | ^ /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_uninitialized.h:874:42: note: in instantiation of member function 'std::_UninitDestroyGuard<prt::Tuple *>::~_UninitDestroyGuard' requested here 874 | _UninitDestroyGuard<_ForwardIterator> __guard(__first); | ^ /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_uninitialized.h:947:2: note: in instantiation of function template specialization 'std::__uninitialized_default_n_1<false>::__uninit_default_n<prt::Tuple *, unsigned long>' requested here 947 | __uninit_default_n(__first, __n); | ^ /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_uninitialized.h:1002:19: note: in instantiation of function template specialization 'std::__uninitialized_default_n<prt::Tuple *, unsigned long>' requested here 1002 | { return std::__uninitialized_default_n(__first, __n); } | ^ /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_vector.h:2011:9: note: in instantiation of function template specialization 'std::__uninitialized_default_n_a<prt::Tuple *, unsigned long, prt::Tuple>' requested here 2011 | std::__uninitialized_default_n_a(this->_M_impl._M_start, __n, | ^ /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/stl_vector.h:588:9: note: in instantiation of member function 'std::vector<prt::Tuple>::_M_default_initialize' requested here 588 | { _M_default_initialize(__n); } | ^ ./partitions.h:28:20: note: in instantiation of member function 'std::vector<prt::Tuple>::vector' requested here 28 | Vector(size_t n):std::vector<T >(n) {} | ^ ./partitions.h:61:29: note: in instantiation of member function 'prt::Vector<prt::Tuple>::Vector' requested 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:166:19: note: qualify call to silence this warning 166 | __pointer->~_Tp(); | ^ 1 warning generated. clang-19 -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-19 -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-19 -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++-19 -std=gnu++17 -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/Rtmp4T3nw3/R.INSTALL2a1ca961a1cd41/partitions/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4T3nw3/R.INSTALL2a1ca961a1cd41/partitions/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4T3nw3/R.INSTALL2a1ca961a1cd41/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)