==> Creating clean working copy [build]...done
==> Making package: scrounge-ntfs 0.9-3 (Fri Mar 24 07:05:41 EDT 2017)
==> Retrieving sources...
  -> Found scrounge-ntfs-0.9.tar.gz
==> Validating source files with sha512sums...
    scrounge-ntfs-0.9.tar.gz ... Passed
==> Making package: scrounge-ntfs 0.9-3 (Fri Mar 24 07:05:43 EDT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found scrounge-ntfs-0.9.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    scrounge-ntfs-0.9.tar.gz ... Passed
==> Extracting sources...
  -> Extracting scrounge-ntfs-0.9.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 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
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
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 string.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for unistd.h... (cached) yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdint.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for off_t wchar_t... no
checking size of off_t wchar_t... 0
checking for bool... no
checking for uint... yes
checking for uint64... no
checking for uint32... no
checking for uint16... no
checking for int64... no
checking for int32... no
checking for int16... no
checking for byte... no
checking for uint64_t... yes
checking for uint32_t... yes
checking for uint16_t... yes
checking for int64_t... yes
checking for int32_t... yes
checking for int16_t... yes
checking for memset... yes
checking for stat... yes
checking for strchr... yes
checking for strerror... yes
checking for sprintf... yes
checking for utimes... yes
checking for chmod... yes
checking for memcmp... yes
checking for malloc... yes
checking for realloc... yes
checking for getopt... yes
checking for strchr... (cached) yes
checking for strerror... (cached) yes
checking for getcwd... yes
checking for chdir... yes
checking for getopt... (cached) yes
checking for reallocf... no
checking for itow... no
checking for itoa... no
checking for wopen... no
checking for wchdir... no
checking for wmkdir... no
checking for lseek64... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating win32/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9'
Making all in src
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/src'
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-compat.o -MD -MP -MF .deps/scrounge_ntfs-compat.Tpo -c -o scrounge_ntfs-compat.o `test -f 'compat.c' || echo './'`compat.c
compat.c: In function 'reallocf':
compat.c:292:5: warning: implicit declaration of function 'errx' [-Wimplicit-function-declaration]
     errx(1, "out of memory");
     ^~~~
mv -f .deps/scrounge_ntfs-compat.Tpo .deps/scrounge_ntfs-compat.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-list.o -MD -MP -MF .deps/scrounge_ntfs-list.Tpo -c -o scrounge_ntfs-list.o `test -f 'list.c' || echo './'`list.c
list.c: In function 'printNTFSInfo':
list.c:44:6: warning: implicit declaration of function 'lseek64' [-Wimplicit-function-declaration]
   if(lseek64(dd, pos, SEEK_SET) == -1)
      ^~~~~~~
list.c:45:5: warning: implicit declaration of function 'err' [-Wimplicit-function-declaration]
     err(1, "couldn't seek drive");
     ^~~
list.c:52:5: warning: implicit declaration of function 'errx' [-Wimplicit-function-declaration]
     errx(1, "unexpected end of drive");
     ^~~~
mv -f .deps/scrounge_ntfs-list.Tpo .deps/scrounge_ntfs-list.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-main.o -MD -MP -MF .deps/scrounge_ntfs-main.Tpo -c -o scrounge_ntfs-main.o `test -f 'main.c' || echo './'`main.c
main.c: In function 'main':
main.c:110:11: warning: implicit declaration of function 'errx' [-Wimplicit-function-declaration]
           errx(2, "invalid cluster size (must be between 1 and 128)");
           ^~~~
main.c:159:9: warning: implicit declaration of function 'err' [-Wimplicit-function-declaration]
         err(2, "couldn't change to output directory");
         ^~~
main.c:218:7: warning: implicit declaration of function 'warnx' [-Wimplicit-function-declaration]
       warnx("ignoring extra arguments");
       ^~~~~
mv -f .deps/scrounge_ntfs-main.Tpo .deps/scrounge_ntfs-main.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-misc.o -MD -MP -MF .deps/scrounge_ntfs-misc.Tpo -c -o scrounge_ntfs-misc.o `test -f 'misc.c' || echo './'`misc.c
misc.c: In function 'compareFileData':
misc.c:202:7: warning: implicit declaration of function 'err' [-Wimplicit-function-declaration]
       err(1, "error reading comparison file");
       ^~~
mv -f .deps/scrounge_ntfs-misc.Tpo .deps/scrounge_ntfs-misc.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-ntfs.o -MD -MP -MF .deps/scrounge_ntfs-ntfs.Tpo -c -o scrounge_ntfs-ntfs.o `test -f 'ntfs.c' || echo './'`ntfs.c
mv -f .deps/scrounge_ntfs-ntfs.Tpo .deps/scrounge_ntfs-ntfs.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-ntfsx.o -MD -MP -MF .deps/scrounge_ntfs-ntfsx.Tpo -c -o scrounge_ntfs-ntfsx.o `test -f 'ntfsx.c' || echo './'`ntfsx.c
ntfsx.c: In function 'ntfsx_cluster_read':
ntfsx.c:135:6: warning: implicit declaration of function 'lseek64' [-Wimplicit-function-declaration]
   if(lseek64(dd, pos, SEEK_SET) == -1)
      ^~~~~~~
ntfsx.c: In function 'ntfsx_attrib_enum_list':
ntfsx.c:322:7: warning: implicit declaration of function 'warnx' [-Wimplicit-function-declaration]
       warnx("brain dead, incredibly fragmented file data. skipping");
       ^~~~~
ntfsx.c: In function 'ntfsx_record_read':
ntfsx.c:465:9: warning: implicit declaration of function 'warn' [-Wimplicit-function-declaration]
         warn("couldn't read mft record from drive");
         ^~~~
ntfsx.c:471:23: warning: multi-character character constant [-Wmultichar]
  if(rechead->magic != kNTFS_RecMagic || 
                       ^~~~~~~~~~~~~~
mv -f .deps/scrounge_ntfs-ntfsx.Tpo .deps/scrounge_ntfs-ntfsx.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-posix.o -MD -MP -MF .deps/scrounge_ntfs-posix.Tpo -c -o scrounge_ntfs-posix.o `test -f 'posix.c' || echo './'`posix.c
posix.c: In function 'setFileTime':
posix.c:81:5: warning: implicit declaration of function 'warn' [-Wimplicit-function-declaration]
     warn("couldn't set file times on: %s", encoded);
     ^~~~
mv -f .deps/scrounge_ntfs-posix.Tpo .deps/scrounge_ntfs-posix.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-scrounge.o -MD -MP -MF .deps/scrounge_ntfs-scrounge.Tpo -c -o scrounge_ntfs-scrounge.o `test -f 'scrounge.c' || echo './'`scrounge.c
scrounge.c: In function 'processMFTRecord':
scrounge.c:199:11: warning: implicit declaration of function 'warnx' [-Wimplicit-function-declaration]
           warnx("invalid parent directory for file: " FC_PRINTF, basics.filename);
           ^~~~~
In file included from usuals.h:49:0,
                 from scrounge.c:20:
compat.h:304:20: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration]
   #define fc_mkdir mkdir
                    ^
scrounge.c:221:8: note: in expansion of macro 'fc_mkdir'
     if(fc_mkdir(basics.filename, DEF_DIR_MODE) == -1)
        ^~~~~~~~
scrounge.c:224:13: warning: implicit declaration of function 'warn' [-Wimplicit-function-declaration]
             warn("couldn't create directory '" FC_PRINTF "' putting files in parent directory", basics.filename);
             ^~~~
scrounge.c:386:21: warning: implicit declaration of function 'err' [-Wimplicit-function-declaration]
                     err(1, "couldn't write to output file: " FC_PRINTF, basics.filename);
                     ^~~
scrounge.c: In function 'scroungeMFT':
scrounge.c:528:5: warning: implicit declaration of function 'errx' [-Wimplicit-function-declaration]
     errx(2, "invalid mft. past end of partition");
     ^~~~
scrounge.c: In function 'scroungeUsingRaw':
scrounge.c:617:18: warning: multi-character character constant [-Wmultichar]
   uint32 magic = kNTFS_RecMagic;
                  ^~~~~~~~~~~~~~
scrounge.c:636:8: warning: implicit declaration of function 'lseek64' [-Wimplicit-function-declaration]
     if(lseek64(pi->device, pos, SEEK_SET) == -1)
        ^~~~~~~
In file included from usuals.h:49:0,
                 from scrounge.c:20:
scrounge.c: In function 'processMFTRecord':
compat.h:303:20: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
   #define fc_chdir chdir
                     
scrounge.c:229:13: note: in expansion of macro 'fc_chdir'
             fc_chdir(basics.filename);
             ^~~~~~~~
scrounge.c: In function 'scroungeUsingMFT':
compat.h:305:21: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
   #define fc_getcwd getcwd
                      
scrounge.c:575:2: note: in expansion of macro 'fc_getcwd'
  fc_getcwd(dir, MAX_PATH);
  ^~~~~~~~~
compat.h:303:20: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
   #define fc_chdir chdir
                     
scrounge.c:603:5: note: in expansion of macro 'fc_chdir'
     fc_chdir(dir);
     ^~~~~~~~
scrounge.c: In function 'scroungeUsingRaw':
compat.h:305:21: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
   #define fc_getcwd getcwd
                      
scrounge.c:622:2: note: in expansion of macro 'fc_getcwd'
  fc_getcwd(dir, MAX_PATH);
  ^~~~~~~~~
compat.h:303:20: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
   #define fc_chdir chdir
                     
scrounge.c:654:5: note: in expansion of macro 'fc_chdir'
     fc_chdir(dir);
     ^~~~~~~~
mv -f .deps/scrounge_ntfs-scrounge.Tpo .deps/scrounge_ntfs-scrounge.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-search.o -MD -MP -MF .deps/scrounge_ntfs-search.Tpo -c -o scrounge_ntfs-search.o `test -f 'search.c' || echo './'`search.c
search.c: In function 'scroungeSearch':
search.c:27:3: warning: implicit declaration of function 'errx' [-Wimplicit-function-declaration]
   errx(1, "search functionality not implemented yet.");
   ^~~~
mv -f .deps/scrounge_ntfs-search.Tpo .deps/scrounge_ntfs-search.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include -MT scrounge_ntfs-unicode.o -MD -MP -MF .deps/scrounge_ntfs-unicode.Tpo -c -o scrounge_ntfs-unicode.o `test -f 'unicode.c' || echo './'`unicode.c
mv -f .deps/scrounge_ntfs-unicode.Tpo .deps/scrounge_ntfs-unicode.Po
gcc -I..  -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local/include  -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -o scrounge-ntfs scrounge_ntfs-compat.o scrounge_ntfs-list.o scrounge_ntfs-main.o scrounge_ntfs-misc.o scrounge_ntfs-ntfs.o scrounge_ntfs-ntfsx.o scrounge_ntfs-posix.o scrounge_ntfs-scrounge.o scrounge_ntfs-search.o scrounge_ntfs-unicode.o  
make[2]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/src'
Making all in win32
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/win32'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/win32'
Making all in doc
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/doc'
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9'
make[2]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9'
make[1]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/src'
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/src'
test -z "/usr/bin" || /usr/bin/mkdir -p "/build/scrounge-ntfs/pkg/scrounge-ntfs/usr/bin"
  /usr/bin/install -c 'scrounge-ntfs' '/build/scrounge-ntfs/pkg/scrounge-ntfs/usr/bin/scrounge-ntfs'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/src'
make[1]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/src'
Making install in win32
make[1]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/win32'
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/win32'
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/scrounge-ntfs/src/scrounge-ntfs-0.9/win32'
make[1]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/win32'
Making install in doc
make[1]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/doc'
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/doc'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/build/scrounge-ntfs/pkg/scrounge-ntfs/usr/share/man/man8"
 /usr/bin/install -c -m 644 './scrounge-ntfs.8' '/build/scrounge-ntfs/pkg/scrounge-ntfs/usr/share/man/man8/scrounge-ntfs.8'
make[2]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/doc'
make[1]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9/doc'
make[1]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9'
make[2]: Entering directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9'
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/scrounge-ntfs/src/scrounge-ntfs-0.9'
make[1]: Leaving directory '/build/scrounge-ntfs/src/scrounge-ntfs-0.9'
==> 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 "scrounge-ntfs"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: scrounge-ntfs 0.9-3 (Fri Mar 24 07:06:03 EDT 2017)
==> Cleaning up...