==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_c630b10f-a142-4d3b-b180-346c3b1dd8c3]...done ==> Making package: ocaml-findlib 1.9.8-1.1 (Mon Nov 25 14:07:22 2024) ==> Retrieving sources... -> Downloading findlib-1.9.8.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 268k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 268k 100 268k 0 0 393k 0 --:--:-- --:--:-- --:--:-- 393k ==> Validating source files with b2sums... findlib-1.9.8.tar.gz ... Passed ==> Making package: ocaml-findlib 1.9.8-1.1 (Mon Nov 25 14:07:25 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change extra/ocaml 5.2.0-1 135.97 MiB extra/ocaml-compiler-libs 5.2.0-1 71.76 MiB Total Installed Size: 207.73 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: 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... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found findlib-1.9.8.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting findlib-1.9.8.tar.gz with bsdtar ==> Starting build()... Welcome to findlib version 1.9.8 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Checking for ocamlopt -g... Configuring libraries... unix: package already present dynlink: package already present bigarray: not present (possible since 4.08) compiler-libs: package already present dbm: not present (normal since 4.00) graphics: not present (normal since 4.09) num: not present (normal since 4.06) ocamlbuild: not present (normal since 4.03) ocamldoc: package already present raw_spacetime: not present (normal since 4.12) threads: package already present str: package already present labltk: not present (normal since 4.02) native dynlink: found camlp4: not present (normal since OCaml-4.02) bytes: found, installing fake library Configuration for bytes written to site-lib-src/bytes/META Detecting compiler arguments: (extractor built) ok About the OCAML core installation: Standard library: /usr/lib/ocaml Binaries: /usr/bin Manual pages: /usr/local/man Multi-threading type: posix The directory of site-specific packages will be site-lib: /usr/lib/ocaml The configuration file is written to: findlib config file: /etc/findlib.conf Software will be installed: Libraries: in /findlib Binaries: /usr/bin Manual pages: /usr/share/man topfind script: /usr/lib/ocaml Topfind ppxopt support: yes Toolbox: no Link custom runtime: yes Need bytes compatibility: no Configuration has been written to Makefile.config You can now do 'make all', and optionally 'make opt', to build ocamlfind. for p in findlib; do ( cd src/$p; make all ) || exit; done for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory '/startdir/src/findlib-1.9.8/src/findlib' ocamllex fl_meta.mll make[1]: Entering directory '/startdir/src/findlib-1.9.8/src/findlib' ocamllex fl_meta.mll USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/findlib.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/findlib.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi 22 states, 392 transitions, table size 1700 bytes 22 states, 392 transitions, table size 1700 bytes cp: cannot create regular file 'topfind.ml': File exists Makefile:197: depend: No such file or directory make[1]: *** [Makefile:103: topfind.ml] Error 1 make[1]: *** Waiting for unfinished jobs.... ocamldep *.ml *.mli >depend make[1]: Leaving directory '/startdir/src/findlib-1.9.8/src/findlib' make: *** [Makefile:18: opt] Error 2 make: *** Waiting for unfinished jobs.... ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_compat.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli if [ "1" = "1" ]; then \ cp topfind.in topfind.compat.in; \ else \ sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \ > topfind.compat.in ; \ fi ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind.compat.in | \ ../../tools/patch '@SITELIB@' '/usr/lib/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' \ >topfind ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ -I +unix -I +dynlink ocaml_args.cmo frontend.cmo make[1]: Leaving directory '/startdir/src/findlib-1.9.8/src/findlib' make all-config make[1]: Entering directory '/startdir/src/findlib-1.9.8' if [ "false" = "true" ]; then \ make findlib-relative; \ else \ make findlib-absolute; \ fi make[2]: Entering directory '/startdir/src/findlib-1.9.8' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib/ocaml' | \ tools/patch '@FINDLIB_PATH@' '/usr/lib/ocaml' -p >findlib.conf if ./tools/cmd_from_same_dir ocamlc; then \ echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamlopt; then \ echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldep; then \ echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldoc; then \ echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ fi make[2]: Leaving directory '/startdir/src/findlib-1.9.8' make[1]: Leaving directory '/startdir/src/findlib-1.9.8' ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_c630b10f-a142-4d3b-b180-346c3b1dd8c3/build