>>> rdfind: Building community/rdfind 1.5.0-r0 (using abuild 3.9.0-r0) started Sat, 16 Apr 2022 20:27:17 +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.7.3-r0) (4/15) Installing nettle-dev (3.7.3-r0) (5/15) Installing libbz2 (1.0.8-r1) (6/15) Installing perl (5.34.1-r0) (7/15) Installing automake (1.16.5-r0) (8/15) Installing m4 (1.4.19-r1) (9/15) Installing autoconf (2.71-r0) (10/15) Installing libltdl (2.4.7-r0) (11/15) Installing libtool (2.4.7-r0) (12/15) Installing .makedepends-rdfind (20220416.202718) (13/15) Installing perl-error (0.17029-r1) (14/15) Installing perl-git (2.35.2-r0) (15/15) Installing git-perl (2.35.2-r0) Executing busybox-1.35.0-r8.trigger OK: 336 MiB in 103 packages >>> rdfind: Cleaning up srcdir >>> rdfind: Cleaning up pkgdir >>> rdfind: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 178k 0 --:--:-- --:--:-- --:--:-- 178k >>> rdfind: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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.16/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++/11.2.1/vector:72, from /usr/include/c++/11.2.1/functional:62, from /usr/include/c++/11.2.1/pstl/glue_algorithm_defs.h:13, from /usr/include/c++/11.2.1/algorithm:74, from rdfind.cc:10: /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {Fileinfo}; _Tp = Fileinfo; _Alloc = std::allocator]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc: In function 'int report(const string&, const string&, int)': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/bits/stl_algobase.h:71, from /usr/include/c++/11.2.1/algorithm:61, from Rdutil.cc:11: /usr/include/c++/11.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++/11.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++/11.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++/11.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++/11.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++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.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++/11.2.1/bits/stl_algo.h:5617:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5617 | __min_element(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:5617:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:5624:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5624 | if (__comp(__first, __result)) | ~~~~~~^~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.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++/11.2.1/bits/stl_algo.h:3219:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 3219 | is_sorted(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:3219:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:3234:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 3234 | if (__comp(__next, __first)) | ~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/c++/11.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++/11.2.1/bits/stl_algo.h:2208:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2208 | equal_range(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:2208:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In file included from /usr/include/c++/11.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)); | ^ 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 file included from /usr/include/c++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.2.1/bits/stl_algo.h:5675:43: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5675 | return _GLIBCXX_STD_A::__min_element(__first, __last, | ^ In file included from /usr/include/c++/11.2.1/algorithm:61, from Rdutil.cc:11: /usr/include/c++/11.2.1/bits/stl_algobase.h:2069:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2069 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algobase.h:2073:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2073 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algobase.h:2077:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2077 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algobase.h:2081:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2081 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algobase.h:2089:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2089 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algobase.h:2094:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2094 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algobase.h:2099:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2099 | if (__pred(__first)) | ~~~~~~^~~~~~~~~ In file included from /usr/include/c++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.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++/11.2.1/bits/stl_algo.h:1799:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1799 | __unguarded_linear_insert(_RandomAccessIterator __last, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.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++/11.2.1/bits/stl_algo.h:1819:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1819 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1819:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:1826:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1826 | if (__comp(__i, __first)) | ~~~~~~^~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/bits/stl_algo.h:61, from /usr/include/c++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.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++/11.2.1/bits/stl_heap.h:223:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 223 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_heap.h:231:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 231 | if (__comp(__first + __secondChild, | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 232 | __first + (__secondChild - 1))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.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++/11.2.1/bits/stl_heap.h:339:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 339 | __make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_heap.h:339:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/11.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++/11.2.1/bits/stl_heap.h:253:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 253 | __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_heap.h:253:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_heap.h:253:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In file included from /usr/include/c++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.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++/11.2.1/bits/stl_algo.h:1925:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1925 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1925:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:1646:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1646 | std::__make_heap(__first, __middle, __comp); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/bits/stl_algo.h:61, from /usr/include/c++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.2.1/bits/stl_heap.h:424:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 424 | std::__pop_heap(__first, __last, __last, __comp); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.2.1/bits/stl_algo.h:82:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 82 | if (__comp(__a, __b)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:84:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 84 | if (__comp(__b, __c)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:86:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 86 | else if (__comp(__a, __c)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:91:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 91 | else if (__comp(__a, __c)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:93:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 93 | else if (__comp(__b, __c)) | ~~~~~~^~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1884:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1884 | while (__comp(__first, __pivot)) | ~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1887:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1887 | while (__comp(__pivot, __last)) | ~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1939:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1939 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.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++/11.2.1/bits/stl_algo.h:4863:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 4863 | sort(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:4863:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:1954:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1954 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1955 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1956 | __comp); | ~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1866:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1866 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1871:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1871 | 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 file included from /usr/include/c++/11.2.1/cassert:44, from Rdutil.cc:12: 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 file included from /usr/include/c++/11.2.1/algorithm:62, from Rdutil.cc:11: /usr/include/c++/11.2.1/bits/stl_algo.h:5675:43: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 5675 | 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 file included from /usr/include/c++/11.2.1/cassert:44, from Rdutil.cc:12: 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 file included from /usr/include/c++/11.2.1/cassert:44, from Rdutil.cc:12: 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: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 file included from /usr/include/c++/11.2.1/cassert:44, from Rdutil.cc:12: 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/checksum_options.sh PASS: testcases/largefilesupport.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-r0.apk >>> rdfind*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libnettle.so.8 so:libstdc++.so.6 >>> rdfind*: Package size: 64.0 KB >>> rdfind*: Compressing data... >>> rdfind*: Create checksum... >>> rdfind*: Create rdfind-1.5.0-r0.apk >>> rdfind: Build complete at Sat, 16 Apr 2022 20:27:24 +0000 elapsed time 0h 0m 7s >>> rdfind: Cleaning up srcdir >>> rdfind: Cleaning up pkgdir >>> rdfind: Uninstalling dependencies... (1/15) Purging .makedepends-rdfind (20220416.202718) (2/15) Purging nettle-dev (3.7.3-r0) (3/15) Purging gmp-dev (6.2.1-r2) (4/15) Purging libgmpxx (6.2.1-r2) (5/15) Purging nettle (3.7.3-r0) (6/15) Purging automake (1.16.5-r0) (7/15) Purging autoconf (2.71-r0) (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.35.2-r0) (12/15) Purging perl-git (2.35.2-r0) (13/15) Purging perl-error (0.17029-r1) (14/15) Purging perl (5.34.1-r0) (15/15) Purging libbz2 (1.0.8-r1) Executing busybox-1.35.0-r8.trigger OK: 297 MiB in 88 packages >>> rdfind: Updating the community/armhf repository index... >>> rdfind: Signing the index...