==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: opam 2.5.0-1 (Sun Jan 18 16:16:55 2026)
==> Retrieving sources...
  -> Found opam-full-2.5.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    opam-full-2.5.0.tar.gz ... Passed
==> Making package: opam 2.5.0-1 (Sun Jan 18 21:17:02 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (4) ocaml-5.4.0-1  bubblewrap-0.11.0-1  ocaml-compiler-libs-5.4.0-1  unzip-6.0-23

Total Download Size:    84.14 MiB
Total Installed Size:  245.50 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 ocaml-compiler-libs-5.4.0-1-aarch64 downloading...
 ocaml-5.4.0-1-aarch64 downloading...
 unzip-6.0-23-aarch64 downloading...
 bubblewrap-0.11.0-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing bubblewrap...
installing ocaml...
Optional dependencies for ocaml
    ncurses: advanced ncurses features [installed]
    tk: advanced tk features
installing ocaml-compiler-libs...
installing unzip...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found opam-full-2.5.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting opam-full-2.5.0.tar.gz with bsdtar
==> Starting build()...
checking for ocamlc... ocamlc
OCaml version is 5.4.0
OCaml library path is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamldep.opt... ocamldep.opt
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamldoc.opt... ocamldoc.opt
checking for ocamlbuild... no
checking OCaml Sys.os_type... Unix
checking for gawk... gawk
checking for compiler type... cc
checking for compiler architecture... arm64
checking for compiler system... linux
checking for compiler target... aarch64-unknown-linux-gnu
checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -fPIC  -pthread   -D_FILE_OFFSET_BITS=64
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 -O2 -fno-strict-aliasing -fwrapv -fPIC  -pthread   -D_FILE_OFFSET_BITS=64 accepts -g... yes
checking for gcc -O2 -fno-strict-aliasing -fwrapv -fPIC  -pthread   -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
checking for ocamlobjinfo... ocamlobjinfo
checking for ocamlfind... no
checking for curl... curl
checking for dune... no
checking for patch... patch
checking for bunzip2... bunzip2
checking for linking method... shared

checking for OCaml findlib package unix... not found
checking for OCaml findlib package re 1.9.0 or later... no
checking for OCaml findlib package base64 3.1.0 or later... no
checking for OCaml findlib package ocamlgraph... not found
checking for OCaml findlib package cudf 0.7 or later... no
checking for OCaml findlib package dose3.common 6.1 or later... no
checking for OCaml findlib package dose3.algo 6.1 or later... no
checking for OCaml findlib package opam-file-format 2.1.4 or later... no
checking for OCaml findlib package spdx_licenses... not found
checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
checking for OCaml findlib package jsonm... not found
checking for OCaml findlib package uutf... not found
checking for OCaml findlib package sha... not found
checking for OCaml findlib package swhid_core... not found
checking for OCaml findlib package patch... not found
checking for OCaml findlib package mccs 1.1+17 or later... no
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether g++ really is a C++ compiler... yes

configure: creating ./config.status
config.status: creating Makefile.config
config.status: creating src/ocaml-flags-configure.sexp
config.status: creating src/core/c-flags.sexp

Opam will be built WITH its default built-in solver

Executables will be installed in /usr/bin
Manual pages will be installed in /usr/share/man

Downloading vendored source dependencies...
done
Extracting vendored source dependencies in src_ext/... done
cd src_ext/dune-local && ocaml boot/bootstrap.ml
ocamlc -output-complete-exe -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
distcc[1933] ERROR: compile /tmp/camlobj4cdc0a.c on 10.3.0.15:3932/8 failed
distcc[1933] (dcc_build_somewhere) Warning: remote compilation of '/tmp/camlobj4cdc0a.c' failed, retrying locally
distcc[1933] Warning: failed to distribute /tmp/camlobj4cdc0a.c to 10.3.0.15:3932/8, running locally instead
distcc[1933] (dcc_please_send_email_after_investigation) Warning: remote compilation of '/tmp/camlobj4cdc0a.c' failed, retried locally and got a different result.
./.duneboot.exe


src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).

