==> Creating clean working copy [build]...done
==> Making package: sucrack 1.2.3-3 (Thu Mar 23 21:07:39 EDT 2017)
==> Retrieving sources...
  -> Found sucrack-1.2.3.tar.gz
  -> Found config.guess-for-aarch64.patch
==> Validating source files with sha512sums...
    sucrack-1.2.3.tar.gz ... Passed
    config.guess-for-aarch64.patch ... Passed
==> Making package: sucrack 1.2.3-3 (Thu Mar 23 21:07:39 EDT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found sucrack-1.2.3.tar.gz
  -> Found config.guess-for-aarch64.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    sucrack-1.2.3.tar.gz ... Passed
    config.guess-for-aarch64.patch ... Passed
==> Extracting sources...
  -> Extracting sucrack-1.2.3.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 gawk... gawk
checking whether make sets $(MAKE)... yes
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 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for dup2... yes
checking for memset... yes
checking for strdup... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands

sucrack configuration
---------------------
sucrack version		: 1.2.3
target system           : LINUX
sucrack link flags      : -lpthread
sucrack compile flags	: -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\""

make  all-recursive
make[1]: Entering directory '/build/sucrack/src/sucrack-1.2.3'
Making all in src
make[2]: Entering directory '/build/sucrack/src/sucrack-1.2.3/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-sucrack.o -MD -MP -MF ".deps/sucrack-sucrack.Tpo" -c -o sucrack-sucrack.o `test -f 'sucrack.c' || echo './'`sucrack.c; \
then mv -f ".deps/sucrack-sucrack.Tpo" ".deps/sucrack-sucrack.Po"; else rm -f ".deps/sucrack-sucrack.Tpo"; exit 1; fi
In file included from sucrack.c:41:0:
rules.h:59:20: warning: 'rules_map' defined but not used [-Wunused-variable]
 static rules_map_t rules_map[] = {
                    ^~~~~~~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-worker.o -MD -MP -MF ".deps/sucrack-worker.Tpo" -c -o sucrack-worker.o `test -f 'worker.c' || echo './'`worker.c; \
then mv -f ".deps/sucrack-worker.Tpo" ".deps/sucrack-worker.Po"; else rm -f ".deps/sucrack-worker.Tpo"; exit 1; fi
worker.c: In function 'worker_run':
worker.c:152:9: warning: variable 'rs' set but not used [-Wunused-but-set-variable]
     int rs;
         ^~
worker.c:151:13: warning: variable 'then' set but not used [-Wunused-but-set-variable]
     clock_t then;
             ^~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-dictionary.o -MD -MP -MF ".deps/sucrack-dictionary.Tpo" -c -o sucrack-dictionary.o `test -f 'dictionary.c' || echo './'`dictionary.c; \
then mv -f ".deps/sucrack-dictionary.Tpo" ".deps/sucrack-dictionary.Po"; else rm -f ".deps/sucrack-dictionary.Tpo"; exit 1; fi
dictionary.c: In function 'dict_update_buffer_wait':
dictionary.c:340:13: warning: variable 'then' set but not used [-Wunused-but-set-variable]
     clock_t then;
             ^~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-pty.o -MD -MP -MF ".deps/sucrack-pty.Tpo" -c -o sucrack-pty.o `test -f 'pty.c' || echo './'`pty.c; \
then mv -f ".deps/sucrack-pty.Tpo" ".deps/sucrack-pty.Po"; else rm -f ".deps/sucrack-pty.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-su.o -MD -MP -MF ".deps/sucrack-su.Tpo" -c -o sucrack-su.o `test -f 'su.c' || echo './'`su.c; \
then mv -f ".deps/sucrack-su.Tpo" ".deps/sucrack-su.Po"; else rm -f ".deps/sucrack-su.Tpo"; exit 1; fi
su.c: In function 'su_run':
su.c:109:13: warning: variable 'then' set but not used [-Wunused-but-set-variable]
     clock_t then;
             ^~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-rewriter.o -MD -MP -MF ".deps/sucrack-rewriter.Tpo" -c -o sucrack-rewriter.o `test -f 'rewriter.c' || echo './'`rewriter.c; \
then mv -f ".deps/sucrack-rewriter.Tpo" ".deps/sucrack-rewriter.Po"; else rm -f ".deps/sucrack-rewriter.Tpo"; exit 1; fi
rewriter.c: In function 'rewr_add_rules':
rewriter.c:55:9: warning: unused variable 's' [-Wunused-variable]
     int s;
         ^
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-util.o -MD -MP -MF ".deps/sucrack-util.Tpo" -c -o sucrack-util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/sucrack-util.Tpo" ".deps/sucrack-util.Po"; else rm -f ".deps/sucrack-util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-stat.o -MD -MP -MF ".deps/sucrack-stat.Tpo" -c -o sucrack-stat.o `test -f 'stat.c' || echo './'`stat.c; \
then mv -f ".deps/sucrack-stat.Tpo" ".deps/sucrack-stat.Po"; else rm -f ".deps/sucrack-stat.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -Wall -O2 -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 (LINUX)\"" -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT sucrack-rules.o -MD -MP -MF ".deps/sucrack-rules.Tpo" -c -o sucrack-rules.o `test -f 'rules.c' || echo './'`rules.c; \
then mv -f ".deps/sucrack-rules.Tpo" ".deps/sucrack-rules.Po"; else rm -f ".deps/sucrack-rules.Tpo"; exit 1; fi
rules.c: In function 'rules_prepend_digit':
rules.c:117:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&out, "%i%s", *(int*) arg, in);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rules.c: In function 'rules_append_digit':
rules.c:131:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&out, "%s%i", in, *(int*) arg);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from rules.c:32:0:
At top level:
rules.h:59:20: warning: 'rules_map' defined but not used [-Wunused-variable]
 static rules_map_t rules_map[] = {
                    ^~~~~~~~~
gcc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4   -o sucrack -lpthread sucrack-sucrack.o sucrack-worker.o sucrack-dictionary.o sucrack-pty.o sucrack-su.o sucrack-rewriter.o sucrack-util.o sucrack-stat.o sucrack-rules.o  
make[2]: Leaving directory '/build/sucrack/src/sucrack-1.2.3/src'
make[2]: Entering directory '/build/sucrack/src/sucrack-1.2.3'
make[2]: Leaving directory '/build/sucrack/src/sucrack-1.2.3'
make[1]: Leaving directory '/build/sucrack/src/sucrack-1.2.3'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/sucrack/src/sucrack-1.2.3/src'
make[2]: Entering directory '/build/sucrack/src/sucrack-1.2.3/src'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/bin" || mkdir -p -- "/build/sucrack/pkg/sucrack//usr/bin"
  /usr/bin/install -c 'sucrack' '/build/sucrack/pkg/sucrack//usr/bin/sucrack'
make[2]: Leaving directory '/build/sucrack/src/sucrack-1.2.3/src'
make[1]: Leaving directory '/build/sucrack/src/sucrack-1.2.3/src'
make[1]: Entering directory '/build/sucrack/src/sucrack-1.2.3'
make[2]: Entering directory '/build/sucrack/src/sucrack-1.2.3'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/man/man1" || mkdir -p -- "/build/sucrack/pkg/sucrack//usr/man/man1"
 /usr/bin/install -c -m 644 './doc/sucrack.1' '/build/sucrack/pkg/sucrack//usr/man/man1/sucrack.1'
make[2]: Leaving directory '/build/sucrack/src/sucrack-1.2.3'
make[1]: Leaving directory '/build/sucrack/src/sucrack-1.2.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 issue...
==> Creating package "sucrack"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sucrack 1.2.3-3 (Thu Mar 23 21:07:44 EDT 2017)
==> Cleaning up...