>>> rdfind: Building community/rdfind 1.5.0-r1 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 03:19:05 +0000 >>> rdfind: Checking sanity of /home/buildozer/aports/community/rdfind/APKBUILD... >>> rdfind: Analyzing dependencies... >>> rdfind: Installing for build: build-base nettle-dev automake autoconf libtool (1/15) Installing libgmpxx (6.2.1-r2) (2/15) Installing gmp-dev (6.2.1-r2) (3/15) Installing nettle (3.8.1-r0) (4/15) Installing nettle-dev (3.8.1-r0) (5/15) Installing libbz2 (1.0.8-r3) (6/15) Installing perl (5.36.0-r0) (7/15) Installing automake (1.16.5-r1) (8/15) Installing m4 (1.4.19-r1) (9/15) Installing autoconf (2.71-r1) (10/15) Installing libltdl (2.4.7-r0) (11/15) Installing libtool (2.4.7-r0) (12/15) Installing .makedepends-rdfind (20221028.031906) (13/15) Installing perl-error (0.17029-r1) (14/15) Installing perl-git (2.38.1-r0) (15/15) Installing git-perl (2.38.1-r0) Executing busybox-1.35.0-r27.trigger OK: 230 MiB in 108 packages >>> rdfind: Cleaning up srcdir >>> rdfind: Cleaning up pkgdir >>> rdfind: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/rdfind-1.5.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128k 100 128k 0 0 125k 0 0:00:01 0:00:01 --:--:-- 125k >>> rdfind: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/rdfind-1.5.0.tar.gz >>> rdfind: Checking sha512sums... rdfind-1.5.0.tar.gz: OK disable-makefile-test-failing.patch: OK missing-include.patch: OK >>> rdfind: Unpacking /var/cache/distfiles/v3.17/rdfind-1.5.0.tar.gz... >>> rdfind: disable-makefile-test-failing.patch patching file Makefile.in patching file Makefile.am >>> rdfind: missing-include.patch patching file rdfind.cc configure.ac:20: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:20: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:20: the top level it seems like everything went fine. now try ./configure && make checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether make supports the include directive... yes (GNU style) checking dependency style of g++... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E no checking whether to enable assertions... yes checking for nettle/sha.h... yes checking for main in -lnettle... yes checking for stat... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for C++11 support or better... yes checking check for fallthrough support... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands In file included from /usr/include/c++/12.2.1/vector:70, from rdfind.cc:14: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {Fileinfo}; _Tp = Fileinfo; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {Fileinfo}; _Tp = Fileinfo; _Alloc = std::allocator]', inlined from 'int report(const std::string&, const std::string&, int)' at rdfind.cc:263:30: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_algobase.h:71, from /usr/include/c++/12.2.1/algorithm:60, from Rdutil.cc:11: /usr/include/c++/12.2.1/bits/predefined_ops.h: In member function 'bool __gnu_cxx::__ops::_Iter_negate<_Predicate>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator >; _Predicate = Rdutil::markduplicates()::::]': /usr/include/c++/12.2.1/bits/predefined_ops.h:394:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 394 | operator()(_Iterator __it) | ^~~~~~~~ /usr/include/c++/12.2.1/bits/predefined_ops.h: In function 'constexpr bool __gnu_cxx::__ops::_Iter_comp_iter<_Compare>::operator()(_Iterator1, _Iterator2) [with _Iterator1 = __gnu_cxx::__normal_iterator >; _Iterator2 = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]': /usr/include/c++/12.2.1/bits/predefined_ops.h:157:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 157 | operator()(_Iterator1 __it1, _Iterator2 __it2) | ^~~~~~~~ /usr/include/c++/12.2.1/bits/predefined_ops.h:157:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In file included from /usr/include/c++/12.2.1/algorithm:61: /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'bool std::is_sorted(_FIter, _FIter, _Compare) [with _FIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]': /usr/include/c++/12.2.1/bits/stl_algo.h:3202:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 3202 | is_sorted(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:3202:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function '_ForwardIterator std::__is_sorted_until(_ForwardIterator, _ForwardIterator, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]', inlined from '_FIter std::is_sorted_until(_FIter, _FIter, _Compare) [with _FIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]' at /usr/include/c++/12.2.1/bits/stl_algo.h:3269:36, inlined from 'bool std::is_sorted(_FIter, _FIter, _Compare) [with _FIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]' at /usr/include/c++/12.2.1/bits/stl_algo.h:3204:34: /usr/include/c++/12.2.1/bits/stl_algo.h:3217:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 3217 | if (__comp(__next, __first)) | ~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'constexpr _ForwardIterator std::__min_element(_ForwardIterator, _ForwardIterator, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:5595:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5595 | __min_element(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:5595:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/stl_algo.h:5602:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5602 | if (__comp(__first, __result)) | ~~~~~~^~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'std::pair<_FIter, _FIter> std::equal_range(_FIter, _FIter, const _Tp&, _Compare) [with _FIter = __gnu_cxx::__normal_iterator >; _Tp = Fileinfo; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]': /usr/include/c++/12.2.1/bits/stl_algo.h:2191:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2191 | equal_range(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:2191:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In file included from /usr/include/c++/12.2.1/cassert:44, from Rdutil.cc:12: Rdutil.cc: In member function 'void Rdutil::markduplicates()': Rdutil.cc:381:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 381 | assert(std::is_sorted(m_list.begin(), m_list.end(), cmp)); | ^ In function 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::markduplicates()::]', inlined from 'void Rdutil::markduplicates()' at Rdutil.cc:385:17: Rdutil.cc:250:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 250 | assert(std::is_sorted(first, last, cmp)); | ^ Rdutil.cc:271:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 271 | auto p = std::equal_range(first, last, *first, cmp); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'constexpr _FIter std::min_element(_FIter, _FIter, _Compare) [with _FIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]', inlined from 'Rdutil::markduplicates()::' at Rdutil.cc:394:35, inlined from 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::markduplicates()::]' at Rdutil.cc:277:15, inlined from 'void Rdutil::markduplicates()' at Rdutil.cc:385:17: /usr/include/c++/12.2.1/bits/stl_algo.h:5653:43: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5653 | return _GLIBCXX_STD_A::__min_element(__first, __last, | ^ In function '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Predicate = __gnu_cxx::__ops::_Iter_negate:: >]', inlined from '_InputIterator std::__find_if_not(_InputIterator, _InputIterator, _Predicate) [with _InputIterator = __gnu_cxx::__normal_iterator >; _Predicate = __gnu_cxx::__ops::_Iter_pred:: >]' at /usr/include/c++/12.2.1/bits/stl_algo.h:109:28, inlined from '_IIter std::find_if_not(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator >; _Predicate = Rdutil::markduplicates()::::]' at /usr/include/c++/12.2.1/bits/stl_algo.h:516:32, inlined from 'Rdutil::markduplicates()::' at Rdutil.cc:401:7, inlined from 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::markduplicates()::]' at Rdutil.cc:277:15, inlined from 'void Rdutil::markduplicates()' at Rdutil.cc:385:17: /usr/include/c++/12.2.1/bits/stl_algobase.h:2067:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2067 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algobase.h:2071:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2071 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algobase.h:2075:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2075 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algobase.h:2079:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2079 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algobase.h:2087:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2087 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algobase.h:2092:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2092 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algobase.h:2097:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2097 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Val_comp_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1782:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1782 | __unguarded_linear_insert(_RandomAccessIterator __last, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1802:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1802 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1802:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/stl_algo.h:1809:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1809 | if (__comp(__i, __first)) | ~~~~~~^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_algo.h:60: /usr/include/c++/12.2.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Distance = int; _Tp = Fileinfo; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]': /usr/include/c++/12.2.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 224 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_heap.h:232:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 232 | if (__comp(__first + __secondChild, | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 233 | __first + (__secondChild - 1))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_heap.h: In function 'void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]': /usr/include/c++/12.2.1/bits/stl_heap.h:340:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 340 | __make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_heap.h:340:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/stl_heap.h: In function 'void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]': /usr/include/c++/12.2.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 254 | __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1908:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1908 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1908:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function 'void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]', inlined from 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1900:25, inlined from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1916:27: /usr/include/c++/12.2.1/bits/stl_algo.h:1629:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1629 | std::__make_heap(__first, __middle, __comp); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]', inlined from 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1901:23, inlined from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1916:27: /usr/include/c++/12.2.1/bits/stl_heap.h:425:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 425 | std::__pop_heap(__first, __last, __last, __comp); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]', inlined from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1887:34, inlined from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1921:38: /usr/include/c++/12.2.1/bits/stl_algo.h:85:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 85 | if (__comp(__a, __b)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:87:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 87 | if (__comp(__b, __c)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:89:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 89 | else if (__comp(__a, __c)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:94:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 94 | else if (__comp(__a, __c)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:96:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 96 | else if (__comp(__b, __c)) | ~~~~~~^~~~~~~~~~ In function '_RandomAccessIterator std::__unguarded_partition(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]', inlined from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1889:40, inlined from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1921:38: /usr/include/c++/12.2.1/bits/stl_algo.h:1867:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1867 | while (__comp(__first, __pivot)) | ~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1870:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1870 | while (__comp(__pivot, __last)) | ~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1922:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1922 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]': /usr/include/c++/12.2.1/bits/stl_algo.h:4841:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 4841 | sort(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:4841:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4853:18: /usr/include/c++/12.2.1/bits/stl_algo.h:1937:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1937 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1938 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1939 | __comp); | ~~~~~~~ In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1940:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4853:18: /usr/include/c++/12.2.1/bits/stl_algo.h:1849:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1854:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1854 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Rdutil.cc: In member function 'int Rdutil::sortOnDeviceAndInode()': Rdutil.cc:289:12: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 289 | std::sort(m_list.begin(), m_list.end(), cmpDeviceInode); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rdutil.cc: In member function 'void Rdutil::sort_on_depth_and_name(std::size_t)': Rdutil.cc:299:12: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 299 | std::sort(it, std::end(m_list), cmpDepthName); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rdutil.cc: In member function 'std::size_t Rdutil::removeIdenticalInodes()': Rdutil.cc:307:12: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 307 | std::sort(m_list.begin(), m_list.end(), cmp); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::removeIdenticalInodes()::]', inlined from 'std::size_t Rdutil::removeIdenticalInodes()' at Rdutil.cc:311:17: Rdutil.cc:250:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 250 | assert(std::is_sorted(first, last, cmp)); | ^ Rdutil.cc:271:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 271 | auto p = std::equal_range(first, last, *first, cmp); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'constexpr _FIter std::min_element(_FIter, _FIter, _Compare) [with _FIter = __gnu_cxx::__normal_iterator >; _Compare = bool (*)(const Fileinfo&, const Fileinfo&)]', inlined from 'Rdutil::removeIdenticalInodes()::' at Rdutil.cc:315:35, inlined from 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::removeIdenticalInodes()::]' at Rdutil.cc:277:15, inlined from 'std::size_t Rdutil::removeIdenticalInodes()' at Rdutil.cc:311:17: /usr/include/c++/12.2.1/bits/stl_algo.h:5653:43: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5653 | return _GLIBCXX_STD_A::__min_element(__first, __last, | ^ Rdutil.cc: In member function 'std::size_t Rdutil::removeUniqueSizes()': Rdutil.cc:328:12: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 328 | std::sort(m_list.begin(), m_list.end(), cmp); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::removeUniqueSizes()::]', inlined from 'std::size_t Rdutil::removeUniqueSizes()' at Rdutil.cc:332:17: Rdutil.cc:250:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 250 | assert(std::is_sorted(first, last, cmp)); | ^ Rdutil.cc:271:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 271 | auto p = std::equal_range(first, last, *first, cmp); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ Rdutil.cc: In member function 'std::size_t Rdutil::removeUniqSizeAndBuffer()': Rdutil.cc:350:12: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 350 | std::sort(m_list.begin(), m_list.end(), cmp); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::removeUniqSizeAndBuffer()::]', inlined from 'std::size_t Rdutil::removeUniqSizeAndBuffer()' at Rdutil.cc:356:17: Rdutil.cc:250:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 250 | assert(std::is_sorted(first, last, cmp)); | ^ Rdutil.cc:271:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 271 | auto p = std::equal_range(first, last, *first, cmp); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In lambda function, inlined from 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::removeUniqSizeAndBuffer()::]' at Rdutil.cc:277:15, inlined from 'std::size_t Rdutil::removeUniqSizeAndBuffer()' at Rdutil.cc:356:17: Rdutil.cc:359:16: note: parameter passing for argument of type 'Iterator' {aka 'std::vector::iterator'} changed in GCC 7.1 359 | std::sort(first, last, bufcmp); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ In function 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::removeUniqSizeAndBuffer()::::]', inlined from 'Rdutil::removeUniqSizeAndBuffer()::' at Rdutil.cc:362:21, inlined from 'void {anonymous}::apply_on_range(Iterator, Iterator, Cmp, Callback) [with Iterator = __gnu_cxx::__normal_iterator >; Cmp = bool (*)(const Fileinfo&, const Fileinfo&); Callback = Rdutil::removeUniqSizeAndBuffer()::]' at Rdutil.cc:277:15, inlined from 'std::size_t Rdutil::removeUniqSizeAndBuffer()' at Rdutil.cc:356:17: Rdutil.cc:250:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 250 | assert(std::is_sorted(first, last, cmp)); | ^ Rdutil.cc:271:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 271 | auto p = std::equal_range(first, last, *first, cmp); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ make check-TESTS make[1]: Entering directory '/home/buildozer/aports/community/rdfind/src/rdfind-1.5.0' make[2]: Entering directory '/home/buildozer/aports/community/rdfind/src/rdfind-1.5.0' PASS: testcases/verify_deterministic_operation.sh PASS: testcases/largefilesupport.sh PASS: testcases/checksum_options.sh PASS: testcases/md5collisions.sh PASS: testcases/verify_maxfilesize_option.sh PASS: testcases/verify_ranking.sh PASS: testcases/verify_filesize_option.sh ============================================================================ Testsuite summary for rdfind 1.5.0 ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/home/buildozer/aports/community/rdfind/src/rdfind-1.5.0' make[1]: Leaving directory '/home/buildozer/aports/community/rdfind/src/rdfind-1.5.0' >>> rdfind: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/rdfind/src/rdfind-1.5.0' ./install-sh -c -d '/home/buildozer/aports/community/rdfind/pkg/rdfind//usr/share/man/man1' ./install-sh -c -d '/home/buildozer/aports/community/rdfind/pkg/rdfind//usr/bin' /usr/bin/install -c rdfind '/home/buildozer/aports/community/rdfind/pkg/rdfind//usr/bin' /usr/bin/install -c -m 644 rdfind.1 '/home/buildozer/aports/community/rdfind/pkg/rdfind//usr/share/man/man1' make[1]: Leaving directory '/home/buildozer/aports/community/rdfind/src/rdfind-1.5.0' >>> rdfind-doc*: Running split function doc... >>> rdfind-doc*: Preparing subpackage rdfind-doc... >>> rdfind-doc*: Running postcheck for rdfind-doc >>> rdfind*: Running postcheck for rdfind >>> rdfind*: Preparing package rdfind... >>> rdfind*: Stripping binaries >>> rdfind-doc*: Scanning shared objects >>> rdfind*: Scanning shared objects >>> rdfind-doc*: Tracing dependencies... >>> rdfind-doc*: Package size: 24.0 KB >>> rdfind-doc*: Compressing data... >>> rdfind-doc*: Create checksum... >>> rdfind-doc*: Create rdfind-doc-1.5.0-r1.apk >>> rdfind*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libnettle.so.8 so:libstdc++.so.6 >>> rdfind*: Package size: 80.0 KB >>> rdfind*: Compressing data... >>> rdfind*: Create checksum... >>> rdfind*: Create rdfind-1.5.0-r1.apk >>> rdfind: Build complete at Fri, 28 Oct 2022 03:19:13 +0000 elapsed time 0h 0m 8s >>> rdfind: Cleaning up srcdir >>> rdfind: Cleaning up pkgdir >>> rdfind: Uninstalling dependencies... (1/15) Purging .makedepends-rdfind (20221028.031906) (2/15) Purging nettle-dev (3.8.1-r0) (3/15) Purging gmp-dev (6.2.1-r2) (4/15) Purging libgmpxx (6.2.1-r2) (5/15) Purging nettle (3.8.1-r0) (6/15) Purging automake (1.16.5-r1) (7/15) Purging autoconf (2.71-r1) (8/15) Purging m4 (1.4.19-r1) (9/15) Purging libtool (2.4.7-r0) (10/15) Purging libltdl (2.4.7-r0) (11/15) Purging git-perl (2.38.1-r0) (12/15) Purging perl-git (2.38.1-r0) (13/15) Purging perl-error (0.17029-r1) (14/15) Purging perl (5.36.0-r0) (15/15) Purging libbz2 (1.0.8-r3) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> rdfind: Updating the community/armv7 repository index... >>> rdfind: Signing the index...