==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: hexedit 1.6-2 (Wed Apr 24 23:10:09 2024)
==> Retrieving sources...
  -> Found hexedit-1.6.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    hexedit-1.6.tar.gz ... Passed
==> Making package: hexedit 1.6-2 (Wed Apr 24 23:10:17 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found hexedit-1.6.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting hexedit-1.6.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
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 a BSD-compatible install... /usr/bin/install -c
checking for initscr in -lcurses... yes
checking for keypad in -ltinfo... yes
checking for use_default_colors... yes
checking for gcc option to enable large file support... none needed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h... yes
checking for unistd.h... (cached) yes
checking for libgen.h... yes
checking for sys/mount.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for memcmp... yes
checking for memmem... yes
checking for memrmem... no
checking for memrchr... yes
checking for strdup... yes
checking for strerror... yes
checking for basename... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether dirname is declared... yes
checking whether basename is declared... yes
checking whether memrchr is declared... yes
checking whether memmem is declared... yes
checking whether memrmem is declared... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile-build
config.status: creating hexedit.1
config.status: creating config.h
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c hexedit.c
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c display.c
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c mark.c
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c page.c
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c file.c
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c interact.c
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c misc.c
gcc -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection  -c search.c
display.c: In function 'display':
display.c:179:15: warning: format '%lX' expects argument of type 'long unsigned int', but argument 2 has type 'int' [-Wformat=]
display.c:192:10: warning: format '%i' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
display.c: In function 'displayLine':
display.c:204:13: warning: format '%lX' expects argument of type 'long unsigned int', but argument 2 has type 'int' [-Wformat=]
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o hexedit hexedit.o display.o mark.o page.o file.o interact.o misc.o search.o -lcurses -ltinfo
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/install -c -d -m 755 /build/hexedit/pkg/hexedit/usr/bin
/usr/bin/install -c -m 755 hexedit /build/hexedit/pkg/hexedit/usr/bin
/usr/bin/install -c -d -m 755 /build/hexedit/pkg/hexedit/usr/share/man/man1
/usr/bin/install -c -m 644 hexedit.1 /build/hexedit/pkg/hexedit/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 "hexedit"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: hexedit 1.6-2 (Wed Apr 24 23:10:24 2024)
==> Cleaning up...