==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: unrar-free 1:0.3.2-1 (Sat May 10 11:50:58 2025)
==> Retrieving sources...
  -> Found unrar-free-0.3.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    unrar-free-0.3.2.tar.gz ... Passed
==> Making package: unrar-free 1:0.3.2-1 (Sat May 10 11:51:16 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found unrar-free-0.3.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting unrar-free-0.3.2.tar.gz with bsdtar
==> Starting prepare()...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:10: installing './compile'
configure.ac:28: installing './config.guess'
configure.ac:28: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am: installing './INSTALL'
src/Makefile.am: installing './depcomp'
autoreconf: Leaving directory '.'
==> Starting build()...
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 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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
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 archive.h... yes
checking for archive_entry.h... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libarchive... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for int64_t... yes
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for error_at_line... yes
checking whether lstat correctly handles trailing slash... yes
checking for atexit... yes
checking for getpass... yes
checking for localtime_r... yes
checking for memset... yes
checking for mkdir... yes
checking for realpath... yes
checking for setenv... yes
checking for strchr... yes
checking for strdup... yes
checking for strrchr... yes
checking for strstr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/build/unrar-free/src/unrar-free-0.3.2'
Making all in src
make[2]: Entering directory '/build/unrar-free/src/unrar-free-0.3.2/src'
gcc -DHAVE_CONFIG_H -I. -I..    -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wno-format-security -MT unrar_free-unrar.o -MD -MP -MF .deps/unrar_free-unrar.Tpo -c -o unrar_free-unrar.o `test -f 'unrar.c' || echo './'`unrar.c
gcc -DHAVE_CONFIG_H -I. -I..    -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wno-format-security -MT unrar_free-opts.o -MD -MP -MF .deps/unrar_free-opts.Tpo -c -o unrar_free-opts.o `test -f 'opts.c' || echo './'`opts.c
mv -f .deps/unrar_free-opts.Tpo .deps/unrar_free-opts.Po
unrar.c: In function 'show_list_stats':
unrar.c:73:28: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
unrar.c: In function 'unrar_list_item':
unrar.c:109:28: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'la_int64_t' {aka 'long long int'} [-Wformat=]
mv -f .deps/unrar_free-unrar.Tpo .deps/unrar_free-unrar.Po
gcc -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wno-format-security  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o unrar-free unrar_free-unrar.o unrar_free-opts.o -larchive 
make[2]: Leaving directory '/build/unrar-free/src/unrar-free-0.3.2/src'
make[2]: Entering directory '/build/unrar-free/src/unrar-free-0.3.2'
make[2]: Leaving directory '/build/unrar-free/src/unrar-free-0.3.2'
make[1]: Leaving directory '/build/unrar-free/src/unrar-free-0.3.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/unrar-free/src/unrar-free-0.3.2/src'
make[2]: Entering directory '/build/unrar-free/src/unrar-free-0.3.2/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/unrar-free/pkg/unrar-free/usr/bin'
  /usr/bin/install -c unrar-free '/build/unrar-free/pkg/unrar-free/usr/bin'
make[2]: Leaving directory '/build/unrar-free/src/unrar-free-0.3.2/src'
make[1]: Leaving directory '/build/unrar-free/src/unrar-free-0.3.2/src'
make[1]: Entering directory '/build/unrar-free/src/unrar-free-0.3.2'
make[2]: Entering directory '/build/unrar-free/src/unrar-free-0.3.2'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/unrar-free/pkg/unrar-free/usr/share/man/man1'
 /usr/bin/install -c -m 644 unrar-free.1 '/build/unrar-free/pkg/unrar-free/usr/share/man/man1'
make[2]: Leaving directory '/build/unrar-free/src/unrar-free-0.3.2'
make[1]: Leaving directory '/build/unrar-free/src/unrar-free-0.3.2'
==> 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 "unrar-free"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: unrar-free 1:0.3.2-1 (Sat May 10 11:51:39 2025)
==> Cleaning up...