==> Creating clean working copy [build]...done
==> Making package: missidentify 1.0-4 (Fri Mar 24 21:00:04 EDT 2017)
==> Retrieving sources...
  -> Found missidentify-1.0.tar.gz
  -> Found config.guess-for-aarch64.patch
==> Validating source files with sha512sums...
    missidentify-1.0.tar.gz ... Passed
    config.guess-for-aarch64.patch ... Passed
==> Making package: missidentify 1.0-4 (Fri Mar 24 21:00:07 EDT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found missidentify-1.0.tar.gz
  -> Found config.guess-for-aarch64.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    missidentify-1.0.tar.gz ... Passed
    config.guess-for-aarch64.patch ... Passed
==> Extracting sources...
  -> Extracting missidentify-1.0.tar.gz with bsdtar
==> Starting prepare()...
patching file config.guess
patching file config.sub
==> 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 build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking /usr/local/include
checking /opt/local/include
checking /sw/include
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
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 whether byte ordering is bigendian... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for inttypes.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory '/build/missidentify/src/missidentify-1.0'
gcc -DHAVE_CONFIG_H -I.   -I/usr/local/include -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function 'generate_filename':
main.c:161:2: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result]
  realpath(input,fn);
  ^~~~~~~~~~~~~~~~~~
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/local/include -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT dig.o -MD -MP -MF .deps/dig.Tpo -c -o dig.o dig.c
mv -f .deps/dig.Tpo .deps/dig.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/local/include -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT check.o -MD -MP -MF .deps/check.Tpo -c -o check.o check.c
mv -f .deps/check.Tpo .deps/check.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/local/include -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT helpers.o -MD -MP -MF .deps/helpers.Tpo -c -o helpers.o helpers.c
mv -f .deps/helpers.Tpo .deps/helpers.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/local/include -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.c
mv -f .deps/ui.Tpo .deps/ui.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/local/include -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT cycles.o -MD -MP -MF .deps/cycles.Tpo -c -o cycles.o cycles.c
cycles.c: In function 'done_processing_dir':
cycles.c:51:3: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result]
   realpath(fn,d_name);
   ^~~~~~~~~~~~~~~~~~~
cycles.c: In function 'processing_dir':
cycles.c:107:3: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result]
   realpath(fn,d_name);
   ^~~~~~~~~~~~~~~~~~~
cycles.c: In function 'have_processed_dir':
cycles.c:158:3: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result]
   realpath(fn,d_name);
   ^~~~~~~~~~~~~~~~~~~
mv -f .deps/cycles.Tpo .deps/cycles.Po
gcc  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -L/usr/local/lib -Wl,-O1,--sort-common,--as-needed,-z,relro -o missidentify main.o dig.o check.o helpers.o ui.o cycles.o  
make[1]: Leaving directory '/build/missidentify/src/missidentify-1.0'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/build/missidentify/src/missidentify-1.0'
test -z "/usr/bin" || /usr/bin/mkdir -p "/build/missidentify/pkg/missidentify/usr/bin"
  /usr/bin/install -c 'missidentify' '/build/missidentify/pkg/missidentify/usr/bin/missidentify'
test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/build/missidentify/pkg/missidentify/usr/share/man/man1"
 /usr/bin/install -c -m 644 './missidentify.1' '/build/missidentify/pkg/missidentify/usr/share/man/man1/missidentify.1'
make[1]: Leaving directory '/build/missidentify/src/missidentify-1.0'
==> 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 issue...
==> Creating package "missidentify"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: missidentify 1.0-4 (Fri Mar 24 21:00:25 EDT 2017)
==> Cleaning up...