==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: reprepro 5.4.5-2 (Fri Jun  6 17:49:18 2025)
==> Retrieving sources...
  -> Found reprepro-reprepro-5.4.5.tar.bz2
  -> Found bdb_5.3.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    reprepro-reprepro-5.4.5.tar.bz2 ... Passed
    bdb_5.3.patch ... Passed
==> Validating source files with b2sums...
    reprepro-reprepro-5.4.5.tar.bz2 ... Passed
    bdb_5.3.patch ... Passed
==> Making package: reprepro 5.4.5-2 (Fri 06 Jun 2025 05:49:24 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found reprepro-reprepro-5.4.5.tar.bz2
  -> Found bdb_5.3.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting reprepro-reprepro-5.4.5.tar.bz2 with bsdtar
==> Starting prepare()...
patching file configure.ac
==> Starting build()...
+ export 'CPPFLAGS= -I/usr/include/db5.3'
+ CPPFLAGS=' -I/usr/include/db5.3'
+ libtoolize --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'ac'.
libtoolize: linking file 'ac/ltmain.sh'
libtoolize: You should add the contents of the following files to 'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Remember to add 'LT_INIT' to configure.ac.
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
+ aclocal
+ autoheader
+ automake --add-missing
configure.ac:16: installing 'ac/compile'
configure.ac:8: installing 'ac/install-sh'
configure.ac:8: installing 'ac/missing'
Makefile.am: installing 'ac/depcomp'
+ autoconf
configure.ac:9: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:9: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:744: AM_CONFIG_HEADER is expanded from...
configure.ac:9: the top level
configure.ac:16: warning: The macro 'AC_GNU_SOURCE' is obsolete.
configure.ac:16: You should run autoupdate.
./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from...
configure.ac:16: the top level
configure.ac:18: warning: The macro 'AC_PROG_CC_C99' is obsolete.
configure.ac:18: You should run autoupdate.
./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
configure.ac:18: the top level
+ ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc option to enable large file support... none needed
checking whether byte ordering is bigendian... no
checking for _Bool... yes
checking for stdbool.h that conforms to C99 or later... yes
checking for closefrom... yes
checking for strndup... yes
checking for dprintf... yes
checking for tdestroy... yes
checking for mkostemp... yes
checking for vasprintf... yes
checking for db5.3/db.h... yes
checking for db_create in -ldb-5.3... yes
checking for gzopen in -lz... yes
checking for gpgme.h... yes
checking for gpg_strsource in -lgpg-error... yes
checking for gpgme_get_protocol_name in -lgpgme... yes
checking for BZ2_bzCompressInit in -lbz2... yes
checking for lzma_easy_encoder in -llzma... yes
checking for archive_read_new in -larchive... yes
checking for archive.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ make
make  all-recursive
make[1]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
Making all in docs
make[2]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5/docs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5/docs'
Making all in tests
make[2]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5/tests'
make[2]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT outhook.o -MD -MP -MF .deps/outhook.Tpo -c -o outhook.o outhook.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT descriptions.o -MD -MP -MF .deps/descriptions.Tpo -c -o descriptions.o descriptions.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT sizes.o -MD -MP -MF .deps/sizes.Tpo -c -o sizes.o sizes.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT sourcecheck.o -MD -MP -MF .deps/sourcecheck.Tpo -c -o sourcecheck.o sourcecheck.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT byhandhook.o -MD -MP -MF .deps/byhandhook.Tpo -c -o byhandhook.o byhandhook.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT archallflood.o -MD -MP -MF .deps/archallflood.Tpo -c -o archallflood.o archallflood.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT needbuild.o -MD -MP -MF .deps/needbuild.Tpo -c -o needbuild.o needbuild.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT globmatch.o -MD -MP -MF .deps/globmatch.Tpo -c -o globmatch.o globmatch.c
mv -f .deps/descriptions.Tpo .deps/descriptions.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT printlistformat.o -MD -MP -MF .deps/printlistformat.Tpo -c -o printlistformat.o printlistformat.c
mv -f .deps/outhook.Tpo .deps/outhook.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT diffindex.o -MD -MP -MF .deps/diffindex.Tpo -c -o diffindex.o diffindex.c
mv -f .deps/globmatch.Tpo .deps/globmatch.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT rredpatch.o -MD -MP -MF .deps/rredpatch.Tpo -c -o rredpatch.o rredpatch.c
mv -f .deps/sizes.Tpo .deps/sizes.Po
mv -f .deps/byhandhook.Tpo .deps/byhandhook.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT atoms.o -MD -MP -MF .deps/atoms.Tpo -c -o atoms.o atoms.c
mv -f .deps/needbuild.Tpo .deps/needbuild.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT uncompression.o -MD -MP -MF .deps/uncompression.Tpo -c -o uncompression.o uncompression.c
mv -f .deps/sourcecheck.Tpo .deps/sourcecheck.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT remoterepository.o -MD -MP -MF .deps/remoterepository.Tpo -c -o remoterepository.o remoterepository.c
mv -f .deps/archallflood.Tpo .deps/archallflood.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT indexfile.o -MD -MP -MF .deps/indexfile.Tpo -c -o indexfile.o indexfile.c
mv -f .deps/printlistformat.Tpo .deps/printlistformat.Po
mv -f .deps/diffindex.Tpo .deps/diffindex.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT copypackages.o -MD -MP -MF .deps/copypackages.Tpo -c -o copypackages.o copypackages.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT sourceextraction.o -MD -MP -MF .deps/sourceextraction.Tpo -c -o sourceextraction.o sourceextraction.c
mv -f .deps/atoms.Tpo .deps/atoms.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT checksums.o -MD -MP -MF .deps/checksums.Tpo -c -o checksums.o checksums.c
mv -f .deps/indexfile.Tpo .deps/indexfile.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT readtextfile.o -MD -MP -MF .deps/readtextfile.Tpo -c -o readtextfile.o readtextfile.c
mv -f .deps/pool.Tpo .deps/pool.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT filecntl.o -MD -MP -MF .deps/filecntl.Tpo -c -o filecntl.o filecntl.c
mv -f .deps/rredpatch.Tpo .deps/rredpatch.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
mv -f .deps/readtextfile.Tpo .deps/readtextfile.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c
mv -f .deps/filecntl.Tpo .deps/filecntl.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT sha512.o -MD -MP -MF .deps/sha512.Tpo -c -o sha512.o sha512.c
mv -f .deps/sourceextraction.Tpo .deps/sourceextraction.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT configparser.o -MD -MP -MF .deps/configparser.Tpo -c -o configparser.o configparser.c
mv -f .deps/uncompression.Tpo .deps/uncompression.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT database.o -MD -MP -MF .deps/database.Tpo -c -o database.o database.c
mv -f .deps/copypackages.Tpo .deps/copypackages.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT freespace.o -MD -MP -MF .deps/freespace.Tpo -c -o freespace.o freespace.c
mv -f .deps/sha1.Tpo .deps/sha1.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT hooks.o -MD -MP -MF .deps/hooks.Tpo -c -o hooks.o hooks.c
mv -f .deps/sha256.Tpo .deps/sha256.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
mv -f .deps/sha512.Tpo .deps/sha512.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT changes.o -MD -MP -MF .deps/changes.Tpo -c -o changes.o changes.c
mv -f .deps/hooks.Tpo .deps/hooks.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT incoming.o -MD -MP -MF .deps/incoming.Tpo -c -o incoming.o incoming.c
mv -f .deps/remoterepository.Tpo .deps/remoterepository.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT uploaderslist.o -MD -MP -MF .deps/uploaderslist.Tpo -c -o uploaderslist.o uploaderslist.c
mv -f .deps/freespace.Tpo .deps/freespace.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT guesscomponent.o -MD -MP -MF .deps/guesscomponent.Tpo -c -o guesscomponent.o guesscomponent.c
mv -f .deps/checksums.Tpo .deps/checksums.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT files.o -MD -MP -MF .deps/files.Tpo -c -o files.o files.c
mv -f .deps/guesscomponent.Tpo .deps/guesscomponent.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
mv -f .deps/changes.Tpo .deps/changes.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT dirs.o -MD -MP -MF .deps/dirs.Tpo -c -o dirs.o dirs.c
mv -f .deps/md5.Tpo .deps/md5.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT chunks.o -MD -MP -MF .deps/chunks.Tpo -c -o chunks.o chunks.c
mv -f .deps/log.Tpo .deps/log.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT reference.o -MD -MP -MF .deps/reference.Tpo -c -o reference.o reference.c
mv -f .deps/dirs.Tpo .deps/dirs.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT binaries.o -MD -MP -MF .deps/binaries.Tpo -c -o binaries.o binaries.c
mv -f .deps/configparser.Tpo .deps/configparser.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT sources.o -MD -MP -MF .deps/sources.Tpo -c -o sources.o sources.c
mv -f .deps/files.Tpo .deps/files.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT checks.o -MD -MP -MF .deps/checks.Tpo -c -o checks.o checks.c
mv -f .deps/reference.Tpo .deps/reference.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT names.o -MD -MP -MF .deps/names.Tpo -c -o names.o names.c
mv -f .deps/names.Tpo .deps/names.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT dpkgversions.o -MD -MP -MF .deps/dpkgversions.Tpo -c -o dpkgversions.o dpkgversions.c
mv -f .deps/binaries.Tpo .deps/binaries.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT release.o -MD -MP -MF .deps/release.Tpo -c -o release.o release.c
database.c: In function 'table_close':
database.c:1056:18: warning: '%s' directive argument is null [-Wformat-overflow=]
mv -f .deps/database.Tpo .deps/database.Po
mv -f .deps/chunks.Tpo .deps/chunks.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT mprintf.o -MD -MP -MF .deps/mprintf.Tpo -c -o mprintf.o mprintf.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT updates.o -MD -MP -MF .deps/updates.Tpo -c -o updates.o updates.c
mv -f .deps/checks.Tpo .deps/checks.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT strlist.o -MD -MP -MF .deps/strlist.Tpo -c -o strlist.o strlist.c
mv -f .deps/sources.Tpo .deps/sources.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT signature_check.o -MD -MP -MF .deps/signature_check.Tpo -c -o signature_check.o signature_check.c
mv -f .deps/uploaderslist.Tpo .deps/uploaderslist.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT signedfile.o -MD -MP -MF .deps/signedfile.Tpo -c -o signedfile.o signedfile.c
mv -f .deps/dpkgversions.Tpo .deps/dpkgversions.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT signature.o -MD -MP -MF .deps/signature.Tpo -c -o signature.o signature.c
mv -f .deps/mprintf.Tpo .deps/mprintf.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT distribution.o -MD -MP -MF .deps/distribution.Tpo -c -o distribution.o distribution.c
mv -f .deps/incoming.Tpo .deps/incoming.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT checkindeb.o -MD -MP -MF .deps/checkindeb.Tpo -c -o checkindeb.o checkindeb.c
mv -f .deps/strlist.Tpo .deps/strlist.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT checkindsc.o -MD -MP -MF .deps/checkindsc.Tpo -c -o checkindsc.o checkindsc.c
mv -f .deps/signedfile.Tpo .deps/signedfile.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT checkin.o -MD -MP -MF .deps/checkin.Tpo -c -o checkin.o checkin.c
mv -f .deps/signature_check.Tpo .deps/signature_check.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT upgradelist.o -MD -MP -MF .deps/upgradelist.Tpo -c -o upgradelist.o upgradelist.c
mv -f .deps/signature.Tpo .deps/signature.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT target.o -MD -MP -MF .deps/target.Tpo -c -o target.o target.c
mv -f .deps/checkindeb.Tpo .deps/checkindeb.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT aptmethod.o -MD -MP -MF .deps/aptmethod.Tpo -c -o aptmethod.o aptmethod.c
mv -f .deps/checkindsc.Tpo .deps/checkindsc.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT downloadcache.o -MD -MP -MF .deps/downloadcache.Tpo -c -o downloadcache.o downloadcache.c
mv -f .deps/release.Tpo .deps/release.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/distribution.Tpo .deps/distribution.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT override.o -MD -MP -MF .deps/override.Tpo -c -o override.o override.c
mv -f .deps/downloadcache.Tpo .deps/downloadcache.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT terms.o -MD -MP -MF .deps/terms.Tpo -c -o terms.o terms.c
mv -f .deps/upgradelist.Tpo .deps/upgradelist.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT termdecide.o -MD -MP -MF .deps/termdecide.Tpo -c -o termdecide.o termdecide.c
mv -f .deps/updates.Tpo .deps/updates.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT ignore.o -MD -MP -MF .deps/ignore.Tpo -c -o ignore.o ignore.c
mv -f .deps/override.Tpo .deps/override.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT filterlist.o -MD -MP -MF .deps/filterlist.Tpo -c -o filterlist.o filterlist.c
mv -f .deps/aptmethod.Tpo .deps/aptmethod.Po
mv -f .deps/termdecide.Tpo .deps/termdecide.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT exports.o -MD -MP -MF .deps/exports.Tpo -c -o exports.o exports.c
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT tracking.o -MD -MP -MF .deps/tracking.Tpo -c -o tracking.o tracking.c
mv -f .deps/terms.Tpo .deps/terms.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT optionsfile.o -MD -MP -MF .deps/optionsfile.Tpo -c -o optionsfile.o optionsfile.c
mv -f .deps/target.Tpo .deps/target.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT donefile.o -MD -MP -MF .deps/donefile.Tpo -c -o donefile.o donefile.c
mv -f .deps/ignore.Tpo .deps/ignore.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT pull.o -MD -MP -MF .deps/pull.Tpo -c -o pull.o pull.c
mv -f .deps/checkin.Tpo .deps/checkin.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT contents.o -MD -MP -MF .deps/contents.Tpo -c -o contents.o contents.c
mv -f .deps/optionsfile.Tpo .deps/optionsfile.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT filelist.o -MD -MP -MF .deps/filelist.Tpo -c -o filelist.o filelist.c
mv -f .deps/donefile.Tpo .deps/donefile.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c
mv -f .deps/filterlist.Tpo .deps/filterlist.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT debfile.o -MD -MP -MF .deps/debfile.Tpo -c -o debfile.o debfile.c
mv -f .deps/exports.Tpo .deps/exports.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT debfilecontents.o -MD -MP -MF .deps/debfilecontents.Tpo -c -o debfilecontents.o debfilecontents.c
mv -f .deps/contents.Tpo .deps/contents.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT tool.o -MD -MP -MF .deps/tool.Tpo -c -o tool.o tool.c
mv -f .deps/debfile.Tpo .deps/debfile.Po
mv -f .deps/ar.Tpo .deps/ar.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT chunkedit.o -MD -MP -MF .deps/chunkedit.Tpo -c -o chunkedit.o chunkedit.c
mv -f .deps/pull.Tpo .deps/pull.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include/db5.3  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT rredtool.o -MD -MP -MF .deps/rredtool.Tpo -c -o rredtool.o rredtool.c
mv -f .deps/debfilecontents.Tpo .deps/debfilecontents.Po
mv -f .deps/filelist.Tpo .deps/filelist.Po
mv -f .deps/tracking.Tpo .deps/tracking.Po
mv -f .deps/chunkedit.Tpo .deps/chunkedit.Po
mv -f .deps/rredtool.Tpo .deps/rredtool.Po
gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o rredtool rredtool.o rredpatch.o mprintf.o filecntl.o sha1.o  -llzma -lbz2 -lgpgme -lgpg-error -lz 
mv -f .deps/tool.Tpo .deps/tool.Po
mv -f .deps/main.Tpo .deps/main.Po
gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o changestool uncompression.o sourceextraction.o readtextfile.o filecntl.o tool.o chunkedit.o strlist.o checksums.o sha1.o sha256.o sha512.o md5.o mprintf.o chunks.o signature.o dirs.o names.o ar.o debfile.o -larchive -llzma -lbz2 -lgpgme -lgpg-error -lz 
gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o reprepro outhook.o descriptions.o sizes.o sourcecheck.o byhandhook.o archallflood.o needbuild.o globmatch.o printlistformat.o diffindex.o rredpatch.o pool.o atoms.o uncompression.o remoterepository.o indexfile.o copypackages.o sourceextraction.o checksums.o readtextfile.o filecntl.o sha1.o sha256.o sha512.o configparser.o database.o freespace.o hooks.o log.o changes.o incoming.o uploaderslist.o guesscomponent.o files.o md5.o dirs.o chunks.o reference.o binaries.o sources.o checks.o names.o dpkgversions.o release.o mprintf.o updates.o strlist.o signature_check.o signedfile.o signature.o distribution.o checkindeb.o checkindsc.o checkin.o upgradelist.o target.o aptmethod.o downloadcache.o main.o override.o terms.o termdecide.o ignore.o filterlist.o exports.o tracking.o optionsfile.o donefile.o pull.o contents.o filelist.o ar.o debfile.o debfilecontents.o -larchive -ldb-5.3  -llzma -lbz2 -lgpgme -lgpg-error -lz 
make[2]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
make[1]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
+ trap - ERR
+ eval ''
+ eval 'shopt -u autocd
shopt -u assoc_expand_once
shopt -u cdable_vars
shopt -u cdspell
shopt -u checkhash
shopt -u checkjobs
shopt -s checkwinsize
shopt -s cmdhist
shopt -u compat31
shopt -u compat32
shopt -u compat40
shopt -u compat41
shopt -u compat42
shopt -u compat43
shopt -u compat44
shopt -s complete_fullquote
shopt -u direxpand
shopt -u dirspell
shopt -u dotglob
shopt -u execfail
shopt -u expand_aliases
shopt -u extdebug
shopt -s extglob
shopt -s extquote
shopt -u failglob
shopt -s force_fignore
shopt -s globasciiranges
shopt -s globskipdots
shopt -u globstar
shopt -u gnu_errfmt
shopt -u histappend
shopt -u histreedit
shopt -u histverify
shopt -s hostcomplete
shopt -u huponexit
shopt -u inherit_errexit
shopt -s interactive_comments
shopt -u lastpipe
shopt -u lithist
shopt -u localvar_inherit
shopt -u localvar_unset
shopt -u login_shell
shopt -u mailwarn
shopt -u no_empty_cmd_completion
shopt -u nocaseglob
shopt -u nocasematch
shopt -u noexpand_translation
shopt -u nullglob
shopt -s patsub_replacement
shopt -s progcomp
shopt -u progcomp_alias
shopt -s promptvars
shopt -u restricted_shell
shopt -u shift_verbose
shopt -s sourcepath
shopt -u varredir_close
shopt -u xpg_echo'
++ shopt -u autocd
++ shopt -u assoc_expand_once
++ shopt -u cdable_vars
++ shopt -u cdspell
++ shopt -u checkhash
++ shopt -u checkjobs
++ shopt -s checkwinsize
++ shopt -s cmdhist
++ shopt -u compat31
++ shopt -u compat32
++ shopt -u compat40
++ shopt -u compat41
++ shopt -u compat42
++ shopt -u compat43
++ shopt -u compat44
++ shopt -s complete_fullquote
++ shopt -u direxpand
++ shopt -u dirspell
++ shopt -u dotglob
++ shopt -u execfail
++ shopt -u expand_aliases
++ shopt -u extdebug
++ shopt -s extglob
++ shopt -s extquote
++ shopt -u failglob
++ shopt -s force_fignore
++ shopt -s globasciiranges
++ shopt -s globskipdots
++ shopt -u globstar
++ shopt -u gnu_errfmt
++ shopt -u histappend
++ shopt -u histreedit
++ shopt -u histverify
++ shopt -s hostcomplete
++ shopt -u huponexit
++ shopt -u inherit_errexit
++ shopt -s interactive_comments
++ shopt -u lastpipe
++ shopt -u lithist
++ shopt -u localvar_inherit
++ shopt -u localvar_unset
++ shopt -u login_shell
++ shopt -u mailwarn
++ shopt -u no_empty_cmd_completion
++ shopt -u nocaseglob
++ shopt -u nocasematch
++ shopt -u noexpand_translation
++ shopt -u nullglob
++ shopt -s patsub_replacement
++ shopt -s progcomp
++ shopt -u progcomp_alias
++ shopt -s promptvars
++ shopt -u restricted_shell
++ shopt -u shift_verbose
++ shopt -s sourcepath
++ shopt -u varredir_close
++ shopt -u xpg_echo
==> Entering fakeroot environment...
==> Starting package()...
Making install in docs
make[1]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5/docs'
make[2]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5/docs'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/reprepro/pkg/reprepro/usr/share/man/man1'
 /usr/bin/install -c -m 644 reprepro.1 changestool.1 rredtool.1 '/build/reprepro/pkg/reprepro/usr/share/man/man1'
make[2]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5/docs'
make[1]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5/docs'
Making install in tests
make[1]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5/tests'
make[2]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5/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/reprepro/src/reprepro-reprepro-5.4.5/tests'
make[1]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5/tests'
make[1]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
make[2]: Entering directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/reprepro/pkg/reprepro/usr/bin'
  /usr/bin/install -c reprepro changestool rredtool '/build/reprepro/pkg/reprepro/usr/bin'
make[2]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
make[1]: Leaving directory '/build/reprepro/src/reprepro-reprepro-5.4.5'
==> 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 "reprepro"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: reprepro 5.4.5-2 (Fri 06 Jun 2025 05:49:45 PM MDT)
==> Cleaning up...