==> Creating clean working copy [build]...done
==> Making package: sidguesser 1.0.5-4 (Fri Mar 24 07:58:21 UTC 2017)
==> Retrieving sources...
  -> Found SIDGuesser_src_1_0_5.zip
==> Validating source files with sha512sums...
    SIDGuesser_src_1_0_5.zip ... Passed
==> Making package: sidguesser 1.0.5-4 (Fri Mar 24 07:58:22 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found SIDGuesser_src_1_0_5.zip
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    SIDGuesser_src_1_0_5.zip ... Passed
==> Extracting sources...
  -> Extracting SIDGuesser_src_1_0_5.zip with bsdtar
==> Starting build()...
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 how to run the C preprocessor... gcc -E
checking for egrep... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for error_at_line... yes
checking for vprintf... yes
checking for _doprnt... no
checking for memset... yes
checking for socket... yes
checking for strchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
gcc -O2 -D_FORTIFY_SOURCE=2  -c -o log.o log.c
gcc -O2 -D_FORTIFY_SOURCE=2  -c -o SIDGuesser.o SIDGuesser.c
SIDGuesser.c: In function 'ConnectSocket':
SIDGuesser.c:126:24: warning: implicit declaration of function 'inet_addr' [-Wimplicit-function-declaration]
  sin.sin_addr.s_addr = inet_addr( pIP );
                        ^~~~~~~~~
SIDGuesser.c: In function 'GuessSID':
SIDGuesser.c:263:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
   close( s );
   ^~~~~
gcc -o sidguess log.o SIDGuesser.o -pthread
==> 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 "sidguesser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sidguesser 1.0.5-4 (Fri Mar 24 07:58:30 UTC 2017)
==> Cleaning up...