<86>Sep 14 10:38:05 userdel[163430]: delete user 'rooter' <86>Sep 14 10:38:05 userdel[163430]: removed group 'rooter' owned by 'rooter' <86>Sep 14 10:38:05 groupadd[163447]: group added to /etc/group: name=rooter, GID=693 <86>Sep 14 10:38:05 groupadd[163447]: group added to /etc/gshadow: name=rooter <86>Sep 14 10:38:05 groupadd[163447]: new group: name=rooter, GID=693 <86>Sep 14 10:38:05 useradd[163458]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Sep 14 10:38:05 userdel[163480]: delete user 'builder' <86>Sep 14 10:38:05 userdel[163480]: removed group 'builder' owned by 'builder' <86>Sep 14 10:38:05 userdel[163480]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 10:38:05 groupadd[163493]: group added to /etc/group: name=builder, GID=694 <86>Sep 14 10:38:05 groupadd[163493]: group added to /etc/gshadow: name=builder <86>Sep 14 10:38:05 groupadd[163493]: new group: name=builder, GID=694 <86>Sep 14 10:38:05 useradd[163502]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ocaml-configurator-0.11.0-alt5.src.rpm: license not found in '/usr/share/license' directory: ASL /usr/src/in/srpm/ocaml-configurator-0.11.0-alt5.src.rpm: license not found in '/usr/share/license' directory: 2.0 <13>Sep 14 10:38:08 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 10:38:08 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Sep 14 10:38:32 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 10:38:33 rpmi: ocaml-sexplib0-0.14.0-alt2 sisyphus+279404.2200.2.2 1626536468 installed <13>Sep 14 10:38:33 rpmi: ocaml-base-0.14.1-alt1 sisyphus+279404.4500.2.2 1626537354 installed <13>Sep 14 10:38:33 rpmi: ocaml-stdio-0.14.0-alt2 sisyphus+279404.4600.2.2 1626537419 installed <13>Sep 14 10:38:33 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626535786 installed <13>Sep 14 10:38:34 rpmi: opam-2.1.0-alt1 sisyphus+281779.100.1.1 1628058346 installed <13>Sep 14 10:38:34 rpmi: dune-2.9.0-alt1 sisyphus+281172.100.1.1 1627454564 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-configurator-0.11.0-alt5.nosrc.rpm (w1.gzdio) Installing ocaml-configurator-0.11.0-alt5.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.79494 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-configurator-0.11.0 + echo 'Source #0 (ocaml-configurator-0.11.0.tar):' Source #0 (ocaml-configurator-0.11.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-configurator-0.11.0.tar + cd ocaml-configurator-0.11.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.79494 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-configurator-0.11.0 + dune upgrade Project in dir src will be upgraded to dune v1. Upgrading src/jbuild to src/dune... Info: Creating file dune-project with this contents: | (lang dune 0.1) | (name configurator) Project in dir src will be upgraded to dune v2. Project in dir . will be upgraded to dune v2. Upgrading dune-project... Upgrading src/dune... Upgrading dune-project... Some projects were upgraded to dune v2. Some breaking changes may not have been treated automatically. Here is a list of things you should check to complete the migration: - If you use generated dune.inc files you probably should update your generators. - mli only modules must now be explicitly declared. This was previously a warning and is now an error. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Actions which introduce targets where new targets are forbidden (e.g. preprocessing) are now an error instead of a warning. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Do not put the `.install` files in the source tree unless `-p` or `--promote-install-files` is passed on the command line - Library names are now validated in a strict fashion. Previously, invalid names would be allowed for unwrapped libraries - Stricter validation of file names in `select`. The file names of conditional sources must match the prefix and the extension of the resultant filename. - Modules filtered out from the module list via the Ordered Set Language must now be actual modules. - Stub names are no longer allowed relative paths. This was previously a warning and is now an error. - In `(diff? x y)` action, require `x` to exist and register a dependency on that file. - `self_build_stubs_archive` was deleted in version 2.0 of the dune language. Use the (foreign_archives ...) field instead. + dune build --verbose -p configurator -j8 Workspace root: /usr/src/RPM/BUILD/ocaml-configurator-0.11.0 disable binary cache Running[0]: /usr/bin/ocamlc.opt -config > /usr/src/tmp/dune13dd49.output Dune context: { name = "default" ; kind = "default" ; profile = Release ; merlin = true ; for_host = None ; fdo_target_exe = None ; build_dir = "default" ; toplevel_path = None ; ocaml_bin = External "/usr/bin" ; ocaml = Ok External "/usr/bin/ocaml" ; ocamlc = External "/usr/bin/ocamlc.opt" ; ocamlopt = Ok External "/usr/bin/ocamlopt.opt" ; ocamldep = Ok External "/usr/bin/ocamldep.opt" ; ocamlmklib = Ok External "/usr/bin/ocamlmklib.opt" ; env = map { "CAML_LD_LIBRARY_PATH" : "/usr/src/RPM/BUILD/ocaml-configurator-0.11.0/_build/install/default/lib/stublibs" ; "DUNE_OCAML_HARDCODED" : "/usr/lib/ocaml" ; "DUNE_OCAML_STDLIB" : "/usr/lib/ocaml" ; "DUNE_SOURCEROOT" : "/usr/src/RPM/BUILD/ocaml-configurator-0.11.0" ; "INSIDE_DUNE" : "/usr/src/RPM/BUILD/ocaml-configurator-0.11.0/_build/default" ; "MANPATH" : "/usr/src/RPM/BUILD/ocaml-configurator-0.11.0/_build/install/default/bin" ; "OCAMLFIND_IGNORE_DUPS_IN" : "/usr/src/RPM/BUILD/ocaml-configurator-0.11.0/_build/install/default/lib" ; "OCAMLPATH" : "/usr/src/RPM/BUILD/ocaml-configurator-0.11.0/_build/install/default/lib" ; "OCAMLTOP_INCLUDE_PATH" : "/usr/src/RPM/BUILD/ocaml-configurator-0.11.0/_build/install/default/lib/toplevel" } ; findlib_path = [ External "/usr/lib/ocaml" ] ; arch_sixtyfour = false ; natdynlink_supported = true ; supports_shared_libraries = true ; ocaml_config = { version = "4.12.0" ; standard_library_default = "/usr/lib/ocaml" ; standard_library = "/usr/lib/ocaml" ; standard_runtime = "the_standard_runtime_variable_was_deleted" ; ccomp_type = "cc" ; c_compiler = "gcc" ; ocamlc_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; ocamlopt_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; bytecomp_c_libraries = [ "-lm"; "-ldl"; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; native_c_libraries = [ "-lm"; "-ldl" ] ; cc_profile = [] ; architecture = "i386" ; model = "default" ; int_size = 31 ; word_size = 32 ; system = "linux_elf" ; asm = [ "as" ] ; asm_cfi_supported = true ; with_frame_pointers = false ; ext_exe = "" ; ext_obj = ".o" ; ext_asm = ".s" ; ext_lib = ".a" ; ext_dll = ".so" ; os_type = "Unix" ; default_executable_name = "a.out" ; systhread_supported = true ; host = "i686-pc-linux-gnu" ; target = "i686-pc-linux-gnu" ; profiling = false ; flambda = false ; spacetime = false ; safe_string = true ; exec_magic_number = "Caml1999X029" ; cmi_magic_number = "Caml1999I029" ; cmo_magic_number = "Caml1999O029" ; cma_magic_number = "Caml1999A029" ; cmx_magic_number = "Caml1999Y029" ; cmxa_magic_number = "Caml1999Z029" ; ast_impl_magic_number = "Caml1999M029" ; ast_intf_magic_number = "Caml1999N029" ; cmxs_magic_number = "Caml1999D029" ; cmt_magic_number = "Caml1999T029" ; natdynlink_supported = true ; supports_shared_libraries = true ; windows_unicode = false } } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.configurator.objs/byte -I /usr/lib/ocaml/base -I /usr/lib/ocaml/base/base_internalhash_types -I /usr/lib/ocaml/base/caml -I /usr/lib/ocaml/base/shadow_stdlib -I /usr/lib/ocaml/sexplib0 -I /usr/lib/ocaml/stdio -no-alias-deps -o src/.configurator.objs/byte/configurator.cmi -c -intf src/configurator.mli) Running[2]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -I src/.configurator.objs/byte -I src/.configurator.objs/native -I /usr/lib/ocaml/base -I /usr/lib/ocaml/base/base_internalhash_types -I /usr/lib/ocaml/base/caml -I /usr/lib/ocaml/base/shadow_stdlib -I /usr/lib/ocaml/sexplib0 -I /usr/lib/ocaml/stdio -intf-suffix .ml -no-alias-deps -o src/.configurator.objs/native/configurator.cmx -c -impl src/configurator.ml) Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.configurator.objs/byte -I /usr/lib/ocaml/base -I /usr/lib/ocaml/base/base_internalhash_types -I /usr/lib/ocaml/base/caml -I /usr/lib/ocaml/base/shadow_stdlib -I /usr/lib/ocaml/sexplib0 -I /usr/lib/ocaml/stdio -intf-suffix .ml -no-alias-deps -o src/.configurator.objs/byte/configurator.cmo -c -impl src/configurator.ml) Output[3]: File "src/configurator.ml", line 8, characters 20-35: 8 | module Pervasives = Caml.Pervasives ^^^^^^^^^^^^^^^ Alert deprecated: module Caml.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims Running[4]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -a -o src/configurator.cma src/.configurator.objs/byte/configurator.cmo) Output[2]: File "src/configurator.ml", line 8, characters 20-35: 8 | module Pervasives = Caml.Pervasives ^^^^^^^^^^^^^^^ Alert deprecated: module Caml.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Array, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Bool, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Char, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Int, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__List, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Map, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Option, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Printf, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__Random, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Base__String, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Caml, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdio, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdio__In_channel, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdio__Out_channel, and its interface was not compiled with -opaque Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -a -o src/configurator.cmxa src/.configurator.objs/native/configurator.cmx) Running[6]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -shared -linkall -I src -o src/configurator.cmxs src/configurator.cmxa) Output[6]: ld: src/configurator.a(configurator.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.5250 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-configurator-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-configurator-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-configurator-0.11.0 + opam-installer --prefix=/usr/src/tmp/ocaml-configurator-buildroot/usr --libdir=/usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml configurator.install Creating directory /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator _build/install/default/lib/configurator/META => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/META _build/install/default/lib/configurator/configurator.a => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.a _build/install/default/lib/configurator/configurator.cma => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.cma _build/install/default/lib/configurator/configurator.cmi => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.cmi _build/install/default/lib/configurator/configurator.cmt => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.cmt _build/install/default/lib/configurator/configurator.cmti => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.cmti _build/install/default/lib/configurator/configurator.cmx => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.cmx _build/install/default/lib/configurator/configurator.cmxa => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.cmxa _build/install/default/lib/configurator/configurator.ml => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.ml _build/install/default/lib/configurator/configurator.mli => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.mli _build/install/default/lib/configurator/dune-package => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/dune-package _build/install/default/lib/configurator/opam => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/opam _build/install/default/lib/configurator/configurator.cmxs => /usr/src/tmp/ocaml-configurator-buildroot/usr/lib/ocaml/configurator/configurator.cmxs Creating directory /usr/src/tmp/ocaml-configurator-buildroot/usr/doc/configurator _build/install/default/doc/configurator/LICENSE.txt => /usr/src/tmp/ocaml-configurator-buildroot/usr/doc/configurator/LICENSE.txt _build/install/default/doc/configurator/README.org => /usr/src/tmp/ocaml-configurator-buildroot/usr/doc/configurator/README.org + rm -rf /usr/src/tmp/ocaml-configurator-buildroot/usr/doc + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-configurator-buildroot (auto) mode of './usr/lib/ocaml/configurator/configurator.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-configurator-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-configurator-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-configurator-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-configurator-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-configurator-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) either the file containing the function 'camlConfigurator__code_begin' or the file containing the function 'camlConfigurator__fun_5284' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__gen_name_1707' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__try_name_1936' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_temp_dir_1952' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__get_path_1961' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__best_prog_1969' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__command_line_2319' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_2323' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_capture_exn_2364' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__get_ocaml_config_var_exn_2377' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_inner_5353' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_2391' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__arg_5222' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__compile_c_prog_inner_5386' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_ok_3059' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__sexp_of_t_3081' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__t_of_sexp_3173' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__t_of_sexp_3199' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__import_3205' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__pr_3255' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5409' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__arg_5261' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__gen_header_file_4225' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5451' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__find_in_path_4335' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__get_4344' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__query_4351' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_4362' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__main_inner_5470' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__anon_4887' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' 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 'camlConfigurator__fun_5284' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__rm_rf_1406' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_1930' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__find_ocaml_prog_1975' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__find_2159' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__sexp_of_t_3190' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5464' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5476' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5479' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__log_4892' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC either the file containing the function 'camlConfigurator__code_begin' or the file containing the function 'camlConfigurator__fun_5284' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__logf_2231' is not compiled with -fpic/-fPIC either the file containing the function 'camlConfigurator__code_begin' or the file containing the function 'camlConfigurator__fun_5284' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5295' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5320' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__gen_id_2268' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5326' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_ok_2372' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__ocaml_config_var_2383' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5370' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__compare_3181' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5441' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5449' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5305' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5291' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5303' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5335' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__prog_not_found_1966' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__c_test_3068' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5447' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Printf verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Array verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_sys_read_directory verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: unix_rmdir verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__filename__concat_528 verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_sys_is_directory verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: unix_unlink verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Random verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Int verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlCamlinternalLazy__force_lazy_block_166 verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__filename verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlUnix verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlCaml verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: unix_mkdir verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_sys_getenv verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__String verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_sys_file_exists verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__List verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Option verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdio__In_channel verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_sys_system_command verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Map verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdio__Out_channel verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Bool verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__buffer__create_86 verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__bytes__sub_116 verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_sys_rename verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlBase__Char verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__arg__align_inner_1207 verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__sys verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__arg__parse_503 verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdio verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: camlStdlib__arg verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/configurator/configurator.cmxs: undefined symbol: caml_allocN Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.5250 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-configurator-0.11.0 + dune runtest + exit 0 Processing files: ocaml-configurator-0.11.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5250 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-configurator-0.11.0 + DOCDIR=/usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + /bin/mkdir -p /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + cp -prL LICENSE.txt /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + chmod -R go-w /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + chmod -R a+rX /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + cp -prL README.org /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + chmod -R go-w /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + chmod -R a+rX /usr/src/tmp/ocaml-configurator-buildroot/usr/share/doc/ocaml-configurator-0.11.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CL1Rbq 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.pt7Etq 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(Configurator) = 4.12.0-13193999, ocaml-cmx(Configurator) = 4.12.0-008B6DEE Requires: ocaml-cmi(Base) = 4.12.0-3CDE5698, ocaml-cmi(Base__) = 4.12.0-CFDBA32E, ocaml-cmi(Base__Applicative) = 4.12.0-29D152C8, ocaml-cmi(Base__Applicative_intf) = 4.12.0-85B41C6B, ocaml-cmi(Base__Array) = 4.12.0-ABF05B26, ocaml-cmi(Base__Backtrace) = 4.12.0-9CFEBCB8, ocaml-cmi(Base__Binary_searchable) = 4.12.0-D842D143, ocaml-cmi(Base__Binary_searchable_intf) = 4.12.0-D88E2CA2, ocaml-cmi(Base__Blit) = 4.12.0-37F72067, ocaml-cmi(Base__Blit_intf) = 4.12.0-3979A01D, ocaml-cmi(Base__Bool) = 4.12.0-2865895D, ocaml-cmi(Base__Buffer) = 4.12.0-4BEBA68D, ocaml-cmi(Base__Buffer_intf) = 4.12.0-F476E024, ocaml-cmi(Base__Bytes) = 4.12.0-E9CCC074, ocaml-cmi(Base__Bytes_set_primitives) = 4.12.0-ADC61288, ocaml-cmi(Base__Char) = 4.12.0-5B5F1D8E, ocaml-cmi(Base__Comparable) = 4.12.0-021A38F8, ocaml-cmi(Base__Comparable_intf) = 4.12.0-380FCA35, ocaml-cmi(Base__Comparator) = 4.12.0-E54CEAF5, ocaml-cmi(Base__Comparisons) = 4.12.0-8A26C57E, ocaml-cmi(Base__Container) = 4.12.0-B4F332A0, ocaml-cmi(Base__Container_intf) = 4.12.0-CCEE89FE, ocaml-cmi(Base__Either) = 4.12.0-606A736E, ocaml-cmi(Base__Either0) = 4.12.0-F48E30E6, ocaml-cmi(Base__Either_intf) = 4.12.0-05EE61D0, ocaml-cmi(Base__Equal) = 4.12.0-B0147A7B, ocaml-cmi(Base__Error) = 4.12.0-F62794A1, ocaml-cmi(Base__Exn) = 4.12.0-6CA124CD, ocaml-cmi(Base__Field) = 4.12.0-2F6F157C, ocaml-cmi(Base__Float) = 4.12.0-E8260A4B, ocaml-cmi(Base__Floatable) = 4.12.0-CAAE1C43, ocaml-cmi(Base__Formatter) = 4.12.0-14850C38, ocaml-cmi(Base__Hash) = 4.12.0-7A6C37A1, ocaml-cmi(Base__Hash_intf) = 4.12.0-767917D3, ocaml-cmi(Base__Hasher) = 4.12.0-145FE313, ocaml-cmi(Base__Identifiable) = 4.12.0-773A341F, ocaml-cmi(Base__Import) = 4.12.0-2FE37A32, ocaml-cmi(Base__Import0) = 4.12.0-EE29225C, ocaml-cmi(Base__Indexed_container) = 4.12.0-70155184, ocaml-cmi(Base__Indexed_container_intf) = 4.12.0-75C90E46, ocaml-cmi(Base__Info) = 4.12.0-0AEE4B46, ocaml-cmi(Base__Info_intf) = 4.12.0-5156F9B3, ocaml-cmi(Base__Int) = 4.12.0-1ED2AA61, ocaml-cmi(Base__Int0) = 4.12.0-C385D7CA, ocaml-cmi(Base__Int32) = 4.12.0-8A0A5922, ocaml-cmi(Base__Int63) = 4.12.0-29750D14, ocaml-cmi(Base__Int63_emul) = 4.12.0-997BE6F8, ocaml-cmi(Base__Int64) = 4.12.0-C8760A8F, ocaml-cmi(Base__Int_intf) = 4.12.0-CCF07668, ocaml-cmi(Base__Intable) = 4.12.0-B1C6F781, ocaml-cmi(Base__Invariant) = 4.12.0-F8814A48, ocaml-cmi(Base__Invariant_intf) = 4.12.0-4F1A7704, ocaml-cmi(Base__Lazy) = 4.12.0-0CBDE1C3, ocaml-cmi(Base__List) = 4.12.0-5D64F423, ocaml-cmi(Base__Map) = 4.12.0-D716BF90, ocaml-cmi(Base__Map_intf) = 4.12.0-C87C294F, ocaml-cmi(Base__Maybe_bound) = 4.12.0-E95CD26C, ocaml-cmi(Base__Monad) = 4.12.0-8F4FE3E2, ocaml-cmi(Base__Monad_intf) = 4.12.0-C014717C, ocaml-cmi(Base__Nativeint) = 4.12.0-F605A4E7, ocaml-cmi(Base__Option) = 4.12.0-5CCAC2F0, ocaml-cmi(Base__Or_error) = 4.12.0-F92FA0FD, ocaml-cmi(Base__Poly0) = 4.12.0-905077F7, ocaml-cmi(Base__Ppx_compare_lib) = 4.12.0-B3F8C170, ocaml-cmi(Base__Ppx_hash_lib) = 4.12.0-1DF3C289, ocaml-cmi(Base__Ppx_sexp_conv_lib) = 4.12.0-97C37610, ocaml-cmi(Base__Pretty_printer) = 4.12.0-A4C999DF, ocaml-cmi(Base__Printf) = 4.12.0-16CBB521, ocaml-cmi(Base__Random) = 4.12.0-EFA48D3B, ocaml-cmi(Base__Ref) = 4.12.0-942D3F5E, ocaml-cmi(Base__Result) = 4.12.0-5339B137, ocaml-cmi(Base__Sequence) = 4.12.0-AD721FAF, ocaml-cmi(Base__Sexp) = 4.12.0-F113B4FE, ocaml-cmi(Base__Sexp_with_comparable) = 4.12.0-6738EFCE, ocaml-cmi(Base__Sexpable) = 4.12.0-0D0F4284, ocaml-cmi(Base__Sexplib) = 4.12.0-EB01D06B, ocaml-cmi(Base__Sign) = 4.12.0-CCB5BBF2, ocaml-cmi(Base__Sign0) = 4.12.0-3B0B511F, ocaml-cmi(Base__Sign_or_nan) = 4.12.0-68218E68, ocaml-cmi(Base__Source_code_position0) = 4.12.0-3A2EEE6C, ocaml-cmi(Base__Staged) = 4.12.0-A08C493D, ocaml-cmi(Base__String) = 4.12.0-FE5D0F2E, ocaml-cmi(Base__String0) = 4.12.0-2C7FBDAE, ocaml-cmi(Base__Stringable) = 4.12.0-937295AF, ocaml-cmi(Base__Sys0) = 4.12.0-E75668E0, ocaml-cmi(Base__T) = 4.12.0-CDE193E5, ocaml-cmi(Base__Unit) = 4.12.0-433DEDF6, ocaml-cmi(Base__Validate) = 4.12.0-573687A3, ocaml-cmi(Base__With_return) = 4.12.0-C502A328, ocaml-cmi(Base_internalhash_types) = 4.12.0-DB6C453F, ocaml-cmi(Caml) = 4.12.0-93265872, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(Sexplib0) = 4.12.0-AA60D567, ocaml-cmi(Sexplib0__) = 4.12.0-792333D4, ocaml-cmi(Sexplib0__Lazy_group_id) = 4.12.0-2634D3E0, ocaml-cmi(Sexplib0__Raw_grammar) = 4.12.0-E7520EE9, ocaml-cmi(Sexplib0__Sexp) = 4.12.0-DDD026C6, ocaml-cmi(Sexplib0__Sexp_conv) = 4.12.0-A7EBC580, ocaml-cmi(Sexplib0__Sexp_conv_error) = 4.12.0-D43B2AD6, ocaml-cmi(Sexplib0__Sexpable) = 4.12.0-07EEFCE5, ocaml-cmi(Shadow_stdlib) = 4.12.0-8EA37995, ocaml-cmi(Stdio) = 4.12.0-A8485555, ocaml-cmi(Stdio__) = 4.12.0-59572872, ocaml-cmi(Stdio__Import) = 4.12.0-99FAE787, ocaml-cmi(Stdio__In_channel) = 4.12.0-70E5990F, ocaml-cmi(Stdio__Out_channel) = 4.12.0-AE59595D, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__arg) = 4.12.0-CB7276F4, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__filename) = 4.12.0-8C147C37, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__lexing) = 4.12.0-F7569937, ocaml-cmi(Stdlib__listLabels) = 4.12.0-77777981, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, ocaml-cmi(Stdlib__moreLabels) = 4.12.0-FA0886C9, ocaml-cmi(Stdlib__nativeint) = 4.12.0-28B842CE, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__set) = 4.12.0-D47FAD5D, ocaml-cmi(Stdlib__stdLabels) = 4.12.0-1ED7BFA4, ocaml-cmi(Stdlib__stringLabels) = 4.12.0-2FD23515, ocaml-cmi(Stdlib__sys) = 4.12.0-EB89F871, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-cmx(CamlinternalLazy) = 4.12.0-1CC2562D, ocaml-cmx(Stdlib) = 4.12.0-D5811101, ocaml-cmx(Stdlib__arg) = 4.12.0-9A02C674, ocaml-cmx(Stdlib__buffer) = 4.12.0-6D7A613A, ocaml-cmx(Stdlib__filename) = 4.12.0-119C35F4, ocaml-cmx(Stdlib__sys) = 4.12.0-16BCA4B0, ocaml-cmx(Unix) = 4.12.0-AD4D21FE, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cq6uGp Creating ocaml-configurator-debuginfo package Processing files: ocaml-configurator-devel-0.11.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8cY5nq 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.Sfkmxo 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(Configurator) = 4.12.0-008B6DEE Requires: ocaml-configurator = 0.11.0-alt5, ocaml-cmi(Base) = 4.12.0-3CDE5698, ocaml-cmi(Base__) = 4.12.0-CFDBA32E, ocaml-cmi(Base__Applicative) = 4.12.0-29D152C8, ocaml-cmi(Base__Applicative_intf) = 4.12.0-85B41C6B, ocaml-cmi(Base__Array) = 4.12.0-ABF05B26, ocaml-cmi(Base__Backtrace) = 4.12.0-9CFEBCB8, ocaml-cmi(Base__Binary_searchable) = 4.12.0-D842D143, ocaml-cmi(Base__Binary_searchable_intf) = 4.12.0-D88E2CA2, ocaml-cmi(Base__Blit) = 4.12.0-37F72067, ocaml-cmi(Base__Blit_intf) = 4.12.0-3979A01D, ocaml-cmi(Base__Bool) = 4.12.0-2865895D, ocaml-cmi(Base__Buffer) = 4.12.0-4BEBA68D, ocaml-cmi(Base__Buffer_intf) = 4.12.0-F476E024, ocaml-cmi(Base__Bytes) = 4.12.0-E9CCC074, ocaml-cmi(Base__Bytes_set_primitives) = 4.12.0-ADC61288, ocaml-cmi(Base__Char) = 4.12.0-5B5F1D8E, ocaml-cmi(Base__Comparable) = 4.12.0-021A38F8, ocaml-cmi(Base__Comparable_intf) = 4.12.0-380FCA35, ocaml-cmi(Base__Comparator) = 4.12.0-E54CEAF5, ocaml-cmi(Base__Comparisons) = 4.12.0-8A26C57E, ocaml-cmi(Base__Container) = 4.12.0-B4F332A0, ocaml-cmi(Base__Container_intf) = 4.12.0-CCEE89FE, ocaml-cmi(Base__Either) = 4.12.0-606A736E, ocaml-cmi(Base__Either0) = 4.12.0-F48E30E6, ocaml-cmi(Base__Either_intf) = 4.12.0-05EE61D0, ocaml-cmi(Base__Equal) = 4.12.0-B0147A7B, ocaml-cmi(Base__Error) = 4.12.0-F62794A1, ocaml-cmi(Base__Exn) = 4.12.0-6CA124CD, ocaml-cmi(Base__Field) = 4.12.0-2F6F157C, ocaml-cmi(Base__Float) = 4.12.0-E8260A4B, ocaml-cmi(Base__Floatable) = 4.12.0-CAAE1C43, ocaml-cmi(Base__Formatter) = 4.12.0-14850C38, ocaml-cmi(Base__Hash) = 4.12.0-7A6C37A1, ocaml-cmi(Base__Hash_intf) = 4.12.0-767917D3, ocaml-cmi(Base__Hasher) = 4.12.0-145FE313, ocaml-cmi(Base__Identifiable) = 4.12.0-773A341F, ocaml-cmi(Base__Import) = 4.12.0-2FE37A32, ocaml-cmi(Base__Import0) = 4.12.0-EE29225C, ocaml-cmi(Base__Indexed_container) = 4.12.0-70155184, ocaml-cmi(Base__Indexed_container_intf) = 4.12.0-75C90E46, ocaml-cmi(Base__Info) = 4.12.0-0AEE4B46, ocaml-cmi(Base__Info_intf) = 4.12.0-5156F9B3, ocaml-cmi(Base__Int) = 4.12.0-1ED2AA61, ocaml-cmi(Base__Int0) = 4.12.0-C385D7CA, ocaml-cmi(Base__Int32) = 4.12.0-8A0A5922, ocaml-cmi(Base__Int63) = 4.12.0-29750D14, ocaml-cmi(Base__Int63_emul) = 4.12.0-997BE6F8, ocaml-cmi(Base__Int64) = 4.12.0-C8760A8F, ocaml-cmi(Base__Int_intf) = 4.12.0-CCF07668, ocaml-cmi(Base__Intable) = 4.12.0-B1C6F781, ocaml-cmi(Base__Invariant) = 4.12.0-F8814A48, ocaml-cmi(Base__Invariant_intf) = 4.12.0-4F1A7704, ocaml-cmi(Base__Lazy) = 4.12.0-0CBDE1C3, ocaml-cmi(Base__List) = 4.12.0-5D64F423, ocaml-cmi(Base__Map) = 4.12.0-D716BF90, ocaml-cmi(Base__Map_intf) = 4.12.0-C87C294F, ocaml-cmi(Base__Maybe_bound) = 4.12.0-E95CD26C, ocaml-cmi(Base__Monad) = 4.12.0-8F4FE3E2, ocaml-cmi(Base__Monad_intf) = 4.12.0-C014717C, ocaml-cmi(Base__Nativeint) = 4.12.0-F605A4E7, ocaml-cmi(Base__Option) = 4.12.0-5CCAC2F0, ocaml-cmi(Base__Or_error) = 4.12.0-F92FA0FD, ocaml-cmi(Base__Poly0) = 4.12.0-905077F7, ocaml-cmi(Base__Ppx_compare_lib) = 4.12.0-B3F8C170, ocaml-cmi(Base__Ppx_hash_lib) = 4.12.0-1DF3C289, ocaml-cmi(Base__Ppx_sexp_conv_lib) = 4.12.0-97C37610, ocaml-cmi(Base__Pretty_printer) = 4.12.0-A4C999DF, ocaml-cmi(Base__Printf) = 4.12.0-16CBB521, ocaml-cmi(Base__Random) = 4.12.0-EFA48D3B, ocaml-cmi(Base__Ref) = 4.12.0-942D3F5E, ocaml-cmi(Base__Result) = 4.12.0-5339B137, ocaml-cmi(Base__Sequence) = 4.12.0-AD721FAF, ocaml-cmi(Base__Sexp) = 4.12.0-F113B4FE, ocaml-cmi(Base__Sexp_with_comparable) = 4.12.0-6738EFCE, ocaml-cmi(Base__Sexpable) = 4.12.0-0D0F4284, ocaml-cmi(Base__Sexplib) = 4.12.0-EB01D06B, ocaml-cmi(Base__Sign) = 4.12.0-CCB5BBF2, ocaml-cmi(Base__Sign0) = 4.12.0-3B0B511F, ocaml-cmi(Base__Sign_or_nan) = 4.12.0-68218E68, ocaml-cmi(Base__Source_code_position0) = 4.12.0-3A2EEE6C, ocaml-cmi(Base__Staged) = 4.12.0-A08C493D, ocaml-cmi(Base__String) = 4.12.0-FE5D0F2E, ocaml-cmi(Base__String0) = 4.12.0-2C7FBDAE, ocaml-cmi(Base__Stringable) = 4.12.0-937295AF, ocaml-cmi(Base__Sys0) = 4.12.0-E75668E0, ocaml-cmi(Base__T) = 4.12.0-CDE193E5, ocaml-cmi(Base__Unit) = 4.12.0-433DEDF6, ocaml-cmi(Base__Validate) = 4.12.0-573687A3, ocaml-cmi(Base__With_return) = 4.12.0-C502A328, ocaml-cmi(Base_internalhash_types) = 4.12.0-DB6C453F, ocaml-cmi(Caml) = 4.12.0-93265872, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(Configurator) = 4.12.0-13193999, ocaml-cmi(Sexplib0) = 4.12.0-AA60D567, ocaml-cmi(Sexplib0__) = 4.12.0-792333D4, ocaml-cmi(Sexplib0__Lazy_group_id) = 4.12.0-2634D3E0, ocaml-cmi(Sexplib0__Raw_grammar) = 4.12.0-E7520EE9, ocaml-cmi(Sexplib0__Sexp) = 4.12.0-DDD026C6, ocaml-cmi(Sexplib0__Sexp_conv) = 4.12.0-A7EBC580, ocaml-cmi(Sexplib0__Sexp_conv_error) = 4.12.0-D43B2AD6, ocaml-cmi(Sexplib0__Sexpable) = 4.12.0-07EEFCE5, ocaml-cmi(Shadow_stdlib) = 4.12.0-8EA37995, ocaml-cmi(Stdio) = 4.12.0-A8485555, ocaml-cmi(Stdio__) = 4.12.0-59572872, ocaml-cmi(Stdio__Import) = 4.12.0-99FAE787, ocaml-cmi(Stdio__In_channel) = 4.12.0-70E5990F, ocaml-cmi(Stdio__Out_channel) = 4.12.0-AE59595D, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__arg) = 4.12.0-CB7276F4, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__filename) = 4.12.0-8C147C37, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__lexing) = 4.12.0-F7569937, ocaml-cmi(Stdlib__listLabels) = 4.12.0-77777981, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, ocaml-cmi(Stdlib__moreLabels) = 4.12.0-FA0886C9, ocaml-cmi(Stdlib__nativeint) = 4.12.0-28B842CE, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__set) = 4.12.0-D47FAD5D, ocaml-cmi(Stdlib__stdLabels) = 4.12.0-1ED7BFA4, ocaml-cmi(Stdlib__stringLabels) = 4.12.0-2FD23515, ocaml-cmi(Stdlib__sys) = 4.12.0-EB89F871, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-cmx(CamlinternalLazy) = 4.12.0-1CC2562D, ocaml-cmx(Stdlib) = 4.12.0-D5811101, ocaml-cmx(Stdlib__arg) = 4.12.0-9A02C674, ocaml-cmx(Stdlib__buffer) = 4.12.0-6D7A613A, ocaml-cmx(Stdlib__filename) = 4.12.0-119C35F4, ocaml-cmx(Stdlib__sys) = 4.12.0-16BCA4B0, ocaml-cmx(Unix) = 4.12.0-AD4D21FE Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UYAGJo Processing files: ocaml-configurator-debuginfo-0.11.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.epBjqp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OhOexq find-requires: running scripts (debuginfo) Requires: ocaml-configurator = 0.11.0-alt5 Adding to ocaml-configurator-devel a strict dependency on ocaml-configurator Adding to ocaml-configurator-debuginfo a strict dependency on ocaml-configurator Removing 1 extra deps from ocaml-configurator-devel due to dependency on ocaml-configurator Removing 140 extra deps from ocaml-configurator-devel due to repentancy on ocaml-configurator Wrote: /usr/src/RPM/RPMS/i586/ocaml-configurator-0.11.0-alt5.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-configurator-devel-0.11.0-alt5.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-configurator-debuginfo-0.11.0-alt5.i586.rpm (w2.lzdio) 2.12user 1.34system 0:09.89elapsed 35%CPU (0avgtext+0avgdata 18528maxresident)k 0inputs+0outputs (0major+186582minor)pagefaults 0swaps /.out/ocaml-configurator-0.11.0-alt5.i586.rpm: license not found in '/usr/share/license' directory: ASL /.out/ocaml-configurator-0.11.0-alt5.i586.rpm: license not found in '/usr/share/license' directory: 2.0 /.out/ocaml-configurator-devel-0.11.0-alt5.i586.rpm: license not found in '/usr/share/license' directory: ASL /.out/ocaml-configurator-devel-0.11.0-alt5.i586.rpm: license not found in '/usr/share/license' directory: 2.0 /.out/ocaml-configurator-debuginfo-0.11.0-alt5.i586.rpm: license not found in '/usr/share/license' directory: ASL /.out/ocaml-configurator-debuginfo-0.11.0-alt5.i586.rpm: license not found in '/usr/share/license' directory: 2.0 33.16user 6.39system 0:45.42elapsed 87%CPU (0avgtext+0avgdata 101464maxresident)k 16144inputs+0outputs (0major+483203minor)pagefaults 0swaps --- ocaml-configurator-0.11.0-alt5.i586.rpm.repo 2021-07-17 16:17:01.823793182 +0000 +++ ocaml-configurator-0.11.0-alt5.i586.rpm.hasher 2021-09-14 10:38:48.073225422 +0000 @@ -157,3 +157,3 @@ File: /usr/lib/ocaml/configurator/META 100644 root:root 4c403f829c06942377c412aee7ed3dce -File: /usr/lib/ocaml/configurator/configurator.a 100644 root:root fe9e7acd12ba6efd63983f8681a7d4ca +File: /usr/lib/ocaml/configurator/configurator.a 100644 root:root b97123109af43ca2bf134d1e828932c5 File: /usr/lib/ocaml/configurator/configurator.cma 100644 root:root 5f22e80ea8b8cd1104349dbd27a2a725 @@ -161,3 +161,3 @@ File: /usr/lib/ocaml/configurator/configurator.cmxa 100644 root:root 55c01355aa1b82d0217db0bccdddf684 -File: /usr/lib/ocaml/configurator/configurator.cmxs 100644 root:root 55448daec85b205d6decaa034556d942 +File: /usr/lib/ocaml/configurator/configurator.cmxs 100644 root:root 928a018fe817ec6577449ecfbcf84f53 File: /usr/share/doc/ocaml-configurator-0.11.0 40755 root:root @@ -165,2 +165,2 @@ File: /usr/share/doc/ocaml-configurator-0.11.0/README.org 100644 root:root 3a72762e9d6713a931b78d04d18e31f9 -RPMIdentity: f782fe3e64030688e54b8ba0304eb403625022d1a9247e9735b3a4749b2b0a6fd6bbc000f583a55f253390e0edec0c37a7d5463509d5bcf42b4bc9d3ade46c74 +RPMIdentity: e735831054d69b40ec3eebf9b2917db8d7136deeba36696c7d1b83a7ae675239a9f6927ac1e043aca04909ca9089b106f66d9e47cf8bb238e2257dc78e13aecf --- ocaml-configurator-debuginfo-0.11.0-alt5.i586.rpm.repo 2021-07-17 16:17:01.812793088 +0000 +++ ocaml-configurator-debuginfo-0.11.0-alt5.i586.rpm.hasher 2021-09-14 10:38:48.297223899 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f6 40755 root:root -/usr/lib/debug/.build-id/f6/1c4b1363b65be8ac350dae248d5da16cbf28b9 120777 root:root ../../../ocaml/configurator/configurator.cmxs -/usr/lib/debug/.build-id/f6/1c4b1363b65be8ac350dae248d5da16cbf28b9.debug 120777 root:root ../../usr/lib/ocaml/configurator/configurator.cmxs.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/d61906e26f6b3cd15c0fcf99ed51cae1db4faa 120777 root:root ../../../ocaml/configurator/configurator.cmxs +/usr/lib/debug/.build-id/e3/d61906e26f6b3cd15c0fcf99ed51cae1db4faa.debug 120777 root:root ../../usr/lib/ocaml/configurator/configurator.cmxs.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -14,8 +14,8 @@ Provides: ocaml-configurator-debuginfo = 0.11.0-alt5:sisyphus+279404.6500.2.2 -File: /usr/lib/debug/.build-id/f6 40755 root:root -File: /usr/lib/debug/.build-id/f6/1c4b1363b65be8ac350dae248d5da16cbf28b9 120777 root:root ../../../ocaml/configurator/configurator.cmxs -File: /usr/lib/debug/.build-id/f6/1c4b1363b65be8ac350dae248d5da16cbf28b9.debug 120777 root:root ../../usr/lib/ocaml/configurator/configurator.cmxs.debug +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/d61906e26f6b3cd15c0fcf99ed51cae1db4faa 120777 root:root ../../../ocaml/configurator/configurator.cmxs +File: /usr/lib/debug/.build-id/e3/d61906e26f6b3cd15c0fcf99ed51cae1db4faa.debug 120777 root:root ../../usr/lib/ocaml/configurator/configurator.cmxs.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/configurator 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/configurator/configurator.cmxs.debug 100644 root:root a4bf65e8e2880370d6a0d64721bdfd6f +File: /usr/lib/debug/usr/lib/ocaml/configurator/configurator.cmxs.debug 100644 root:root aad7832379f561e976a4719d609de653 File: /usr/src/debug/ocaml-configurator-0.11.0 40755 root:root @@ -25,2 +25,2 @@ File: /usr/src/debug/ocaml-configurator-0.11.0/_build/default/src/configurator.ml 100644 root:root 90c8da3ff9b65fb5b6b3d6bbfbaabfb0 -RPMIdentity: e5360738bdbdbb09e6a8f85a0a1019db684a59881617673a90aaa1bf5122ca30fc97dbdc5e31ec86cadcb10119d0c75a84a2027f2c3d68639b05a7adeaccae50 +RPMIdentity: af7799e9eff04ac27fef637d675d1f3f178c6a06d45f2758e3f265adaa1fd334c6e238d11057fdcc9f1c0df3bb84622ccd673096002af05e91026a26fdae8ffb --- ocaml-configurator-devel-0.11.0-alt5.i586.rpm.repo 2021-07-17 16:17:01.835793285 +0000 +++ ocaml-configurator-devel-0.11.0-alt5.i586.rpm.hasher 2021-09-14 10:38:48.505222484 +0000 @@ -16,4 +16,4 @@ File: /usr/lib/ocaml/configurator/configurator.mli 100644 root:root 7626ddb72b766bd0aff1a31e2e9650c5 -File: /usr/lib/ocaml/configurator/dune-package 100644 root:root 58485b3dd3e689960fe757907619e608 +File: /usr/lib/ocaml/configurator/dune-package 100644 root:root 2905b11a644d8ae84adf71c178503eaf File: /usr/lib/ocaml/configurator/opam 100644 root:root 3a9388ad55be8abf87d2b214f5f00a2d -RPMIdentity: 971135042aaa8b87e01448867239ff3778acfea661e0712c25890e9dca050db9a9eb572457750bfcdaf1e2acb93d86b9d1fc08250df6fd4d75b5f91403ba3979 +RPMIdentity: 05f4b9dc58284073cdd21b06f4840afd71730a31b3351518ac1ea422d478c4173be5c54c0f169f13a2c247e3ca321a44a3e1c319a22c88c40ff3af9928f0a6d5