==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: libotr 4.1.1-5 (Sat Jun 8 20:18:32 2024) ==> Retrieving sources... -> Found libotr-4.1.1.tar.gz -> Found libotr-4.1.1.tar.gz.asc -> Found libotr-4.1.1-include-socket.h.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... libotr-4.1.1.tar.gz ... Passed libotr-4.1.1.tar.gz.asc ... Skipped libotr-4.1.1-include-socket.h.patch ... Passed ==> Making package: libotr 4.1.1-5 (Sat Jun 8 20:18:39 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found libotr-4.1.1.tar.gz -> Found libotr-4.1.1.tar.gz.asc -> Found libotr-4.1.1-include-socket.h.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting libotr-4.1.1.tar.gz with bsdtar ==> Starting prepare()... patching file tests/regression/client/client.c ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /build/libotr/src/libotr-4.1.1/config/missing: Unknown `--is-lightweight' option Try `/build/libotr/src/libotr-4.1.1/config/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... gcc 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for libgcrypt-config... /usr/bin/libgcrypt-config checking for LIBGCRYPT - version >= 1.2.0... yes (1.10.3-unknown) checking LIBGCRYPT API version... okay fgrep: warning: fgrep is obsolescent; using grep -F fgrep: warning: fgrep is obsolescent; using grep -F checking for win32... no checking whether the linker accepts -z relro -z now... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating toolkit/Makefile config.status: creating tests/Makefile config.status: creating tests/utils/Makefile config.status: creating libotr.pc config.status: creating tests/utils/tap/Makefile config.status: creating tests/unit/Makefile config.status: creating tests/regression/Makefile config.status: creating tests/regression/client/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating toolkit/Makefile config.status: creating tests/Makefile config.status: creating tests/utils/Makefile config.status: creating libotr.pc config.status: creating tests/utils/tap/Makefile config.status: creating tests/unit/Makefile config.status: creating tests/regression/Makefile config.status: creating tests/regression/client/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/build/libotr/src/libotr-4.1.1' Making all in src make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/src' CC privkey.lo CC context.lo CC proto.lo CC b64.lo CC dh.lo CC mem.lo CC message.lo CC userstate.lo CC tlv.lo CC auth.lo CC sm.lo CC context_priv.lo CC instag.lo CCLD libotr.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/src' Making all in toolkit make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/toolkit' CC otr_parse.o CC readotr.o CC parse.o CC sha1hmac.o CC otr_sesskeys.o CC otr_mackey.o CC sesskeys.o CC otr_readforge.o CC aes.o CC ctrmode.o CC otr_modify.o CC otr_remac.o CCLD otr_parse CCLD otr_sesskeys CCLD otr_mackey CCLD otr_modify CCLD otr_remac CCLD otr_readforge make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/toolkit' Making all in tests make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/tests' Making all in utils make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils' Making all in tap make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils/tap' CC tap.lo CCLD libtap.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils/tap' make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils' make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils' Making all in unit make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/unit' CC test_auth.o CC test_proto.o CC test_dh.o CC test_b64.o CC test_context.o CC test_userstate.o CC test_tlv.o CC test_mem.o CC test_sm.o CC test_instag.o CC test_privkey.o CCLD test_b64 CCLD test_userstate CCLD test_tlv CCLD test_mem test_instag.c: In function 'main': test_instag.c:211:60: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] In file included from /usr/include/stdio.h:980, from /usr/include/gpg-error.h:65, from /usr/include/gcrypt.h:31, from test_instag.c:18: In function 'snprintf', inlined from 'main' at test_instag.c:211:9: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~ CCLD test_auth CCLD test_proto CCLD test_dh CCLD test_context CCLD test_sm CCLD test_instag CCLD test_privkey make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/unit' Making all in regression make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression' Making all in client make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression/client' CC client.o client.c: In function 'bob_thread': client.c:816:9: warning: 'epoll_wait' writing 768 bytes into a region of size 48 overflows the destination [-Wstringop-overflow=] client.c:807:22: note: destination object 'ev' of size 48 In file included from client.c:28: /usr/include/sys/epoll.h:124:12: note: in a call to function 'epoll_wait' declared with attribute 'access (write_only, 2, 3)' 124 | extern int epoll_wait (int __epfd, struct epoll_event *__events, | ^~~~~~~~~~ client.c: In function 'alice_thread': client.c:670:9: warning: 'epoll_wait' writing 768 bytes into a region of size 48 overflows the destination [-Wstringop-overflow=] client.c:661:22: note: destination object 'ev' of size 48 /usr/include/sys/epoll.h:124:12: note: in a call to function 'epoll_wait' declared with attribute 'access (write_only, 2, 3)' 124 | extern int epoll_wait (int __epfd, struct epoll_event *__events, | ^~~~~~~~~~ CCLD client make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression/client' make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests' make[2]: Entering directory '/build/libotr/src/libotr-4.1.1' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1' make[1]: Leaving directory '/build/libotr/src/libotr-4.1.1' ==> Entering fakeroot environment... ==> Starting package()... Making install in src make[1]: Entering directory '/build/libotr/src/libotr-4.1.1/src' make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/src' /usr/bin/mkdir -p '/build/libotr/pkg/libotr/usr/lib' /usr/bin/mkdir -p '/build/libotr/pkg/libotr/usr/include/libotr' /bin/sh ../libtool --mode=install /usr/bin/install -c libotr.la '/build/libotr/pkg/libotr/usr/lib' /usr/bin/install -c -m 644 b64.h context.h dh.h mem.h message.h privkey.h proto.h version.h userstate.h tlv.h serial.h auth.h sm.h privkey-t.h context_priv.h instag.h '/build/libotr/pkg/libotr/usr/include/libotr' libtool: install: /usr/bin/install -c .libs/libotr.so.5.1.1 /build/libotr/pkg/libotr/usr/lib/libotr.so.5.1.1 libtool: install: (cd /build/libotr/pkg/libotr/usr/lib && { ln -s -f libotr.so.5.1.1 libotr.so.5 || { rm -f libotr.so.5 && ln -s libotr.so.5.1.1 libotr.so.5; }; }) libtool: install: (cd /build/libotr/pkg/libotr/usr/lib && { ln -s -f libotr.so.5.1.1 libotr.so || { rm -f libotr.so && ln -s libotr.so.5.1.1 libotr.so; }; }) libtool: install: /usr/bin/install -c .libs/libotr.lai /build/libotr/pkg/libotr/usr/lib/libotr.la libtool: install: /usr/bin/install -c .libs/libotr.a /build/libotr/pkg/libotr/usr/lib/libotr.a libtool: install: chmod 644 /build/libotr/pkg/libotr/usr/lib/libotr.a libtool: install: ranlib /build/libotr/pkg/libotr/usr/lib/libotr.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/src' make[1]: Leaving directory '/build/libotr/src/libotr-4.1.1/src' Making install in toolkit make[1]: Entering directory '/build/libotr/src/libotr-4.1.1/toolkit' make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/toolkit' mkdir -p /build/libotr/pkg/libotr/usr/share/man/man1 (cd /build/libotr/pkg/libotr/usr/share/man/man1 && \ for f in otr_parse.1 otr_sesskeys.1 otr_mackey.1 otr_readforge.1 otr_modify.1 otr_remac.1; do ln -sf otr_toolkit.1 $f; done) /usr/bin/mkdir -p '/build/libotr/pkg/libotr/usr/bin' /usr/bin/mkdir -p '/build/libotr/pkg/libotr/usr/share/man/man1' /bin/sh ../libtool --mode=install /usr/bin/install -c otr_parse otr_sesskeys otr_mackey otr_readforge otr_modify otr_remac '/build/libotr/pkg/libotr/usr/bin' /usr/bin/install -c -m 644 otr_toolkit.1 '/build/libotr/pkg/libotr/usr/share/man/man1' libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/otr_parse /build/libotr/pkg/libotr/usr/bin/otr_parse libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/otr_sesskeys /build/libotr/pkg/libotr/usr/bin/otr_sesskeys libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/otr_mackey /build/libotr/pkg/libotr/usr/bin/otr_mackey libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/otr_readforge /build/libotr/pkg/libotr/usr/bin/otr_readforge libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/otr_modify /build/libotr/pkg/libotr/usr/bin/otr_modify libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/otr_remac /build/libotr/pkg/libotr/usr/bin/otr_remac make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/toolkit' make[1]: Leaving directory '/build/libotr/src/libotr-4.1.1/toolkit' Making install in tests make[1]: Entering directory '/build/libotr/src/libotr-4.1.1/tests' Making install in utils make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils' Making install in tap make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils/tap' make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils/tap' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils/tap' make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils/tap' make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils' make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/utils' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils' make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/utils' Making install in unit make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/unit' make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/unit' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/unit' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/unit' Making install in regression make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression' Making install in client make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression/client' make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression/client' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression/client' make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression/client' make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[4]: Entering directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests/regression' make[2]: Entering directory '/build/libotr/src/libotr-4.1.1/tests' make[3]: Entering directory '/build/libotr/src/libotr-4.1.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests' make[1]: Leaving directory '/build/libotr/src/libotr-4.1.1/tests' make[1]: Entering directory '/build/libotr/src/libotr-4.1.1' make[2]: Entering directory '/build/libotr/src/libotr-4.1.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/libotr/pkg/libotr/usr/share/aclocal' /usr/bin/mkdir -p '/build/libotr/pkg/libotr/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libotr.m4 '/build/libotr/pkg/libotr/usr/share/aclocal' /usr/bin/install -c -m 644 libotr.pc '/build/libotr/pkg/libotr/usr/lib/pkgconfig' make[2]: Leaving directory '/build/libotr/src/libotr-4.1.1' make[1]: Leaving directory '/build/libotr/src/libotr-4.1.1' ==> 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 "libotr"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: libotr 4.1.1-5 (Sat Jun 8 20:18:54 2024) ==> Cleaning up...