==> Synchronizing chroot copy [/chroot/armv6h/root] -> [build]...done ==> Making package: kyotocabinet-python2 1.18-3 (Sun Aug 16 15:36:36 2020) ==> Retrieving sources... -> Found kyotocabinet-python-legacy-1.18.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... kyotocabinet-python-legacy-1.18.tar.gz ... Passed Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals ==> Making package: kyotocabinet-python2 1.18-3 (Sun 16 Aug 2020 03:37:03 PM EDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (3) libnsl-1.2.0-2 kyotocabinet-1.2.78-1 python2-2.7.18-1 Total Download Size: 12.34 MiB Total Installed Size: 81.59 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading libnsl-1.2.0-2-armv6h.pkg.tar.xz... downloading python2-2.7.18-1-armv6h.pkg.tar.xz... downloading kyotocabinet-1.2.78-1-armv6h.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing kyotocabinet... installing libnsl... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found kyotocabinet-python-legacy-1.18.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting kyotocabinet-python-legacy-1.18.tar.gz with bsdtar ==> Starting build()... running build running build_ext building 'kyotocabinet' extension creating build creating build/temp.linux-aarch64-2.7 gcc -pthread -fno-strict-aliasing -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector-strong -fno-plt -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include -I/usr/include/python2.7 -c kyotocabinet.cc -o build/temp.linux-aarch64-2.7/kyotocabinet.o In file included from /usr/include/python2.7/Python.h:136, from kyotocabinet.cc:24: kyotocabinet.cc: In function ‘PyObject* db_set_bulk(DB_data*, PyObject*)’: /usr/include/python2.7/abstract.h:1354:50: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 1354 | #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) | ^~~~~~~ kyotocabinet.cc:2806:23: note: in expansion of macro ‘PyMapping_Items’ 2806 | PyObject* pyitems = PyMapping_Items(pyrecs); | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/vector:72, from /usr/include/kccommon.h:54, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const long long int&}; _Tp = long long int; _Alloc = std::allocator<long long int>]’: /usr/include/c++/9.3.0/bits/vector.tcc:426:7: note: parameter passing for argument of type ‘std::vector<long long int>::iterator’ {aka ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’} changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/vector:67, from /usr/include/kccommon.h:54, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_vector.h: In member function ‘bool kyotocabinet::TextDB::scan_parallel_impl(kyotocabinet::DB::Visitor*, size_t, kyotocabinet::BasicDB::ProgressChecker*)’: /usr/include/c++/9.3.0/bits/stl_vector.h:1195:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1195 | _M_realloc_insert(end(), __x); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/map:60, from /usr/include/kccommon.h:58, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_tree.h: In member function ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_erase_aux(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = kyotocabinet::HashDB::FreeBlock; _Val = kyotocabinet::HashDB::FreeBlock; _KeyOfValue = std::_Identity<kyotocabinet::HashDB::FreeBlock>; _Compare = std::less<kyotocabinet::HashDB::FreeBlock>; _Alloc = std::allocator<kyotocabinet::HashDB::FreeBlock>]’: /usr/include/c++/9.3.0/bits/stl_tree.h:2504:5: note: parameter passing for argument of type ‘std::_Rb_tree<kyotocabinet::HashDB::FreeBlock, kyotocabinet::HashDB::FreeBlock, std::_Identity<kyotocabinet::HashDB::FreeBlock>, std::less<kyotocabinet::HashDB::FreeBlock>, std::allocator<kyotocabinet::HashDB::FreeBlock> >::const_iterator’ {aka ‘std::_Rb_tree_const_iterator<kyotocabinet::HashDB::FreeBlock>’} changed in GCC 7.1 2504 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/9.3.0/bits/stl_tree.h: In function ‘bool kyotocabinet::HashDB::fetch_free_block(size_t, kyotocabinet::HashDB::FreeBlock*)’: /usr/include/c++/9.3.0/bits/stl_tree.h:1208:2: note: parameter passing for argument of type ‘std::_Rb_tree<kyotocabinet::HashDB::FreeBlock, kyotocabinet::HashDB::FreeBlock, std::_Identity<kyotocabinet::HashDB::FreeBlock>, std::less<kyotocabinet::HashDB::FreeBlock>, std::allocator<kyotocabinet::HashDB::FreeBlock> >::const_iterator’ {aka ‘std::_Rb_tree_const_iterator<kyotocabinet::HashDB::FreeBlock>’} changed in GCC 7.1 1208 | _M_erase_aux(__position); | ^~~~~~~~~~~~ /usr/include/c++/9.3.0/bits/stl_tree.h: In member function ‘void kyotocabinet::HashDB::insert_free_block(int64_t, size_t)’: /usr/include/c++/9.3.0/bits/stl_tree.h:1208:2: note: parameter passing for argument of type ‘std::_Rb_tree<kyotocabinet::HashDB::FreeBlock, kyotocabinet::HashDB::FreeBlock, std::_Identity<kyotocabinet::HashDB::FreeBlock>, std::less<kyotocabinet::HashDB::FreeBlock>, std::allocator<kyotocabinet::HashDB::FreeBlock> >::const_iterator’ {aka ‘std::_Rb_tree_const_iterator<kyotocabinet::HashDB::FreeBlock>’} changed in GCC 7.1 1208 | _M_erase_aux(__position); | ^~~~~~~~~~~~ /usr/include/c++/9.3.0/bits/stl_tree.h: In member function ‘bool kyotocabinet::HashDB::defrag_impl(int64_t)’: /usr/include/c++/9.3.0/bits/stl_tree.h:1208:2: note: parameter passing for argument of type ‘std::_Rb_tree<kyotocabinet::HashDB::FreeBlock, kyotocabinet::HashDB::FreeBlock, std::_Identity<kyotocabinet::HashDB::FreeBlock>, std::less<kyotocabinet::HashDB::FreeBlock>, std::allocator<kyotocabinet::HashDB::FreeBlock> >::const_iterator’ {aka ‘std::_Rb_tree_const_iterator<kyotocabinet::HashDB::FreeBlock>’} changed in GCC 7.1 1208 | _M_erase_aux(__position); | ^~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/bits/stl_algo.h:61, from /usr/include/c++/9.3.0/algorithm:62, from /usr/include/kccommon.h:50, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_heap.h: In function ‘void std::__push_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<kyotocabinet::PolyDB::SimilarKey*, std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> > >; _Distance = int; _Tp = kyotocabinet::PolyDB::SimilarKey; _Compare = __gnu_cxx::__ops::_Iter_comp_val<std::less<kyotocabinet::PolyDB::SimilarKey> >]’: /usr/include/c++/9.3.0/bits/stl_heap.h:128:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<kyotocabinet::PolyDB::SimilarKey*, std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> > >’ changed in GCC 7.1 128 | __push_heap(_RandomAccessIterator __first, | ^~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/vector:72, from /usr/include/kccommon.h:54, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const kyotocabinet::PolyDB::SimilarKey&}; _Tp = kyotocabinet::PolyDB::SimilarKey; _Alloc = std::allocator<kyotocabinet::PolyDB::SimilarKey>]’: /usr/include/c++/9.3.0/bits/vector.tcc:426:7: note: parameter passing for argument of type ‘std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> >::iterator’ {aka ‘__gnu_cxx::__normal_iterator<kyotocabinet::PolyDB::SimilarKey*, std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> > >’} changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/algorithm:62, from /usr/include/kccommon.h:50, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_algo.h: In function ‘void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/9.3.0/bits/stl_algo.h:1839:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1839 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/9.3.0/bits/stl_algo.h:1839:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 In file included from /usr/include/c++/9.3.0/bits/stl_algo.h:61, from /usr/include/c++/9.3.0/algorithm:62, from /usr/include/kccommon.h:50, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_heap.h: In function ‘void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<kyotocabinet::PolyDB::SimilarKey*, std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> > >; _Distance = int; _Tp = kyotocabinet::PolyDB::SimilarKey; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<std::less<kyotocabinet::PolyDB::SimilarKey> >]’: /usr/include/c++/9.3.0/bits/stl_heap.h:214:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<kyotocabinet::PolyDB::SimilarKey*, std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> > >’ changed in GCC 7.1 214 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/vector:67, from /usr/include/kccommon.h:54, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_vector.h: In member function ‘int64_t kyotocabinet::PolyDB::match_similar(const string&, size_t, bool, std::vector<std::__cxx11::basic_string<char> >*, int64_t, kyotocabinet::BasicDB::ProgressChecker*)’: /usr/include/c++/9.3.0/bits/stl_vector.h:1195:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<kyotocabinet::PolyDB::SimilarKey*, std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> > >’ changed in GCC 7.1 1195 | _M_realloc_insert(end(), __x); | ^~~~~~~~~~~~~~~~~ /usr/include/c++/9.3.0/bits/stl_vector.h:1195:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<kyotocabinet::PolyDB::SimilarKey*, std::vector<kyotocabinet::PolyDB::SimilarKey, std::allocator<kyotocabinet::PolyDB::SimilarKey> > >’ changed in GCC 7.1 1195 | _M_realloc_insert(end(), __x); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/bits/stl_algo.h:61, from /usr/include/c++/9.3.0/algorithm:62, from /usr/include/kccommon.h:50, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_heap.h: In function ‘void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >; _Distance = int; _Tp = long long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/9.3.0/bits/stl_heap.h:214:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 214 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/algorithm:62, from /usr/include/kccommon.h:50, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_algo.h: In function ‘void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/9.3.0/bits/stl_algo.h:1939:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1939 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/9.3.0/bits/stl_algo.h:1939:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 /usr/include/c++/9.3.0/bits/stl_algo.h:1939:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 /usr/include/c++/9.3.0/bits/stl_algo.h:1953:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1953 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/vector:67, from /usr/include/kccommon.h:54, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_vector.h: In member function ‘bool kyotocabinet::HashDB::scan_parallel_impl(kyotocabinet::DB::Visitor*, size_t, kyotocabinet::BasicDB::ProgressChecker*)’: /usr/include/c++/9.3.0/bits/stl_vector.h:1195:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1195 | _M_realloc_insert(end(), __x); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9.3.0/algorithm:62, from /usr/include/kccommon.h:50, from /usr/include/kcpolydb.h:19, from kyotocabinet.cc:16: /usr/include/c++/9.3.0/bits/stl_algo.h:1967:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1967 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1968 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1969 | __comp); | ~~~~~~~ /usr/include/c++/9.3.0/bits/stl_algo.h:1884:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1884 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/9.3.0/bits/stl_algo.h:1889:23: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ changed in GCC 7.1 1889 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-aarch64-2.7 g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-aarch64-2.7/kyotocabinet.o -L/usr/lib -L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc -lpython2.7 -o build/lib.linux-aarch64-2.7/kyotocabinet.so ==> Entering fakeroot environment... ==> Starting package()... running install running build running build_ext running install_lib creating /build/kyotocabinet-python2/pkg/kyotocabinet-python2/usr creating /build/kyotocabinet-python2/pkg/kyotocabinet-python2/usr/lib creating /build/kyotocabinet-python2/pkg/kyotocabinet-python2/usr/lib/python2.7 creating /build/kyotocabinet-python2/pkg/kyotocabinet-python2/usr/lib/python2.7/site-packages copying build/lib.linux-aarch64-2.7/kyotocabinet.so -> /build/kyotocabinet-python2/pkg/kyotocabinet-python2/usr/lib/python2.7/site-packages running install_egg_info Writing /build/kyotocabinet-python2/pkg/kyotocabinet-python2/usr/lib/python2.7/site-packages/Kyoto_Cabinet-1.1-py2.7.egg-info ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "kyotocabinet-python2"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: kyotocabinet-python2 1.18-3 (Sun 16 Aug 2020 03:40:06 PM EDT) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Packages (3) kyotocabinet-1.2.78-1 libnsl-1.2.0-2 python2-2.7.18-1 Total Removed Size: 81.59 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python2... removing libnsl... removing kyotocabinet... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...