==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: banner 1.3.2-12 (Mon Jan 26 15:19:13 2026)
==> Retrieving sources...
-> Found banner-1.3.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
banner-1.3.2.tar.gz ... Passed
==> Validating source files with sha256sums...
banner-1.3.2.tar.gz ... Passed
==> Making package: banner 1.3.2-12 (Mon Jan 26 15:19:23 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) shhmsg-1.4.2-6 shhopt-1.1.7-7
Total Download Size: 0.02 MiB
Total Installed Size: 0.05 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
shhmsg-1.4.2-6-aarch64 downloading...
shhopt-1.1.7-7-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing shhmsg...
installing shhopt...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found banner-1.3.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting banner-1.3.2.tar.gz with bsdtar
==> Starting build()...
gcc -I/usr/local/include -MM *.c >depend
gcc -o banner.o -c -Wall -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/local/include -DVERSION=\"1.3.2\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection banner.c
gcc -o letters.o -c -Wall -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/local/include -DVERSION=\"1.3.2\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection letters.c
gcc -o font1.o -c -Wall -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/local/include -DVERSION=\"1.3.2\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection font1.c
gcc -o font2.o -c -Wall -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/local/include -DVERSION=\"1.3.2\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection font2.c
banner.c: In function 'bufAddWord':
banner.c:119:71: warning: pointer targets in passing argument 1 of 'getTextWidth' differ in signedness [-Wpointer-sign]
In file included from banner.c:18:
banner.h:16:30: note: expected 'const char *' but argument is of type 'const unsigned char *'
banner.c: In function 'bufAddLetters':
banner.c:144:41: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
In file included from banner.c:13:
/usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'const unsigned char *'
407 | extern size_t strlen (const char *__s)
| ~~~~~~~~~~~~^~~
banner.c:144:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
banner.c:146:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign]
In file included from /usr/include/string.h:548:
/usr/include/bits/string_fortified.h:77:68: note: expected 'char *' but argument is of type 'unsigned char *'
77 | __NTH (strcpy (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ~~~~~~~~~~~~~~~~~~^~~~~~
banner.c:146:18: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign]
/usr/include/bits/string_fortified.h:77:99: note: expected 'const char *' but argument is of type 'const unsigned char *'
77 | __NTH (strcpy (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
banner.c:163:13: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
/usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *'
407 | extern size_t strlen (const char *__s)
| ~~~~~~~~~~~~^~~
banner.c: In function 'main':
banner.c:270:24: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign]
banner.c:139:48: note: expected 'const unsigned char *' but argument is of type 'char *'
banner.c:272:17: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign]
banner.c:139:48: note: expected 'const unsigned char *' but argument is of type 'char *'
banner.c:279:20: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign]
banner.c:139:48: note: expected 'const unsigned char *' but argument is of type 'char *'
gcc -Wall -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/local/include -DVERSION=\"1.3.2\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -o banner banner.o letters.o font1.o font2.o -s -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lshhmsg -lshhopt
==> Entering fakeroot environment...
==> Starting package()...
install -d -m 755 /build/banner/pkg/banner/usr//bin /build/banner/pkg/banner/usr/share/man/man1/
install -s -m 755 banner /build/banner/pkg/banner/usr//bin
install -m 644 banner.1 /build/banner/pkg/banner/usr/share/man/man1/
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "banner"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: banner 1.3.2-12 (Mon Jan 26 15:19:27 2026)
==> Cleaning up...
[?12l[?25h