==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: wipe 2.3.1-5 (Mon May 18 23:13:09 2020)
==> Retrieving sources...
  -> Found wipe-2.3.1.tar.bz2
  -> Found wipe-2.3.1.tar.bz2.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    wipe-2.3.1.tar.bz2 ... Passed
    wipe-2.3.1.tar.bz2.sig ... Skipped
==> Making package: wipe 2.3.1-5 (Mon 18 May 2020 11:13:16 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found wipe-2.3.1.tar.bz2
  -> Found wipe-2.3.1.tar.bz2.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting wipe-2.3.1.tar.bz2 with bsdtar
==> Starting build()...
creating cache ./config.cache
checking host system type... aarch64-unknown-linux-gnu
checking target system type... aarch64-unknown-linux-gnu
checking build system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) works... yes
checking whether the C compiler (gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether the C compiler accepts -pipe... yes
checking whether the C compiler accepts -g... yes
checking whether the C compiler accepts -O0... yes
checking whether the C compiler accepts -O2... yes
checking whether the C compiler accepts -ansi... yes
checking whether the C compiler accepts -pedantic... yes
checking whether the C compiler accepts -Wall... yes
checking whether the C compiler accepts -Werror... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for fcntl.h... yes
checking for memory.h... yes
checking for linux/fs.h... yes
checking for sys/mount.h... yes
checking for sys/disklabel.h... no
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/stat.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for getopt.h... yes
checking for errno.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for linux/mtio.h... yes
checking for working const... yes
checking for inline... __inline__
checking for off_t... yes
checking for size_t... yes
checking whether stat file-mode macros are broken... no
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for getopt... yes
checking for strnlen... yes
checking for bzero... yes
checking for memset... yes
checking for memcpy... yes
checking for realloc... yes
checking for fchmod... yes
checking for ioctl... yes
checking for fcntl... yes
checking for lockf... yes
checking for flock... yes
checking for fsync... yes
checking for fdatasync... yes
checking for unlink... yes
checking for rmdir... yes
checking for remove... yes
checking for rename... yes
checking for dirfd... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o main.o main.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o wipe.o wipe.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o rand.o rand.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o dir.o dir.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o file.o file.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o blkdev.o blkdev.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o lock.o lock.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o text.o text.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o str.o str.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o percent.o percent.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o prompt.o prompt.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o io.o io.c
gcc -pipe -O2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX    -c -o mt.o mt.c
gcc  *.o -o wipe
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/install -c -m 0755 -d /build/wipe/pkg/wipe/usr/bin
/usr/bin/install -c -m 0755 -s ./wipe /build/wipe/pkg/wipe/usr/bin
/usr/bin/install -c -d /build/wipe/pkg/wipe/usr/share/man/man1
/usr/bin/install -c -o root -m 0644 wipe.1 /build/wipe/pkg/wipe/usr/share/man/man1/
rm -rf /build/wipe/pkg/wipe/usr/share/doc/wipe*
/usr/bin/install -c -d /build/wipe/pkg/wipe/usr/share/doc/wipe
for file in 'LICENSE copyright CHANGES README TODO INSTALL TESTING'; do \
	/usr/bin/install -c -o root -m 0644 $file /build/wipe/pkg/wipe/usr/share/doc/wipe/; \
done
==> 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 issues...
==> Creating package "wipe"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: wipe 2.3.1-5 (Mon 18 May 2020 11:13:23 PM MDT)
==> Cleaning up...