==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: ngrep 1.47-4 (Sun Sep  3 11:04:16 2023)
==> Retrieving sources...
  -> Found V1_47.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    V1_47.tar.gz ... Passed
==> Validating source files with sha256sums...
    V1_47.tar.gz ... Passed
==> Making package: ngrep 1.47-4 (Sun Sep  3 11:04:37 2023)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) dbus-1.14.8-1  libnl-3.7.0-3  libpcap-1.10.4-1

Total Download Size:   0.83 MiB
Total Installed Size:  2.97 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libnl-3.7.0-3-armv7h downloading...
 dbus-1.14.8-1-armv7h downloading...
 libpcap-1.10.4-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnl...
installing dbus...
installing libpcap...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found V1_47.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting V1_47.tar.gz with bsdtar
==> Starting build()...

Configuring System ...

checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
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 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 ANSI C header files... yes

Configuring GNU Regular Expression library ...

creating cache ./config.cache
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking build system type... armv7l-unknown-linux-gnueabihf
checking for gcc... gcc
checking whether the C compiler (gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) works... yes
checking whether the C compiler (gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for getmntent in -lseq... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for ANSI C header files... yes
checking for string.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working const... yes
checking for prefix by checking for gcc... /usr/lib/distcc/bin/gcc
updating cache ./config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating test/Makefile

Configuring Network Grep ...

checking for a complete set of pcap headers... found /usr/include/pcap
checking for pcap_open_live in -lpcap... yes
checking for BPF include path... 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 GNU regex library
CONFIG: tcpkill feature disabled
CONFIG: automatically including VLAN frames

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make  -j5 --jobserver-auth=fifo:/tmp/GMfifo1723 -C regex-0.12 regex.o
gcc -DHAVE_CONFIG_H -DLINUX  -D_BSD_SOURCE=1 -D__FAVOR_BSD=1  -Iregex-0.12 -I/usr/include/pcap -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -g -c ngrep.c
make[1]: Entering directory '/build/ngrep/src/ngrep-1_47/regex-0.12'
make[1]: warning: -j5 forced in submake: resetting jobserver mode.
gcc -g  -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I. -c regex.c
In file included from /usr/include/getopt.h:24,
                 from ngrep.c:34:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
make[1]: Leaving directory '/build/ngrep/src/ngrep-1_47/regex-0.12'
ngrep.c: In function 'setup_pcap_source':
ngrep.c:449:13: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]
In file included from ngrep.c:83:
/usr/include/pcap/pcap.h:395:17: note: declared here
  395 | PCAP_API char   *pcap_lookupdev(char *);
      |                 ^~~~~~~~~~~~~~
gcc -s -o ngrep ngrep.o  regex-0.12/regex.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lpcap  
==> Entering fakeroot environment...
==> Starting package()...
./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...
  -> 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 "ngrep"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ngrep 1.47-4 (Sun Sep  3 11:04:53 2023)
==> Cleaning up...