==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: sniproxy 0.6.1-2 (Sat Jul 13 18:05:53 2024) ==> Retrieving sources... -> Found sniproxy-0.6.1.tar.gz -> Found sniproxy.service -> Found sniproxy.conf -> Found sniproxy.tmpfiles.d -> Found sniproxy-0.6.1-pcre2.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... sniproxy-0.6.1.tar.gz ... Passed sniproxy.service ... Passed sniproxy.conf ... Passed sniproxy.tmpfiles.d ... Passed sniproxy-0.6.1-pcre2.patch ... Passed ==> Making package: sniproxy 0.6.1-2 (Sat Jul 13 18:06:16 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (2) libev-4.33-3 udns-0.4-6 Total Download Size: 0.06 MiB Total Installed Size: 0.37 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... udns-0.4-6-armv7h downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libev... installing udns... [?25h==> Checking buildtime dependencies... ==> Retrieving sources... -> Found sniproxy-0.6.1.tar.gz -> Found sniproxy.service -> Found sniproxy.conf -> Found sniproxy.tmpfiles.d -> Found sniproxy-0.6.1-pcre2.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting sniproxy-0.6.1.tar.gz with bsdtar ==> Starting prepare()... patching file .travis.yml patching file README.md patching file configure.ac patching file debian/control patching file src/backend.c patching file src/backend.h ==> Starting build()... ./setver.sh: line 35: debchange: command not found configure.ac:10: warning: The macro 'AC_GNU_SOURCE' is obsolete. configure.ac:10: You should run autoupdate. ./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from... configure.ac:10: the top level configure.ac:13: warning: The macro 'AC_PROG_CC_C99' is obsolete. configure.ac:13: You should run autoupdate. ./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from... configure.ac:13: the top level configure.ac:10: installing './compile' configure.ac:19: installing './config.guess' configure.ac:19: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' Makefile.am: installing './INSTALL' src/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free 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 whether make supports the include directive... yes (GNU style) 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... yes checking how to run the C preprocessor... gcc -E checking for egrep -e... /usr/bin/grep -E checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for libev... no checking for libev... yes checking how to link with libev... -lev checking for pcre2_compile_8 in -lpcre2-8... yes checking for libudns... no checking for libudns... yes checking how to link with libudns... -ludns checking for arpa/inet.h... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for inline... inline checking for pid_t... yes checking for uid_t... yes checking for gid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint8_t... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for GNU libc compatible malloc... yes checking for GNU libc compatible realloc... yes checking for working strtod... yes checking for atexit... yes checking for daemon... yes checking for memset... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for strspn... yes checking for strtoul... yes checking for accept4... yes checking for gcc option to enable large file support... -D_FILE_OFFSET_BITS=64 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 man/Makefile config.status: creating tests/Makefile config.status: executing depfiles commands Making all in src make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/src' CC sniproxy.o CC address.o CC backend.o CC binder.o CC buffer.o CC cfg_parser.o CC cfg_tokenizer.o CC config.o address.c: In function 'address_set_port': address.c:336:13: warning: this statement may fall through [-Wimplicit-fallthrough=] address.c:353:9: note: here CC connection.o CC http.o CC listener.o cfg_tokenizer.c: In function 'next_token': cfg_tokenizer.c:50:17: warning: this statement may fall through [-Wimplicit-fallthrough=] cfg_tokenizer.c:52:13: note: here cfg_tokenizer.c: In function 'next_word': cfg_tokenizer.c:116:20: warning: this statement may fall through [-Wimplicit-fallthrough=] cfg_tokenizer.c:126:13: note: here CC logger.o CC resolv.o config.c: In function 'init_config': config.c:247:17: warning: format '%jd' expects argument of type 'intmax_t', but argument 2 has type 'long int' [-Wformat=] CC table.o CC tls.o CCLD sniproxy make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/src' Making all in man make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/man' Making all in tests make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/tests' make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1' ==> Entering fakeroot environment... ==> Starting package()... Making install in src make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/src' make[2]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/src' make[2]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/build/sniproxy/pkg/sniproxy//usr/bin' /usr/bin/install -c sniproxy '/build/sniproxy/pkg/sniproxy//usr/bin' make[2]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/src' make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/src' Making install in man make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/man' make[2]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/sniproxy/pkg/sniproxy//usr/share/man/man5' /usr/bin/mkdir -p '/build/sniproxy/pkg/sniproxy//usr/share/man/man8' /usr/bin/install -c -m 644 sniproxy.conf.5 '/build/sniproxy/pkg/sniproxy//usr/share/man/man5' /usr/bin/install -c -m 644 sniproxy.8 '/build/sniproxy/pkg/sniproxy//usr/share/man/man8' make[2]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/man' make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/man' Making install in tests make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/tests' make[2]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/tests' make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1/tests' make[1]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1' make[2]: Entering directory '/build/sniproxy/src/sniproxy-0.6.1' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.1' make[1]: Leaving directory '/build/sniproxy/src/sniproxy-0.6.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 "sniproxy"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: sniproxy 0.6.1-2 (Sat Jul 13 18:06:53 2024) ==> Cleaning up...