==> Creating clean working copy [build]...done
==> Making package: safecopy 1.7-2 (Fri Mar 24 00:40:55 EDT 2017)
==> Retrieving sources...
  -> Found safecopy-1.7.tar.gz
==> Validating source files with sha256sums...
    safecopy-1.7.tar.gz ... Passed
==> Making package: safecopy 1.7-2 (Fri Mar 24 00:40:55 EDT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found safecopy-1.7.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    safecopy-1.7.tar.gz ... Passed
==> Extracting sources...
  -> Extracting safecopy-1.7.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands

-----------------------------------------------------------------------
             compile configuration completed successfully


Making all in src
make[1]: Entering directory '/build/safecopy/src/safecopy-1.7/src'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -MT voidlist.o -MD -MP -MF .deps/voidlist.Tpo -c -o voidlist.o voidlist.c
mv -f .deps/voidlist.Tpo .deps/voidlist.Po
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -MT textlist.o -MD -MP -MF .deps/textlist.Tpo -c -o textlist.o textlist.c
mv -f .deps/textlist.Tpo .deps/textlist.Po
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -MT arglist.o -MD -MP -MF .deps/arglist.Tpo -c -o arglist.o arglist.c
mv -f .deps/arglist.Tpo .deps/arglist.Po
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -MT lowlevel.o -MD -MP -MF .deps/lowlevel.Tpo -c -o lowlevel.o lowlevel.c
mv -f .deps/lowlevel.Tpo .deps/lowlevel.Po
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -MT safecopy.o -MD -MP -MF .deps/safecopy.Tpo -c -o safecopy.o safecopy.c
safecopy.c: In function 'usage':
safecopy.c:263:20: warning: unknown escape sequence: '\-'
  fprintf(printout, "               Default: none, 0 if \-I is specified\n");
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c: In function 'printpercentage':
safecopy.c:386:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(2, percentage, strlen(percentage));
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:388:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(2, &"\b", 1);
   ^~~~~~~~~~~~~~~~~~
safecopy.c: In function 'printtimecategory':
safecopy.c:427:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(2, icon, strlen(icon));
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:429:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(2, &"\b", 1);
   ^~~~~~~~~~~~~~~~~~
safecopy.c: In function 'outputbadblocks':
safecopy.c:547:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(bblocksout, textbuffer , strlen( textbuffer ));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c: In function 'main':
safecopy.c:1408:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(1, &"|/|", 3);
       ^~~~~~~~~~~~~~~~~~~
safecopy.c:1512:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(2, statusvars->textbuffer , strlen( statusvars->textbuffer ));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:1538:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
      write(1, &"<", 1);
      ^~~~~~~~~~~~~~~~~
safecopy.c:1550:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
      write(1, statusvars->textbuffer , strlen( statusvars->textbuffer ));
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:1551:29: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
      if (configvars->human) write(2, &"\n", 1);
                             ^~~~~~~~~~~~~~~~~~
safecopy.c:1566:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
      write(1, &"_", 1);
      ^~~~~~~~~~~~~~~~~
safecopy.c:1571:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
      write(1, &".", 1);
      ^~~~~~~~~~~~~~~~~
safecopy.c:1628:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(1, &">", 1);
     ^~~~~~~~~~~~~~~~~
safecopy.c:1636:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
      write(1, &"!", 1);
      ^~~~~~~~~~~~~~~~~
safecopy.c:1652:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(1, statusvars->textbuffer , strlen( statusvars->textbuffer ));
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:1663:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(1, &"X", 1);
       ^~~~~~~~~~~~~~~~~
safecopy.c:1699:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(statusvars->source, statusvars->databuffer , statusvars->blocksize );
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:1707:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(statusvars->source, statusvars->databuffer , statusvars->blocksize );
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:1741:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(1, statusvars->textbuffer , strlen( statusvars->textbuffer ));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safecopy.c:1742:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   if (configvars->human) write(2, &"\n", 1);
                          ^~~~~~~~~~~~~~~~~~
mv -f .deps/safecopy.Tpo .deps/safecopy.Po
gcc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4   -Wl,-O1,--sort-common,--as-needed,-z,relro -o safecopy voidlist.o textlist.o arglist.o lowlevel.o safecopy.o  
make[1]: Leaving directory '/build/safecopy/src/safecopy-1.7/src'
make[1]: Entering directory '/build/safecopy/src/safecopy-1.7'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/safecopy/src/safecopy-1.7'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/safecopy/src/safecopy-1.7/src'
make[2]: Entering directory '/build/safecopy/src/safecopy-1.7/src'
test -z "/usr/bin" || /usr/bin/mkdir -p "/build/safecopy/pkg/safecopy/usr/bin"
  /usr/bin/install -c safecopy '/build/safecopy/pkg/safecopy/usr/bin'
test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/build/safecopy/pkg/safecopy/usr/share/man/man1"
 /usr/bin/install -c -m 644 safecopy.1 '/build/safecopy/pkg/safecopy/usr/share/man/man1'
make[2]: Leaving directory '/build/safecopy/src/safecopy-1.7/src'
make[1]: Leaving directory '/build/safecopy/src/safecopy-1.7/src'
make[1]: Entering directory '/build/safecopy/src/safecopy-1.7'
make[2]: Entering directory '/build/safecopy/src/safecopy-1.7'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/safecopy/src/safecopy-1.7'
make[1]: Leaving directory '/build/safecopy/src/safecopy-1.7'
==> 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 "safecopy"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: safecopy 1.7-2 (Fri Mar 24 00:40:58 EDT 2017)
==> Cleaning up...