* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘partitions’ ... ** package ‘partitions’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.3 (2)’ using C++ compiler: ‘Debian clang version 19.1.3 (2)’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpeU8VPV/R.INSTALLdb7a13119f790/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 -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/14/../../../../include/c++/14/iostream:41: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/ostream:40: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/ios:44: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/ios_base.h:41: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/locale_classes.h:40: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/string:54: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/basic_string.h:39: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/ext/alloc_traits.h:34: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:33: /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'prt::Tuple' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 151 | __pointer->~_Tp(); | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<prt::Tuple>' requested here 163 | std::_Destroy(std::__addressof(*__first)); | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<prt::Tuple *>' requested here 196 | __destroy(__first, __last); | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:648:13: note: in instantiation of function template specialization 'std::_Destroy<prt::Tuple *>' requested here 648 | std::_Destroy(__first, __cur); | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:712:2: note: in instantiation of function template specialization 'std::__uninitialized_default_n_1<false>::__uninit_default_n<prt::Tuple *, unsigned long>' requested here 712 | __uninit_default_n(__first, __n); | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:779:19: note: in instantiation of function template specialization 'std::__uninitialized_default_n<prt::Tuple *, unsigned long>' requested here 779 | { return std::__uninitialized_default_n(__first, __n); } | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:1720:9: note: in instantiation of function template specialization 'std::__uninitialized_default_n_a<prt::Tuple *, unsigned long, prt::Tuple>' requested here 1720 | std::__uninitialized_default_n_a(this->_M_impl._M_start, __n, | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:558:9: note: in instantiation of member function 'std::vector<prt::Tuple>::_M_default_initialize' requested here 558 | { _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/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning 151 | __pointer->~_Tp(); | ^ 1 warning generated. clang-19 -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 -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 -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/RtmpeU8VPV/R.INSTALLdb7a13119f790/partitions/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpeU8VPV/R.INSTALLdb7a13119f790/partitions/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpeU8VPV/R.INSTALLdb7a13119f790/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)