==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: ocaml-zarith 1.12-5 (Tue Aug  9 18:22:58 2022)
==> Retrieving sources...
  -> Found release-1.12.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    release-1.12.tar.gz ... Passed
==> Making package: ocaml-zarith 1.12-5 (Tue Aug  9 18:23:16 2022)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) ocaml-4.14.0-1  ocaml-compiler-libs-4.14.0-1

Total Installed Size:  379.78 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 ocaml...
Optional dependencies for ocaml
    ncurses: advanced ncurses features [installed]
    tk: advanced tk features
installing ocaml-compiler-libs...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) ocaml-findlib-1.9.5-2

Total Installed Size:  4.54 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 ocaml-findlib...
[?25h==> Retrieving sources...
  -> Found release-1.12.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting release-1.12.tar.gz with bsdtar
==> Starting build()...
binary ocaml: found in /usr/bin
binary ocamlc: found in /usr/bin
binary ocamldep: found in /usr/bin
binary ocamlmklib: found in /usr/bin
binary ocamldoc: found in /usr/bin
binary gcc: found in /usr/lib/distcc/bin
binary ocamlopt: found in /usr/bin
checking compilation with gcc -O3 -Wall -Wextra -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection: working
include caml/mlvalues.h: found
library dynlink.cmxa: found
binary ocamlfind: found in /usr/bin
OCaml's word size is 32
binary uname: found in /usr/bin
include gmp.h: found
library gmp: found
OCaml supports -bin-annot to produce documentation

detected configuration:

  native-code:          yes
  dynamic linking:      yes
  defines:              -DHAS_GMP 
  libraries:            -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lgmp
  C options:            -O3 -Wall -Wextra -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection
  installation path:    /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml
  installation method   findlib

configuration successful!
now type "make" to build
then type "make install" or "sudo make install" to install
(echo "let"; grep "version" META | head -1) > zarith_version.ml
ocamldep -native  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
ocamlc -I +compiler-libs -bin-annot  -c zarith_version.ml
ocamlc -I +compiler-libs -bin-annot  -c z.mli
ocamlc -I +compiler-libs -bin-annot  -c z.ml
ocamlc -I +compiler-libs -bin-annot  -c q.mli
ocamlc -I +compiler-libs -bin-annot  -c q.ml
File "q.ml", line 537, characters 9-23:
537 |         (Z.of_substring s 0 i)
               ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
File "q.ml", line 538, characters 9-23:
538 |         (Z.of_substring s (i+1) (String.length s-i-1))
               ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
ocamlc -I +compiler-libs -bin-annot  -c big_int_Z.mli
ocamlc -I +compiler-libs -bin-annot  -c big_int_Z.ml
ocamlmklib -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lgmp
Unknown option -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
ocamlc -ccopt "-I/usr/lib/ocaml  -DHAS_GMP  -O3 -Wall -Wextra -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection" -c caml_z.c
ocamlmklib -failsafe -o zarith caml_z.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lgmp
Unknown option -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
ocamlc -I +compiler-libs -bin-annot  -c zarith_top.ml
ocamlc -o zarith_top.cma -a zarith_top.cmo
ocamlopt -I +compiler-libs  -c zarith_version.ml
ocamlopt -I +compiler-libs  -c z.ml
ocamlopt -I +compiler-libs  -c q.ml
File "q.ml", line 537, characters 9-23:
537 |         (Z.of_substring s 0 i)
               ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
File "q.ml", line 538, characters 9-23:
538 |         (Z.of_substring s (i+1) (String.length s-i-1))
               ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
ocamlopt -I +compiler-libs  -c big_int_Z.ml
ocamlmklib -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lgmp
Unknown option -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
==> Entering fakeroot environment...
==> Starting package()...
ocamlfind install -destdir "/build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/dllzarith.so
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.cmti
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.cmti
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.cmti
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.a
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.mli
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.mli
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.h
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.cmxs
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.cmx
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.cmx
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.cmx
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.cmxa
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.mli
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith_top.cma
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.cmi
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.cmi
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.cmi
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/libzarith.a
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.cma
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/META
==> 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/zarith/big_int_Z.cmti
usr/lib/ocaml/zarith/q.cmti
usr/lib/ocaml/zarith/z.cmti
==> Creating package "ocaml-zarith"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ocaml-zarith 1.12-5 (Tue Aug  9 18:23:53 2022)
==> Cleaning up...