==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: isatapd 0.9.7-8 (Fri Jul 12 21:21:53 2024)
==> Retrieving sources...
  -> Found isatapd-0.9.7.tar.gz
  -> Found isatapd@.service
  -> Found isatapd-linux-4.8.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    isatapd-0.9.7.tar.gz ... Passed
    isatapd@.service ... Passed
    isatapd-linux-4.8.patch ... Passed
==> Validating source files with sha256sums...
    isatapd-0.9.7.tar.gz ... Passed
    isatapd@.service ... Passed
    isatapd-linux-4.8.patch ... Passed
==> Making package: isatapd 0.9.7-8 (Fri Jul 12 21:22:14 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found isatapd-0.9.7.tar.gz
  -> Found isatapd@.service
  -> Found isatapd-linux-4.8.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting isatapd-0.9.7.tar.gz with bsdtar
==> Starting prepare()...
patching file src/tunnel.c
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... 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 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 dependency style of gcc... gcc3
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
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 net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking netinet/icmp6.h usability... yes
checking netinet/icmp6.h presence... yes
checking for netinet/icmp6.h... yes
checking linux/socket.h usability... yes
checking linux/socket.h presence... yes
checking for linux/socket.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for pid_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for ioctl... yes
checking for getopt_long... yes
checking for syslog... yes
checking for fcntl... yes
checking if 1=2... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/build/isatapd/src/isatapd-0.9.7'
Making all in .
make[2]: Entering directory '/build/isatapd/src/isatapd-0.9.7'
make[2]: Leaving directory '/build/isatapd/src/isatapd-0.9.7'
Making all in src
make[2]: Entering directory '/build/isatapd/src/isatapd-0.9.7/src'
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT isatap.o -MD -MP -MF .deps/isatap.Tpo -c -o isatap.o isatap.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT tunnel.o -MD -MP -MF .deps/tunnel.Tpo -c -o tunnel.o tunnel.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT rdisc.o -MD -MP -MF .deps/rdisc.Tpo -c -o rdisc.o rdisc.c
mv -f .deps/rdisc.Tpo .deps/rdisc.Po
tunnel.c: In function 'tunnel_add':
tunnel.c:85:2: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
tunnel.c: In function 'tunnel_del':
tunnel.c:176:2: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
mv -f .deps/tunnel.Tpo .deps/tunnel.Po
mv -f .deps/isatap.Tpo .deps/isatap.Po
mv -f .deps/main.Tpo .deps/main.Po
gcc -Wall -march=armv7-a -mfloat-abi=hard -mfpu=neon -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 isatapd main.o isatap.o tunnel.o rdisc.o  
make[2]: Leaving directory '/build/isatapd/src/isatapd-0.9.7/src'
Making all in man
make[2]: Entering directory '/build/isatapd/src/isatapd-0.9.7/man'
sed -e 's|__version__|"isatapd-0.9.7"|' < isatapd.man > isatapd.8
make[2]: Leaving directory '/build/isatapd/src/isatapd-0.9.7/man'
make[1]: Leaving directory '/build/isatapd/src/isatapd-0.9.7'
==> Entering fakeroot environment...
==> Starting package()...
Making install in .
make[1]: Entering directory '/build/isatapd/src/isatapd-0.9.7'
make[2]: Entering directory '/build/isatapd/src/isatapd-0.9.7'
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/isatapd/src/isatapd-0.9.7'
make[1]: Leaving directory '/build/isatapd/src/isatapd-0.9.7'
Making install in src
make[1]: Entering directory '/build/isatapd/src/isatapd-0.9.7/src'
make[2]: Entering directory '/build/isatapd/src/isatapd-0.9.7/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/isatapd/pkg/isatapd//usr/bin'
  /usr/bin/install -c isatapd '/build/isatapd/pkg/isatapd//usr/bin'
make[2]: Leaving directory '/build/isatapd/src/isatapd-0.9.7/src'
make[1]: Leaving directory '/build/isatapd/src/isatapd-0.9.7/src'
Making install in man
make[1]: Entering directory '/build/isatapd/src/isatapd-0.9.7/man'
make[2]: Entering directory '/build/isatapd/src/isatapd-0.9.7/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/isatapd/pkg/isatapd//usr/share/man/man8'
 /usr/bin/install -c -m 644 isatapd.8 '/build/isatapd/pkg/isatapd//usr/share/man/man8'
make[2]: Leaving directory '/build/isatapd/src/isatapd-0.9.7/man'
make[1]: Leaving directory '/build/isatapd/src/isatapd-0.9.7/man'
==> 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 "isatapd"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: isatapd 0.9.7-8 (Fri Jul 12 21:22:30 2024)
==> Cleaning up...