==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: sbctl 0.17-1 (Mon Apr 28 15:41:39 2025)
==> Retrieving sources...
  -> Found sbctl-0.17.tar.gz
  -> Found sbctl-0.17.tar.gz.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    sbctl-0.17.tar.gz ... Passed
    sbctl-0.17.tar.gz.sig ... Skipped
==> Making package: sbctl 0.17-1 (Mon Apr 28 15:42:04 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (9) docbook-xml-4.5-10  docbook-xsl-1.79.2-9  libxslt-1.1.43-1
             perl-error-0.17030-1  perl-mailtools-2.22-1  perl-timedate-2.33-7
             asciidoc-10.2.1-2  git-2.49.0-1  go-2:1.24.2-1

Total Download Size:     2.21 MiB
Total Installed Size:  305.43 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 docbook-xsl-1.79.2-9-any downloading...
 asciidoc-10.2.1-2-any downloading...
 libxslt-1.1.43-1-armv7h downloading...
 docbook-xml-4.5-10-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing go...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    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 docbook-xml...
installing libxslt...
Optional dependencies for libxslt
    python: Python bindings [installed]
installing docbook-xsl...
installing asciidoc...
Optional dependencies for asciidoc
    graphviz: graphviz-filter
    lilypond: music-filter
    imagemagick: music-filter
    source-highlight: source-highlight-filter
    dblatex: pdf generation
    fop: alternative pdf generation
    w3m: text generation
    lynx: alternative text generation
:: 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) Checking for old perl modules...
[?25h==> Retrieving sources...
  -> Found sbctl-0.17.tar.gz
  -> Found sbctl-0.17.tar.gz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting sbctl-0.17.tar.gz with bsdtar
==> Starting build()...
a2x --no-xmllint --asciidoc-opts="-f docs/asciidoc.conf" -d manpage -f manpage -D docs docs/sbctl.8.txt
a2x --no-xmllint --asciidoc-opts="-f docs/asciidoc.conf" -d manpage -f manpage -D docs docs/sbctl.conf.5.txt
fatal: not a git repository (or any of the parent directories): .git
go build -ldflags="-X github.com/foxboron/sbctl.Version=0.17" -o sbctl ./cmd/sbctl
go: downloading github.com/foxboron/go-uefi v0.0.0-20250207204325-69fb7dba244f
go: downloading github.com/goccy/go-yaml v1.11.3
go: downloading github.com/google/go-tpm v0.9.1
go: downloading github.com/landlock-lsm/go-landlock v0.0.0-20240715193425-db0c8d6f1dff
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/crypto v0.31.0
go: downloading github.com/foxboron/go-tpm-keyfiles v0.0.0-20240725205618-b7c5a84edf9d
go: downloading github.com/google/uuid v1.4.0
go: downloading github.com/google/go-attestation v0.5.1
go: downloading golang.org/x/sys v0.28.0
go: downloading github.com/fatih/color v1.17.0
go: downloading golang.org/x/exp v0.0.0-20231219180239-dc181d75b848
go: downloading golang.org/x/text v0.21.0
go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading kernel.org/pub/linux/libs/security/libcap/psx v1.2.70
go: downloading github.com/google/go-tspi v0.3.0
go: downloading github.com/google/certificate-transparency-go v1.1.2
==> Entering fakeroot environment...
==> Starting package()...
fatal: not a git repository (or any of the parent directories): .git
go build -ldflags="-X github.com/foxboron/sbctl.Version=0.17" -o sbctl ./cmd/sbctl
./sbctl completion bash | install -D /dev/stdin contrib/completions/bash-completion/completions/sbctl
./sbctl completion zsh | install -D /dev/stdin contrib/completions/zsh/site-functions/_sbctl
./sbctl completion fish | install -D /dev/stdin contrib/completions/fish/vendor_completions.d/sbctl.fish
install -Dm755 sbctl -t '/build/sbctl/pkg/sbctl/usr/bin'
for manfile in docs/sbctl.8 docs/sbctl.conf.5; do \
	install -Dm644 "$manfile" -t '/build/sbctl/pkg/sbctl/usr/share/man/man'"${manfile##*.}"; \
done;
install -Dm644 contrib/completions/bash-completion/completions/sbctl '/build/sbctl/pkg/sbctl/usr/share/bash-completion/completions/sbctl'
install -Dm644 contrib/completions/zsh/site-functions/_sbctl '/build/sbctl/pkg/sbctl/usr/share/zsh/site-functions/_sbctl'
install -Dm644 contrib/completions/fish/vendor_completions.d/sbctl.fish '/build/sbctl/pkg/sbctl/usr/share/fish/vendor_completions.d/sbctl.fish'
install -Dm755 contrib/kernel-install/91-sbctl.install '/build/sbctl/pkg/sbctl/usr/lib/kernel/install.d/91-sbctl.install'
install -Dm644 LICENSE -t '/build/sbctl/pkg/sbctl/usr/share/licenses/sbctl'
==> 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 "sbctl"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sbctl 0.17-1 (Mon Apr 28 15:44:23 2025)
==> Cleaning up...