File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
/bin/sh: line 1: git: command not found
/bin/sh: line 1: git: command not found
Creating menhirLib.ml...
Creating menhirLib.mli...
Read 99 sample input sentences and 99 error messages.
Read 99 sample input sentences and 47 error messages.
Grammar has 56 nonterminal symbols, among which 1 start symbols.
Grammar has 37 terminal symbols.
Grammar has 129 productions.
Built an LR(0) automaton with 199 states.
The grammar is not SLR(1) -- 7 states have a conflict.
The construction mode is no-pager.
Built an LR(1) automaton with 308 states.
One shift/reduce conflict was silently solved.
Extra reductions on error were added in 50 states.
Priority played a role in 0 of these states.
156 out of 308 states have a default reduction.
108 out of 308 states are represented.
44 out of 96 symbols keep track of their start position.
39 out of 96 symbols keep track of their end position.
The StackLang code contains 4113 instructions in 277 blocks.
The StackLang code comprises 5 mutually recursive groups.
Read 99 sample input sentences and 47 error messages.
sed -f process.sed opam.install > processed-opam.install
src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install
sed -f process.sed opam-installer.install > processed-opam-installer.install
==> Entering fakeroot environment...
==> Starting package()...
make: Entering directory '/build/opam/src/opam-full-2.5.0'
./opam-installer --prefix "/build/opam/pkg/opam/usr" --mandir "/build/opam/pkg/opam/usr/share/man" processed-opam.install
Creating directory /build/opam/pkg/opam/usr/bin
_build/install/default/bin/opam  => /build/opam/pkg/opam/usr/bin/opam
Creating directory /build/opam/pkg/opam/usr/share/man/man1
_build/install/default/man/man1/opam-admin-add-constraint.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-add-constraint.1
_build/install/default/man/man1/opam-admin-add-hashes.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-add-hashes.1
_build/install/default/man/man1/opam-admin-cache.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-cache.1
_build/install/default/man/man1/opam-admin-check.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-check.1
_build/install/default/man/man1/opam-admin-compare-versions.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-compare-versions.1
_build/install/default/man/man1/opam-admin-filter.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-filter.1
_build/install/default/man/man1/opam-admin-help.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-help.1
_build/install/default/man/man1/opam-admin-index.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-index.1
_build/install/default/man/man1/opam-admin-lint.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-lint.1
_build/install/default/man/man1/opam-admin-list.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-list.1
_build/install/default/man/man1/opam-admin-make.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-make.1
_build/install/default/man/man1/opam-admin-migrate-extrafiles.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-migrate-extrafiles.1
_build/install/default/man/man1/opam-admin-update-extrafiles.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-update-extrafiles.1
_build/install/default/man/man1/opam-admin-upgrade.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin-upgrade.1
_build/install/default/man/man1/opam-admin.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-admin.1
_build/install/default/man/man1/opam-clean.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-clean.1
_build/install/default/man/man1/opam-config.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-config.1
_build/install/default/man/man1/opam-env.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-env.1
_build/install/default/man/man1/opam-exec.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-exec.1
_build/install/default/man/man1/opam-help.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-help.1
_build/install/default/man/man1/opam-info.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-info.1
_build/install/default/man/man1/opam-init.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-init.1
_build/install/default/man/man1/opam-install.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-install.1
_build/install/default/man/man1/opam-lint.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-lint.1
_build/install/default/man/man1/opam-list.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-list.1
_build/install/default/man/man1/opam-lock.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-lock.1
_build/install/default/man/man1/opam-option.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-option.1
_build/install/default/man/man1/opam-pin.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-pin.1
_build/install/default/man/man1/opam-reinstall.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-reinstall.1
_build/install/default/man/man1/opam-remote.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-remote.1
_build/install/default/man/man1/opam-remove.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-remove.1
_build/install/default/man/man1/opam-repository.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-repository.1
_build/install/default/man/man1/opam-search.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-search.1
_build/install/default/man/man1/opam-show.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-show.1
_build/install/default/man/man1/opam-source.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-source.1
_build/install/default/man/man1/opam-switch.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-switch.1
_build/install/default/man/man1/opam-tree.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-tree.1
_build/install/default/man/man1/opam-uninstall.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-uninstall.1
_build/install/default/man/man1/opam-unpin.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-unpin.1
_build/install/default/man/man1/opam-update.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-update.1
_build/install/default/man/man1/opam-upgrade.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-upgrade.1
_build/install/default/man/man1/opam-var.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-var.1
_build/install/default/man/man1/opam-why.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-why.1
_build/install/default/man/man1/opam.1 => /build/opam/pkg/opam/usr/share/man/man1/opam.1
./opam-installer --prefix "/build/opam/pkg/opam/usr" --mandir "/build/opam/pkg/opam/usr/share/man" processed-opam-installer.install
_build/install/default/bin/opam-installer => /build/opam/pkg/opam/usr/bin/opam-installer
_build/install/default/man/man1/opam-installer.1 => /build/opam/pkg/opam/usr/share/man/man1/opam-installer.1
make: Leaving directory '/build/opam/src/opam-full-2.5.0'
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "opam"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: opam 2.5.0-1 (Sun Jan 18 21:19:07 2026)
==> Cleaning up...
[?12l[?25h