==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: libmpack 1.0.5-4 (Sat Jul 13 01:34:00 2024) ==> Retrieving sources... -> Found 1.0.5.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... 1.0.5.tar.gz ... Passed ==> Making package: libmpack 1.0.5-4 (Sat Jul 13 01:34:07 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found 1.0.5.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting 1.0.5.tar.gz with bsdtar ==> Starting build()... mkdir -p build cat src/core.h src/conv.h src/object.h src/rpc.h | sed '/^#include "/d' > build/mpack.h mkdir -p build cat build/mpack.h src/core.c src/conv.c src/object.c src/rpc.c | sed '/^#include "/d' > build/mpack.c compile src/core.c => build/debug/src/core.lo compile src/conv.c => build/debug/src/conv.lo compile src/object.c => build/debug/src/object.lo compile src/rpc.c => build/debug/src/rpc.lo compile test/fixtures.c => build/debug/test/fixtures.lo compile test/mpack.c => build/debug/test/mpack.lo compile test/deps/tap/tap.c => build/debug/test/deps/tap/tap.lo test/mpack.c: In function 'rpc_copy_session_maintains_state': test/mpack.c:559:29: warning: allocation of insufficient size '280' for type 'mpack_rpc_session_t' with size '1000' [-Walloc-size] test/mpack.c:560:29: warning: allocation of insufficient size '304' for type 'mpack_rpc_session_t' with size '1000' [-Walloc-size] link build/debug/src/core.lo build/debug/src/conv.lo build/debug/src/object.lo build/debug/src/rpc.lo => build/debug/libmpack.la link build/debug/libmpack.la build/debug/test/fixtures.lo build/debug/test/mpack.lo build/debug/test/deps/tap/tap.lo => build/debug/run-tests ==> Entering fakeroot environment... ==> Starting package()... mkdir -p '/build/libmpack/pkg/libmpack//usr/include' mkdir -p '/build/libmpack/pkg/libmpack//usr/lib' install -m644 build/mpack.h '/build/libmpack/pkg/libmpack//usr/include' libtool --quiet --mode=install cp build/debug/libmpack.la '/build/libmpack/pkg/libmpack//usr/lib/libmpack.la' mkdir -p '/build/libmpack/pkg/libmpack//usr/lib/pkgconfig' sed 's,@VERSION@,1.0.3,;s,@LIBDIR@,/usr/lib,;s,@INCDIR@,/usr/include,' <mpack.pc.in >'/build/libmpack/pkg/libmpack//usr/lib/pkgconfig/mpack.pc' libtool: warning: remember to run 'libtool --finish /usr/local/lib' libtool --quiet --mode=finish '/build/libmpack/pkg/libmpack//usr/lib' ==> 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 "libmpack"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: libmpack 1.0.5-4 (Sat Jul 13 01:34:10 2024) ==> Cleaning up...