==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done
==> Making package: firewalk 5.0-4 (Sat Aug 15 12:37:33 2020)
==> Retrieving sources...
  -> Found firewalk.tar.gz
  -> Found gcc6.1.fixes.patch
  -> Found LICENSE
==> Validating source files with sha512sums...
    firewalk.tar.gz ... Passed
    gcc6.1.fixes.patch ... Passed
    LICENSE ... Passed
==> Making package: firewalk 5.0-4 (Sat 15 Aug 2020 12:37:39 PM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) libdnet-1.12-12.1  libnet-1:1.1.6-1.0

Total Download Size:   0.06 MiB
Total Installed Size:  0.46 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading libdnet-1.12-12.1-i686.pkg.tar.zst...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libdnet...
installing libnet...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found firewalk.tar.gz
  -> Found gcc6.1.fixes.patch
  -> Found LICENSE
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting firewalk.tar.gz with bsdtar
==> Starting prepare()...
patching file config.sub
==> Starting build()...
beginning autoconfiguration process for firewalk-5.0...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for libnet_build_ipv4 in -lnet... yes
checking for pcap_open_live in -lpcap... yes
checking for arp_get in -ldnet... yes
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for strerror... yes
checking for bpf... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating version.h
config.status: creating include/config.h
Making all in src
make[1]: Entering directory '/build/firewalk/src/Firewalk/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c init.c
init.c: In function ‘fw_init_net’:
init.c:92:23: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;]
   92 |         (*fp)->device = libnet_getdevice((*fp)->l);
      |                       ^
init.c:138:68: warning: %s’ directive output may be truncated writing up to 255 bytes into a region of size 238 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;]
  138 |         snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "pcap_open_live(): %s",
      |                                                                    ^~
  139 |                 errbuf);
      |                 ~~~~~~                                              
In file included from /usr/include/stdio.h:867,
                 from /usr/include/pcap/pcap.h:93,
                 from /usr/include/pcap.h:43,
                 from ../include/firewalk.h:40,
                 from init.c:38:
/usr/include/bits/stdio2.h:67:10: note: __builtin___snprintf_chk’ output between 19 and 274 bytes into a destination of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
init.c:84:65: warning: %s’ directive output may be truncated writing up to 255 bytes into a region of size 241 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;]
   84 |         snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "libnet_init(): %s",
      |                                                                 ^~
   85 |                 errbuf);
      |                 ~~~~~~                                           
In file included from /usr/include/stdio.h:867,
                 from /usr/include/pcap/pcap.h:93,
                 from /usr/include/pcap.h:43,
                 from ../include/firewalk.h:40,
                 from init.c:38:
/usr/include/bits/stdio2.h:67:10: note: __builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c firewalk.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c main.c
main.c: In function ‘main’:
main.c:78:27: warning: pointer targets in passing argument 1 of ‘usage’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
   78 |                 usage(argv[0]);
      |                       ~~~~^~~
      |                           |
      |                           char *
In file included from main.c:38:
../include/firewalk.h:283:5: note: expected ‘u_char *’ {aka ‘unsigned char *’} but argument is of type ‘char *’
  283 |     u_char *                        /* argv[0] */
      |     ^~~~~~~~
main.c:125:27: warning: pointer targets in passing argument 1 of ‘usage’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
  125 |                 usage(argv[0]);
      |                       ~~~~^~~
      |                           |
      |                           char *
In file included from main.c:38:
../include/firewalk.h:283:5: note: expected ‘u_char *’ {aka ‘unsigned char *’} but argument is of type ‘char *’
  283 |     u_char *                        /* argv[0] */
      |     ^~~~~~~~
main.c:136:19: warning: pointer targets in passing argument 1 of ‘usage’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
  136 |         usage(argv[0]);
      |               ~~~~^~~
      |                   |
      |                   char *
In file included from main.c:38:
../include/firewalk.h:283:5: note: expected ‘u_char *’ {aka ‘unsigned char *’} but argument is of type ‘char *’
  283 |     u_char *                        /* argv[0] */
      |     ^~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c packet_build.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c packet_capture.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c packet_filter.c
packet_filter.c: In function ‘fw_set_pcap_filter’:
packet_filter.c:50:68: warning: %s’ directive output may be truncated writing up to 255 bytes into a region of size 238 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;]
   50 |         snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "pcap_lookupnet(): %s",
      |                                                                    ^~
   51 |                     errbuf);
      |                     ~~~~~~                                          
In file included from /usr/include/stdio.h:867,
                 from /usr/include/pcap/pcap.h:93,
                 from /usr/include/pcap.h:43,
                 from ../include/firewalk.h:40,
                 from packet_filter.c:38:
/usr/include/bits/stdio2.h:67:10: note: __builtin___snprintf_chk’ output between 19 and 274 bytes into a destination of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c packet_inject.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c packet_update.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c packet_verify.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c report.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c signal.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c util.c
gcc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro -o firewalk  init.o firewalk.o main.o packet_build.o packet_capture.o packet_filter.o packet_inject.o packet_update.o packet_verify.o report.o signal.o util.o  -ldnet -lpcap -lnet 
cp firewalk ..
strip ../firewalk
make[1]: Leaving directory '/build/firewalk/src/Firewalk/src'
make[1]: Entering directory '/build/firewalk/src/Firewalk'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/firewalk/src/Firewalk'
==> Entering fakeroot environment...
==> Starting package()...
==> 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 "firewalk"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: firewalk 5.0-4 (Sat 15 Aug 2020 12:37:51 PM EDT)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (2) libdnet-1.12-12.1  libnet-1:1.1.6-1.0

Total Removed Size:  0.46 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing libnet...
removing libdnet...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...