==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: keyd 2.5.0-1 (Sat Jul 27 18:45:00 2024)
==> Retrieving sources...
  -> Found keyd-2.5.0
  -> Found keyd.sysusers
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    keyd-2.5.0 ... Passed
    keyd.sysusers ... Passed
==> Making package: keyd 2.5.0-1 (Sat Jul 27 18:45:07 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found keyd-2.5.0
  -> Found keyd.sysusers
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting keyd-2.5.0 with bsdtar
==> Starting build()...
make: git: No such file or directory
mkdir bin
cp scripts/keyd-application-mapper bin/
sed -e 's#@PREFIX@#/usr#' keyd.service.in > keyd.service
sed -e 's#@PREFIX@#/usr#' src/vkbd/usb-gadget.service.in > src/vkbd/usb-gadget.service
cc -DVERSION=\"v2.5.0\ \(\)\" -I/usr/local/include -L/usr/local/lib -Wall -Wextra -Wno-unused -std=c11 -DSOCKET_PATH=\"/var/run/keyd.socket\" -DCONFIG_DIR=\"/etc/keyd\" -DDATA_DIR=\"/usr/share/keyd\" -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -Werror=format-security -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -O3  src/*.c src/vkbd/uinput.c -lpthread -o bin/keyd -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
src/daemon.c: In function ‘add_listener’:
src/daemon.c:84:33: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
   84 |                                 write(con, layer->type == LT_LAYOUT ? "/" : "+", 1);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/daemon.c:85:33: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
   85 |                                 write(con, layer->name, strlen(layer->name));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/daemon.c:86:33: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
   86 |                                 write(con, "\n", 1);
      |                                 ^~~~~~~~~~~~~~~~~~~
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
==> Entering fakeroot environment...
==> Starting package()...
make: git: No such file or directory
NOTE: systemd not found, you will need to manually add keyd to your system's init process.
mkdir -p /build/keyd/pkg/keyd//etc/keyd
mkdir -p /build/keyd/pkg/keyd//usr/bin/
mkdir -p /build/keyd/pkg/keyd//usr/share/keyd/
mkdir -p /build/keyd/pkg/keyd//usr/share/keyd/layouts/
mkdir -p /build/keyd/pkg/keyd//usr/share/man/man1/
mkdir -p /build/keyd/pkg/keyd//usr/share/doc/keyd/
mkdir -p /build/keyd/pkg/keyd//usr/share/doc/keyd/examples/
groupadd keyd
groupadd: cannot lock /etc/group; try again later.
make: [Makefile:61: install] Error 10 (ignored)
install -m755 bin/* /build/keyd/pkg/keyd//usr/bin/
install -m644 docs/*.md /build/keyd/pkg/keyd//usr/share/doc/keyd/
install -m644 examples/* /build/keyd/pkg/keyd//usr/share/doc/keyd/examples/
install -m644 layouts/* /build/keyd/pkg/keyd//usr/share/keyd/layouts
cp -r data/gnome-* /build/keyd/pkg/keyd//usr/share/keyd
install -m644 data/*.1.gz /build/keyd/pkg/keyd//usr/share/man/man1/
install -m644 data/keyd.compose /build/keyd/pkg/keyd//usr/share/keyd/
==> 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 "keyd"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: keyd 2.5.0-1 (Sat Jul 27 18:45:19 2024)
==> Cleaning up...