==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ocaml-zarith 1.14-7 (Sat Nov 1 09:14:56 2025)
==> Retrieving sources...
-> Found ocaml-zarith-1.14.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
ocaml-zarith-1.14.tar.gz ... Passed
==> Making package: ocaml-zarith 1.14-7 (Sat Nov 1 09:15:03 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (2) ocaml-5.4.0-1 ocaml-compiler-libs-5.4.0-1
Total Installed Size: 244.94 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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (1) ocaml-findlib-1.9.8-5
Total Installed Size: 6.24 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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
-> Found ocaml-zarith-1.14.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting ocaml-zarith-1.14.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 ocamlopt: found in /usr/bin
checking compilation with ocamlc -O3 -Wall -Wextra -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects: working
include caml/mlvalues.h: found
library dynlink.cmxa: found
binary ocamlfind: found in /usr/bin
OCaml's word size is 64
package gmp: found
OCaml supports -bin-annot to produce documentation
detected configuration:
native-code: yes
dynamic linking: yes
defines: -DHAS_GMP
includes: -I/usr/lib/ocaml
libraries: -lgmp
linker options: -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
C options: -O3 -Wall -Wextra -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects
installation path: /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 zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
ocamlc -g -I +compiler-libs -bin-annot -c zarith_version.ml
ocamlc -g -I +compiler-libs -bin-annot -c z.mli
ocamlc -ccopt "-I/usr/lib/ocaml -DHAS_GMP -O3 -Wall -Wextra -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects" -c caml_z.c
ocamlc -g -I +compiler-libs -bin-annot -c zarith_top.ml
ocamlopt -g -I +compiler-libs -c zarith_version.ml
ocamlc -g -I +compiler-libs -bin-annot -c z.ml
ocamlc -g -I +compiler-libs -bin-annot -c q.mli
ocamlc -g -I +compiler-libs -bin-annot -c big_int_Z.mli
ocamlopt -g -I +compiler-libs -c z.ml
ocamlc -g -o zarith_top.cma -a zarith_top.cmo
ocamlc -g -I +compiler-libs -bin-annot -c big_int_Z.ml
ocamlc -g -I +compiler-libs -bin-annot -c q.ml
ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
Unknown option -Wl,-O1
Unknown option -Wl,--sort-common
Unknown option -Wl,--as-needed
Unknown option -Wl,-z,relro
Unknown option -Wl,-z,now
ocamlopt -g -I +compiler-libs -c q.ml
ocamlopt -g -I +compiler-libs -c big_int_Z.ml
ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
Unknown option -Wl,-O1
Unknown option -Wl,--sort-common
Unknown option -Wl,--as-needed
Unknown option -Wl,-z,relro
Unknown option -Wl,-z,now
ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
Unknown option -Wl,-O1
Unknown option -Wl,--sort-common
Unknown option -Wl,--as-needed
Unknown option -Wl,-z,relro
Unknown option -Wl,-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 zarith_version.cmx 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/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_version.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/stublibs/dllzarith.so
Installed /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/stublibs/dllzarith.so.owner
ocamlfind: [WARNING] You have installed DLLs but the directory /build/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/stublibs is not mentioned in ld.conf
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/zarith_top.cma
usr/lib/ocaml/zarith/zarith.cmxs
usr/lib/ocaml/zarith/zarith.cma
usr/lib/ocaml/zarith/zarith.a
==> Creating package "ocaml-zarith"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ocaml-zarith 1.14-7 (Sat Nov 1 09:15:24 2025)
==> Cleaning up...