==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: oscpack 1.1.0-4 (Sat Jul 13 09:18:22 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 13 Jul 2024 09:18:29 AM MDT) ==> 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 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/SimpleReceive osc/OscTypes.o examples/SimpleReceive.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.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 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 13 Jul 2024 09:18:35 AM MDT) ==> Cleaning up...