==> Creating clean working copy [build]...done
==> Making package: triad-decompiler 0.4.3-2 (Fri Mar 24 20:08:05 UTC 2017)
==> Retrieving sources...
  -> Found 0.4.3.tar.gz
==> Validating source files with sha512sums...
    0.4.3.tar.gz ... Passed
==> Making package: triad-decompiler 0.4.3-2 (Fri Mar 24 20:08:07 UTC 2017)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) capstone-3.0.4-4

Total Installed Size:  6.23 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing capstone...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found 0.4.3.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    0.4.3.tar.gz ... Passed
==> Extracting sources...
  -> Extracting 0.4.3.tar.gz with bsdtar
==> Starting build()...
make -C src triad
make[1]: Entering directory '/build/triad-decompiler/src/triad-decompiler-0.4.3/src'
gcc -O2 -c main.c
gcc -O2 -c elf_parser.c
elf_parser.c: In function 'parse_sections':
elf_parser.c:86:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   if (!strcmp (current_name, ".symtab")) //Contains "symbols" for the program.
        ^~~~~~
gcc -O2 -c jump_block.c
gcc -O2 -c function.c
gcc -O2 -c var.c
gcc -O2 -c lang_gen.c
gcc -O2 main.o elf_parser.o jump_block.o function.o var.o lang_gen.o -o triad -lcapstone
make[1]: Leaving directory '/build/triad-decompiler/src/triad-decompiler-0.4.3/src'
==> 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 "triad-decompiler"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: triad-decompiler 0.4.3-2 (Fri Mar 24 20:08:16 UTC 2017)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (1) capstone-3.0.4-4

Total Removed Size:  6.23 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing capstone...