==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: gperf 3.1-5 (Sun Sep  3 20:04:46 2023)
==> Retrieving sources...
  -> Found gperf-3.1.tar.gz
  -> Found gperf-3.1.tar.gz.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    gperf-3.1.tar.gz ... Passed
    gperf-3.1.tar.gz.sig ... Skipped
==> Making package: gperf 3.1-5 (Sun Sep  3 20:04:54 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found gperf-3.1.tar.gz
  -> Found gperf-3.1.tar.gz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting gperf-3.1.tar.gz with bsdtar
==> Starting build()...
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
=== configuring in lib (/build/gperf/src/gperf-3.1/lib)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--docdir=/usr/share/gperf/doc/' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
=== configuring in src (/build/gperf/src/gperf-3.1/src)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--docdir=/usr/share/gperf/doc/' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for stack-allocated variable-size arrays... yes
checking for rand in -lm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
=== configuring in tests (/build/gperf/src/gperf-3.1/tests)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--docdir=/usr/share/gperf/doc/' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
configure: creating ./config.status
config.status: creating Makefile
=== configuring in doc (/build/gperf/src/gperf-3.1/doc)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--docdir=/usr/share/gperf/doc/' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
checking for a BSD compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
cd lib; make all
make[1]: Entering directory '/build/gperf/src/gperf-3.1/lib'
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -I. -c ./getopt.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -I. -c ./getopt1.c
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -c ./getline.cc
./getline.cc: In function 'int getstr(char**, size_t*, FILE*, char, size_t)':
./getline.cc:58:20: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -c ./hash.cc
rm -f libgp.a
ar rc libgp.a getopt.o getopt1.o getline.o hash.o
ranlib libgp.a
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/lib'
cd src; make all
make[1]: Entering directory '/build/gperf/src/gperf-3.1/src'
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./version.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./positions.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./options.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./keyword.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./keyword-list.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./input.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./bool-array.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./hash-table.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./search.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./output.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -I./../lib -c ./main.cc
g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o gperf version.o positions.o options.o keyword.o keyword-list.o input.o bool-array.o hash-table.o search.o output.o main.o ../lib/libgp.a -lm
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/src'
cd tests; make all
make[1]: Entering directory '/build/gperf/src/gperf-3.1/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/tests'
cd doc; make all
make[1]: Entering directory '/build/gperf/src/gperf-3.1/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/doc'
==> Entering fakeroot environment...
==> Starting package()...
cd lib; make install
make[1]: Entering directory '/build/gperf/src/gperf-3.1/lib'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/lib'
cd src; make install
make[1]: Entering directory '/build/gperf/src/gperf-3.1/src'
/bin/sh ./../build-aux/mkinstalldirs /build/gperf/pkg/gperf/usr/bin
mkdir -p -- /build/gperf/pkg/gperf/usr/bin
/usr/bin/install -c gperf /build/gperf/pkg/gperf/usr/bin/gperf
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/src'
cd tests; make install
make[1]: Entering directory '/build/gperf/src/gperf-3.1/tests'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/tests'
cd doc; make install
make[1]: Entering directory '/build/gperf/src/gperf-3.1/doc'
/bin/sh ./../build-aux/mkinstalldirs /build/gperf/pkg/gperf/usr/share/info
mkdir -p -- /build/gperf/pkg/gperf/usr/share/info
/usr/bin/install -c -m 644 ./gperf.info /build/gperf/pkg/gperf/usr/share/info/gperf.info
/bin/sh ./../build-aux/mkinstalldirs /build/gperf/pkg/gperf/usr/share/man/man1
mkdir -p -- /build/gperf/pkg/gperf/usr/share/man/man1
/usr/bin/install -c -m 644 ./gperf.1 /build/gperf/pkg/gperf/usr/share/man/man1/gperf.1
/bin/sh ./../build-aux/mkinstalldirs /build/gperf/pkg/gperf/usr/share/gperf/doc
mkdir -p -- /build/gperf/pkg/gperf/usr/share/gperf/doc
/usr/bin/install -c -m 644 ./gperf.html /build/gperf/pkg/gperf/usr/share/gperf/doc/gperf.html
make[1]: Leaving directory '/build/gperf/src/gperf-3.1/doc'
==> 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 "gperf"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: gperf 3.1-5 (Sun Sep  3 20:05:04 2023)
==> Cleaning up...