<86>May 11 11:17:09 userdel[774951]: delete user 'rooter'
<86>May 11 11:17:09 groupadd[774959]: group added to /etc/group: name=rooter, GID=648
<86>May 11 11:17:09 groupadd[774959]: new group: name=rooter, GID=648
<86>May 11 11:17:09 useradd[774965]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash
<86>May 11 11:17:09 userdel[774974]: delete user 'builder'
<86>May 11 11:17:09 userdel[774974]: removed group 'builder' owned by 'builder'
<86>May 11 11:17:09 userdel[774974]: removed shadow group 'builder' owned by 'builder'
<86>May 11 11:17:09 groupadd[774983]: group added to /etc/group: name=builder, GID=649
<86>May 11 11:17:09 groupadd[774983]: group added to /etc/gshadow: name=builder
<86>May 11 11:17:09 groupadd[774983]: new group: name=builder, GID=649
<86>May 11 11:17:09 useradd[774990]: new user: name=builder, UID=649, GID=649, 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>May 11 11:17:15 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+268975.200.3.1 1617722000 installed
<13>May 11 11:17:15 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed
<13>May 11 11:17:55 rpmi: ocaml-4.12.0-alt1 sisyphus+268975.200.3.1 1617722000 installed
<13>May 11 11:17:55 rpmi: ocaml-sexplib0-0.14.0-alt2 sisyphus+268975.5400.3.1 1617724816 installed
<13>May 11 11:17:56 rpmi: ocaml-base-0.14.1-alt1 sisyphus+268975.11600.3.1 1617726411 installed
<13>May 11 11:17:56 rpmi: ocaml-stdio-0.14.0-alt2 sisyphus+268975.11700.3.1 1617726473 installed
<13>May 11 11:17:56 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+268975.1000.3.1 1617722588 installed
<13>May 11 11:17:56 rpmi: opam-2.0.8-alt1 sisyphus+268975.24000.3.1 1617732484 installed
<13>May 11 11:17:57 rpmi: dune-2.8.5-alt1 sisyphus+269321.100.1.1 1618036815 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.64732
+ 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.64732
+ 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 `<package>.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/duneef0c4d.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[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[4]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -a -o src/configurator.cmxa src/.configurator.objs/native/configurator.cmx)
Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -shared -linkall -I src -o src/configurator.cmxs src/configurator.cmxa)
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[6]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -a -o src/configurator.cma src/.configurator.objs/byte/configurator.cmo)
Output[5]:
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.17066
+ 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/share/doc/configurator/LICENSE.txt => /usr/src/tmp/ocaml-configurator-buildroot/usr/doc/configurator/LICENSE.txt
_build/install/default/share/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 <cmdline>: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.33417
+ 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.33417
+ 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.rxV6wn
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.tDhIGm
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.JxUaVk
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.mB6wYj
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.V8J6Cm
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.jlq5uo
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.qHLl9m
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.99hSWn
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.80user 1.43system 0:13.91elapsed 30%CPU (0avgtext+0avgdata 18752maxresident)k
0inputs+0outputs (0major+203534minor)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
30.87user 8.50system 1:21.63elapsed 48%CPU (0avgtext+0avgdata 106964maxresident)k
15352inputs+0outputs (0major+522985minor)pagefaults 0swaps