==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: darts 0.32-2 (Thu Jul 11 23:07:26 2024)
==> Retrieving sources...
  -> Found darts-0.32.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    darts-0.32.tar.gz ... Passed
==> Making package: darts 0.32-2 (Thu Jul 11 23:07:47 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found darts-0.32.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting darts-0.32.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
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 ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for egrep... 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 off_t... yes
checking for size_t... yes
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking if g++ supports stl <vector> (required)... yes
checking if g++ supports stl <cstdio> (required)... yes
checking if g++ supports stl <cstring> (required)... yes
checking if g++ supports stl <string> (required)... yes
checking if g++ supports namespaces (required) ... yes
checking if g++ uses std namespace ... yes
checking if g++ environment provides all required features... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating darts.h
config.status: creating darts.spec
config.status: creating config.h
config.status: executing default-1 commands
make  all-recursive
make[1]: Entering directory '/build/darts/src/darts-0.32'
Making all in tests
make[2]: Entering directory '/build/darts/src/darts-0.32/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/darts/src/darts-0.32/tests'
make[2]: Entering directory '/build/darts/src/darts-0.32'
g++ -DHAVE_CONFIG_H -I. -I. -I.     -O3 -Wall -c mkdarts.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.     -O3 -Wall -c darts.cpp
In file included from darts.cpp:9:
./darts.h: In member function 'T Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::exactMatchSearch(const key_type*, size_t, size_t) const':
./darts.h:248:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:249:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:251:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h: In member function 'size_t Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::commonPrefixSearch(const key_type*, T*, size_t, size_t, size_t) const':
./darts.h:275:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:276:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:277:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:278:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:280:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h: In member function 'Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::value_type Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::traverse(const key_type*, size_t&, size_t&, size_t) const':
./darts.h:313:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:314:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h: In instantiation of 'size_t Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::commonPrefixSearch(const key_type*, T*, size_t, size_t, size_t) const [with T = Darts::DoubleArrayImpl<char, unsigned char, int, unsigned int>::result_pair_type; node_type_ = char; node_u_type_ = unsigned char; array_type_ = int; array_u_type_ = unsigned int; length_func_ = Darts::Length<char>; size_t = unsigned int; key_type = char]':
darts.cpp:31:39:   required from here
./darts.h:275:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:276:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:277:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:278:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:280:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
g++  -O3 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o darts  darts.o  -lz 
In file included from mkdarts.cpp:9:
./darts.h: In member function 'T Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::exactMatchSearch(const key_type*, size_t, size_t) const':
./darts.h:248:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:249:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:251:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h: In member function 'size_t Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::commonPrefixSearch(const key_type*, T*, size_t, size_t, size_t) const':
./darts.h:275:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:276:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:277:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:278:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:280:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h: In member function 'Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::value_type Darts::DoubleArrayImpl<node_type_, node_u_type_, array_type_, array_u_type_, length_func_>::traverse(const key_type*, size_t&, size_t&, size_t) const':
./darts.h:313:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
./darts.h:314:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
g++  -O3 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o mkdarts  mkdarts.o  -lz 
make[2]: Leaving directory '/build/darts/src/darts-0.32'
make[1]: Leaving directory '/build/darts/src/darts-0.32'
==> Entering fakeroot environment...
==> Starting package()...
Making install in tests
make[1]: Entering directory '/build/darts/src/darts-0.32/tests'
make[2]: Entering directory '/build/darts/src/darts-0.32/tests'
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/darts/src/darts-0.32/tests'
make[1]: Leaving directory '/build/darts/src/darts-0.32/tests'
make[1]: Entering directory '/build/darts/src/darts-0.32'
make[2]: Entering directory '/build/darts/src/darts-0.32'
/bin/sh ./mkinstalldirs /build/darts/pkg/darts/usr/lib/darts
/bin/sh ./mkinstalldirs /build/darts/pkg/darts/usr/include
mkdir /build/darts/pkg/darts/usr
mkdir /build/darts/pkg/darts/usr
mkdir: cannot create directory ‘/build/darts/pkg/darts/usr’: File exists
mkdir /build/darts/pkg/darts/usr/lib
mkdir /build/darts/pkg/darts/usr/include
mkdir /build/darts/pkg/darts/usr/lib/darts
 /usr/bin/install -c -m 644 darts.h /build/darts/pkg/darts/usr/include/darts.h
  /usr/bin/install -c  mkdarts /build/darts/pkg/darts/usr/lib/darts/mkdarts
  /usr/bin/install -c  darts /build/darts/pkg/darts/usr/lib/darts/darts
make[2]: Leaving directory '/build/darts/src/darts-0.32'
make[1]: Leaving directory '/build/darts/src/darts-0.32'
==> 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 "darts"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: darts 0.32-2 (Thu Jul 11 23:08:14 2024)
==> Cleaning up...