D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/ocaml-pcre-7.2.3-7.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dEBabH
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pcre-ocaml-7.2.3
+ /usr/bin/unzip -qq /home/iurt/rpmbuild/SOURCES/v7.2.3.zip
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pcre-ocaml-7.2.3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.se0o9H
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pcre-ocaml-7.2.3
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ make
ocaml setup.ml -configure 
File "./setup.ml", line 318, characters 20-36:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 318, characters 42-58:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 14-30:
327 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 38-54:
327 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 330, characters 25-41:
330 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 368, characters 10-26:
368 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 474, characters 13-29:
474 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 1381, characters 23-41:
1381 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.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 "./setup.ml", line 1825, characters 16-33:
1825 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "./setup.ml", line 1831, characters 16-35:
1831 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.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 "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.

Configuration: 
ocamlfind: ........................................... /usr/bin/ocamlfind
ocamlc: .............................................. /usr/bin/ocamlc.opt
ocamlopt: ............................................ /usr/bin/ocamlopt.opt
ocamlbuild: .......................................... /usr/bin/ocamlbuild
Package name: ........................................ pcre
Package version: ..................................... 7.2.3
os_type: ............................................. Unix
system: .............................................. linux
architecture: ........................................ amd64
ccomp_type: .......................................... cc
ocaml_version: ....................................... 4.10.0
standard_library_default: ............................ /usr/lib64/ocaml
standard_library: .................................... /usr/lib64/ocaml
bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -D_REENTRANT
model: ............................................... default
ext_obj: ............................................. .o
ext_asm: ............................................. .s
ext_lib: ............................................. .a
ext_dll: ............................................. .so
default_executable_name: ............................. a.out
systhread_supported: ................................. true
Install architecture-independent files dir: .......... /usr/local
Install architecture-dependent files in dir: ......... $prefix
User executables: .................................... $exec_prefix/bin
System admin executables: ............................ $exec_prefix/sbin
Program executables: ................................. $exec_prefix/libexec
Read-only single-machine data: ....................... $prefix/etc
Modifiable architecture-independent data: ............ $prefix/com
Modifiable single-machine data: ...................... $prefix/var
Object code libraries: ............................... $exec_prefix/lib
Read-only arch-independent data root: ................ $prefix/share
Read-only architecture-independent data: ............. $datarootdir
Info documentation: .................................. $datarootdir/info
Locale-dependent data: ............................... $datarootdir/locale
Man documentation: ................................... $datarootdir/man
Documentation root: .................................. $datarootdir/doc/$pkg_name
HTML documentation: .................................. $docdir
DVI documentation: ................................... $docdir
PDF documentation: ................................... $docdir
PS documentation: .................................... $docdir
findlib_version: ..................................... 1.8.1
is_native: ........................................... true
suffix_program: ...................................... 
Remove a file.: ...................................... rm -f
Remove a directory.: ................................. rm -rf
Turn ocaml debug flag on: ............................ true
Turn ocaml profile flag on: .......................... false
Compiler support generation of .cmxs.: ............... true
OCamlbuild additional flags: ......................... 
with_pcre_config: .................................... pcre-config
Strict compile-time checks: .......................... true
Build examples: ...................................... true
Create documentations: ............................... true
Compile tests executable and library and run them: ... false
ocamldoc: ............................................ /usr/bin/ocamldoc
pkg_bytes: ........................................... /usr/lib64/ocaml/bytes

ocaml setup.ml -build 
File "./setup.ml", line 318, characters 20-36:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 318, characters 42-58:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 14-30:
327 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 38-54:
327 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 330, characters 25-41:
330 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 368, characters 10-26:
368 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 474, characters 13-29:
474 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 1381, characters 23-41:
1381 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.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 "./setup.ml", line 1825, characters 16-33:
1825 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "./setup.ml", line 1831, characters 16-35:
1831 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.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 "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
Warning: Won't be able to compile a native plugin
/usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild
/usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -ccopt '' -c lib/pcre_stubs.c
+ /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -ccopt '' -c lib/pcre_stubs.c
lib/pcre_stubs.c: In function 'pcre_ocaml_init':
lib/pcre_stubs.c:166:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  166 |   pcre_exc_Error     = caml_named_value("Pcre.Error");
      |                      ^
lib/pcre_stubs.c:167:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  167 |   pcre_exc_Backtrack = caml_named_value("Pcre.Backtrack");
      |                      ^
lib/pcre_stubs.c: In function 'pcre_firsttable_stub':
lib/pcre_stubs.c:440:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  440 |     ptr = String_val(v_res_str);
      |         ^
