==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: oscpack 1.1.0-4 (Sat Jul 13 11:43:13 2024) ==> Retrieving sources... -> Found oscpack-release_1_1_0.tar.gz -> Found oscpack-1.1.0-makefile.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... oscpack-release_1_1_0.tar.gz ... Passed oscpack-1.1.0-makefile.patch ... Passed ==> Validating source files with b2sums... oscpack-release_1_1_0.tar.gz ... Passed oscpack-1.1.0-makefile.patch ... Passed ==> Making package: oscpack 1.1.0-4 (Sat Jul 13 11:43:36 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found oscpack-release_1_1_0.tar.gz -> Found oscpack-1.1.0-makefile.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting oscpack-release_1_1_0.tar.gz with bsdtar ==> Starting prepare()... patching file Makefile ==> Starting build()... make: Entering directory '/build/oscpack/src/oscpack-release_1_1_0' g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o osc/OscTypes.o osc/OscTypes.cpp mkdir bin g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o tests/OscUnitTests.o tests/OscUnitTests.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o osc/OscOutboundPacketStream.o osc/OscOutboundPacketStream.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o osc/OscReceivedElements.o osc/OscReceivedElements.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o osc/OscPrintReceivedElements.o osc/OscPrintReceivedElements.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o tests/OscSendTests.o tests/OscSendTests.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o ip/posix/UdpSocket.o ip/posix/UdpSocket.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o ip/IpEndpointName.o ip/IpEndpointName.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o ip/posix/NetworkingUtils.o ip/posix/NetworkingUtils.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o tests/OscReceiveTest.o tests/OscReceiveTest.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o examples/SimpleSend.o examples/SimpleSend.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o examples/SimpleReceive.o examples/SimpleReceive.cpp g++ -Wall -Wextra -O3 -fPIC -I. -DOSC_DETECT_ENDIANESS -c -o examples/OscDump.o examples/OscDump.cpp g++ -o bin/OscUnitTests osc/OscTypes.o tests/OscUnitTests.o osc/OscOutboundPacketStream.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o In file included from /usr/include/c++/14.1.1/algorithm:61, from ip/posix/UdpSocket.cpp:54: /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1750 | __unguarded_linear_insert(_RandomAccessIterator __last, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1770 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/bits/stl_algo.h:61: /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Distance = int; _Tp = pair<double, AttachedTimerListener>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 224 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1876 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1890 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void SocketReceiveMultiplexer::Implementation::Run()' at ip/posix/UdpSocket.cpp:441:22: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1905 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1906 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1907 | __comp); | ~~~~~~~ In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void SocketReceiveMultiplexer::Implementation::Run()' at ip/posix/UdpSocket.cpp:441:22: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1817 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/14.1.1/bits/stl_algo.h:1822:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1822 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void SocketReceiveMultiplexer::Implementation::Run()' at ip/posix/UdpSocket.cpp:516:30: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1905 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1906 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1907 | __comp); | ~~~~~~~ In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<pair<double, AttachedTimerListener>*, vector<pair<double, AttachedTimerListener> > >; _Compare = bool (*)(const pair<double, AttachedTimerListener>&, const pair<double, AttachedTimerListener>&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void SocketReceiveMultiplexer::Implementation::Run()' at ip/posix/UdpSocket.cpp:516:30: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1817 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/14.1.1/bits/stl_algo.h:1822:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener> > >' changed in GCC 7.1 1822 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ g++ -o bin/OscSendTests osc/OscTypes.o tests/OscSendTests.o osc/OscOutboundPacketStream.o ip/posix/UdpSocket.o ip/IpEndpointName.o ip/posix/NetworkingUtils.o g++ -o bin/OscReceiveTest osc/OscTypes.o tests/OscReceiveTest.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o ip/posix/UdpSocket.o ip/IpEndpointName.o ip/posix/NetworkingUtils.o g++ -o bin/SimpleSend osc/OscTypes.o examples/SimpleSend.o osc/OscOutboundPacketStream.o ip/posix/UdpSocket.o ip/IpEndpointName.o ip/posix/NetworkingUtils.o g++ -o bin/OscDump osc/OscTypes.o examples/OscDump.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o ip/posix/UdpSocket.o ip/IpEndpointName.o ip/posix/NetworkingUtils.o g++ -o bin/SimpleReceive osc/OscTypes.o examples/SimpleReceive.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o ip/posix/UdpSocket.o ip/IpEndpointName.o ip/posix/NetworkingUtils.o make: Leaving directory '/build/oscpack/src/oscpack-release_1_1_0' ==> Entering fakeroot environment... ==> Starting package()... #GNU/Linux case g++ -shared -Wl,-soname,liboscpack.so -o liboscpack.so.1.1.0 osc/OscTypes.o osc/OscOutboundPacketStream.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o ip/posix/UdpSocket.o ip/IpEndpointName.o ip/posix/NetworkingUtils.o -lc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now install: creating directory '/build/oscpack/pkg/oscpack///usr' install: creating directory '/build/oscpack/pkg/oscpack///usr/lib' 'liboscpack.so.1.1.0' -> '/build/oscpack/pkg/oscpack///usr/lib/liboscpack.so.1.1.0' '/build/oscpack/pkg/oscpack///usr/lib/liboscpack.so' -> 'liboscpack.so.1.1.0' install: creating directory '/build/oscpack/pkg/oscpack///usr/include' install: creating directory '/build/oscpack/pkg/oscpack///usr/include/oscpack' install: creating directory '/build/oscpack/pkg/oscpack///usr/include/oscpack/ip' 'ip/IpEndpointName.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/ip/IpEndpointName.h' 'ip/NetworkingUtils.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/ip/NetworkingUtils.h' 'ip/PacketListener.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/ip/PacketListener.h' 'ip/TimerListener.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/ip/TimerListener.h' 'ip/UdpSocket.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/ip/UdpSocket.h' install: creating directory '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc' 'osc/MessageMappingOscPacketListener.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/MessageMappingOscPacketListener.h' 'osc/OscException.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/OscException.h' 'osc/OscHostEndianness.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/OscHostEndianness.h' 'osc/OscOutboundPacketStream.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/OscOutboundPacketStream.h' 'osc/OscPacketListener.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/OscPacketListener.h' 'osc/OscPrintReceivedElements.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/OscPrintReceivedElements.h' 'osc/OscReceivedElements.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/OscReceivedElements.h' 'osc/OscTypes.h' -> '/build/oscpack/pkg/oscpack///usr/include/oscpack/osc/OscTypes.h' SUCCESS! oscpack has been installed in /usr/lib and /usr/include/ospack/ install: creating directory '/build/oscpack/pkg/oscpack/usr/share' install: creating directory '/build/oscpack/pkg/oscpack/usr/share/doc' install: creating directory '/build/oscpack/pkg/oscpack/usr/share/doc/oscpack' 'CHANGES' -> '/build/oscpack/pkg/oscpack/usr/share/doc/oscpack/CHANGES' 'README' -> '/build/oscpack/pkg/oscpack/usr/share/doc/oscpack/README' 'TODO' -> '/build/oscpack/pkg/oscpack/usr/share/doc/oscpack/TODO' install: creating directory '/build/oscpack/pkg/oscpack/usr/share/licenses' install: creating directory '/build/oscpack/pkg/oscpack/usr/share/licenses/oscpack' 'LICENSE' -> '/build/oscpack/pkg/oscpack/usr/share/licenses/oscpack/LICENSE' ==> 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 "oscpack"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: oscpack 1.1.0-4 (Sat Jul 13 11:43:45 2024) ==> Cleaning up...