>>> ocaml-findlib: Building community/ocaml-findlib 1.9.6-r5 (using abuild 3.15.0_rc3-r0) started Fri, 18 Apr 2025 04:11:39 +0000 >>> ocaml-findlib: Validating /home/buildozer/aports/community/ocaml-findlib/APKBUILD... >>> WARNING: ocaml-findlib: depends_dev found but no development subpackage found >>> ocaml-findlib: Analyzing dependencies... >>> ocaml-findlib: Installing for build: build-base ocaml5-compiler-libs ocaml5-ocamldoc m4 ncurses-dev (1/11) Installing ocaml5-loongarch-runtime (5.3-r0) (2/11) Installing ocaml5-loongarch (5.3-r0) (3/11) Installing ocaml5-loongarch-compiler-libs (5.3-r0) (4/11) Installing ocaml5-loongarch-ocamldoc (5.3-r0) (5/11) Installing m4 (1.4.19-r3) (6/11) Installing libformw (6.5_p20250405-r0) (7/11) Installing libmenuw (6.5_p20250405-r0) (8/11) Installing libpanelw (6.5_p20250405-r0) (9/11) Installing libncurses++ (6.5_p20250405-r0) (10/11) Installing ncurses-dev (6.5_p20250405-r0) (11/11) Installing .makedepends-ocaml-findlib (20250418.041140) Executing busybox-1.37.0-r16.trigger OK: 578 MiB in 115 packages >>> ocaml-findlib: Cleaning up srcdir >>> ocaml-findlib: Cleaning up pkgdir >>> ocaml-findlib: Cleaning up tmpdir >>> ocaml-findlib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/findlib-1.9.6.tar.gz >>> ocaml-findlib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/findlib-1.9.6.tar.gz >>> ocaml-findlib: Checking sha512sums... findlib-1.9.6.tar.gz: OK >>> ocaml-findlib: Unpacking /var/cache/distfiles/findlib-1.9.6.tar.gz... Welcome to findlib version 1.9.6 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: not found camlp4: disabled 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 make[1]: Entering directory '/home/buildozer/aports/community/ocaml-findlib/src/findlib-1.9.6/src/findlib' ocamllex fl_meta.mll 22 states, 392 transitions, table size 1700 bytes USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/findlib.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib/ocaml' | \ 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 ocamldep *.ml *.mli >depend ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c findlib_config.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_split.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_metatoken.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_meta.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_metascanner.mli ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_metascanner.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_topo.mli ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_topo.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_package_base.mli ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlc -I +compiler-libs -I +unix -I +dynlink -c findlib.mli ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_args.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_lint.ml ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.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 -I +unix -I +dynlink -g -c ocaml_args.ml ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ -I +unix -I +dynlink ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -I +unix -I +dynlink -c topfind.mli ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c topfind.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 USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind_rd1.p | \ ../../tools/patch '@SITELIB@' '/usr/lib/ocaml' \ >topfind ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_dynload.mli ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_dynload.ml ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo make[1]: Leaving directory '/home/buildozer/aports/community/ocaml-findlib/src/findlib-1.9.6/src/findlib' make all-config make[1]: Entering directory '/home/buildozer/aports/community/ocaml-findlib/src/findlib-1.9.6' 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[1]: Leaving directory '/home/buildozer/aports/community/ocaml-findlib/src/findlib-1.9.6' for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory '/home/buildozer/aports/community/ocaml-findlib/src/findlib-1.9.6/src/findlib' ocamlopt -I +compiler-libs -I +unix -I +dynlink -c findlib_config.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_split.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_metatoken.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_meta.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_metascanner.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_topo.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlopt -I +compiler-libs -I +unix -I +dynlink -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_args.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_lint.ml ocamlopt -I +compiler-libs -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx if [ 0 -gt 0 ]; then \ ocamlopt -I +compiler-libs -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ fi ocamlopt -I +compiler-libs -I +unix -I +dynlink -c ocaml_args.ml ocamlopt -I +compiler-libs -I +unix -I +dynlink -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \ -I +unix -I +dynlink ocaml_args.cmx frontend.cmx ocamlopt -I +compiler-libs -I +unix -I +dynlink -c topfind.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 ocamlopt -I +compiler-libs -a -o findlib_top.cmxa topfind.cmx if [ 0 -gt 0 ]; then \ ocamlopt -I +compiler-libs -shared -o findlib_top.cmxs topfind.cmx; \ fi ocamlopt -I +compiler-libs -I +unix -I +dynlink -c fl_dynload.ml ocamlopt -I +compiler-libs -a -o findlib_dynload.cmxa fl_dynload.cmx if [ 0 -gt 0 ]; then \ ocamlopt -I +compiler-libs -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ fi make[1]: Leaving directory '/home/buildozer/aports/community/ocaml-findlib/src/findlib-1.9.6/src/findlib' * Checking linker options for unix library ok * Checking linker options for str library ok * Checking linker options for threads library ok >>> ocaml-findlib: Entering fakeroot... install -d "`dirname \"/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/etc/findlib.conf\"`" install -d "/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/usr/share/man/man1" "/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/usr/share/man/man3" "/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/usr/share/man/man5" install -c doc/ref-man/ocamlfind.1 "/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/usr/share/man/man1" test -f "/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/etc/findlib.conf" || install -c findlib.conf "/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/etc/findlib.conf" install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/usr/share/man/man5" created directory: '/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/usr/bin' 'src/findlib/ocamlfind_opt' -> '/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib/usr/bin/ocamlfind' >>> ocamlfind*: Running split function ocamlfind... 'etc/findlib.conf' -> '/home/buildozer/aports/community/ocaml-findlib/pkg/ocamlfind/etc/findlib.conf' 'usr/bin/ocamlfind' -> '/home/buildozer/aports/community/ocaml-findlib/pkg/ocamlfind/usr/bin/ocamlfind' >>> ocamlfind*: Preparing subpackage ocamlfind... >>> ocamlfind*: Stripping binaries >>> ocamlfind*: Running postcheck for ocamlfind >>> ocaml-findlib-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/community/ocaml-findlib/pkg/ocaml-findlib-doc/usr/share/man' >>> ocaml-findlib-doc*: Preparing subpackage ocaml-findlib-doc... >>> ocaml-findlib-doc*: Running postcheck for ocaml-findlib-doc >>> ocaml-findlib*: Running postcheck for ocaml-findlib >>> ocaml-findlib*: Preparing package ocaml-findlib... >>> ocaml-findlib*: Stripping binaries >>> WARNING: ocaml-findlib*: No arch specific binaries found so arch should probably be set to "noarch" >>> ocaml-findlib-doc*: Scanning shared objects >>> ocaml-findlib*: Scanning shared objects >>> ocamlfind*: Scanning shared objects >>> ocaml-findlib-doc*: Tracing dependencies... >>> ocaml-findlib-doc*: Package size: 49.8 KB >>> ocaml-findlib-doc*: Compressing data... >>> ocaml-findlib-doc*: Create checksum... >>> ocaml-findlib-doc*: Create ocaml-findlib-doc-1.9.6-r5.apk >>> ocaml-findlib*: Tracing dependencies... ocamlfind=1.9.6-r5 >>> ocaml-findlib*: Package size: 0.0 >>> ocaml-findlib*: Compressing data... >>> ocaml-findlib*: Create checksum... >>> ocaml-findlib*: Create ocaml-findlib-1.9.6-r5.apk >>> ocamlfind*: Tracing dependencies... so:libc.musl-loongarch64.so.1 >>> ocamlfind*: Package size: 2.1 MB >>> ocamlfind*: Compressing data... >>> ocamlfind*: Create checksum... >>> ocamlfind*: Create ocamlfind-1.9.6-r5.apk >>> ocaml-findlib: Build complete at Fri, 18 Apr 2025 04:11:49 +0000 elapsed time 0h 0m 10s >>> ocaml-findlib: Cleaning up srcdir >>> ocaml-findlib: Cleaning up pkgdir >>> ocaml-findlib: Uninstalling dependencies... (1/11) Purging .makedepends-ocaml-findlib (20250418.041140) (2/11) Purging m4 (1.4.19-r3) (3/11) Purging ncurses-dev (6.5_p20250405-r0) (4/11) Purging libncurses++ (6.5_p20250405-r0) (5/11) Purging libpanelw (6.5_p20250405-r0) (6/11) Purging libformw (6.5_p20250405-r0) (7/11) Purging libmenuw (6.5_p20250405-r0) (8/11) Purging ocaml5-loongarch-compiler-libs (5.3-r0) (9/11) Purging ocaml5-loongarch-ocamldoc (5.3-r0) (10/11) Purging ocaml5-loongarch (5.3-r0) (11/11) Purging ocaml5-loongarch-runtime (5.3-r0) Executing busybox-1.37.0-r16.trigger OK: 252 MiB in 104 packages >>> ocaml-findlib: Updating the community/loongarch64 repository index... >>> ocaml-findlib: Signing the index...