lib/pcre_stubs.c: At top level:
cc1: note: unrecognized command-line option '-Wno-keyword-macro' may have been intended to silence earlier diagnostics
mv pcre_stubs.o lib/pcre_stubs.o
/usr/bin/ocamlfind ocamlmklib -o lib/pcre_stubs -g -L/usr/lib64 -lpcre lib/pcre_stubs.o
/usr/bin/ocamlfind ocamldep -package bytes -modules lib/pcre.mli > lib/pcre.mli.depends
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmi lib/pcre.mli
+ /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmi lib/pcre.mli
File "lib/pcre.mli", line 195, characters 0-77:
195 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
/usr/bin/ocamlfind ocamldep -package bytes -modules lib/pcre.ml > lib/pcre.ml.depends
/usr/bin/ocamlfind ocamldep -package bytes -modules lib/pcre_compat.ml > lib/pcre_compat.ml.depends
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre_compat.cmo lib/pcre_compat.ml
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmo lib/pcre.ml
+ /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmo lib/pcre.ml
File "lib/pcre.ml", line 164, characters 0-76:
164 | external pcre_config_utf8 : unit -> bool = "pcre_config_utf8_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 166-167, characters 0-53:
166 | external pcre_config_newline :
167 |   unit -> char = "pcre_config_newline_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 169-170, characters 0-54:
169 | external pcre_config_link_size :
170 |   unit -> int = "pcre_config_link_size_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 172-173, characters 0-56:
172 | external pcre_config_match_limit :
173 |   unit -> int = "pcre_config_match_limit_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 175-176, characters 0-66:
175 | external pcre_config_match_limit_recursion :
176 |   unit -> int = "pcre_config_match_limit_recursion_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 178-179, characters 0-58:
178 | external pcre_config_stackrecurse :
179 |   unit -> bool = "pcre_config_stackrecurse_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", line 215, characters 0-77:
215 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 233-234, characters 0-69:
233 | external set_imp_match_limit :
234 |   regexp -> int -> regexp = "pcre_set_imp_match_limit_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 240-241, characters 0-79:
240 | external set_imp_match_limit_recursion :
241 |   regexp -> int -> regexp = "pcre_set_imp_match_limit_recursion_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", line 882, characters 0-63:
882 | external isspace : char -> bool = "pcre_isspace_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
/usr/bin/ocamlfind ocamlc -a -dllib -lpcre_stubs -cclib -lpcre_stubs -cclib -L/usr/lib64 -cclib -lpcre -cclib -L/usr/lib64 -cclib -lpcre -I lib lib/pcre_compat.cmo lib/pcre.cmo -o lib/pcre.cma
/usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre_compat.cmx lib/pcre_compat.ml
/usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmx lib/pcre.ml
+ /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmx lib/pcre.ml
File "lib/pcre.ml", line 164, characters 0-76:
164 | external pcre_config_utf8 : unit -> bool = "pcre_config_utf8_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 166-167, characters 0-53:
166 | external pcre_config_newline :
167 |   unit -> char = "pcre_config_newline_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 169-170, characters 0-54:
169 | external pcre_config_link_size :
170 |   unit -> int = "pcre_config_link_size_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 172-173, characters 0-56:
172 | external pcre_config_match_limit :
173 |   unit -> int = "pcre_config_match_limit_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 175-176, characters 0-66:
175 | external pcre_config_match_limit_recursion :
176 |   unit -> int = "pcre_config_match_limit_recursion_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 178-179, characters 0-58:
178 | external pcre_config_stackrecurse :
179 |   unit -> bool = "pcre_config_stackrecurse_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", line 215, characters 0-77:
215 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 233-234, characters 0-69:
233 | external set_imp_match_limit :
234 |   regexp -> int -> regexp = "pcre_set_imp_match_limit_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", lines 240-241, characters 0-79:
240 | external set_imp_match_limit_recursion :
241 |   regexp -> int -> regexp = "pcre_set_imp_match_limit_recursion_stub" "noalloc"
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
File "lib/pcre.ml", line 882, characters 0-63:
882 | external isspace : char -> bool = "pcre_isspace_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
/usr/bin/ocamlfind ocamlopt -a -cclib -lpcre_stubs -cclib -L/usr/lib64 -cclib -lpcre -cclib -L/usr/lib64 -cclib -lpcre -I lib lib/pcre_compat.cmx lib/pcre.cmx -o lib/pcre.cmxa
/usr/bin/ocamlfind ocamlopt -shared -cclib -lpcre_stubs -I lib -cclib -L/usr/lib64 -cclib -lpcre -I lib lib/pcre.cmxa lib/pcre_compat.cmx lib/pcre.cmx -o lib/pcre.cmxs
/usr/bin/ocamlfind ocamldep -package bytes -modules examples/cloc/cloc.ml > examples/cloc/cloc.ml.depends
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/cloc -I lib -o examples/cloc/cloc.cmo examples/cloc/cloc.ml
/usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/cloc -I lib -o examples/cloc/cloc.cmx examples/cloc/cloc.ml
/usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/cloc lib/pcre.cmxa examples/cloc/cloc.cmx -o examples/cloc/cloc.native
/usr/bin/ocamlfind ocamldep -package bytes -modules examples/count_hash/count_hash.ml > examples/count_hash/count_hash.ml.depends
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/count_hash -I lib -o examples/count_hash/count_hash.cmo examples/count_hash/count_hash.ml
/usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/count_hash -I lib -o examples/count_hash/count_hash.cmx examples/count_hash/count_hash.ml
/usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/count_hash lib/pcre.cmxa examples/count_hash/count_hash.cmx -o examples/count_hash/count_hash.native
/usr/bin/ocamlfind ocamldep -package bytes -modules examples/pcregrep/pcregrep.ml > examples/pcregrep/pcregrep.ml.depends
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/pcregrep -I lib -o examples/pcregrep/pcregrep.cmo examples/pcregrep/pcregrep.ml
/usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/pcregrep -I lib -o examples/pcregrep/pcregrep.cmx examples/pcregrep/pcregrep.ml
/usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/pcregrep lib/pcre.cmxa examples/pcregrep/pcregrep.cmx -o examples/pcregrep/pcregrep.native
/usr/bin/ocamlfind ocamldep -package bytes -modules examples/subst/subst.ml > examples/subst/subst.ml.depends
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/subst -I lib -o examples/subst/subst.cmo examples/subst/subst.ml
/usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/subst -I lib -o examples/subst/subst.cmx examples/subst/subst.ml
/usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/subst lib/pcre.cmxa examples/subst/subst.cmx -o examples/subst/subst.native
+ /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild
File "myocamlbuild.ml", line 518, characters 43-62:
518 |                        List.map (fun m -> (String.uncapitalize m) ^ ".cmi")
                                                 ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "myocamlbuild.ml", line 531, characters 51-70:
