<86>Apr 12 02:08:00 userdel[516412]: delete user 'rooter' <86>Apr 12 02:08:00 userdel[516412]: removed group 'rooter' owned by 'rooter' <86>Apr 12 02:08:00 userdel[516412]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 12 02:08:00 groupadd[516429]: group added to /etc/group: name=rooter, GID=1377 <86>Apr 12 02:08:00 groupadd[516429]: group added to /etc/gshadow: name=rooter <86>Apr 12 02:08:00 groupadd[516429]: new group: name=rooter, GID=1377 <86>Apr 12 02:08:00 useradd[516443]: new user: name=rooter, UID=1377, GID=1377, home=/root, shell=/bin/bash <86>Apr 12 02:08:00 userdel[516466]: delete user 'builder' <86>Apr 12 02:08:00 userdel[516466]: removed group 'builder' owned by 'builder' <86>Apr 12 02:08:00 userdel[516466]: removed shadow group 'builder' owned by 'builder' <86>Apr 12 02:08:00 groupadd[516478]: group added to /etc/group: name=builder, GID=1378 <86>Apr 12 02:08:00 groupadd[516478]: group added to /etc/gshadow: name=builder <86>Apr 12 02:08:00 groupadd[516478]: new group: name=builder, GID=1378 <86>Apr 12 02:08:00 useradd[516489]: new user: name=builder, UID=1378, GID=1378, home=/usr/src, shell=/bin/bash <13>Apr 12 02:08:02 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>Apr 12 02:08:02 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Apr 12 02:08:09 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>Apr 12 02:08:09 rpmi: ocaml-topkg-1.0.5-alt1 sisyphus+297371.100.1.1 1648454898 installed <13>Apr 12 02:08:09 rpmi: ocaml-topkg-devel-1.0.5-alt1 sisyphus+297371.100.1.1 1648454898 installed <13>Apr 12 02:08:09 rpmi: ocaml-cmdliner-1.0.4-alt1 sisyphus+288339.10200.3.1 1636232597 installed <13>Apr 12 02:08:09 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757339 installed <13>Apr 12 02:08:09 rpmi: ocaml-ocamlbuild-1:0.14.1-alt1 sisyphus+297192.100.1.1 1648205275 installed <13>Apr 12 02:08:09 rpmi: opam-2.1.4-alt1 sisyphus+314123.100.1.1 1674638904 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-fmt-0.8.10-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-fmt-0.8.10-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.64442 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-fmt-0.8.10 + echo 'Source #0 (ocaml-fmt-0.8.10.tar):' Source #0 (ocaml-fmt-0.8.10.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-fmt-0.8.10.tar + cd ocaml-fmt-0.8.10 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ocaml-fmt-0.8.10-alt1.patch):' Patch #0 (ocaml-fmt-0.8.10-alt1.patch): + /usr/bin/patch -p1 patching file .gear/ocaml-fmt.spec patching file .gear/rules patching file .gear/tags/e96f6f415919cfe3136cf1030184819d4be384a4 patching file .gear/tags/list + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.64442 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fmt-0.8.10 + sed -i s,%%VERSION_NUM%%,0.8.10,g pkg/META + ocaml pkg/pkg.ml build ocamlfind ocamldep -modules src/fmt.ml > src/fmt.ml.depends ocamlfind ocamldep -modules src/fmt.mli > src/fmt.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmi src/fmt.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmx src/fmt.ml ocamlfind ocamlopt -a -I src src/fmt.cmx -o src/fmt.cmxa ocamlfind ocamlopt -shared -linkall -I src src/fmt.cmxa -o src/fmt.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmo src/fmt.ml ocamlfind ocamlc -a -I src src/fmt.cmo -o src/fmt.cma ocamlfind ocamldep -package unix -modules src/fmt_tty.ml > src/fmt_tty.ml.depends ocamlfind ocamldep -package unix -modules src/fmt_tty.mli > src/fmt_tty.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml File "src/fmt_tty.ml", line 49, characters 12-20: 49 | try is_infix "UTF-8" (String.uppercase_ascii (Sys.getenv var)) ^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlopt -a -package unix -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa ocamlfind ocamlopt -shared -linkall -package unix -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml File "src/fmt_tty.ml", line 49, characters 12-20: 49 | try is_infix "UTF-8" (String.uppercase_ascii (Sys.getenv var)) ^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlc -a -package unix -I src src/fmt_tty.cmo -o src/fmt_tty.cma ocamlfind ocamldep -package cmdliner -modules src/fmt_cli.ml > src/fmt_cli.ml.depends ocamlfind ocamldep -package cmdliner -modules src/fmt_cli.mli > src/fmt_cli.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/fmt_cli.cmi src/fmt_cli.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Cmdliner, and its interface was not compiled with -opaque ocamlfind ocamlopt -a -package cmdliner -I src src/fmt_cli.cmx -o src/fmt_cli.cmxa ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/fmt_cli.cmxa -o src/fmt_cli.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/fmt_cli.cmo src/fmt_cli.ml ocamlfind ocamlc -a -package cmdliner -I src src/fmt_cli.cmo -o src/fmt_cli.cma ocamlfind ocamldep -package compiler-libs.toplevel -modules src/fmt_top.ml > src/fmt_top.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/fmt_top.cmo src/fmt_top.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/fmt_top.cmo src/fmt_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 -I src -I test -o src/fmt_top.cmx src/fmt_top.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/fmt_top.cmx src/fmt_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 -I src src/fmt_top.cmx -o src/fmt_top.cmxa + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/fmt_top.cmx -o src/fmt_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 -I src src/fmt_top.cmxa -o src/fmt_top.cmxs + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/fmt_top.cmxa -o src/fmt_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 -I src src/fmt_top.cmo -o src/fmt_top.cma + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/fmt_top.cmo -o src/fmt_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.64442 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-fmt-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-fmt-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-fmt-0.8.10 + opam-installer --prefix=/usr/src/tmp/ocaml-fmt-buildroot/usr --libdir=/usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt _build/opam => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/opam _build/pkg/META => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/META _build/src/fmt.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.a _build/src/fmt.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.cma _build/src/fmt.cmi => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.cmi _build/src/fmt.cmti => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.cmti _build/src/fmt.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.cmx _build/src/fmt.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.cmxa _build/src/fmt.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.cmxs _build/src/fmt.mli => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt.mli _build/src/fmt_cli.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.a _build/src/fmt_cli.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.cma _build/src/fmt_cli.cmi => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.cmi _build/src/fmt_cli.cmti => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.cmti _build/src/fmt_cli.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.cmx _build/src/fmt_cli.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.cmxa _build/src/fmt_cli.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.cmxs _build/src/fmt_cli.mli => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_cli.mli _build/src/fmt_top.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_top.a _build/src/fmt_top.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_top.cma _build/src/fmt_top.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_top.cmx _build/src/fmt_top.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_top.cmxa _build/src/fmt_top.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_top.cmxs _build/src/fmt_tty.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.a _build/src/fmt_tty.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.cma _build/src/fmt_tty.cmi => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.cmi _build/src/fmt_tty.cmti => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.cmti _build/src/fmt_tty.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.cmx _build/src/fmt_tty.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.cmxa _build/src/fmt_tty.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.cmxs _build/src/fmt_tty.mli => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty.mli _build/src/fmt_tty_top_init.ml => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib64/ocaml/fmt/fmt_tty_top_init.ml Creating directory /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt _build/CHANGES.md => /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt/README.md + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-fmt-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-fmt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-fmt-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-fmt-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-fmt-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-fmt-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlFmt verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlUnix verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_channel_descriptor verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: unix_isatty verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib__Char verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_sys_getenv verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib__Format__formatter_of_out_channel_926 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlFmt__set_3002 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib__Bytes__map_256 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_top.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_top.cmxs: undefined symbol: camlToploop verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_cli.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_cli.cmxs: undefined symbol: camlCmdliner verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_cli.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt_cli.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Hashtbl verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Int64__1 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_ephe_set_data verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_ephe_get_data verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Queue verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Stack verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Array verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_ops verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_ops verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Seq verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Int64__2 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Map__add_200 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__List__find_opt_422 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Map__find_opt_284 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__pp_close_box_495 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__pp_print_char_682 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: floor verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__enqueue_string_as_459 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Map__fun_1056 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Printexc__to_string_default_227 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Obj__create_349 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__pp_print_flush_707 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Obj__set_key_368 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Buffer__create_86 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: pow verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: log10 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__pp_print_break_734 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Obj__get_key_360 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Printexc__backtrace_to_string_356 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__List__assq_opt_389 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__$5e_140 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__min_43 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__formatter_of_buffer_930 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Int64__unsigned_div_146 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Printexc__convert_raw_backtrace_276 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__pp_force_newline_714 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Printexc__use_printers_219 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__kfprintf_1359 verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib64/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__Format__pp_open_box_gen_485 Processing files: ocaml-fmt-0.8.10-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.63382 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fmt-0.8.10 + DOCDIR=/usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.10 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.10 + /bin/mkdir -p /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.10 + cp -prL LICENSE.md CHANGES.md README.md /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.10 + chmod -R go-w /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.10 + chmod -R a+rX /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.10 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CqOAjk 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.QNXQ3e 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(Fmt) = 4.13.1-7F91AAE6, ocaml-cmi(Fmt_cli) = 4.13.1-D12CCBCB, ocaml-cmi(Fmt_top) = 4.13.1-C3389C5F, ocaml-cmi(Fmt_tty) = 4.13.1-F55FF059 Requires: 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(Cmdliner) = 4.13.1-EA194622, 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__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Ephemeron) = 4.13.1-E281E6BF, 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__Int64) = 4.13.1-55E959E4, 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__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Queue) = 4.13.1-6B9F2131, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__Stack) = 4.13.1-19A2DFCD, 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(Unix) = 4.13.1-49C6C492, 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.B2nbyF Creating ocaml-fmt-debuginfo package Processing files: ocaml-fmt-devel-0.8.10-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1xlslh 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.odRiNq 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(Fmt) = 4.13.1-7642F7C8, ocaml-cmx(Fmt_cli) = 4.13.1-6718954B, ocaml-cmx(Fmt_top) = 4.13.1-F0562101, ocaml-cmx(Fmt_tty) = 4.13.1-694F4806 Requires: ocaml-fmt = 0.8.10-alt1, 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(Cmdliner) = 4.13.1-EA194622, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Fmt) = 4.13.1-7F91AAE6, ocaml-cmi(Fmt_cli) = 4.13.1-D12CCBCB, ocaml-cmi(Fmt_top) = 4.13.1-C3389C5F, ocaml-cmi(Fmt_tty) = 4.13.1-F55FF059, 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__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Ephemeron) = 4.13.1-E281E6BF, 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__Int64) = 4.13.1-55E959E4, 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__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Queue) = 4.13.1-6B9F2131, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__Stack) = 4.13.1-19A2DFCD, 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(Unix) = 4.13.1-49C6C492, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Array) = 4.13.1-AAB10518, ocaml-cmx(Stdlib__Buffer) = 4.13.1-43D30E94, ocaml-cmx(Stdlib__Ephemeron) = 4.13.1-4788DB7D, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-04F772F8, ocaml-cmx(Stdlib__Int64) = 4.13.1-D21B2296, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__Map) = 4.13.1-09312960, ocaml-cmx(Stdlib__Printexc) = 4.13.1-4957D2C9, ocaml-cmx(Stdlib__Queue) = 4.13.1-EBB8D10D, ocaml-cmx(Stdlib__Seq) = 4.13.1-017827BB, ocaml-cmx(Stdlib__Stack) = 4.13.1-2847DFE6, ocaml-cmx(Stdlib__String) = 4.13.1-E3D157A8, ocaml-cmx(Stdlib__Sys) = 4.13.1-3AA36557, ocaml-cmx(Stdlib__Uchar) = 4.13.1-A98CB186, ocaml-cmx(Unix) = 4.13.1-45EEEAD1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.12rkxQ Processing files: ocaml-fmt-debuginfo-0.8.10-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.b7Qy37 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IVweN7 find-requires: running scripts (debuginfo) Requires: ocaml-fmt = 0.8.10-alt1 Adding to ocaml-fmt-devel a strict dependency on ocaml-fmt Adding to ocaml-fmt-debuginfo a strict dependency on ocaml-fmt Removing 4 extra deps from ocaml-fmt-devel due to dependency on ocaml-fmt Removing 50 extra deps from ocaml-fmt-devel due to repentancy on ocaml-fmt warning: Installed (but unpackaged) file(s) found: /usr/doc/fmt/CHANGES.md /usr/doc/fmt/LICENSE.md /usr/doc/fmt/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fmt-0.8.10-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fmt-devel-0.8.10-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fmt-debuginfo-0.8.10-alt1.x86_64.rpm (w2.lzdio) 1.10user 1.36system 0:09.54elapsed 25%CPU (0avgtext+0avgdata 43136maxresident)k 0inputs+0outputs (0major+403344minor)pagefaults 0swaps 2.24user 1.34system 0:23.15elapsed 15%CPU (0avgtext+0avgdata 110312maxresident)k 10072inputs+0outputs (32858major+175403minor)pagefaults 0swaps --- ocaml-fmt-0.8.10-alt1.x86_64.rpm.repo 2021-11-06 21:05:12.000000000 +0000 +++ ocaml-fmt-0.8.10-alt1.x86_64.rpm.hasher 2023-04-12 02:08:22.054173507 +0000 @@ -84,3 +84,3 @@ File: /usr/lib64/ocaml/fmt/fmt.cmti 100644 root:root 4c337a912014d8f3a769467b0df4a67f -File: /usr/lib64/ocaml/fmt/fmt.cmxs 100644 root:root 6e941c7b3c8d12ce530fbbabc6ff3727 +File: /usr/lib64/ocaml/fmt/fmt.cmxs 100644 root:root 468f1a0d35e9549c73f6c064769e105b File: /usr/lib64/ocaml/fmt/fmt_cli.cma 100644 root:root 4b5b83cdb8db262b13398248eb491a31 @@ -88,5 +88,5 @@ File: /usr/lib64/ocaml/fmt/fmt_cli.cmti 100644 root:root 9fc0ead4b4a56341d48630c495fdd5b9 -File: /usr/lib64/ocaml/fmt/fmt_cli.cmxs 100644 root:root 51a4fc0fd356fe91373d85a9f4c45299 +File: /usr/lib64/ocaml/fmt/fmt_cli.cmxs 100644 root:root 15acd300a54a3fb8d54709301f176508 File: /usr/lib64/ocaml/fmt/fmt_top.cma 100644 root:root 4f2dfca0f01fd5fcd1e4baba20b2168e -File: /usr/lib64/ocaml/fmt/fmt_top.cmxs 100644 root:root 4b16d0c8678927690576f95dfdd9e8fd +File: /usr/lib64/ocaml/fmt/fmt_top.cmxs 100644 root:root 1f7a41cbef0e0e9fc06af7c6f08ec021 File: /usr/lib64/ocaml/fmt/fmt_tty.cma 100644 root:root 66be288f44fb30c8d26507ac61a42ba8 @@ -94,3 +94,3 @@ File: /usr/lib64/ocaml/fmt/fmt_tty.cmti 100644 root:root 40300b51ae7681c016c9af577073f480 -File: /usr/lib64/ocaml/fmt/fmt_tty.cmxs 100644 root:root 949537dc60fc47cc80e2a68065f6d4a0 +File: /usr/lib64/ocaml/fmt/fmt_tty.cmxs 100644 root:root ed7466f362b47896f84996aeb86d71e4 File: /usr/lib64/ocaml/fmt/fmt_tty_top_init.ml 100644 root:root 3eb6eb265a198a4ab3304b289ef195d3 @@ -101,2 +101,2 @@ File: /usr/share/doc/ocaml-fmt-0.8.10/README.md 100644 root:root 2e3b9f7c6844c3e3e246c3e39aaef445 -RPMIdentity: e0fa2da56e456ed66de34e9ef2ed9bfcfa0c8a54118116050fb4fc3d9ba6f9192d393c98b3edf57aff609de7f135f46ec8796df8c6f7f7570b27a85bdebb1905 +RPMIdentity: 09faa18f969fcc094ab7dc54b86a587c468f7a43440a63c69c26c8b701ca4853360248e6aea0a2c04dcfc41a67b87e4d206103b0fa7ccfe10a19050711c9dce2 --- ocaml-fmt-debuginfo-0.8.10-alt1.x86_64.rpm.repo 2021-11-06 21:05:13.000000000 +0000 +++ ocaml-fmt-debuginfo-0.8.10-alt1.x86_64.rpm.hasher 2023-04-12 02:08:22.171175812 +0000 @@ -1,13 +1,13 @@ -/usr/lib/debug/.build-id/1d 40755 root:root -/usr/lib/debug/.build-id/1d/53b5eb07dfcff3c159641b1c5e00d1b0283454 120777 root:root ../../../../lib64/ocaml/fmt/fmt_top.cmxs -/usr/lib/debug/.build-id/1d/53b5eb07dfcff3c159641b1c5e00d1b0283454.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_top.cmxs.debug -/usr/lib/debug/.build-id/4a 40755 root:root -/usr/lib/debug/.build-id/4a/d99318f92df0e6ab9ff2e6311c1b79c66f3b82 120777 root:root ../../../../lib64/ocaml/fmt/fmt_tty.cmxs -/usr/lib/debug/.build-id/4a/d99318f92df0e6ab9ff2e6311c1b79c66f3b82.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_tty.cmxs.debug -/usr/lib/debug/.build-id/e9 40755 root:root -/usr/lib/debug/.build-id/e9/79259337e861861ce96dd889cf4139e980ad44 120777 root:root ../../../../lib64/ocaml/fmt/fmt.cmxs -/usr/lib/debug/.build-id/e9/79259337e861861ce96dd889cf4139e980ad44.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt.cmxs.debug -/usr/lib/debug/.build-id/ff 40755 root:root -/usr/lib/debug/.build-id/ff/2515e373b7c560c417c2b2cc0d221886753057 120777 root:root ../../../../lib64/ocaml/fmt/fmt_cli.cmxs -/usr/lib/debug/.build-id/ff/2515e373b7c560c417c2b2cc0d221886753057.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_cli.cmxs.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/daf6e22228c6d7a8cfbeb85e2474dea6008841 120777 root:root ../../../../lib64/ocaml/fmt/fmt_tty.cmxs +/usr/lib/debug/.build-id/59/daf6e22228c6d7a8cfbeb85e2474dea6008841.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_tty.cmxs.debug +/usr/lib/debug/.build-id/86 40755 root:root +/usr/lib/debug/.build-id/86/93675eb23280ff73967749913409ed46f9ec33 120777 root:root ../../../../lib64/ocaml/fmt/fmt.cmxs +/usr/lib/debug/.build-id/86/93675eb23280ff73967749913409ed46f9ec33.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt.cmxs.debug +/usr/lib/debug/.build-id/dd 40755 root:root +/usr/lib/debug/.build-id/dd/2b046cd823c7f49e967d88916deb74ec3f7aa5 120777 root:root ../../../../lib64/ocaml/fmt/fmt_top.cmxs +/usr/lib/debug/.build-id/dd/2b046cd823c7f49e967d88916deb74ec3f7aa5.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_top.cmxs.debug +/usr/lib/debug/.build-id/fa 40755 root:root +/usr/lib/debug/.build-id/fa/d45ca9348c149d4d6a138681783e46b1525838 120777 root:root ../../../../lib64/ocaml/fmt/fmt_cli.cmxs +/usr/lib/debug/.build-id/fa/d45ca9348c149d4d6a138681783e46b1525838.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_cli.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -28,20 +28,20 @@ Provides: ocaml-fmt-debuginfo = 0.8.10-alt1:sisyphus+288339.10600.3.1 -File: /usr/lib/debug/.build-id/1d 40755 root:root -File: /usr/lib/debug/.build-id/1d/53b5eb07dfcff3c159641b1c5e00d1b0283454 120777 root:root ../../../../lib64/ocaml/fmt/fmt_top.cmxs -File: /usr/lib/debug/.build-id/1d/53b5eb07dfcff3c159641b1c5e00d1b0283454.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_top.cmxs.debug -File: /usr/lib/debug/.build-id/4a 40755 root:root -File: /usr/lib/debug/.build-id/4a/d99318f92df0e6ab9ff2e6311c1b79c66f3b82 120777 root:root ../../../../lib64/ocaml/fmt/fmt_tty.cmxs -File: /usr/lib/debug/.build-id/4a/d99318f92df0e6ab9ff2e6311c1b79c66f3b82.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_tty.cmxs.debug -File: /usr/lib/debug/.build-id/e9 40755 root:root -File: /usr/lib/debug/.build-id/e9/79259337e861861ce96dd889cf4139e980ad44 120777 root:root ../../../../lib64/ocaml/fmt/fmt.cmxs -File: /usr/lib/debug/.build-id/e9/79259337e861861ce96dd889cf4139e980ad44.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt.cmxs.debug -File: /usr/lib/debug/.build-id/ff 40755 root:root -File: /usr/lib/debug/.build-id/ff/2515e373b7c560c417c2b2cc0d221886753057 120777 root:root ../../../../lib64/ocaml/fmt/fmt_cli.cmxs -File: /usr/lib/debug/.build-id/ff/2515e373b7c560c417c2b2cc0d221886753057.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_cli.cmxs.debug +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/daf6e22228c6d7a8cfbeb85e2474dea6008841 120777 root:root ../../../../lib64/ocaml/fmt/fmt_tty.cmxs +File: /usr/lib/debug/.build-id/59/daf6e22228c6d7a8cfbeb85e2474dea6008841.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_tty.cmxs.debug +File: /usr/lib/debug/.build-id/86 40755 root:root +File: /usr/lib/debug/.build-id/86/93675eb23280ff73967749913409ed46f9ec33 120777 root:root ../../../../lib64/ocaml/fmt/fmt.cmxs +File: /usr/lib/debug/.build-id/86/93675eb23280ff73967749913409ed46f9ec33.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt.cmxs.debug +File: /usr/lib/debug/.build-id/dd 40755 root:root +File: /usr/lib/debug/.build-id/dd/2b046cd823c7f49e967d88916deb74ec3f7aa5 120777 root:root ../../../../lib64/ocaml/fmt/fmt_top.cmxs +File: /usr/lib/debug/.build-id/dd/2b046cd823c7f49e967d88916deb74ec3f7aa5.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_top.cmxs.debug +File: /usr/lib/debug/.build-id/fa 40755 root:root +File: /usr/lib/debug/.build-id/fa/d45ca9348c149d4d6a138681783e46b1525838 120777 root:root ../../../../lib64/ocaml/fmt/fmt_cli.cmxs +File: /usr/lib/debug/.build-id/fa/d45ca9348c149d4d6a138681783e46b1525838.debug 120777 root:root ../../usr/lib64/ocaml/fmt/fmt_cli.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/fmt 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt.cmxs.debug 100644 root:root 4c3417bf847bebdefda72a3868770dc1 -File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt_cli.cmxs.debug 100644 root:root 1ccb08a6c95ec0067f68ae697eb2cb04 -File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt_top.cmxs.debug 100644 root:root 2a131cea2b3e01c914cfaeb07b9f1e5b -File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt_tty.cmxs.debug 100644 root:root 4bb3643537f080f5d31b4fd1a8047433 +File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt.cmxs.debug 100644 root:root c2eb9495564d07553d0d613057c0e1a9 +File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt_cli.cmxs.debug 100644 root:root e4c58d5b67f8dba779fc389adb193f20 +File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt_top.cmxs.debug 100644 root:root 7bc632453c61ae480b1851cc579680e0 +File: /usr/lib/debug/usr/lib64/ocaml/fmt/fmt_tty.cmxs.debug 100644 root:root 30eb212440b8188231a0d0e49925d4bd File: /usr/src/debug/ocaml-fmt-0.8.10 40755 root:root @@ -53,2 +53,2 @@ File: /usr/src/debug/ocaml-fmt-0.8.10/_build/src/fmt_tty.ml 100644 root:root 33589738c7c13c5652158a51e527b6ac -RPMIdentity: d7283a14fdd463065105adc95d2a4ae3e3972629de0fe53b309beb3dc710e518498675003c1fdd1b08dbcbeb3b304e01e37e28e1a1c9bcd8bfd719509aae58cb +RPMIdentity: cccc854aff4ba43283e25ad49b77b4871076735d3acd08a85792d0eb350ed2b6f76749f4a4a9e03a64681b1be68e85428fafe946508429a2de7c16876a4bafb5 --- ocaml-fmt-devel-0.8.10-alt1.x86_64.rpm.repo 2021-11-06 21:05:12.000000000 +0000 +++ ocaml-fmt-devel-0.8.10-alt1.x86_64.rpm.hasher 2023-04-12 02:08:22.234177053 +0000 @@ -39,3 +39,3 @@ Provides: ocaml-fmt-devel = 0.8.10-alt1:sisyphus+288339.10600.3.1 -File: /usr/lib64/ocaml/fmt/fmt.a 100644 root:root 2713f8f82c85a553efe49f387bdc8640 +File: /usr/lib64/ocaml/fmt/fmt.a 100644 root:root a8cb8eb7d5897976c7bb0662384efe78 File: /usr/lib64/ocaml/fmt/fmt.cmx 100644 root:root b7f4b8789c78905c220bdd962c4593c1 @@ -43,3 +43,3 @@ File: /usr/lib64/ocaml/fmt/fmt.mli 100644 root:root 58930d5a5c91c6ce3bc37c0dcc47db80 -File: /usr/lib64/ocaml/fmt/fmt_cli.a 100644 root:root 4f2ba644542b6dc387e316fc4bb17178 +File: /usr/lib64/ocaml/fmt/fmt_cli.a 100644 root:root 04e07623390667c1bf7dd1e6d047af52 File: /usr/lib64/ocaml/fmt/fmt_cli.cmx 100644 root:root 1164f342f00907117d24ec4796ddf062 @@ -47,6 +47,6 @@ File: /usr/lib64/ocaml/fmt/fmt_cli.mli 100644 root:root 7b68cbb05580a6e567d305b09543c246 -File: /usr/lib64/ocaml/fmt/fmt_top.a 100644 root:root e17e026084db2551e20710a4cf1a55be +File: /usr/lib64/ocaml/fmt/fmt_top.a 100644 root:root d7e47d609ddb63cb2699169df3b2fd0e File: /usr/lib64/ocaml/fmt/fmt_top.cmx 100644 root:root 46178030e17cba3dfc4ab60557b1dd75 File: /usr/lib64/ocaml/fmt/fmt_top.cmxa 100644 root:root 82c09ff52a8b32a52e742668ca624fc8 -File: /usr/lib64/ocaml/fmt/fmt_tty.a 100644 root:root f550b34943c3ef0689d2e0aef35911d4 +File: /usr/lib64/ocaml/fmt/fmt_tty.a 100644 root:root b1337c43d76f6b741aa1a915cd9258f3 File: /usr/lib64/ocaml/fmt/fmt_tty.cmx 100644 root:root e1371bf3a3b1229e5698b49d69270309 @@ -54,2 +54,2 @@ File: /usr/lib64/ocaml/fmt/fmt_tty.mli 100644 root:root b822b4718d41eb544ea24cafd6ebdf28 -RPMIdentity: d5cf95a0df117e18ea501bd6158dfd495542cd26805d23cffeb400c9d4196919cbc9e760f41961b26c41bf8f71a6b56daf6bd331ca83b1dcaf132f2491c2a09c +RPMIdentity: 5e0f785759cbc654ece5734db8e921b68c95f3e20dc45bb2a265e8604306c988b975ab52c8925675aa5e50b68f9f6fe8022a2c0071a2b16a9e41118ada9bb30d