==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ngrep 1.49.0-1 (Wed Feb 11 19:07:01 2026)
==> Retrieving sources...
-> Updating ngrep git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
ngrep ... Passed
==> Validating source files with sha256sums...
ngrep ... Passed
==> Making package: ngrep 1.49.0-1 (Wed Feb 11 19:07:11 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) libnl-3.12.0-1 libpcap-1.10.6-1
Total Download Size: 0.65 MiB
Total Installed Size: 6.06 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
libnl-3.12.0-1-aarch64 downloading...
libpcap-1.10.6-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnl...
installing libpcap...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.33-9 zlib-ng-2.3.3-1 git-2.53.0-1
Total Download Size: 7.85 MiB
Total Installed Size: 45.25 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
git-2.53.0-1-aarch64 downloading...
zlib-ng-2.3.3-1-aarch64 downloading...
perl-mailtools-2.22-3-any downloading...
perl-timedate-2.33-9-any downloading...
perl-error-0.17030-3-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
git-zsh-completion: upstream zsh completion
tk: gitk and git gui
openssh: ssh transport and crypto
man: show help with `git command --help`
perl-libwww: git svn
perl-term-readkey: git svn and interactive.singlekey setting
perl-io-socket-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
perl-cgi: gitweb (web interface) support
python: git svn & git p4
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of ngrep git repo...
Cloning into 'ngrep'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
Configuring System ...
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking target system type... aarch64-unknown-linux-gnu
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 for strip... strip
checking for pcre2-config... /usr/bin/pcre2-config
Configuring Network Grep ...
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking for a complete set of pcap headers... found /usr/include
checking for pcap_open_live in -lpcap... yes
checking for pcap_findalldevs in -lpcap... yes
checking for wcwidth... yes
checking for BPF include path in /usr/include/pcap/pcap.h... pcap/bpf.h
checking for DLT_LINUX_SLL in pcap/bpf.h... yes
checking for DLT_LOOP in pcap/bpf.h... yes
checking for DLT_IEEE802_11 in pcap/bpf.h... yes
checking for DLT_IEEE802_11_RADIO in pcap/bpf.h... yes
checking for DLT_RAW in pcap/bpf.h... yes
checking for DLT_PFLOG in pcap/bpf.h... yes
checking for DLT_IPNET in pcap/bpf.h... yes
CONFIG: IPv6 support enabled
CONFIG: privilege dropping enabled (using nobody)
CONFIG: using PCRE2 regex library
CONFIG: tcpkill feature disabled
CONFIG: automatically including VLAN frames
CONFIG: container name resolution enabled
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
gcc -DHAVE_CONFIG_H -DLINUX -D_DEFAULT_SOURCE=1 -D__FAVOR_BSD=1 -DPCRE2POSIX_SHARED -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -g -c ngrep.c
gcc -DHAVE_CONFIG_H -DLINUX -D_DEFAULT_SOURCE=1 -D__FAVOR_BSD=1 -DPCRE2POSIX_SHARED -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -g -c container-resolution.c
container-resolution.c: In function 'discover_containers_for_runtime.isra':
container-resolution.c:249:21: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 503 [-Wformat-truncation=]
......
In file included from /usr/include/stdio.h:970,
from container-resolution.c:9:
In function 'snprintf',
inlined from 'discover_containers_for_runtime.isra' at container-resolution.c:248:13:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 91 or more bytes (assuming 602) into a destination of size 512
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~
gcc -g -o ngrep ngrep.o container-resolution.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lpcap -lpcre2-posix -lpcre2-8
strip ngrep
==> Entering fakeroot environment...
==> Starting package()...
gcc -g -o ngrep ngrep.o container-resolution.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lpcap -lpcre2-posix -lpcre2-8
strip ngrep
./install-sh -c -m 0755 ngrep /build/ngrep/pkg/ngrep//usr/bin/ngrep
./install-sh -c -m 0644 ngrep.8 /build/ngrep/pkg/ngrep//usr/share/man/man8/ngrep.8
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ngrep"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ngrep 1.49.0-1 (Wed Feb 11 19:07:21 2026)
==> Cleaning up...
[?12l[?25h