<86>Jun 2 01:37:44 userdel[3240979]: delete user 'rooter' <86>Jun 2 01:37:44 userdel[3240979]: removed group 'rooter' owned by 'rooter' <86>Jun 2 01:37:44 userdel[3240979]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 2 01:37:44 groupadd[3241024]: group added to /etc/group: name=rooter, GID=1835 <86>Jun 2 01:37:44 groupadd[3241024]: group added to /etc/gshadow: name=rooter <86>Jun 2 01:37:44 groupadd[3241024]: new group: name=rooter, GID=1835 <86>Jun 2 01:37:44 useradd[3241063]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash <86>Jun 2 01:37:44 userdel[3241116]: delete user 'builder' <86>Jun 2 01:37:44 userdel[3241116]: removed group 'builder' owned by 'builder' <86>Jun 2 01:37:44 userdel[3241116]: removed shadow group 'builder' owned by 'builder' <86>Jun 2 01:37:44 groupadd[3241158]: group added to /etc/group: name=builder, GID=1836 <86>Jun 2 01:37:44 groupadd[3241158]: group added to /etc/gshadow: name=builder <86>Jun 2 01:37:44 groupadd[3241158]: new group: name=builder, GID=1836 <86>Jun 2 01:37:44 useradd[3241188]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash <13>Jun 2 01:37:48 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 2 01:37:48 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>Jun 2 01:37:55 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 2 01:37:55 rpmi: ocaml-astring-0.8.5-alt1 p10+289137.6200.8.1 1638003506 installed <13>Jun 2 01:37:55 rpmi: ocaml-topkg-1.0.4-alt1 p10+289137.5500.8.1 1638003341 installed <13>Jun 2 01:37:55 rpmi: ocaml-topkg-devel-1.0.4-alt1 p10+289137.5500.8.1 1638003341 installed <13>Jun 2 01:37:55 rpmi: ocaml-astring-devel-0.8.5-alt1 p10+289137.6200.8.1 1638003506 installed <13>Jun 2 01:37:55 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Jun 2 01:37:55 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 p10+289137.300.8.1 1638001815 installed <13>Jun 2 01:37:55 rpmi: ocaml-result-1.5-alt2 p10+289137.5400.8.1 1638003307 installed <13>Jun 2 01:37:55 rpmi: opam-2.1.1-alt1 p10+289137.23200.8.1 1638008342 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-fpath-0.7.3-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-fpath-0.7.3-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.55751 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-fpath-0.7.3 + echo 'Source #0 (ocaml-fpath-0.7.3.tar):' Source #0 (ocaml-fpath-0.7.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-fpath-0.7.3.tar + cd ocaml-fpath-0.7.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.55751 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fpath-0.7.3 + sed -i s,%%VERSION_NUM%%,0.7.3,g pkg/META + ocaml pkg/pkg.ml build 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 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 findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs 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 -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 findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma + ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.55751 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-fpath-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-fpath-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-fpath-0.7.3 + opam-installer --prefix=/usr/src/tmp/ocaml-fpath-buildroot/usr --libdir=/usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath _build/opam => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/opam _build/pkg/META => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/META _build/src/fpath.a => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.a _build/src/fpath.cma => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cma _build/src/fpath.cmi => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmi _build/src/fpath.cmti => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmti _build/src/fpath.cmx => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmx _build/src/fpath.cmxa => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmxa _build/src/fpath.cmxs => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmxs _build/src/fpath.mli => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.mli _build/src/fpath_top.a => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.a _build/src/fpath_top.cma => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cma _build/src/fpath_top.cmx => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cmx _build/src/fpath_top.cmxa => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cmxa _build/src/fpath_top.cmxs => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cmxs _build/src/fpath_top_init.ml => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top_init.ml Creating directory /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath _build/CHANGES.md => /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath/README.md + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-fpath-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-fpath-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-fpath-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-fpath-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-fpath-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-fpath-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath_top.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath_top.cmxs: undefined symbol: camlToploop verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__2 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__20 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Sys verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__drop_inner_2371 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__add_200 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__for_all_788 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__max_binding_309 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__of_string_with_index_range_inner_2127 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__cuts_inner_3606 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__fold_400 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__equal_bytes_1079 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__get_head_381 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__add_189 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__fun_1056 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__find_454 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Bytes__copy_105 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_base__of_char_324 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__map_1358 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__with_range_inner_3406 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__with_index_range_inner_3412 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__append_640 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__concat_inner_2197 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__extend_716 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__take_inner_2359 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__find_inner_3638 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__is_prefix_760 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__exists_792 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__fun_992 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__concat_inner_3341 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__fold_387 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__v_inner_2111 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__find_212 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__dump_1447 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__tail_inner_2151 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__is_suffix_1044 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_string_notequal verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__max_elt_233 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__min_elt_225 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__append_791 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__min_binding_299 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__span_1229 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__exists_340 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_base__exists_296 Processing files: ocaml-fpath-0.7.3-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.55751 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fpath-0.7.3 + DOCDIR=/usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + /bin/mkdir -p /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + cp -prL LICENSE.md CHANGES.md README.md /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + chmod -R go-w /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + chmod -R a+rX /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.35gOml find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZidXyl find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Fpath) = 4.13.1-5AE4CE96, ocaml-cmi(Fpath_top) = 4.13.1-0E9A67E6 Requires: ocaml-cmi(Astring) = 4.13.1-86488D4E, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iA4BRn Creating ocaml-fpath-debuginfo package Processing files: ocaml-fpath-devel-0.7.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i3YfIl find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cgKqAm find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Fpath) = 4.13.1-14ACB565, ocaml-cmx(Fpath_top) = 4.13.1-9575144F Requires: ocaml-fpath = 0.7.3-alt1, ocaml-cmi(Astring) = 4.13.1-86488D4E, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Fpath) = 4.13.1-5AE4CE96, ocaml-cmi(Fpath_top) = 4.13.1-0E9A67E6, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Astring) = 4.13.1-2C7F4B97, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Bytes) = 4.13.1-33E3746A, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__Map) = 4.13.1-09312960, ocaml-cmx(Stdlib__Set) = 4.13.1-EFE49A5A, ocaml-cmx(Stdlib__Sys) = 4.13.1-3AA36557 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HKn19o Processing files: ocaml-fpath-debuginfo-0.7.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Vw147l find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4a0hum find-requires: running scripts (debuginfo) Requires: ocaml-fpath = 0.7.3-alt1 Adding to ocaml-fpath-devel a strict dependency on ocaml-fpath Adding to ocaml-fpath-debuginfo a strict dependency on ocaml-fpath Removing 2 extra deps from ocaml-fpath-devel due to dependency on ocaml-fpath Removing 40 extra deps from ocaml-fpath-devel due to repentancy on ocaml-fpath warning: Installed (but unpackaged) file(s) found: /usr/doc/fpath/CHANGES.md /usr/doc/fpath/LICENSE.md /usr/doc/fpath/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fpath-0.7.3-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fpath-devel-0.7.3-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fpath-debuginfo-0.7.3-alt1.x86_64.rpm (w2.lzdio) 0.84user 1.20system 0:09.09elapsed 22%CPU (0avgtext+0avgdata 26640maxresident)k 0inputs+0outputs (0major+264482minor)pagefaults 0swaps 3.54user 2.55system 0:25.64elapsed 23%CPU (0avgtext+0avgdata 135820maxresident)k 1424inputs+0outputs (0major+202993minor)pagefaults 0swaps --- ocaml-fpath-0.7.3-alt1.x86_64.rpm.repo 2021-11-27 09:02:10.000000000 +0000 +++ ocaml-fpath-0.7.3-alt1.x86_64.rpm.hasher 2024-06-02 01:38:07.299122613 +0000 @@ -64,5 +64,5 @@ File: /usr/lib64/ocaml/fpath/fpath.cmti 100644 root:root 3711b6784463a005af57e674d5cee683 -File: /usr/lib64/ocaml/fpath/fpath.cmxs 100644 root:root c3e59cbfe8484ec5c97f882889b60362 +File: /usr/lib64/ocaml/fpath/fpath.cmxs 100644 root:root 714ecd5bf84cf8c1786a32afb6377091 File: /usr/lib64/ocaml/fpath/fpath_top.cma 100644 root:root 0823093a4f091c4bc71018c2a57c3c03 -File: /usr/lib64/ocaml/fpath/fpath_top.cmxs 100644 root:root be6b16a86261baaca4bb04b8e9942af1 +File: /usr/lib64/ocaml/fpath/fpath_top.cmxs 100644 root:root 45f16b50269d3ad4025d744a490391cc File: /usr/lib64/ocaml/fpath/fpath_top_init.ml 100644 root:root 8575d52052bd4fb672c7f67eba2e5dcf @@ -73,2 +73,2 @@ File: /usr/share/doc/ocaml-fpath-0.7.3/README.md 100644 root:root 340876bd0b9c2a33eaadeb68cac338fa -RPMIdentity: f5c24b0f85f0fbe4e4212f53239846a11824d688d8d1bb603dd504d621e09119709a1f394d0c4d4dc9852c7a7236178a20c1b8695ee316e62b7d1bac1eda2014 +RPMIdentity: 904154e0533e5524334c04b0c518e1e5328f8b45509ca62826a5667f54f980b2ab732947869b7440fd22a64ae88f23ccd3250686608f8a330ae6d01eba60eb2f --- ocaml-fpath-debuginfo-0.7.3-alt1.x86_64.rpm.repo 2021-11-27 09:02:10.000000000 +0000 +++ ocaml-fpath-debuginfo-0.7.3-alt1.x86_64.rpm.hasher 2024-06-02 01:38:07.386124250 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/68 40755 root:root -/usr/lib/debug/.build-id/68/3845354a48830904286321a2e446d0b56d9add 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs -/usr/lib/debug/.build-id/68/3845354a48830904286321a2e446d0b56d9add.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug -/usr/lib/debug/.build-id/92 40755 root:root -/usr/lib/debug/.build-id/92/740e9b00906b14b11eb28a40a33d6f43e4c908 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs -/usr/lib/debug/.build-id/92/740e9b00906b14b11eb28a40a33d6f43e4c908.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/61482fc9bf8bb5e8a55ed7112d5f8e27db0718 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs +/usr/lib/debug/.build-id/0f/61482fc9bf8bb5e8a55ed7112d5f8e27db0718.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug +/usr/lib/debug/.build-id/29 40755 root:root +/usr/lib/debug/.build-id/29/c4d3e80c4d3fac3bb0ccd7f2ee451954a6b2e6 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs +/usr/lib/debug/.build-id/29/c4d3e80c4d3fac3bb0ccd7f2ee451954a6b2e6.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -18,12 +18,12 @@ Provides: ocaml-fpath-debuginfo = 0.7.3-alt1:p10+289137.7000.8.1 -File: /usr/lib/debug/.build-id/68 40755 root:root -File: /usr/lib/debug/.build-id/68/3845354a48830904286321a2e446d0b56d9add 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs -File: /usr/lib/debug/.build-id/68/3845354a48830904286321a2e446d0b56d9add.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug -File: /usr/lib/debug/.build-id/92 40755 root:root -File: /usr/lib/debug/.build-id/92/740e9b00906b14b11eb28a40a33d6f43e4c908 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs -File: /usr/lib/debug/.build-id/92/740e9b00906b14b11eb28a40a33d6f43e4c908.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/61482fc9bf8bb5e8a55ed7112d5f8e27db0718 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs +File: /usr/lib/debug/.build-id/0f/61482fc9bf8bb5e8a55ed7112d5f8e27db0718.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug +File: /usr/lib/debug/.build-id/29 40755 root:root +File: /usr/lib/debug/.build-id/29/c4d3e80c4d3fac3bb0ccd7f2ee451954a6b2e6 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs +File: /usr/lib/debug/.build-id/29/c4d3e80c4d3fac3bb0ccd7f2ee451954a6b2e6.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/fpath 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath.cmxs.debug 100644 root:root a49ecc3933c4fafe0dd7f984faec656d -File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath_top.cmxs.debug 100644 root:root b9c46dc431bfb987f4683421cc59a74d +File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath.cmxs.debug 100644 root:root 6aad087687f906b648129497c6644b25 +File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath_top.cmxs.debug 100644 root:root 5755d7100d02b45453487160da467aba File: /usr/src/debug/ocaml-fpath-0.7.3 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/ocaml-fpath-0.7.3/_build/src/fpath_top.ml 100644 root:root ebd281e3bf655d10bcca33d5e51debdd -RPMIdentity: d636a12121f41d8ed8d7f59dfe8fa9821ae77bf5469e50f1fec17f9963e83dfaeacba2696724689711e9e047acd9f4e3ef068d6a5dc8e899b89d524b107878e9 +RPMIdentity: 8520d9b125ffdcc9f0825d3529a327812abd23c5373ea121c16298207e79ff7f0ef64089b50fd726f4cd39e957be880aeeb2e6e02f04df061fb020b355d8572d