==> Creating clean working copy [build]...done
==> Making package: nsoq 1.9.5-2 (Fri Mar 24 22:01:57 EDT 2017)
==> Retrieving sources...
  -> Found nsoq-1.9.5.tar.gz
==> Validating source files with sha512sums...
    nsoq-1.9.5.tar.gz ... Passed
==> Making package: nsoq 1.9.5-2 (Fri Mar 24 22:01:59 EDT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nsoq-1.9.5.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    nsoq-1.9.5.tar.gz ... Passed
==> Extracting sources...
  -> Extracting nsoq-1.9.5.tar.gz with bsdtar
==> Starting build()...
gcc -S src/_udp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_udp.o.asm
src/_udp.c: In function 'udp':
src/_udp.c:334:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c src/_udp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_udp.o
src/_udp.c: In function 'udp':
src/_udp.c:334:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -S src/_utils.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_utils.o.asm
gcc -c src/_utils.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_utils.o
gcc -S src/_webstress.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_webstress.o.asm
src/_webstress.c: In function 'web':
src/_webstress.c:608:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c src/_webstress.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_webstress.o
src/_webstress.c: In function 'web':
src/_webstress.c:608:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -S src/_tcp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_tcp.o.asm
src/_tcp.c: In function 'tcp':
src/_tcp.c:665:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c src/_tcp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_tcp.o
src/_tcp.c: In function 'tcp':
src/_tcp.c:665:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -S src/_consistency.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_consistency.o.asm
gcc -c src/_consistency.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_consistency.o
gcc -S src/_irc.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_irc.o.asm
gcc -c src/_irc.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_irc.o
gcc -S src/_icmp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_icmp.o.asm
gcc -c src/_icmp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_icmp.o
gcc -S src/_arp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_arp.o.asm
src/_arp.c: In function 'arp':
src/_arp.c:638:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c src/_arp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_arp.o
src/_arp.c: In function 'arp':
src/_arp.c:638:54: warning: array subscript is above array bounds [-Warray-bounds]
    _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mkdir -p ./bin
gcc -o ./bin/nsoq ./src/nsoq.c src/_udp.o src/_utils.o src/_webstress.o src/_tcp.o src/_consistency.o src/_irc.o src/_icmp.o src/_arp.o -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\"  -lpthread -DDATEBUILD=\"24.03.2017--22:02:15\" -O3 
==> 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 issue...
==> Creating package "nsoq"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Adding changelog file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nsoq 1.9.5-2 (Fri Mar 24 22:02:20 EDT 2017)
==> Cleaning up...