==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: aha 0.5.1-3 (Mon Jul  1 08:57:17 2024)
==> Retrieving sources...
  -> Cloning aha git repo...
Cloning into bare repository '/home/leming/work/aha/aha'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    aha ... Skipped
==> Making package: aha 0.5.1-3 (Mon Jul  1 08:57:39 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (4) perl-error-0.17029-5  perl-mailtools-2.21-7  perl-timedate-2.33-5
             git-2.45.2-1

Total Installed Size:  39.06 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
:: Running post-transaction hooks...
(1/1) Warn about old perl modules
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of aha git repo...
Cloning into 'aha'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
cc -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 -std=c99 -Wall -Wextra -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  aha.c -o aha
aha.c: In function ‘make_rgb’:
aha.c:232:31: warning: %02x’ directive writing between 2 and 8 bytes into a region of size between 4 and 10 [-Wformat-overflow=]
  232 |         sprintf(str_rgb, "%02x%02x%02x", rgb_R, rgb_G, rgb_B);
      |                               ^~~~
In function ‘make_rgb’,
    inlined from ‘make_rgb’ at aha.c:198:6:
aha.c:232:26: note: directive argument in the range [0, 2147483647]
  232 |         sprintf(str_rgb, "%02x%02x%02x", rgb_R, rgb_G, rgb_B);
      |                          ^~~~~~~~~~~~~~
aha.c:232:26: note: directive argument in the range [0, 255]
In file included from /usr/include/stdio.h:980,
                 from aha.c:24:
In function ‘sprintf’,
    inlined from ‘make_rgb’ at aha.c:232:2,
    inlined from ‘make_rgb’ at aha.c:198:6:
/usr/include/bits/stdio2.h:30:10: note: __builtin___sprintf_chk’ output between 7 and 19 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
aha.c: In function ‘printHeader’:
aha.c:504:72: warning: %i’ directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=]
  504 | opts->iso>0) snprintf(encoding, sizeof(encoding), "ISO-8859-%i", opts->iso);
      |                                                             ^~

aha.c:504:62: note: directive argument in the range [1, 2147483647]
  504 |        if(opts->iso>0) snprintf(encoding, sizeof(encoding), "ISO-8859-%i", opts->iso);
      |                                                             ^~~~~~~~~~~~~

In function ‘snprintf’,
    inlined from ‘printHeader’ at aha.c:504:18:
/usr/include/bits/stdio2.h:54:10: note: __builtin___snprintf_chk’ output between 11 and 20 bytes into a destination of size 16
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
==> Entering fakeroot environment...
==> Starting package()...
install -d /build/aha/pkg/aha/usr/bin
install -m 0755 aha /build/aha/pkg/aha/usr/bin
install -d /build/aha/pkg/aha/usr/share/man/man1
install -m 644 aha.1 /build/aha/pkg/aha/usr/share/man/man1
==> 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 "aha"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: aha 0.5.1-3 (Mon Jul  1 08:57:48 2024)
==> Cleaning up...