==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: fping 5.3-1 (Fri Jan  3 15:15:41 2025)
==> Retrieving sources...
  -> Found fping-5.3.tar.gz
  -> Found fping-5.3.tar.gz.asc
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    fping-5.3.tar.gz ... Passed
    fping-5.3.tar.gz.asc ... Skipped
==> Validating source files with b2sums...
    fping-5.3.tar.gz ... Passed
    fping-5.3.tar.gz.asc ... Skipped
==> Making package: fping 5.3-1 (Fri Jan  3 15:15:48 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found fping-5.3.tar.gz
  -> Found fping-5.3.tar.gz.asc
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting fping-5.3.tar.gz with bsdtar
==> Starting build()...
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 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 whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
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 netinet/icmp6.h... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether SO_TIMESTAMPNS is declared... yes
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 the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for gethostbyname... yes
checking for connect... yes
checking for sigaction... yes
checking for strftime... yes
checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking for stdlib.h... (cached) yes
checking for sys/select.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/build/fping/src/fping-5.3'
Making all in doc
make[2]: Entering directory '/build/fping/src/fping-5.3/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/fping/src/fping-5.3/doc'
Making all in src
make[2]: Entering directory '/build/fping/src/fping-5.3/src'
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wno-sign-compare -DIPV6 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT fping-fping.o -MD -MP -MF .deps/fping-fping.Tpo -c -o fping-fping.o `test -f 'fping.c' || echo './'`fping.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wno-sign-compare -DIPV6 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT fping-seqmap.o -MD -MP -MF .deps/fping-seqmap.Tpo -c -o fping-seqmap.o `test -f 'seqmap.c' || echo './'`seqmap.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wno-sign-compare -DIPV6 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT fping-socket4.o -MD -MP -MF .deps/fping-socket4.Tpo -c -o fping-socket4.o `test -f 'socket4.c' || echo './'`socket4.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wno-sign-compare -DIPV6 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT fping-optparse.o -MD -MP -MF .deps/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' || echo './'`optparse.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wno-sign-compare -DIPV6 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT fping-socket6.o -MD -MP -MF .deps/fping-socket6.Tpo -c -o fping-socket6.o `test -f 'socket6.c' || echo './'`socket6.c
mv -f .deps/fping-seqmap.Tpo .deps/fping-seqmap.Po
mv -f .deps/fping-optparse.Tpo .deps/fping-optparse.Po
mv -f .deps/fping-socket6.Tpo .deps/fping-socket6.Po
mv -f .deps/fping-socket4.Tpo .deps/fping-socket4.Po
mv -f .deps/fping-fping.Tpo .deps/fping-fping.Po
gcc -Wall -Wextra -Wno-sign-compare -DIPV6 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o fping fping-fping.o fping-seqmap.o fping-socket4.o fping-optparse.o fping-socket6.o  
make[2]: Leaving directory '/build/fping/src/fping-5.3/src'
make[2]: Entering directory '/build/fping/src/fping-5.3'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/fping/src/fping-5.3'
make[1]: Leaving directory '/build/fping/src/fping-5.3'
==> Entering fakeroot environment...
==> Starting package()...
Making install in doc
make[1]: Entering directory '/build/fping/src/fping-5.3/doc'
make[2]: Entering directory '/build/fping/src/fping-5.3/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/fping/pkg/fping/usr/share/man/man8'
 /usr/bin/install -c -m 644 fping.8 '/build/fping/pkg/fping/usr/share/man/man8'
make[2]: Leaving directory '/build/fping/src/fping-5.3/doc'
make[1]: Leaving directory '/build/fping/src/fping-5.3/doc'
Making install in src
make[1]: Entering directory '/build/fping/src/fping-5.3/src'
make[2]: Entering directory '/build/fping/src/fping-5.3/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/fping/pkg/fping/usr/bin'
  /usr/bin/install -c fping '/build/fping/pkg/fping/usr/bin'
make[2]: Leaving directory '/build/fping/src/fping-5.3/src'
make[1]: Leaving directory '/build/fping/src/fping-5.3/src'
make[1]: Entering directory '/build/fping/src/fping-5.3'
make[2]: Entering directory '/build/fping/src/fping-5.3'
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/fping/src/fping-5.3'
make[1]: Leaving directory '/build/fping/src/fping-5.3'
==> 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 "fping"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: fping 5.3-1 (Fri Jan  3 15:15:55 2025)
==> Cleaning up...