531 |                        List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi")
                                                         ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
Use String.uncapitalize_ascii instead.
+ make doc
ocaml setup.ml -build 
File "./setup.ml", line 318, characters 20-36:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 318, characters 42-58:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 14-30:
327 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 38-54:
327 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 330, characters 25-41:
330 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 368, characters 10-26:
368 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 474, characters 13-29:
474 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 1381, characters 23-41:
1381 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.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 "./setup.ml", line 1825, characters 16-33:
1825 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "./setup.ml", line 1831, characters 16-35:
1831 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.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 "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
/usr/bin/ocamlfind ocamlopt -shared -cclib -lpcre_stubs -I lib -cclib -L/usr/lib64 -cclib -lpcre -I lib lib/pcre.cmxa lib/pcre_compat.cmx lib/pcre.cmx -o lib/pcre.cmxs
ocaml setup.ml -doc 
File "./setup.ml", line 318, characters 20-36:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 318, characters 42-58:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 14-30:
327 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 38-54:
327 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 330, characters 25-41:
330 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 368, characters 10-26:
368 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 474, characters 13-29:
474 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 1381, characters 23-41:
1381 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.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 "./setup.ml", line 1825, characters 16-33:
1825 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "./setup.ml", line 1831, characters 16-35:
1831 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.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 "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
/usr/bin/ocamlfind ocamldoc -dump lib/pcre.odoc -package bytes -I lib lib/pcre.mli
+ /usr/bin/ocamlfind ocamldoc -dump lib/pcre.odoc -package bytes -I lib lib/pcre.mli
File "lib/pcre.mli", line 195, characters 0-77:
195 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc"
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: [@@noalloc] should be used instead of "noalloc"
rm -rf API.docdir
mkdir -p API.docdir
/usr/bin/ocamlfind ocamldoc -load lib/pcre.odoc -html -d API.docdir
+ mv _build/API.docdir/ html/
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pwKH8K
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64
+ cd pcre-ocaml-7.2.3
+ '[' 1 -eq 1 ']'
+ export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64
+ DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64
+ export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/stublibs
+ make install
ocaml setup.ml -install 
File "./setup.ml", line 318, characters 20-36:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 318, characters 42-58:
318 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 14-30:
327 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 327, characters 38-54:
327 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 330, characters 25-41:
330 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 368, characters 10-26:
368 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 474, characters 13-29:
474 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
File "./setup.ml", line 1381, characters 23-41:
1381 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.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 "./setup.ml", line 1825, characters 16-33:
1825 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "./setup.ml", line 1831, characters 16-35:
1831 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.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 "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii instead.
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/libpcre_stubs.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.cma
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.cmxa
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.cmxs
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.cmti
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.cmt
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.annot
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre_compat.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/pcre.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/stublibs/dllpcre_stubs.so
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/stublibs/dllpcre_stubs.so.owner
ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64//usr/lib64/ocaml/pcre/META
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/Pcre.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_exceptions.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_modules.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_extensions.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_types.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_attributes.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_values.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_module_types.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_class_types.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/type_Pcre.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_classes.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/index_methods.html' has been marked as built for documentation API but doesn't exist
W: File '/home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3/_build/./API.docdir/style.css' has been marked as built for documentation API but doesn't exist
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 7.2.3-7.mga8 --unique-debug-suffix -7.2.3-7.mga8.x86_64 --unique-debug-src-base ocaml-pcre-7.2.3-7.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pcre-ocaml-7.2.3

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/lib64/ocaml/pcre/pcre.cmxs
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/lib64/ocaml/stublibs/dllpcre_stubs.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/lib64/ocaml/pcre/pcre.cmxs
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/lib64/ocaml/stublibs/dllpcre_stubs.so
original debug info size: 172kB, size after compression: 172kB
/usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
cpio: _build/list.ml: Cannot stat: No such file or directory
cpio: _build/stdlib.ml: Cannot stat: No such file or directory
120 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: ocaml-pcre-7.2.3-7.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9aJoKK
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pcre-ocaml-7.2.3
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre
+ cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre
+ cp -pr COPYING.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre
+ cp -pr AUTHORS.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre
+ cp -pr CHANGES.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre
+ RPM_EC=0
++ jobs -p
+ exit 0
BFD library unavailable, cannot print info on .cmxs files
BFD library unavailable, cannot print info on .cmxs files
Provides: ocaml(Pcre) = 7cbc5246a6fcc782b1e4d3a438dfbf04 ocaml(Pcre_compat) = 79ce2aed5a50dc1fea7112084aa298c2 ocaml-pcre = 7.2.3-7.mga8 ocaml-pcre(x86-64) = 7.2.3-7.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpcre.so.1()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Pcre_compat) = 79ce2aed5a50dc1fea7112084aa298c2 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3
Conflicts: ocaml-pcre-devel < 5.12.2
Processing files: ocaml-pcre-devel-7.2.3-7.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.S3ULNI
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pcre-ocaml-7.2.3
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre-devel
+ cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre-devel
+ cp -pr html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64/usr/share/doc/ocaml-pcre-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(Pcre) = 7cbc5246a6fcc782b1e4d3a438dfbf04 ocaml(Pcre_compat) = 79ce2aed5a50dc1fea7112084aa298c2 ocaml-pcre-devel = 7.2.3-7.mga8 ocaml-pcre-devel(x86-64) = 7.2.3-7.mga8 ocamlx(Pcre) = 3d0c27df32fe236f1f0bf4d29808a0e8 ocamlx(Pcre_compat) = e2ec9ed595090e9ef6924f0372e40eb5
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Pcre_compat) = 79ce2aed5a50dc1fea7112084aa298c2 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocamlx(Pcre_compat) = e2ec9ed595090e9ef6924f0372e40eb5 ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__array) = d8cbd5c6bb9dc377a421cad028946a12 ocamlx(Stdlib__buffer) = 5a4eb38b27225067d0fbce3397ab57fa ocamlx(Stdlib__bytes) = 6f160e4554ac4fc65dcb567dac770c1b ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 ocamlx(Stdlib__sys) = cc30c95de291d0ad184f95f6134db5d2
Processing files: ocaml-pcre-debugsource-7.2.3-7.mga8.x86_64
Provides: ocaml-pcre-debugsource = 7.2.3-7.mga8 ocaml-pcre-debugsource(x86-64) = 7.2.3-7.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: ocaml-pcre-debuginfo-7.2.3-7.mga8.x86_64
Provides: debuginfo(build-id) = 3a6807cd76e32f31ecc75fae9a5c2f5df2693eec debuginfo(build-id) = e11241d729b1d41b5d0345fa2cb0dfed66696d85 ocaml-pcre-debuginfo = 7.2.3-7.mga8 ocaml-pcre-debuginfo(x86-64) = 7.2.3-7.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: ocaml-pcre-debugsource(x86-64) = 7.2.3-7.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-pcre-debugsource-7.2.3-7.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-pcre-debuginfo-7.2.3-7.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-pcre-7.2.3-7.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-pcre-devel-7.2.3-7.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JSjwwJ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pcre-ocaml-7.2.3
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-pcre-7.2.3-7.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.j97nmI
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pcre-ocaml-7.2.3
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!