==> Creating clean working copy [build]...done ==> Making package: hex2bin 2.5-1 (Thu May 18 07:08:26 EDT 2017) ==> Retrieving sources... -> Found Hex2bin-2.5.tar.bz2 ==> Validating source files with sha512sums... Hex2bin-2.5.tar.bz2 ... Passed ==> Making package: hex2bin 2.5-1 (Thu May 18 07:08:27 EDT 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found Hex2bin-2.5.tar.bz2 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... Hex2bin-2.5.tar.bz2 ... Passed ==> Extracting sources... -> Extracting Hex2bin-2.5.tar.bz2 with bsdtar ==> Starting build()... gcc -c -std=c99 -O2 -Wall -pedantic hex2bin.c -o hex2bin.o hex2bin.c: In function 'main': hex2bin.c:212:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (temp > Highest_Address) ^~ hex2bin.c:214:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (Verbose_Flag) fprintf(stderr,"Highest_Address: %08X\n",Highest_Address); ^~ gcc -c -std=c99 -O2 -Wall -pedantic common.c -o common.o gcc -c -std=c99 -O2 -Wall -pedantic libcrc.c -o libcrc.o gcc -c -std=c99 -O2 -Wall -pedantic binary.c -o binary.o gcc -O2 -Wall -o hex2bin hex2bin.o common.o libcrc.o binary.o gcc -c -std=c99 -O2 -Wall -pedantic mot2bin.c -o mot2bin.o gcc -O2 -Wall -o mot2bin mot2bin.o common.o libcrc.o binary.o ==> 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 "hex2bin"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: hex2bin 2.5-1 (Thu May 18 07:08:28 EDT 2017) ==> Cleaning up...