<86>Jul 22 05:20:25 userdel[1612082]: delete user 'rooter' <86>Jul 22 05:20:25 userdel[1612082]: removed group 'rooter' owned by 'rooter' <86>Jul 22 05:20:25 userdel[1612082]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 22 05:20:25 groupadd[1612135]: group added to /etc/group: name=rooter, GID=1847 <86>Jul 22 05:20:25 groupadd[1612135]: group added to /etc/gshadow: name=rooter <86>Jul 22 05:20:25 groupadd[1612135]: new group: name=rooter, GID=1847 <86>Jul 22 05:20:26 useradd[1612160]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Jul 22 05:20:26 userdel[1612232]: delete user 'builder' <86>Jul 22 05:20:26 userdel[1612232]: removed group 'builder' owned by 'builder' <86>Jul 22 05:20:26 userdel[1612232]: removed shadow group 'builder' owned by 'builder' <86>Jul 22 05:20:26 groupadd[1612286]: group added to /etc/group: name=builder, GID=1848 <86>Jul 22 05:20:26 groupadd[1612286]: group added to /etc/gshadow: name=builder <86>Jul 22 05:20:26 groupadd[1612286]: new group: name=builder, GID=1848 <86>Jul 22 05:20:26 useradd[1612325]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none <13>Jul 22 05:20:29 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Jul 22 05:20:29 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Jul 22 05:20:36 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Jul 22 05:20:36 rpmi: ocaml-astring-0.8.5-alt1 sisyphus+288339.7200.3.1 1636232439 installed <13>Jul 22 05:20:36 rpmi: ocaml-topkg-1.0.5-alt1 sisyphus+297371.100.1.1 1648454900 installed <13>Jul 22 05:20:36 rpmi: ocaml-topkg-devel-1.0.5-alt1 sisyphus+297371.100.1.1 1648454900 installed <13>Jul 22 05:20:36 rpmi: ocaml-astring-devel-0.8.5-alt1 sisyphus+288339.7200.3.1 1636232439 installed <13>Jul 22 05:20:36 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed <13>Jul 22 05:20:36 rpmi: ocaml-ocamlbuild-1:0.14.1-alt1 sisyphus+297192.100.1.1 1648205278 installed <13>Jul 22 05:20:36 rpmi: ocaml-result-1.5-alt2 sisyphus+288339.6400.3.1 1636232265 installed <13>Jul 22 05:20:37 rpmi: opam-2.1.4-alt1 sisyphus+314123.100.1.1 1674638916 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22934 + 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.22934 + 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 ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs ld: src/fpath.a(fpath.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object 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/lib/ocaml, /usr/lib/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/lib/ocaml, /usr/lib/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/lib/ocaml, /usr/lib/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/lib/ocaml, /usr/lib/ocaml/compiler-libs ld: src/fpath_top.a(fpath_top.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object 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/lib/ocaml, /usr/lib/ocaml/compiler-libs # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.22934 + 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/lib/ocaml Creating directory /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath _build/opam => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/opam _build/pkg/META => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/META _build/src/fpath.a => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.a _build/src/fpath.cma => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.cma _build/src/fpath.cmi => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.cmi _build/src/fpath.cmti => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.cmti _build/src/fpath.cmx => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.cmx _build/src/fpath.cmxa => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.cmxa _build/src/fpath.cmxs => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.cmxs _build/src/fpath.mli => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath.mli _build/src/fpath_top.a => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath_top.a _build/src/fpath_top.cma => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath_top.cma _build/src/fpath_top.cmx => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath_top.cmx _build/src/fpath_top.cmxa => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath_top.cmxa _build/src/fpath_top.cmxs => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/ocaml/fpath/fpath_top.cmxs _build/src/fpath_top_init.ml => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib/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/lib: (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) the file containing the function 'camlFpath_top__entry' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath_top.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath_top.cmxs: undefined symbol: camlToploop verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath_top.cmxs: undefined symbol: camlStdlib__Format the file containing the function 'camlFpath__err_invalid_seg_185' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__err_invalid_ext_208' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__parse_unc_571' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__parse_seg_578' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_split_volume_602' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__bslash_609' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_seg_windows_627' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_seg_posix_633' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___split_last_seg_640' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___sub_last_seg_643' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___sub_last_non_empty_seg_646' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___split_last_non_empty_seg_651' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__err_687' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__of_string_windows_706' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__split_volume_posix_748' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___split_base_841' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__loop_911' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__normalize_segs_922' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__walk_995' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_single_ext_1287' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__has_ext_1306' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_elt_1790' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__dump_1882' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_elt_1885' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__err_absent_1892' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_min_elt_1896' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__min_elt_1899' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_max_elt_1901' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__max_elt_1904' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_any_elt_1906' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__choose_1909' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_1911' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__find_1915' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__err_absent_2343' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_min_binding_2346' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__min_binding_2433' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_max_binding_2435' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__max_binding_2438' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_any_binding_2440' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__choose_2443' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_2445' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__find_2449' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__of_list_2458' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__dump_2476' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_binding_2480' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__entry' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry4_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__has_drive_562' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__non_unc_path_start_567' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__validate_and_collapse_seps_690' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__with_buf_694' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__try_no_alloc_700' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__add_seg_725' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__append_posix_730' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__append_windows_735' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__split_volume_windows_743' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__split_base_windows_849' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__split_base_posix_856' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___parent_880' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__parent_windows_887' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__rem_empty_seg_windows_896' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__rem_empty_seg_posix_902' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__normalize_windows_930' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__normalize_posix_937' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___prefix_last_index_950' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__loop_959' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__find_prefix_windows_966' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__find_prefix_posix_974' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__rem_prefix_980' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___relativize_988' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__fun_3083' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_multi_ext_1284' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__mem_ext_1312' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__exists_ext_inner_3161' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__add_ext_1324' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___split_ext_1336' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__split_ext_1352' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_inner_3187' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__dom_2452' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_inner_3270' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_binding_2472' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry4_1_app' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_root_615' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_is_rel_seg_674' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_is_dir_seg_677' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__segs_windows_752' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__filename_834' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_is_root_838' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath___basename_865' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__parent_posix_892' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__relativize_windows_1013' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__get_ext_1302' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_1783' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_2465' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_rooted_1028' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__not_dir_sep_550' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_root_623' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__valid_630' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__valid_636' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__segs_of_path_680' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__segs_to_path_683' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__v_720' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__segs_posix_756' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_dir_path_825' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__base_862' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__basename_877' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_prefix_945' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_rel_posix_1033' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_rel_windows_1036' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_abs_1040' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_current_dir_posix_inner_3103' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_current_dir_windows_inner_3109' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_parent_dir_posix_inner_3115' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_parent_dir_windows_inner_3121' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_get_ext_1298' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__fun_3238' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__fun_3268' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_unc_path_559' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__has_volume_620' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_last_seg_posix_660' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_last_non_empty_seg_posix_667' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__basename_posix_874' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_dotfile_1074' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_last_seg_windows_657' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__sub_last_non_empty_seg_windows_664' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__basename_windows_869' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__of_string_posix_716' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__to_dir_path_831' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__err_empty_1889' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__err_empty_2340' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__is_file_path_828' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__normalize_rel_segs_908' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__fun_3244' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__pp_1083' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__dump_1270' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__rem_ext_1343' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__set_ext_1347' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__$2d$2b_1361' is not compiled with -fpic/-fPIC the file containing the function 'camlFpath__fun_3264' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__is_prefix_760 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__exists_792 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__find_inner_3638 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__v_inner_2111 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__get_head_381 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__tail_inner_2151 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__equal_bytes_1079 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__append_640 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__span_1229 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__20 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__for_all_788 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__take_inner_2359 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__cuts_inner_3606 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__concat_inner_3341 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Bytes__copy_105 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__map_1358 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__with_range_inner_3406 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__2 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__extend_716 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__append_791 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__concat_inner_2197 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__with_index_range_inner_3412 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_base__of_char_324 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_string_notequal verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__dump_1447 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__drop_inner_2371 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_base__exists_296 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__is_suffix_1044 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__exists_340 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__of_string_with_index_range_inner_2127 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__fold_400 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__min_elt_225 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__max_elt_233 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__find_454 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__add_189 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__min_binding_299 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__max_binding_309 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__find_212 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__fold_387 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__add_200 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Sys verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__fun_992 verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__fun_1056 Processing files: ocaml-fpath-0.7.3-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5950 + 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.7QRbPx 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.F8GeFs 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.jH7m4o 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.9D7VUc 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.imoAVD 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-51EB4BA7, ocaml-cmx(Fpath_top) = 4.13.1-F3728B2F 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-CDBC60A9, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Bytes) = 4.13.1-7637AAAD, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__Map) = 4.13.1-B03FE642, ocaml-cmx(Stdlib__Set) = 4.13.1-DAE33D41, ocaml-cmx(Stdlib__Sys) = 4.13.1-7E4B56BE Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7MhGDC 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.fblDIc find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7Lp6tg 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/i586/ocaml-fpath-0.7.3-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-fpath-devel-0.7.3-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-fpath-debuginfo-0.7.3-alt1.i586.rpm (w2.lzdio) 0.95user 0.63system 0:09.03elapsed 17%CPU (0avgtext+0avgdata 16632maxresident)k 0inputs+0outputs (0major+240441minor)pagefaults 0swaps 3.32user 1.51system 0:24.26elapsed 19%CPU (0avgtext+0avgdata 124692maxresident)k 0inputs+0outputs (0major+199999minor)pagefaults 0swaps --- ocaml-fpath-0.7.3-alt1.i586.rpm.repo 2021-11-06 21:04:04.000000000 +0000 +++ ocaml-fpath-0.7.3-alt1.i586.rpm.hasher 2023-07-22 05:20:48.039397777 +0000 @@ -64,5 +64,5 @@ File: /usr/lib/ocaml/fpath/fpath.cmti 100644 root:root 1fccf25be7fb33f434f523efea3550d4 -File: /usr/lib/ocaml/fpath/fpath.cmxs 100644 root:root 4a14c11e9657627f489263d135530098 +File: /usr/lib/ocaml/fpath/fpath.cmxs 100644 root:root 2809c17f90908baa7e56ee4aa8629c38 File: /usr/lib/ocaml/fpath/fpath_top.cma 100644 root:root 0823093a4f091c4bc71018c2a57c3c03 -File: /usr/lib/ocaml/fpath/fpath_top.cmxs 100644 root:root ad7fae22698c958c287a1abf63aef42d +File: /usr/lib/ocaml/fpath/fpath_top.cmxs 100644 root:root 3fd36412d80ed437c0c2a206b4a7eb85 File: /usr/lib/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: fdf050a6e56d68b51dc02d4e5c1ed0366ba77888faea91e780c375940d7aed9a5a82e8515c2d91015f152e9a6a863d3ec409a19f88422fcc2db368c552c29663 +RPMIdentity: ef99565498150e35de893779529cd5eba3868def1845dc7a71f2cb96be8dd0cb639f7ecdbe8d76d765713c6fdab027579f46964663b9baea191b2418a3b603da --- ocaml-fpath-debuginfo-0.7.3-alt1.i586.rpm.repo 2021-11-06 21:04:04.000000000 +0000 +++ ocaml-fpath-debuginfo-0.7.3-alt1.i586.rpm.hasher 2023-07-22 05:20:48.123399390 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/e5 40755 root:root -/usr/lib/debug/.build-id/e5/dc3fc8e160ef00c959f36a6238799d8d0244d1 120777 root:root ../../../ocaml/fpath/fpath.cmxs -/usr/lib/debug/.build-id/e5/dc3fc8e160ef00c959f36a6238799d8d0244d1.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath.cmxs.debug -/usr/lib/debug/.build-id/fd 40755 root:root -/usr/lib/debug/.build-id/fd/7e42261442b1938c883a1959f5f009ae76b582 120777 root:root ../../../ocaml/fpath/fpath_top.cmxs -/usr/lib/debug/.build-id/fd/7e42261442b1938c883a1959f5f009ae76b582.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath_top.cmxs.debug +/usr/lib/debug/.build-id/04 40755 root:root +/usr/lib/debug/.build-id/04/bf29fb21df300209f3f74131c4153e4c1afcd7 120777 root:root ../../../ocaml/fpath/fpath_top.cmxs +/usr/lib/debug/.build-id/04/bf29fb21df300209f3f74131c4153e4c1afcd7.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath_top.cmxs.debug +/usr/lib/debug/.build-id/1b 40755 root:root +/usr/lib/debug/.build-id/1b/c793cfe5740ed5d7c19d54978371c63bfcbf3f 120777 root:root ../../../ocaml/fpath/fpath.cmxs +/usr/lib/debug/.build-id/1b/c793cfe5740ed5d7c19d54978371c63bfcbf3f.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath.cmxs.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -18,12 +18,12 @@ Provides: ocaml-fpath-debuginfo = 0.7.3-alt1:sisyphus+288339.10000.3.1 -File: /usr/lib/debug/.build-id/e5 40755 root:root -File: /usr/lib/debug/.build-id/e5/dc3fc8e160ef00c959f36a6238799d8d0244d1 120777 root:root ../../../ocaml/fpath/fpath.cmxs -File: /usr/lib/debug/.build-id/e5/dc3fc8e160ef00c959f36a6238799d8d0244d1.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath.cmxs.debug -File: /usr/lib/debug/.build-id/fd 40755 root:root -File: /usr/lib/debug/.build-id/fd/7e42261442b1938c883a1959f5f009ae76b582 120777 root:root ../../../ocaml/fpath/fpath_top.cmxs -File: /usr/lib/debug/.build-id/fd/7e42261442b1938c883a1959f5f009ae76b582.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath_top.cmxs.debug +File: /usr/lib/debug/.build-id/04 40755 root:root +File: /usr/lib/debug/.build-id/04/bf29fb21df300209f3f74131c4153e4c1afcd7 120777 root:root ../../../ocaml/fpath/fpath_top.cmxs +File: /usr/lib/debug/.build-id/04/bf29fb21df300209f3f74131c4153e4c1afcd7.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath_top.cmxs.debug +File: /usr/lib/debug/.build-id/1b 40755 root:root +File: /usr/lib/debug/.build-id/1b/c793cfe5740ed5d7c19d54978371c63bfcbf3f 120777 root:root ../../../ocaml/fpath/fpath.cmxs +File: /usr/lib/debug/.build-id/1b/c793cfe5740ed5d7c19d54978371c63bfcbf3f.debug 120777 root:root ../../usr/lib/ocaml/fpath/fpath.cmxs.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/fpath 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/fpath/fpath.cmxs.debug 100644 root:root dbaa6e76f6348dade83ca2996dbf6109 -File: /usr/lib/debug/usr/lib/ocaml/fpath/fpath_top.cmxs.debug 100644 root:root 0df7bc7a3ce135f3791c65a766df0a93 +File: /usr/lib/debug/usr/lib/ocaml/fpath/fpath.cmxs.debug 100644 root:root 61b097c90fba1771d89a1f0f5032735e +File: /usr/lib/debug/usr/lib/ocaml/fpath/fpath_top.cmxs.debug 100644 root:root 965c4311bdecd5f21b28e10a4b88ef86 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: 78065fc4f6feeee18766841fb6a4af0586e87dde32b9d261a365069524345243fc985525c49fc32e50fb8cdc05dfbb14ddb8897af95e7724c45196fc5164b130 +RPMIdentity: b7296d4d94dd80d559bf18559e60c5e037e9d00bff14661e7061be0bb23fb7f5c3d8ec3496e5b656003b14a3de04897664560341c26422ae5e18980a5f5175b1 --- ocaml-fpath-devel-0.7.3-alt1.i586.rpm.repo 2021-11-06 21:04:04.000000000 +0000 +++ ocaml-fpath-devel-0.7.3-alt1.i586.rpm.hasher 2023-07-22 05:20:48.176400409 +0000 @@ -20,3 +20,3 @@ Provides: ocaml-fpath-devel = 0.7.3-alt1:sisyphus+288339.10000.3.1 -File: /usr/lib/ocaml/fpath/fpath.a 100644 root:root 24203e4c41c586151efb080631700f1b +File: /usr/lib/ocaml/fpath/fpath.a 100644 root:root 72c21a92fce7432b5c8bfea586aab699 File: /usr/lib/ocaml/fpath/fpath.cmx 100644 root:root 2f77683a163e36394dff2a1f950313bc @@ -24,5 +24,5 @@ File: /usr/lib/ocaml/fpath/fpath.mli 100644 root:root b3152467d79e2fe6a7c9eddd3fca0e6f -File: /usr/lib/ocaml/fpath/fpath_top.a 100644 root:root a6a27ea8e1e761de110eee934041b213 +File: /usr/lib/ocaml/fpath/fpath_top.a 100644 root:root 66839f93691b070e22424ed0d5365f5d File: /usr/lib/ocaml/fpath/fpath_top.cmx 100644 root:root d24374449cfd6ef7d66953f8f9b27448 File: /usr/lib/ocaml/fpath/fpath_top.cmxa 100644 root:root 96e1aaf5ba50154c09daa155c59deb00 -RPMIdentity: 462e9fd91ea9ec30171593837b5c07e6f317c70905b12beca2cb61d0b9ada2ca1916985bc33b1aee7d1d941899f5e40301386fc41e0c9616eac4c66f8d9ecbed +RPMIdentity: d04fa67b337e5aad60c861a26964faf7ef00a626b567cf4d51825c18d0dbd573a925424f8b491d1202c19e318f32e42d378ca457b3c42d898d0cc448c832a681