==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ocaml-fpath 0.7.3-8 (Sat Nov 1 09:51:28 2025)
==> Retrieving sources...
-> Found fpath-0.7.3.tbz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
fpath-0.7.3.tbz ... Passed
==> Making package: ocaml-fpath 0.7.3-8 (Sat 01 Nov 2025 09:51:34 AM MDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (2) ocaml-5.4.0-1 ocaml-astring-0.8.5-8
Total Download Size: 0.71 MiB
Total Installed Size: 168.18 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
ocaml-astring-0.8.5-8-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ocaml...
Optional dependencies for ocaml
ncurses: advanced ncurses features [installed]
tk: advanced tk features
installing ocaml-astring...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (8) bubblewrap-0.11.0-1 ocaml-compiler-libs-5.4.0-1
ocaml-result-1.5-15 unzip-6.0-23 ocaml-findlib-1.9.8-5
ocaml-topkg-1.1.0-1 ocamlbuild-0.16.1-4 opam-2.4.1-3
Total Download Size: 7.92 MiB
Total Installed Size: 120.42 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
opam-2.4.1-3-aarch64 downloading...
ocaml-topkg-1.1.0-1-aarch64 downloading...
ocamlbuild-0.16.1-4-aarch64 downloading...
unzip-6.0-23-aarch64 downloading...
bubblewrap-0.11.0-1-aarch64 downloading...
ocaml-result-1.5-15-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ocaml-compiler-libs...
installing ocaml-findlib...
installing ocamlbuild...
installing ocaml-result...
installing ocaml-topkg...
installing bubblewrap...
installing unzip...
installing opam...
Optional dependencies for opam
darcs: For downloading packages with darcs
git: For downloading packages with git
mercurial: For downloading packages with mercurial
rsync: For downloading packages with rsync
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
-> Found fpath-0.7.3.tbz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting fpath-0.7.3.tbz with bsdtar
==> Starting build()...
+ ocamlfind ocamlc -config
+ ocamlfind ocamldep -package astring -modules src/fpath.ml > src/fpath.ml.depends
+ ocamlfind ocamldep -package astring -modules src/fpath.mli > src/fpath.mli.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmi src/fpath.mli
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml
File "src/fpath.ml", line 40, characters 22-38:
40 | let is_unc_path p = String.is_prefix "\\\\" p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 124, characters 21-37:
124 | let has_volume p = String.is_prefix "//" p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 427, characters 10-26:
427 | if not (String.is_prefix prefix p) then false else
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 548, characters 42-58:
548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r)
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 563, characters 32-48:
563 | | true -> String.equal dot p || String.is_prefix dot_dir p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 578, characters 35-51:
578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 633, characters 18-31:
633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else
^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
+ ocamlfind ocamlopt -a -package astring -I src src/fpath.cmx -o src/fpath.cmxa
+ ocamlfind ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml
File "src/fpath.ml", line 40, characters 22-38:
40 | let is_unc_path p = String.is_prefix "\\\\" p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 124, characters 21-37:
124 | let has_volume p = String.is_prefix "//" p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 427, characters 10-26:
427 | if not (String.is_prefix prefix p) then false else
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 548, characters 42-58:
548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r)
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 563, characters 32-48:
563 | | true -> String.equal dot p || String.is_prefix dot_dir p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 578, characters 35-51:
578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p
^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
File "src/fpath.ml", line 633, characters 18-31:
633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else
^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label affix was omitted in the application of
this function.
+ ocamlfind ocamlc -a -package astring -I src src/fpath.cmo -o src/fpath.cma
+ ocamlfind ocamldep -package compiler-libs.toplevel -package astring -modules src/fpath_top.ml > src/fpath_top.ml.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml
+ ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa
+ ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs
+ ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma
# No parallelism done
==> Entering fakeroot environment...
==> Starting package()...
Creating directory /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath
_build/opam => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/opam
_build/pkg/META => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/META
_build/src/fpath.a => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.a
_build/src/fpath.cma => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cma
_build/src/fpath.cmi => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmi
_build/src/fpath.cmt => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmt
_build/src/fpath.cmti => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmti
_build/src/fpath.cmx => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmx
_build/src/fpath.cmxa => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmxa
_build/src/fpath.cmxs => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmxs
_build/src/fpath.ml => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.ml
_build/src/fpath.mli => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.mli
_build/src/fpath_top.a => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.a
_build/src/fpath_top.cma => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cma
_build/src/fpath_top.cmt => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmt
_build/src/fpath_top.cmx => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmx
_build/src/fpath_top.cmxa => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmxa
_build/src/fpath_top.cmxs => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmxs
_build/src/fpath_top.ml => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.ml
_build/src/fpath_top_init.ml => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top_init.ml
Creating directory /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath
_build/CHANGES.md => /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath/CHANGES.md
_build/LICENSE.md => /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath/LICENSE.md
_build/README.md => /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath/README.md
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/ocaml/fpath/fpath.cmxs
usr/lib/ocaml/fpath/fpath_top.a
usr/lib/ocaml/fpath/fpath.a
usr/lib/ocaml/fpath/fpath_top.cma
usr/lib/ocaml/fpath/fpath_top.cmxs
usr/lib/ocaml/fpath/fpath.cma
==> Creating package "ocaml-fpath"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ocaml-fpath 0.7.3-8 (Sat 01 Nov 2025 09:52:14 AM MDT)
==> Cleaning up...