==> Creating clean working copy [build]...done ==> Making package: pcapfix 1.1.0-1 (Fri Nov 6 19:49:27 EST 2015) ==> Retrieving sources... -> Found pcapfix-1.1.0.tar.gz ==> Validating source files with sha512sums... pcapfix-1.1.0.tar.gz ... Passed ==> Making package: pcapfix 1.1.0-1 (Fri Nov 6 19:49:28 EST 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found pcapfix-1.1.0.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... pcapfix-1.1.0.tar.gz ... Passed ==> Extracting sources... -> Extracting pcapfix-1.1.0.tar.gz with bsdtar ==> Starting build()... gcc -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -c pcap.c -o pcap.o gcc -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -c pcapng.c -o pcapng.o pcapng.c: In function 'fix_pcapng': pcapng.c:377:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=] printf("[-] Packet #%u exceeds size of block header (%" PRIu64 " > %" PRId64 ") ==> SKIPPING.\n", packets, sizeof(pb), left); ^ gcc -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,relro pcapfix.c pcap.o pcapng.o -o pcapfix ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Purging unwanted files... -> Removing libtool files... -> Removing static library files... -> Compressing man and info pages... -> Stripping unneeded symbols from binaries and libraries... ==> Creating package "pcapfix"... -> Generating .PKGINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: pcapfix 1.1.0-1 (Fri Nov 6 19:49:32 EST 2015) ==> Cleaning up...