==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: xss-lock 0.3.0.r30.gac39fdc-1 (Tue Jan 28 20:06:07 2025)
==> Retrieving sources...
  -> Updating xss-lock git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    xss-lock ... Passed
==> Making package: xss-lock 0.3.0.r30.gac39fdc-1 (Tue Jan 28 20:06:30 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) libxau-1.0.12-1  libxdmcp-1.1.5-1.1  xcb-proto-1.17.0-3
             xorgproto-2024.1-2  libxcb-1.17.0-1  xcb-util-0.4.1-2

Total Installed Size:  6.29 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 xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing xcb-util...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (11) cppdap-1.58.0-2  hicolor-icon-theme-0.18-1  jsoncpp-1.9.6-3
              libuv-1.50.0-1  perl-error-0.17029-7  perl-mailtools-2.22-1
              perl-timedate-2.33-7  rhash-1.4.4-1  cmake-3.31.5-1  git-2.48.1-1
              python-docutils-1:0.21.2-3

Total Download Size:     0.84 MiB
Total Installed Size:  136.48 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-docutils-1:0.21.2-3-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator
    qt6-base: cmake-gui
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]
installing python-docutils...
Optional dependencies for python-docutils
    python-myst-parser: to parse input in "Markdown" (CommonMark) format
    python-pillow: for some image manipulation operations
    python-pygments: for syntax highlighting of code directives and roles
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of xss-lock git repo...
Cloning into 'xss-lock'...
done.
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Starting build()...
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 14.1.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.3.0")
-- Checking for modules 'glib-2.0>=2.32;gio-unix-2.0'
--   Found glib-2.0, version 2.82.4
--   Found gio-unix-2.0, version 2.82.4
-- Checking for modules 'xcb;xcb-aux;xcb-event;xcb-screensaver'
--   Found xcb, version 1.17.0
--   Found xcb-aux, version 0.4.1
--   Found xcb-event, version 0.4.1
--   Found xcb-screensaver, version 1.17.0
-- Configuring done (1.6s)
-- Generating done (0.0s)
-- Build files have been written to: /build/xss-lock/src/xss-lock
[ 75%] Generating xss-lock.1
[ 75%] Building C object src/CMakeFiles/xss-lock.dir/xss-lock.c.o
[ 75%] Building C object src/CMakeFiles/xss-lock.dir/xcb_utils.c.o
[ 75%] Built target man
/build/xss-lock/src/xss-lock/src/xss-lock.c: In function 'child_watch_cb':
/build/xss-lock/src/xss-lock/src/xss-lock.c:302:5: warning: 'g_spawn_check_exit_status' is deprecated: Use 'g_spawn_check_wait_status' instead [-Wdeprecated-declarations]
In file included from /usr/include/glib-2.0/glib.h:84,
                 from /usr/include/glib-2.0/glib-unix.h:36,
                 from /build/xss-lock/src/xss-lock/src/xss-lock.c:12:
/usr/include/glib-2.0/glib/gspawn.h:315:10: note: declared here
  315 | gboolean g_spawn_check_exit_status (gint      wait_status,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
[100%] Linking C executable xss-lock
[100%] Built target xss-lock
==> Entering fakeroot environment...
==> Starting package()...
[ 25%] Built target man
[100%] Built target xss-lock
Install the project...
-- Install configuration: "None"
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/doc/xss-lock/NEWS
-- Installing: /build/xss-lock/pkg/xss-lock/usr/bin/xss-lock
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/man/man1/xss-lock.1
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/doc/xss-lock/dim-screen.sh
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/doc/xss-lock/dim-screen2.sh
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/doc/xss-lock/xdg-screensaver.patch
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/doc/xss-lock/transfer-sleep-lock-i3lock.sh
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/doc/xss-lock/transfer-sleep-lock-generic-delay.sh
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/doc/xss-lock/xss-lock.service
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/zsh/site-functions/_xss-lock
-- Installing: /build/xss-lock/pkg/xss-lock/usr/share/bash-completion/completions/xss-lock
==> 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...
==> WARNING: Package contains reference to $srcdir
usr/bin/xss-lock
libfakeroot internal error: payload not recognized!
==> Creating package "xss-lock"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xss-lock 0.3.0.r30.gac39fdc-1 (Tue Jan 28 20:06:53 2025)
==> Cleaning up...