==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: when 1.1.45-2 (Sun Jul 14 09:04:57 2024)
==> Retrieving sources...
  -> Cloning when git repo...
Cloning into bare repository '/home/leming/work/when/when'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    when ... Skipped
==> Making package: when 1.1.45-2 (Sun Jul 14 09:05:18 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (4) perl-error-0.17029-6  perl-mailtools-2.21-8  perl-timedate-2.33-6
             git-2.45.2-1

Total Installed Size:  39.06 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 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]
:: Running post-transaction hooks...
(1/1) Warn about old perl modules
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of when git repo...
Cloning into 'when'...
done.
Switched to a new branch 'makepkg'
==> Entering fakeroot environment...
==> Starting package()...
pod2man --section=1 --center="When `perl when --bare_version`" --release="`perl when --bare_version`" \
        --name=WHEN <when >when.1
perl -e 'open(F,"<when") or die "file not found"; local $/; $code = <F>; close F; open(F,">temp") or die "error writing"; print F "#!".`which perl`."\n$code"; close F;'
# ... make sure it starts with the proper #! line, regardless of whether we're on Linux, BSD, etc.
test -d /build/when/pkg/when/usr/bin || mkdir -p /build/when/pkg/when/usr/bin
# ... if the intended directory doesn't exist, create it
install -m 755 temp /build/when/pkg/when/usr/bin/when
# ... 755=u:rwx,go:rx
rm temp
gzip -n9 <when.1 >when.1.gz
test -d /build/when/pkg/when/usr/share/man/man1 || mkdir -p /build/when/pkg/when/usr/share/man/man1
install -m 644 when.1.gz /build/when/pkg/when/usr/share/man/man1
rm -f when.1.gz
==> 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 "when"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: when 1.1.45-2 (Sun Jul 14 09:05:27 2024)
==> Cleaning up...