D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-res-4.0.7-11.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4uKqlR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AB2W73 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + rm -rf res-4.0.7 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/v4.0.7.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd res-4.0.7 + /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/pterjan/rpmbuild/tmp/rpm-tmp.iYFsjP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd res-4.0.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.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/StringLabels.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/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 2916, characters 10-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2922, characters 10-21: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2925, characters 23-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2928, characters 20-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2931, characters 10-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2934, characters 16-28: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2935, characters 15-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 32-42: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 48-61: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2936, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2937, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2938, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3088, characters 4-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3107, characters 24-40: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3109, characters 21-33: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3110, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3110, characters 41-53: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 41-54: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 50-62: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 50-63: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3118, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3131, characters 15-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library 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/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. Configuration: ocamlfind: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc.opt ocamlopt: ............................................ /usr/bin/ocamlopt.opt ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ res Package version: ..................................... 4.0.7 os_type: ............................................. Unix system: .............................................. linux architecture: ........................................ amd64 ccomp_type: .......................................... cc ocaml_version: ....................................... 4.14.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 -pthread -fPIC -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 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 -pthread -fPIC -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 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.9.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: ......................... 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 + make 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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.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/StringLabels.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/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 2916, characters 10-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2922, characters 10-21: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2925, characters 23-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2928, characters 20-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2931, characters 10-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2934, characters 16-28: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2935, characters 15-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 32-42: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 48-61: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2936, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2937, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2938, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3088, characters 4-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3107, characters 24-40: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3109, characters 21-33: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3110, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3110, characters 41-53: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 41-54: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 50-62: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 50-63: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3118, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3131, characters 15-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library 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/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. 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 ocamldep -package bytes -modules lib/nopres_impl.ml > lib/nopres_impl.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -modules lib/strat.ml > lib/strat.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/strat.cmo lib/strat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/strat.cmo lib/strat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/strat.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamldep -package bytes -modules lib/nopres_intf.ml > lib/nopres_intf.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -modules lib/pres_impl.ml > lib/pres_impl.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -modules lib/pres_intf.ml > lib/pres_intf.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -modules lib/res.mli > lib/res.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_intf.cmo lib/nopres_intf.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_intf.cmo lib/nopres_intf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/nopres_intf.ml", line 32, characters 29-65: 32 | type strategy = Strategy.t (** Type of reallocation strategy *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/nopres_intf.ml", line 33, characters 9-40: 33 | type t (** Type of resizable arrays *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/nopres_intf.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_intf.cmo lib/pres_intf.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_intf.cmo lib/pres_intf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/pres_intf.ml", line 30, characters 29-65: 30 | type strategy = Strategy.t (** Type of reallocation strategy *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/pres_intf.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamldep -package bytes -modules lib/weak_intf.ml > lib/weak_intf.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_intf.cmo lib/weak_intf.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_intf.cmo lib/weak_intf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/weak_intf.ml", line 30, characters 29-65: 30 | type strategy = Strategy.t (** Type of reallocation strategy *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/weak_intf.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/res.cmi lib/res.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/res.cmi lib/res.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -modules lib/res.ml > lib/res.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_impl.cmo lib/nopres_impl.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_impl.cmo lib/nopres_impl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/nopres_impl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. File "lib/nopres_impl.ml", line 108, characters 23-41: 108 | let resizer some_lix ({ ar = ar} as ra) len = ^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 202, characters 18-29: 202 | let unsafe_swap { ar = ar } n m = ^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 211, characters 26-45: 211 | let unsafe_swap_in_last ({ ar = ar } as ra) n = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 219, characters 18-37: 219 | let unsafe_fill ({ ar = ar } as ra) ofs len x = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 295, characters 19-38: 295 | let fold_right f ({ ar = ar } as ra) accu = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_impl.cmo lib/pres_impl.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_impl.cmo lib/pres_impl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/pres_impl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. File "lib/pres_impl.ml", line 154, characters 27-39: 154 | let unsafe_blit_on_other { ar = ar1 } ofs1 { ar = ar2 } ofs2 len = ^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 154, characters 45-57: 154 | let unsafe_blit_on_other { ar = ar1 } ofs1 { ar = ar2 } ofs2 len = ^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 251, characters 26-45: 251 | let unsafe_swap_in_last ({ ar = ar } as ra) n = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 270, characters 18-30: 270 | let unsafe_blit { ar = ar1 } ofs1 ({ ar = ar2 } as ra2) ofs2 len = ^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 270, characters 36-57: 270 | let unsafe_blit { ar = ar1 } ofs1 ({ ar = ar2 } as ra2) ofs2 len = ^^^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 337, characters 19-38: 337 | let fold_right f ({ ar = ar } as ra) accu = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. /usr/bin/ocamlfind ocamldep -package bytes -modules lib/weak_impl.ml > lib/weak_impl.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_impl.cmo lib/weak_impl.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_impl.cmo lib/weak_impl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/weak_impl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/res.cmo lib/res.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/res.cmo lib/res.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -a -I lib lib/strat.cmo lib/nopres_impl.cmo lib/nopres_intf.cmo lib/pres_impl.cmo lib/pres_intf.cmo lib/weak_impl.cmo lib/weak_intf.cmo lib/res.cmo -o lib/res.cma /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/strat.cmx lib/strat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/strat.cmx lib/strat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/strat.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_impl.cmx lib/nopres_impl.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_impl.cmx lib/nopres_impl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/nopres_impl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. File "lib/nopres_impl.ml", line 108, characters 23-41: 108 | let resizer some_lix ({ ar = ar} as ra) len = ^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 202, characters 18-29: 202 | let unsafe_swap { ar = ar } n m = ^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 211, characters 26-45: 211 | let unsafe_swap_in_last ({ ar = ar } as ra) n = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 219, characters 18-37: 219 | let unsafe_fill ({ ar = ar } as ra) ofs len x = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/nopres_impl.ml", line 295, characters 19-38: 295 | let fold_right f ({ ar = ar } as ra) accu = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_impl.cmx lib/pres_impl.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_impl.cmx lib/pres_impl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/pres_impl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. File "lib/pres_impl.ml", line 154, characters 27-39: 154 | let unsafe_blit_on_other { ar = ar1 } ofs1 { ar = ar2 } ofs2 len = ^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 154, characters 45-57: 154 | let unsafe_blit_on_other { ar = ar1 } ofs1 { ar = ar2 } ofs2 len = ^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 251, characters 26-45: 251 | let unsafe_swap_in_last ({ ar = ar } as ra) n = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 270, characters 18-30: 270 | let unsafe_blit { ar = ar1 } ofs1 ({ ar = ar2 } as ra2) ofs2 len = ^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 270, characters 36-57: 270 | let unsafe_blit { ar = ar1 } ofs1 ({ ar = ar2 } as ra2) ofs2 len = ^^^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "lib/pres_impl.ml", line 337, characters 19-38: 337 | let fold_right f ({ ar = ar } as ra) accu = ^^^^^^^^^^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_intf.cmx lib/nopres_intf.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/nopres_intf.cmx lib/nopres_intf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/nopres_intf.ml", line 32, characters 29-65: 32 | type strategy = Strategy.t (** Type of reallocation strategy *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/nopres_intf.ml", line 33, characters 9-40: 33 | type t (** Type of resizable arrays *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/nopres_intf.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_intf.cmx lib/pres_intf.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/pres_intf.cmx lib/pres_intf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/pres_intf.ml", line 30, characters 29-65: 30 | type strategy = Strategy.t (** Type of reallocation strategy *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/pres_intf.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_impl.cmx lib/weak_impl.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_impl.cmx lib/weak_impl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/weak_impl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_intf.cmx lib/weak_intf.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/weak_intf.cmx lib/weak_intf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/weak_intf.ml", line 30, characters 29-65: 30 | type strategy = Strategy.t (** Type of reallocation strategy *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "lib/weak_intf.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/res.cmx lib/res.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -package bytes -w Aer-44 -I lib -o lib/res.cmx lib/res.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -a -I lib lib/strat.cmx lib/nopres_impl.cmx lib/nopres_intf.cmx lib/pres_impl.cmx lib/pres_intf.cmx lib/weak_impl.cmx lib/weak_intf.cmx lib/res.cmx -o lib/res.cmxa /usr/bin/ocamlfind ocamlopt -shared -I lib lib/res.cmxa lib/strat.cmx lib/nopres_impl.cmx lib/nopres_intf.cmx lib/pres_impl.cmx lib/pres_intf.cmx lib/weak_impl.cmx lib/weak_intf.cmx lib/res.cmx -o lib/res.cmxs /usr/bin/ocamlfind ocamldep -package bytes -modules examples/buffer_ex.ml > examples/buffer_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/buffer_ex.cmo examples/buffer_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/buffer_ex.cmo examples/buffer_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/buffer_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/buffer_ex.cmx examples/buffer_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/buffer_ex.cmx examples/buffer_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/buffer_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -linkpkg -package bytes -I lib -I examples lib/res.cmxa examples/buffer_ex.cmx -o examples/buffer_ex.native /usr/bin/ocamlfind ocamldep -package bytes -modules examples/defstrat.ml > examples/defstrat.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/defstrat.cmo examples/defstrat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/defstrat.cmo examples/defstrat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/defstrat.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/defstrat.cmx examples/defstrat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/defstrat.cmx examples/defstrat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/defstrat.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -linkpkg -package bytes -I lib -I examples lib/res.cmxa examples/defstrat.cmx -o examples/defstrat.native /usr/bin/ocamlfind ocamldep -package bytes -modules examples/stupid_ga.ml > examples/stupid_ga.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/stupid_ga.cmo examples/stupid_ga.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/stupid_ga.cmo examples/stupid_ga.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/stupid_ga.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/stupid_ga.cmx examples/stupid_ga.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/stupid_ga.cmx examples/stupid_ga.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/stupid_ga.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -linkpkg -package bytes -I lib -I examples lib/res.cmxa examples/stupid_ga.cmx -o examples/stupid_ga.native /usr/bin/ocamlfind ocamldep -package bytes -modules examples/weak_ex.ml > examples/weak_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/weak_ex.cmo examples/weak_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/weak_ex.cmo examples/weak_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/weak_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/weak_ex.cmx examples/weak_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44 -I examples -I lib -o examples/weak_ex.cmx examples/weak_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/weak_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -linkpkg -package bytes -I lib -I examples lib/res.cmxa examples/weak_ex.cmx -o examples/weak_ex.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 155, characters 10-27: 155 | Stream.of_channel chn ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 161, characters 10-21: 161 | Stream.from ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 164, characters 23-34: 164 | match Stream.next st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 167, characters 20-34: 167 | with Stream.Failure -> None) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 170, characters 10-27: 170 | Genlex.make_lexer ["="] st_line ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 173, characters 16-28: 173 | match Stream.npeek 3 lexer with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 174, characters 15-27: 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 174, characters 32-42: 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 174, characters 48-61: 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 175, characters 16-27: 175 | Stream.junk lexer; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 176, characters 16-27: 176 | Stream.junk lexer; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 177, characters 16-27: 177 | Stream.junk lexer; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. 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/StringLabels.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/StringLabels.uncapitalize_ascii instead. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3oFP7I + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd res-4.0.7 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT + DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.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/StringLabels.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/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 2916, characters 10-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2922, characters 10-21: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2925, characters 23-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2928, characters 20-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2931, characters 10-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2934, characters 16-28: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2935, characters 15-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 32-42: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 48-61: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2936, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2937, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2938, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3088, characters 4-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3107, characters 24-40: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3109, characters 21-33: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3110, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3110, characters 41-53: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 41-54: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 50-62: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 50-63: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3118, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3131, characters 15-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library 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/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_impl.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_intf.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_impl.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_intf.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/strat.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_impl.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_intf.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.cmxs Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_intf.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_intf.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_intf.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_impl.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_impl.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_impl.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/strat.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/strat.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/strat.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_intf.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_intf.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_intf.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_impl.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_impl.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_impl.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_intf.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_intf.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_intf.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_impl.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_impl.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_impl.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_intf.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/weak_impl.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/strat.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/res.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_intf.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/pres_impl.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_intf.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/nopres_impl.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT//usr/lib64/ocaml/res/META + 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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.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/StringLabels.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/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 2916, characters 10-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2922, characters 10-21: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2925, characters 23-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2928, characters 20-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2931, characters 10-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2934, characters 16-28: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2935, characters 15-27: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 32-42: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2935, characters 48-61: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 2936, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2937, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 2938, characters 16-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3088, characters 4-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3107, characters 24-40: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3109, characters 21-33: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3110, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3110, characters 41-53: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3112, characters 41-54: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3114, characters 50-62: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3116, characters 50-63: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3118, characters 20-32: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3131, characters 15-27: Alert deprecated: module Stdlib.Stream Use the camlp-streams library 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/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. /usr/bin/ocamlfind ocamldoc -dump lib/nopres_impl.odoc -package bytes -I lib lib/nopres_impl.ml + /usr/bin/ocamlfind ocamldoc -dump lib/nopres_impl.odoc -package bytes -I lib lib/nopres_impl.ml Warning: Module or module type S not found Warning: Module or module type S not found Warning: Module or module type S not found /usr/bin/ocamlfind ocamldoc -dump lib/nopres_intf.odoc -package bytes -I lib lib/nopres_intf.ml /usr/bin/ocamlfind ocamldoc -dump lib/pres_impl.odoc -package bytes -I lib lib/pres_impl.ml + /usr/bin/ocamlfind ocamldoc -dump lib/pres_impl.odoc -package bytes -I lib lib/pres_impl.ml Warning: Module or module type S not found Warning: Module or module type S not found Warning: Module or module type S not found /usr/bin/ocamlfind ocamldoc -dump lib/pres_intf.odoc -package bytes -I lib lib/pres_intf.ml + /usr/bin/ocamlfind ocamldoc -dump lib/pres_intf.odoc -package bytes -I lib lib/pres_intf.ml Warning: Module type Strat.T not found /usr/bin/ocamlfind ocamldoc -dump lib/res.odoc -package bytes -I lib lib/res.mli + /usr/bin/ocamlfind ocamldoc -dump lib/res.odoc -package bytes -I lib lib/res.mli Warning: Module type Nopres_intf.Buffer not found Warning: Module type Weak_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Pres_intf.T not found Warning: Module type Nopres_intf.Buffer not found Warning: Module type Weak_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Pres_intf.T not found Warning: Module type Strat.T not found Warning: Module type Strat.T not found Warning: Module type Nopres_intf.Buffer not found Warning: Module type Weak_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Pres_intf.T not found Warning: Module type Nopres_intf.Buffer not found Warning: Module type Weak_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Nopres_intf.T not found Warning: Module type Pres_intf.T not found Warning: Module type Strat.T not found Warning: Module type Strat.T not found /usr/bin/ocamlfind ocamldoc -dump lib/strat.odoc -package bytes -I lib lib/strat.ml /usr/bin/ocamlfind ocamldoc -dump lib/weak_impl.odoc -package bytes -I lib lib/weak_impl.ml + /usr/bin/ocamlfind ocamldoc -dump lib/weak_impl.odoc -package bytes -I lib lib/weak_impl.ml Warning: Module or module type S not found Warning: Module or module type S not found Warning: Module or module type S not found /usr/bin/ocamlfind ocamldoc -dump lib/weak_intf.odoc -package bytes -I lib lib/weak_intf.ml + /usr/bin/ocamlfind ocamldoc -dump lib/weak_intf.odoc -package bytes -I lib lib/weak_intf.ml Warning: Module type Strat.T not found rm -rf API.docdir mkdir -p API.docdir /usr/bin/ocamlfind ocamldoc -load lib/nopres_impl.odoc -load lib/nopres_intf.odoc -load lib/pres_impl.odoc -load lib/pres_intf.odoc -load lib/res.odoc -load lib/strat.odoc -load lib/weak_impl.odoc -load lib/weak_intf.odoc -html -d API.docdir + /usr/bin/ocamlfind ocamldoc -load lib/nopres_impl.odoc -load lib/nopres_intf.odoc -load lib/pres_impl.odoc -load lib/pres_intf.odoc -load lib/res.odoc -load lib/strat.odoc -load lib/weak_impl.odoc -load lib/weak_intf.odoc -html -d API.docdir Warning: Module or module type S not found Warning: Module or module type S not found Warning: Module or module type S not found + rm -f API.docdir + mv _build/API.docdir ./ + mv _build/API.odocl ./ + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 4.0.7-11.mga10 --unique-debug-suffix -4.0.7-11.mga10.x86_64 --unique-debug-src-base ocaml-res-4.0.7-11.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-res-4.0.7-11.mga10.x86_64 cpio: _build/bytes.ml: Cannot stat: No such file or directory cpio: _build/list.ml: Cannot stat: No such file or directory cpio: _build/weak.ml: Cannot stat: No such file or directory find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-res-4.0.7-11.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PssgXL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + cd res-4.0.7 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7/COPYING.txt /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Nopres_impl) = f650a2d7d5c2381c1fd7befb7098bb9e ocaml(Nopres_intf) = dd15bd319fc4fc0e85b7b1a5f3943c30 ocaml(Pres_impl) = 0e50deac3b4e6445951df8df25c4185a ocaml(Pres_intf) = 265f3df974a056e2dd3c3845b05c2d45 ocaml(Res) = ed8ab5eca1d7d32417adc2792954368e ocaml(Strat) = 29d9432ab7f741e0caf90b2a725cfe23 ocaml(Weak_impl) = 6eda8dc4422cacf06765ade83487a6d6 ocaml(Weak_intf) = 46e4892cc8159087a72a38ff2bff5db5 ocaml-res = 4.0.7-11.mga10 ocaml-res(x86-64) = 4.0.7-11.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Nopres_impl) = f650a2d7d5c2381c1fd7befb7098bb9e ocaml(Nopres_intf) = dd15bd319fc4fc0e85b7b1a5f3943c30 ocaml(Pres_impl) = 0e50deac3b4e6445951df8df25c4185a ocaml(Pres_intf) = 265f3df974a056e2dd3c3845b05c2d45 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Stdlib__Weak) = 28f276c430fdc51a3a10691d3066b26a ocaml(Strat) = 29d9432ab7f741e0caf90b2a725cfe23 ocaml(Weak_impl) = 6eda8dc4422cacf06765ade83487a6d6 ocaml(Weak_intf) = 46e4892cc8159087a72a38ff2bff5db5 Processing files: ocaml-res-devel-4.0.7-11.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.VSFBG6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + cd res-4.0.7 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7/CHANGES.txt /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7/README.md /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7/TODO.md /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7/API.docdir /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7/API.odocl /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/res-4.0.7/examples /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT/usr/share/doc/ocaml-res-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Nopres_impl) = f650a2d7d5c2381c1fd7befb7098bb9e ocaml(Nopres_intf) = dd15bd319fc4fc0e85b7b1a5f3943c30 ocaml(Pres_impl) = 0e50deac3b4e6445951df8df25c4185a ocaml(Pres_intf) = 265f3df974a056e2dd3c3845b05c2d45 ocaml(Res) = ed8ab5eca1d7d32417adc2792954368e ocaml(Strat) = 29d9432ab7f741e0caf90b2a725cfe23 ocaml(Weak_impl) = 6eda8dc4422cacf06765ade83487a6d6 ocaml(Weak_intf) = 46e4892cc8159087a72a38ff2bff5db5 ocaml-res-devel = 4.0.7-11.mga10 ocaml-res-devel(x86-64) = 4.0.7-11.mga10 ocamlx(Nopres_impl) = 96e93f9b2219abe14328cceaebe58745 ocamlx(Nopres_intf) = b4706a1a5a125a9a2357ba8cdff42143 ocamlx(Pres_impl) = 928b5a61941d940dfc0966235b3a96e6 ocamlx(Pres_intf) = c8c5aa6c0d9245cbd08178177772ddf5 ocamlx(Res) = 13a2d8d62de05f6b572ca9e626ab420d ocamlx(Strat) = b3583faf646922f0da74d149867e6c10 ocamlx(Weak_impl) = 1d97cf5e184af62194319f085abec3cf ocamlx(Weak_intf) = 2cd03a4281d21db0a998d14dab9c9b6c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Nopres_impl) = f650a2d7d5c2381c1fd7befb7098bb9e ocaml(Nopres_intf) = dd15bd319fc4fc0e85b7b1a5f3943c30 ocaml(Pres_impl) = 0e50deac3b4e6445951df8df25c4185a ocaml(Pres_intf) = 265f3df974a056e2dd3c3845b05c2d45 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Stdlib__Weak) = 28f276c430fdc51a3a10691d3066b26a ocaml(Strat) = 29d9432ab7f741e0caf90b2a725cfe23 ocaml(Weak_impl) = 6eda8dc4422cacf06765ade83487a6d6 ocaml(Weak_intf) = 46e4892cc8159087a72a38ff2bff5db5 ocamlx(Nopres_impl) = 96e93f9b2219abe14328cceaebe58745 ocamlx(Pres_impl) = 928b5a61941d940dfc0966235b3a96e6 ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Array) = c17b2f7cf4a4cce9bfec4b26eec495f7 ocamlx(Stdlib__Bytes) = e596dc3e9601d184f8fb9caa16ebc39e ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__Sys) = 5c3bb467dddca8a9684f29a499f12938 ocamlx(Stdlib__Weak) = dfb096ede16e512b37567ba33be3fb3c ocamlx(Weak_impl) = 1d97cf5e184af62194319f085abec3cf Processing files: ocaml-res-debugsource-4.0.7-11.mga10.x86_64 Provides: ocaml-res-debugsource = 4.0.7-11.mga10 ocaml-res-debugsource(x86-64) = 4.0.7-11.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-res-debuginfo-4.0.7-11.mga10.x86_64 Provides: debuginfo(build-id) = 14dd415c92e52967feda5d1a6d9daa5ac1702a74 ocaml-res-debuginfo = 4.0.7-11.mga10 ocaml-res-debuginfo(x86-64) = 4.0.7-11.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-res-debugsource(x86-64) = 4.0.7-11.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-res-debugsource-4.0.7-11.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-res-debuginfo-4.0.7-11.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-res-4.0.7-11.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-res-devel-4.0.7-11.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.d3qJmf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-res-4.0.7-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!