==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: dhex 0.69-4 (Thu Jul 11 23:41:52 2024)
==> Retrieving sources...
  -> Found dhex_0.69.tar.gz
  -> Found Makefile
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    dhex_0.69.tar.gz ... Passed
    Makefile ... Passed
==> Validating source files with b2sums...
    dhex_0.69.tar.gz ... Passed
    Makefile ... Passed
==> Making package: dhex 0.69-4 (Thu Jul 11 23:42:00 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found dhex_0.69.tar.gz
  -> Found Makefile
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting dhex_0.69.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
cc buffers.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc configfile.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc correlation.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc gpl.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc hexcalc.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc input.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc machine_type.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc main.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc markers.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc menu.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc output.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
cc search.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
correlation.c: In function 'find_longestmatch':
correlation.c:30:40: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'int' [-Wformat=]
correlation.c: In function 'find_bestmatch':
correlation.c:118:40: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'int' [-Wformat=]
cc ui.c -c -I.  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection 
hexcalc.c: In function 'hexcalc':
hexcalc.c:85:62: warning: format '%i' expects argument of type 'int', but argument 5 has type 'tUInt64' {aka 'long long unsigned int'} [-Wformat=]
hexcalc.c:99:59: warning: format '%i' expects argument of type 'int', but argument 5 has type 'tUInt64' {aka 'long long unsigned int'} [-Wformat=]
markers.c: In function 'gotomask':
markers.c:172:45: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'int' [-Wformat=]
output.c: In function 'printbuffersingle':
output.c:126:51: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
output.c:127:37: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
output.c: In function 'printbufferdiff':
output.c:239:29: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
output.c:240:30: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
output.c:241:35: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
output.c:242:36: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
output.c:269:51: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
output.c:270:37: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
output.c:341:59: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
output.c:342:45: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
cc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dhex buffers.o configfile.o correlation.o gpl.o hexcalc.o input.o machine_type.o main.o markers.o menu.o output.o search.o ui.o -lncurses
==> Entering fakeroot environment...
==> Starting package()...
install -vDm755 dhex -t /build/dhex/pkg/dhex/usr/bin
install: creating directory '/build/dhex/pkg/dhex/usr'
install: creating directory '/build/dhex/pkg/dhex/usr/bin'
'dhex' -> '/build/dhex/pkg/dhex/usr/bin/dhex'
install -vDm644 *.1 -t /build/dhex/pkg/dhex/usr/share/man/man1
install: creating directory '/build/dhex/pkg/dhex/usr/share'
install: creating directory '/build/dhex/pkg/dhex/usr/share/man'
install: creating directory '/build/dhex/pkg/dhex/usr/share/man/man1'
'dhex.1' -> '/build/dhex/pkg/dhex/usr/share/man/man1/dhex.1'
install -vDm644 *.5 -t /build/dhex/pkg/dhex/usr/share/man/man5
install: creating directory '/build/dhex/pkg/dhex/usr/share/man/man5'
'dhex_markers.5' -> '/build/dhex/pkg/dhex/usr/share/man/man5/dhex_markers.5'
'dhex_searchlog.5' -> '/build/dhex/pkg/dhex/usr/share/man/man5/dhex_searchlog.5'
'dhexrc.5' -> '/build/dhex/pkg/dhex/usr/share/man/man5/dhexrc.5'
install -vDm644 README.txt -t /build/dhex/pkg/dhex/usr/share/doc/dhex
install: creating directory '/build/dhex/pkg/dhex/usr/share/doc'
install: creating directory '/build/dhex/pkg/dhex/usr/share/doc/dhex'
'README.txt' -> '/build/dhex/pkg/dhex/usr/share/doc/dhex/README.txt'
==> 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 "dhex"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dhex 0.69-4 (Thu Jul 11 23:42:02 2024)
==> Cleaning up...