==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: compface 1.5.2-13 (Fri Jun 13 11:24:04 2025)
==> Retrieving sources...
  -> Found compface-1.5.2.tar.gz
  -> Found compface-1.5.2-build.patch
  -> Found compface-c99.patch
  -> Found compface-modern-c-porting.patch
  -> Found license-from-upstream
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    compface-1.5.2.tar.gz ... Passed
    compface-1.5.2-build.patch ... Passed
    compface-c99.patch ... Passed
    compface-modern-c-porting.patch ... Passed
    license-from-upstream ... Passed
==> Making package: compface 1.5.2-13 (Fri 13 Jun 2025 11:24:11 AM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found compface-1.5.2.tar.gz
  -> Found compface-1.5.2-build.patch
  -> Found compface-c99.patch
  -> Found compface-modern-c-porting.patch
  -> Found license-from-upstream
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting compface-1.5.2.tar.gz with bsdtar
==> Starting prepare()...
patching file Makefile.in
patching file cmain.c
patching file uncmain.c
patching file arith.c
patching file cmain.c
Hunk #1 succeeded at 63 (offset 2 lines).
Hunk #2 succeeded at 121 (offset 2 lines).
Hunk #3 succeeded at 144 (offset 2 lines).
Hunk #4 succeeded at 175 (offset 2 lines).
patching file compface.c
patching file compface.h
patching file compress.c
patching file file.c
patching file gen.c
patching file uncmain.c
Hunk #1 succeeded at 59 (offset 2 lines).
Hunk #2 succeeded at 124 (offset 2 lines).
Hunk #3 succeeded at 147 (offset 2 lines).
Hunk #4 succeeded at 178 (offset 2 lines).
patching file uncompface.c
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
configure.ac:6: warning: The macro 'AC_SET_MAKE' is obsolete.
configure.ac:6: You should run autoupdate.
./lib/autoconf/oldnames.m4:72: AC_SET_MAKE is expanded from...
configure.ac:6: the top level
configure.ac:15: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:15: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:15: the top level
autoreconf: configure.ac: not using Autoheader
autoreconf: configure.ac: not using Automake
autoreconf: './install-sh' is updated
autoreconf: Leaving directory '.'
==> Starting build()...
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... 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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for errno.h... yes
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC cmain.c
cmain.c: In function 'main':
cmain.c:78:40: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c:89:44: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c:101:44: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c:109:50: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c:112:50: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c:115:50: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c: In function 'WriteBuf':
cmain.c:139:37: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c: In function 'ReadBuf':
cmain.c:162:37: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cmain.c:169:37: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC compface.c
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC arith.c
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC file.c
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC compress.c
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC gen.c
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC uncompface.c
gcc -shared -Wl,-soname,libcompface.so.1 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libcompface.so arith.o file.o compress.o gen.o uncompface.o
gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o compface cmain.o compface.o -L. -lcompface
gcc -c  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fPIC uncmain.c
uncmain.c: In function 'main':
uncmain.c:81:40: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c:92:44: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c:104:44: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c:112:50: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c:115:50: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c:118:50: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c: In function 'WriteBuf':
uncmain.c:142:37: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c: In function 'ReadBuf':
uncmain.c:165:37: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
uncmain.c:172:37: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o uncompface uncmain.o -L. -lcompface
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/install -c -d /build/compface/pkg/compface/usr/bin /build/compface/pkg/compface/usr/lib /build/compface/pkg/compface/usr/share/man/man1 /build/compface/pkg/compface/usr/share/man/man3 /build/compface/pkg/compface/usr/include
/usr/bin/install -c ./compface /build/compface/pkg/compface/usr/bin/compface 
/bin/true /build/compface/pkg/compface/usr/bin/compface
/usr/bin/install -c ./uncompface /build/compface/pkg/compface/usr/bin/uncompface
/bin/true /build/compface/pkg/compface/usr/bin/uncompface
/usr/bin/install -c -m 644 ./compface.1 /build/compface/pkg/compface/usr/share/man/man1/compface.1
cd /build/compface/pkg/compface/usr/share/man/man1 && rm -f ./uncompface.1 && ln -s compface.1 uncompface.1
/usr/bin/install -c -m 644 ./compface.3 /build/compface/pkg/compface/usr/share/man/man3/compface.3
cd /build/compface/pkg/compface/usr/share/man/man3 && rm -f ./uncompface.3 && ln -s compface.3 uncompface.3
for hdr in compface.h; do /usr/bin/install -c -m 644 ./${hdr} /build/compface/pkg/compface/usr/include/${hdr}; done
/usr/bin/install -c ./libcompface.so /build/compface/pkg/compface/usr/lib/libcompface.so.1.0.0
ln -s libcompface.so.1.0.0 /build/compface/pkg/compface/usr/lib/libcompface.so.1
ln -s libcompface.so.1 /build/compface/pkg/compface/usr/lib/libcompface.so
==> 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 "compface"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: compface 1.5.2-13 (Fri 13 Jun 2025 11:24:21 AM MDT)
==> Cleaning up...