<86>Jul 22 05:38:08 userdel[317455]: delete user 'rooter' <86>Jul 22 05:38:08 userdel[317455]: removed group 'rooter' owned by 'rooter' <86>Jul 22 05:38:08 userdel[317455]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 22 05:38:08 groupadd[317491]: group added to /etc/group: name=rooter, GID=1817 <86>Jul 22 05:38:08 groupadd[317491]: group added to /etc/gshadow: name=rooter <86>Jul 22 05:38:08 groupadd[317491]: new group: name=rooter, GID=1817 <86>Jul 22 05:38:08 useradd[317509]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none <86>Jul 22 05:38:08 userdel[317556]: delete user 'builder' <86>Jul 22 05:38:08 userdel[317556]: removed group 'builder' owned by 'builder' <86>Jul 22 05:38:08 userdel[317556]: removed shadow group 'builder' owned by 'builder' <86>Jul 22 05:38:08 groupadd[317602]: group added to /etc/group: name=builder, GID=1818 <86>Jul 22 05:38:08 groupadd[317602]: group added to /etc/gshadow: name=builder <86>Jul 22 05:38:08 groupadd[317602]: new group: name=builder, GID=1818 <86>Jul 22 05:38:08 useradd[317625]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none /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>Jul 22 05:38:12 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Jul 22 05:38:12 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Jul 22 05:38:19 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Jul 22 05:38:19 rpmi: ocaml-sexplib0-0.15.0-alt1 sisyphus+292992.40.1.1 1641303015 installed <13>Jul 22 05:38:20 rpmi: ocaml-base-0.15.0-alt1 sisyphus+292992.60.1.1 1641303052 installed <13>Jul 22 05:38:20 rpmi: ocaml-stdio-0.15.0-alt1 sisyphus+292992.70.1.1 1641303090 installed <13>Jul 22 05:38:20 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed <13>Jul 22 05:38:20 rpmi: opam-2.1.4-alt1 sisyphus+314123.100.1.1 1674638916 installed <13>Jul 22 05:38:20 rpmi: dune-2.9.3-alt1 sisyphus+294384.100.1.1 1643564548 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.10767 + 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.10767 + 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 -j16 Workspace root: /usr/src/RPM/BUILD/ocaml-configurator-0.11.0 disable binary cache Running[0]: /usr/bin/ocamlc.opt -config > /usr/src/tmp/dunee1a14d.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.13.1" ; 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"; "-pthread"; "-fPIC" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; ocamlopt_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-pthread"; "-fPIC" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_libraries = [ "-lm"; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ] ; native_c_libraries = [ "-lm" ] ; 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 = "Caml1999X030" ; cmi_magic_number = "Caml1999I030" ; cmo_magic_number = "Caml1999O030" ; cma_magic_number = "Caml1999A030" ; cmx_magic_number = "Caml1999Y030" ; cmxa_magic_number = "Caml1999Z030" ; ast_impl_magic_number = "Caml1999M030" ; ast_intf_magic_number = "Caml1999N030" ; cmxs_magic_number = "Caml1999D030" ; cmt_magic_number = "Caml1999T030" ; 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.10767 + 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) the file containing the function 'camlConfigurator__die_481' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__gen_name_1758' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__try_name_1983' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_temp_dir_1999' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__get_path_2008' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__best_prog_2016' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__command_line_2415' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_2419' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_capture_exn_2459' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__get_ocaml_config_var_exn_2472' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_inner_5413' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_2486' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__arg_5288' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__compile_c_prog_inner_5446' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_ok_3155' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__sexp_of_t_3178' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__t_of_sexp_3233' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__t_of_sexp_3259' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__import_3265' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__pr_3315' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5475' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__arg_5321' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__gen_header_file_4288' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5517' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__find_in_path_4399' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__get_4408' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__query_4415' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_4426' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__main_inner_5537' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__anon_4948' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__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_curry5_1_app' 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_5344' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__rm_rf_1453' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__create_1977' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__find_ocaml_prog_2022' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__find_2248' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__sexp_of_t_3250' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5530' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5543' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5546' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__log_4953' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry5_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__logf_2331' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5355' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5380' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5386' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__ocaml_config_var_2478' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5430' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__compare_3241' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5507' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5515' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5365' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5351' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5363' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5395' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__prog_not_found_2013' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__run_ok_2467' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__c_test_3165' is not compiled with -fpic/-fPIC the file containing the function 'camlConfigurator__fun_5513' 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_552 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: 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 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_1272 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_532 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.47129 + 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.47129 + 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.vqY78r 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.CwrmhA 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.13.1-59BD1642, ocaml-cmx(Configurator) = 4.13.1-553B5A17 Requires: ocaml-cmi(Base) = 4.13.1-DCE1D074, ocaml-cmi(Base__) = 4.13.1-36E29B9F, ocaml-cmi(Base__Applicative) = 4.13.1-B312B016, ocaml-cmi(Base__Applicative_intf) = 4.13.1-8345749E, ocaml-cmi(Base__Array) = 4.13.1-F644077A, ocaml-cmi(Base__Backtrace) = 4.13.1-E257A466, ocaml-cmi(Base__Binary_searchable) = 4.13.1-6AD78636, ocaml-cmi(Base__Binary_searchable_intf) = 4.13.1-D0195B8A, ocaml-cmi(Base__Blit) = 4.13.1-FA46E1F7, ocaml-cmi(Base__Blit_intf) = 4.13.1-41EDA0C6, ocaml-cmi(Base__Bool) = 4.13.1-700F113E, ocaml-cmi(Base__Buffer) = 4.13.1-E149BBE3, ocaml-cmi(Base__Buffer_intf) = 4.13.1-40540B37, ocaml-cmi(Base__Bytes) = 4.13.1-3EA8D12A, ocaml-cmi(Base__Bytes_set_primitives) = 4.13.1-980146D0, ocaml-cmi(Base__Char) = 4.13.1-954AC3C7, ocaml-cmi(Base__Comparable) = 4.13.1-8066DCC7, ocaml-cmi(Base__Comparable_intf) = 4.13.1-B8408FA9, ocaml-cmi(Base__Comparator) = 4.13.1-E19F9748, ocaml-cmi(Base__Comparisons) = 4.13.1-325A3A9D, ocaml-cmi(Base__Container) = 4.13.1-C6E690C1, ocaml-cmi(Base__Container_intf) = 4.13.1-6D31ABB0, ocaml-cmi(Base__Either) = 4.13.1-23AEAE1D, ocaml-cmi(Base__Either0) = 4.13.1-251C8B88, ocaml-cmi(Base__Either_intf) = 4.13.1-DF5BFB2F, ocaml-cmi(Base__Equal) = 4.13.1-7130F31F, ocaml-cmi(Base__Error) = 4.13.1-0242A45D, ocaml-cmi(Base__Exn) = 4.13.1-CE632F9B, ocaml-cmi(Base__Field) = 4.13.1-EE58B661, ocaml-cmi(Base__Float) = 4.13.1-8154C682, ocaml-cmi(Base__Floatable) = 4.13.1-39686C46, ocaml-cmi(Base__Formatter) = 4.13.1-394814DF, ocaml-cmi(Base__Hash) = 4.13.1-465EC44A, ocaml-cmi(Base__Hash_intf) = 4.13.1-7CB89BD3, ocaml-cmi(Base__Hashable) = 4.13.1-AE9B13BD, ocaml-cmi(Base__Hashable_intf) = 4.13.1-156EE9A5, ocaml-cmi(Base__Hasher) = 4.13.1-E2BC4EB2, ocaml-cmi(Base__Identifiable) = 4.13.1-04F99F05, ocaml-cmi(Base__Identifiable_intf) = 4.13.1-B18E25EC, ocaml-cmi(Base__Import) = 4.13.1-A8B0037C, ocaml-cmi(Base__Import0) = 4.13.1-8F488C93, ocaml-cmi(Base__Indexed_container) = 4.13.1-1743CF7C, ocaml-cmi(Base__Indexed_container_intf) = 4.13.1-0763FB9F, ocaml-cmi(Base__Info) = 4.13.1-AE2F8025, ocaml-cmi(Base__Info_intf) = 4.13.1-88B255D0, ocaml-cmi(Base__Int) = 4.13.1-4CCB6AAB, ocaml-cmi(Base__Int0) = 4.13.1-73DF8FE1, ocaml-cmi(Base__Int32) = 4.13.1-BECB32F0, ocaml-cmi(Base__Int63) = 4.13.1-8D61A2D9, ocaml-cmi(Base__Int63_emul) = 4.13.1-D5517738, ocaml-cmi(Base__Int64) = 4.13.1-B9597B0C, ocaml-cmi(Base__Int_intf) = 4.13.1-6C14431C, ocaml-cmi(Base__Intable) = 4.13.1-DB38FCCD, ocaml-cmi(Base__Invariant) = 4.13.1-5BD765EB, ocaml-cmi(Base__Invariant_intf) = 4.13.1-05397937, ocaml-cmi(Base__Lazy) = 4.13.1-193F83A4, ocaml-cmi(Base__List) = 4.13.1-BAA60422, ocaml-cmi(Base__Map) = 4.13.1-70130164, ocaml-cmi(Base__Map_intf) = 4.13.1-BD601662, ocaml-cmi(Base__Maybe_bound) = 4.13.1-7AF3F8C6, ocaml-cmi(Base__Monad) = 4.13.1-22421106, ocaml-cmi(Base__Monad_intf) = 4.13.1-3DA80CF1, ocaml-cmi(Base__Nativeint) = 4.13.1-A53931F7, ocaml-cmi(Base__Option) = 4.13.1-F92A0BFC, ocaml-cmi(Base__Or_error) = 4.13.1-4807B5BC, ocaml-cmi(Base__Poly0) = 4.13.1-6F0E9DB9, ocaml-cmi(Base__Ppx_compare_lib) = 4.13.1-40785BF0, ocaml-cmi(Base__Ppx_hash_lib) = 4.13.1-62A600BD, ocaml-cmi(Base__Pretty_printer) = 4.13.1-39337CDB, ocaml-cmi(Base__Printf) = 4.13.1-E16AF4C0, ocaml-cmi(Base__Random) = 4.13.1-48C02B9A, ocaml-cmi(Base__Ref) = 4.13.1-0579AC25, ocaml-cmi(Base__Result) = 4.13.1-1FFA8F61, ocaml-cmi(Base__Sequence) = 4.13.1-E27E24BA, ocaml-cmi(Base__Sexp) = 4.13.1-0C863E74, ocaml-cmi(Base__Sexp_with_comparable) = 4.13.1-929957DB, ocaml-cmi(Base__Sexpable) = 4.13.1-437797E7, ocaml-cmi(Base__Sign) = 4.13.1-2A4A98B7, ocaml-cmi(Base__Sign0) = 4.13.1-C8B61D08, ocaml-cmi(Base__Sign_or_nan) = 4.13.1-270A2211, ocaml-cmi(Base__Source_code_position0) = 4.13.1-32BE5EE4, ocaml-cmi(Base__Staged) = 4.13.1-DCC118FE, ocaml-cmi(Base__String) = 4.13.1-C052EBD7, ocaml-cmi(Base__String0) = 4.13.1-E6D72092, ocaml-cmi(Base__Stringable) = 4.13.1-367E91BA, ocaml-cmi(Base__Sys0) = 4.13.1-B8FE3D48, ocaml-cmi(Base__T) = 4.13.1-CD6F9251, ocaml-cmi(Base__Unit) = 4.13.1-F096A161, ocaml-cmi(Base__With_return) = 4.13.1-0228B49C, ocaml-cmi(Base_internalhash_types) = 4.13.1-CC8BD45A, ocaml-cmi(Caml) = 4.13.1-7334FAE2, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Sexplib0) = 4.13.1-8452A50D, ocaml-cmi(Sexplib0__) = 4.13.1-46D4D45A, ocaml-cmi(Sexplib0__Sexp) = 4.13.1-80FD2808, ocaml-cmi(Sexplib0__Sexp_conv) = 4.13.1-C7A14300, ocaml-cmi(Sexplib0__Sexp_conv_error) = 4.13.1-1F0030F0, ocaml-cmi(Sexplib0__Sexp_conv_grammar) = 4.13.1-EE3DE2B5, ocaml-cmi(Sexplib0__Sexp_grammar) = 4.13.1-319BB002, ocaml-cmi(Sexplib0__Sexpable) = 4.13.1-268C1439, ocaml-cmi(Shadow_stdlib) = 4.13.1-46D4B4B8, ocaml-cmi(Stdio) = 4.13.1-77DF30CE, ocaml-cmi(Stdio__) = 4.13.1-832AEB0F, ocaml-cmi(Stdio__In_channel) = 4.13.1-F53C3FF0, ocaml-cmi(Stdio__Out_channel) = 4.13.1-5F2F3999, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Arg) = 4.13.1-9340CB29, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Filename) = 4.13.1-4815D5CA, 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__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__ListLabels) = 4.13.1-15DA8F88, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__MoreLabels) = 4.13.1-530D1002, ocaml-cmi(Stdlib__Nativeint) = 4.13.1-20906FC1, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__StdLabels) = 4.13.1-412C70B6, ocaml-cmi(Stdlib__StringLabels) = 4.13.1-35A74F87, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmx(CamlinternalLazy) = 4.13.1-A070CF58, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Arg) = 4.13.1-E13AA38C, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Filename) = 4.13.1-BBD30AD3, ocaml-cmx(Stdlib__Sys) = 4.13.1-7E4B56BE, ocaml-cmx(Unix) = 4.13.1-20B643D7, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nmFBk9 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.kKMIUF 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.JZZkw0 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.13.1-553B5A17 Requires: ocaml-configurator = 0.11.0-alt5, ocaml-cmi(Base) = 4.13.1-DCE1D074, ocaml-cmi(Base__) = 4.13.1-36E29B9F, ocaml-cmi(Base__Applicative) = 4.13.1-B312B016, ocaml-cmi(Base__Applicative_intf) = 4.13.1-8345749E, ocaml-cmi(Base__Array) = 4.13.1-F644077A, ocaml-cmi(Base__Backtrace) = 4.13.1-E257A466, ocaml-cmi(Base__Binary_searchable) = 4.13.1-6AD78636, ocaml-cmi(Base__Binary_searchable_intf) = 4.13.1-D0195B8A, ocaml-cmi(Base__Blit) = 4.13.1-FA46E1F7, ocaml-cmi(Base__Blit_intf) = 4.13.1-41EDA0C6, ocaml-cmi(Base__Bool) = 4.13.1-700F113E, ocaml-cmi(Base__Buffer) = 4.13.1-E149BBE3, ocaml-cmi(Base__Buffer_intf) = 4.13.1-40540B37, ocaml-cmi(Base__Bytes) = 4.13.1-3EA8D12A, ocaml-cmi(Base__Bytes_set_primitives) = 4.13.1-980146D0, ocaml-cmi(Base__Char) = 4.13.1-954AC3C7, ocaml-cmi(Base__Comparable) = 4.13.1-8066DCC7, ocaml-cmi(Base__Comparable_intf) = 4.13.1-B8408FA9, ocaml-cmi(Base__Comparator) = 4.13.1-E19F9748, ocaml-cmi(Base__Comparisons) = 4.13.1-325A3A9D, ocaml-cmi(Base__Container) = 4.13.1-C6E690C1, ocaml-cmi(Base__Container_intf) = 4.13.1-6D31ABB0, ocaml-cmi(Base__Either) = 4.13.1-23AEAE1D, ocaml-cmi(Base__Either0) = 4.13.1-251C8B88, ocaml-cmi(Base__Either_intf) = 4.13.1-DF5BFB2F, ocaml-cmi(Base__Equal) = 4.13.1-7130F31F, ocaml-cmi(Base__Error) = 4.13.1-0242A45D, ocaml-cmi(Base__Exn) = 4.13.1-CE632F9B, ocaml-cmi(Base__Field) = 4.13.1-EE58B661, ocaml-cmi(Base__Float) = 4.13.1-8154C682, ocaml-cmi(Base__Floatable) = 4.13.1-39686C46, ocaml-cmi(Base__Formatter) = 4.13.1-394814DF, ocaml-cmi(Base__Hash) = 4.13.1-465EC44A, ocaml-cmi(Base__Hash_intf) = 4.13.1-7CB89BD3, ocaml-cmi(Base__Hashable) = 4.13.1-AE9B13BD, ocaml-cmi(Base__Hashable_intf) = 4.13.1-156EE9A5, ocaml-cmi(Base__Hasher) = 4.13.1-E2BC4EB2, ocaml-cmi(Base__Identifiable) = 4.13.1-04F99F05, ocaml-cmi(Base__Identifiable_intf) = 4.13.1-B18E25EC, ocaml-cmi(Base__Import) = 4.13.1-A8B0037C, ocaml-cmi(Base__Import0) = 4.13.1-8F488C93, ocaml-cmi(Base__Indexed_container) = 4.13.1-1743CF7C, ocaml-cmi(Base__Indexed_container_intf) = 4.13.1-0763FB9F, ocaml-cmi(Base__Info) = 4.13.1-AE2F8025, ocaml-cmi(Base__Info_intf) = 4.13.1-88B255D0, ocaml-cmi(Base__Int) = 4.13.1-4CCB6AAB, ocaml-cmi(Base__Int0) = 4.13.1-73DF8FE1, ocaml-cmi(Base__Int32) = 4.13.1-BECB32F0, ocaml-cmi(Base__Int63) = 4.13.1-8D61A2D9, ocaml-cmi(Base__Int63_emul) = 4.13.1-D5517738, ocaml-cmi(Base__Int64) = 4.13.1-B9597B0C, ocaml-cmi(Base__Int_intf) = 4.13.1-6C14431C, ocaml-cmi(Base__Intable) = 4.13.1-DB38FCCD, ocaml-cmi(Base__Invariant) = 4.13.1-5BD765EB, ocaml-cmi(Base__Invariant_intf) = 4.13.1-05397937, ocaml-cmi(Base__Lazy) = 4.13.1-193F83A4, ocaml-cmi(Base__List) = 4.13.1-BAA60422, ocaml-cmi(Base__Map) = 4.13.1-70130164, ocaml-cmi(Base__Map_intf) = 4.13.1-BD601662, ocaml-cmi(Base__Maybe_bound) = 4.13.1-7AF3F8C6, ocaml-cmi(Base__Monad) = 4.13.1-22421106, ocaml-cmi(Base__Monad_intf) = 4.13.1-3DA80CF1, ocaml-cmi(Base__Nativeint) = 4.13.1-A53931F7, ocaml-cmi(Base__Option) = 4.13.1-F92A0BFC, ocaml-cmi(Base__Or_error) = 4.13.1-4807B5BC, ocaml-cmi(Base__Poly0) = 4.13.1-6F0E9DB9, ocaml-cmi(Base__Ppx_compare_lib) = 4.13.1-40785BF0, ocaml-cmi(Base__Ppx_hash_lib) = 4.13.1-62A600BD, ocaml-cmi(Base__Pretty_printer) = 4.13.1-39337CDB, ocaml-cmi(Base__Printf) = 4.13.1-E16AF4C0, ocaml-cmi(Base__Random) = 4.13.1-48C02B9A, ocaml-cmi(Base__Ref) = 4.13.1-0579AC25, ocaml-cmi(Base__Result) = 4.13.1-1FFA8F61, ocaml-cmi(Base__Sequence) = 4.13.1-E27E24BA, ocaml-cmi(Base__Sexp) = 4.13.1-0C863E74, ocaml-cmi(Base__Sexp_with_comparable) = 4.13.1-929957DB, ocaml-cmi(Base__Sexpable) = 4.13.1-437797E7, ocaml-cmi(Base__Sign) = 4.13.1-2A4A98B7, ocaml-cmi(Base__Sign0) = 4.13.1-C8B61D08, ocaml-cmi(Base__Sign_or_nan) = 4.13.1-270A2211, ocaml-cmi(Base__Source_code_position0) = 4.13.1-32BE5EE4, ocaml-cmi(Base__Staged) = 4.13.1-DCC118FE, ocaml-cmi(Base__String) = 4.13.1-C052EBD7, ocaml-cmi(Base__String0) = 4.13.1-E6D72092, ocaml-cmi(Base__Stringable) = 4.13.1-367E91BA, ocaml-cmi(Base__Sys0) = 4.13.1-B8FE3D48, ocaml-cmi(Base__T) = 4.13.1-CD6F9251, ocaml-cmi(Base__Unit) = 4.13.1-F096A161, ocaml-cmi(Base__With_return) = 4.13.1-0228B49C, ocaml-cmi(Base_internalhash_types) = 4.13.1-CC8BD45A, ocaml-cmi(Caml) = 4.13.1-7334FAE2, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Configurator) = 4.13.1-59BD1642, ocaml-cmi(Sexplib0) = 4.13.1-8452A50D, ocaml-cmi(Sexplib0__) = 4.13.1-46D4D45A, ocaml-cmi(Sexplib0__Sexp) = 4.13.1-80FD2808, ocaml-cmi(Sexplib0__Sexp_conv) = 4.13.1-C7A14300, ocaml-cmi(Sexplib0__Sexp_conv_error) = 4.13.1-1F0030F0, ocaml-cmi(Sexplib0__Sexp_conv_grammar) = 4.13.1-EE3DE2B5, ocaml-cmi(Sexplib0__Sexp_grammar) = 4.13.1-319BB002, ocaml-cmi(Sexplib0__Sexpable) = 4.13.1-268C1439, ocaml-cmi(Shadow_stdlib) = 4.13.1-46D4B4B8, ocaml-cmi(Stdio) = 4.13.1-77DF30CE, ocaml-cmi(Stdio__) = 4.13.1-832AEB0F, ocaml-cmi(Stdio__In_channel) = 4.13.1-F53C3FF0, ocaml-cmi(Stdio__Out_channel) = 4.13.1-5F2F3999, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Arg) = 4.13.1-9340CB29, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Filename) = 4.13.1-4815D5CA, 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__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__ListLabels) = 4.13.1-15DA8F88, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__MoreLabels) = 4.13.1-530D1002, ocaml-cmi(Stdlib__Nativeint) = 4.13.1-20906FC1, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__StdLabels) = 4.13.1-412C70B6, ocaml-cmi(Stdlib__StringLabels) = 4.13.1-35A74F87, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmx(CamlinternalLazy) = 4.13.1-A070CF58, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Arg) = 4.13.1-E13AA38C, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Filename) = 4.13.1-BBD30AD3, ocaml-cmx(Stdlib__Sys) = 4.13.1-7E4B56BE, ocaml-cmx(Unix) = 4.13.1-20B643D7 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4Se0yT 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.0Vc71d find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.421Wnr 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) 1.03user 0.97system 0:09.43elapsed 21%CPU (0avgtext+0avgdata 18560maxresident)k 0inputs+0outputs (0major+192988minor)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 3.34user 1.55system 0:25.62elapsed 19%CPU (0avgtext+0avgdata 124328maxresident)k 0inputs+0outputs (0major+212399minor)pagefaults 0swaps --- ocaml-configurator-0.11.0-alt5.i586.rpm.repo 2022-01-04 16:38:38.000000000 +0000 +++ ocaml-configurator-0.11.0-alt5.i586.rpm.hasher 2023-07-22 05:38:32.520663583 +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 7ff10badedd0039e0df91bbe19f2b5f2 +File: /usr/lib/ocaml/configurator/configurator.a 100644 root:root b95a4d608b630160048826008f334867 File: /usr/lib/ocaml/configurator/configurator.cma 100644 root:root d7204e0e05ccfe940a2daa2441b2c502 @@ -161,3 +161,3 @@ File: /usr/lib/ocaml/configurator/configurator.cmxa 100644 root:root e56f9efd4de126dc7abdefcb489a0890 -File: /usr/lib/ocaml/configurator/configurator.cmxs 100644 root:root fad9a8aa021641050329d2956c095a14 +File: /usr/lib/ocaml/configurator/configurator.cmxs 100644 root:root ba6e4e44cfffdcf5af77ae289c90b45d 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: 8c34ff7ee4591939fe2b679da974ee6b31cbbe2a72072fb68c1f2871a35f5fa296512adddad435cbde6874293842411fbd314d9205ffe6f4adf0e4653b3bd737 +RPMIdentity: a712b0f894bd8e06f605f8944affb7c2f7b18f3cb8addcdacad2cb2d0e61b1c234d25ea557f0bb3ae9bdc371f9fe2d96c959f63b689278e084e275a186efac4a --- ocaml-configurator-debuginfo-0.11.0-alt5.i586.rpm.repo 2022-01-04 16:38:37.000000000 +0000 +++ ocaml-configurator-debuginfo-0.11.0-alt5.i586.rpm.hasher 2023-07-22 05:38:32.614664796 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/fc 40755 root:root -/usr/lib/debug/.build-id/fc/e5ddf90d834ca33cce41a11c21053a4accbced 120777 root:root ../../../ocaml/configurator/configurator.cmxs -/usr/lib/debug/.build-id/fc/e5ddf90d834ca33cce41a11c21053a4accbced.debug 120777 root:root ../../usr/lib/ocaml/configurator/configurator.cmxs.debug +/usr/lib/debug/.build-id/57 40755 root:root +/usr/lib/debug/.build-id/57/b611fb196c8c55ca5be91f01f2cea86a8ddb37 120777 root:root ../../../ocaml/configurator/configurator.cmxs +/usr/lib/debug/.build-id/57/b611fb196c8c55ca5be91f01f2cea86a8ddb37.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+292992.3600.3.1 -File: /usr/lib/debug/.build-id/fc 40755 root:root -File: /usr/lib/debug/.build-id/fc/e5ddf90d834ca33cce41a11c21053a4accbced 120777 root:root ../../../ocaml/configurator/configurator.cmxs -File: /usr/lib/debug/.build-id/fc/e5ddf90d834ca33cce41a11c21053a4accbced.debug 120777 root:root ../../usr/lib/ocaml/configurator/configurator.cmxs.debug +File: /usr/lib/debug/.build-id/57 40755 root:root +File: /usr/lib/debug/.build-id/57/b611fb196c8c55ca5be91f01f2cea86a8ddb37 120777 root:root ../../../ocaml/configurator/configurator.cmxs +File: /usr/lib/debug/.build-id/57/b611fb196c8c55ca5be91f01f2cea86a8ddb37.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 671c6202a8322f9b0cc0959de572c41b +File: /usr/lib/debug/usr/lib/ocaml/configurator/configurator.cmxs.debug 100644 root:root aae6609c6501f5f4c03ccb395a8e3953 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: bff6cbeae1c04b29b2530d74cf9b804c96758bc2716e92b0f24b59f95777bb0a76b1c88dba12b199a24e7f24531d48353757b209071acb420b4a29c41807d5d5 +RPMIdentity: c106361e03be670bc2d3931ddc0cf2996845e5e323ab9421325e4fb1216efb3d9e1cc32ad37ffa98a4d14970d18c3e3cd4e1d2c071bb05403943020323254e83