D: [iurt_root_command] chroot warning: %patchN is deprecated (2 usages found), use %patch N (or %patch -P N) Installing /home/pterjan/rpmbuild/SRPMS/ocaml-facile-1.1-23.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.k9i9Sh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf facile-1.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/facile-1.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd facile-1.1 + rm -rf /home/pterjan/rpmbuild/BUILD/facile-1.1-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/facile-1.1-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (examples-Makefile-buildall.patch):' Patch #0 (examples-Makefile-buildall.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p0 --fuzz=0 patching file examples/Makefile + echo 'Patch #1 (Hashtbl_create_for_ocaml_4.00.patch):' Patch #1 (Hashtbl_create_for_ocaml_4.00.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file src/fcl_data.ml + cp /home/pterjan/rpmbuild/SOURCES/facile-1.1-man.pdf ./ + mkdir manual + cd manual + tar xzf /home/pterjan/rpmbuild/SOURCES/facile-1.1-man.html.tar.gz + sed -e 's/@VERSION@/%{verison}/g' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kwdZnU + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd facile-1.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure Checking for OCaml compiler (>= 3.02)... OCaml 4.14.0 found FaCiLe directory: /usr/lib64/ocaml/facile + make cd src; make make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/facile-1.1/src' ocamldep *.mli *.ml > .depend ocamlc.opt -c fcl_debug.mli ocamlc.opt -g -c fcl_debug.ml ocamlc.opt -c fcl_misc.mli ocamlc.opt -g -c fcl_misc.ml File "fcl_misc.ml", line 52, characters 12-26: 52 | let (+) = Pervasives.(+) ^^^^^^^^^^^^^^ 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 "fcl_misc.ml", line 53, characters 12-26: 53 | let (-) = Pervasives.(-) ^^^^^^^^^^^^^^ 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 "fcl_misc.ml", line 54, characters 14-30: 54 | let ( * ) = Pervasives.( * ) ^^^^^^^^^^^^^^^^ 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 ocamlc.opt -c fcl_domain.mli ocamlc.opt -g -c fcl_domain.ml File "fcl_domain.ml", line 152, characters 19-21: 152 | if x < min_d or x > m then d ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 218, characters 16-17: 218 | if min <= mi & ma <= max ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 33-35: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 220, characters 21-22: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 46-47: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. ocamlc.opt -c fcl_setDomain.mli ocamlc.opt -g -c fcl_setDomain.ml ocamlc.opt -c fcl_float.mli ocamlc.opt -g -c fcl_float.ml ocamlc.opt -c fcl_stak.mli ocamlc.opt -g -c fcl_stak.ml ocamlc.opt -c fcl_data.mli ocamlc.opt -g -c fcl_data.ml ocamlc.opt -c fcl_cstr.mli ocamlc.opt -g -c fcl_cstr.ml File "fcl_cstr.ml", line 49, characters 15-27: 49 | let solved = Array.create nb_wakings false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_cstr.ml", line 53, characters 9-23: 53 | if Pervasives.not solved.(i) then begin ^^^^^^^^^^^^^^ 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 "fcl_cstr.ml", line 64, characters 10-22: 64 | woken = Array.create nb_wakings false; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_cstr.ml", line 90, characters 12-24: 90 | let queue = Array.create nb_priorities [] ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlc.opt -c fcl_var.mli ocamlc.opt -g -c fcl_var.ml ocamlc.opt -c fcl_invariant.mli ocamlc.opt -g -c fcl_invariant.ml File "fcl_invariant.ml", line 89, characters 6-11: 89 | let rname = Printf.sprintf "prod(%s...%s)" array.(0).name array.(n-1).name in ^^^^^ Warning 26 [unused-var]: unused variable rname. ocamlc.opt -c fcl_reify.mli ocamlc.opt -g -c fcl_reify.ml ocamlc.opt -c fcl_boolean.mli ocamlc.opt -g -c fcl_boolean.ml ocamlc.opt -c fcl_linear.mli ocamlc.opt -g -c fcl_linear.ml ocamlc.opt -c fcl_nonlinear.mli ocamlc.opt -g -c fcl_nonlinear.ml File "fcl_nonlinear.ml", line 277, characters 9-23: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ 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 "fcl_nonlinear.ml", line 277, characters 32-46: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ 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 ocamlc.opt -c fcl_expr.mli ocamlc.opt -g -c fcl_expr.ml File "fcl_expr.ml", line 320, characters 3-15: 320 | Inte 0 as re when typ = Multe -> (0, []) ^^^^^^^^^^^^ Warning 26 [unused-var]: unused variable re. ocamlc.opt -c fcl_arith.mli ocamlc.opt -g -c fcl_arith.ml ocamlc.opt -c fcl_conjunto.mli ocamlc.opt -g -c fcl_conjunto.ml ocamlc.opt -c fcl_goals.mli ocamlc.opt -g -c fcl_goals.ml ocamlc.opt -c fcl_fdArray.mli ocamlc.opt -g -c fcl_fdArray.ml File "fcl_fdArray.ml", line 302, characters 6-20: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ 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 "fcl_fdArray.ml", line 302, characters 36-50: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ 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 ocamlc.opt -c fcl_gcc.mli ocamlc.opt -g -c fcl_gcc.ml File "fcl_gcc.ml", line 25, characters 12-24: 25 | and dfn = Array.create nb_vertices 0 ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 87, characters 18-37: 87 | let bool_doms = Array.create_matrix k n false ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create_matrix Use Array.make_matrix/ArrayLabels.make_matrix instead. File "fcl_gcc.ml", line 88, characters 23-35: 88 | and size_bool_doms = Array.create k (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 96, characters 13-25: 96 | and flow = Array.create k none ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 179, characters 16-28: 179 | let preds = Array.create n [] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 245, characters 16-28: 245 | let tmp_flow = Array.create k none in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 385, characters 23-35: 385 | let components = Array.create (k+n) (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 418, characters 26-38: 418 | let known_values = Array.create n 0 in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlc.opt -c fcl_opti.mli ocamlc.opt -g -c fcl_opti.ml ocamlc.opt -c fcl_alldiff.mli ocamlc.opt -g -c fcl_alldiff.ml File "fcl_alldiff.ml", line 64, characters 18-30: 64 | let matchingl = Array.create n valout in (* var -> value : not backtrackable *) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlc.opt -c fcl_sorting.mli ocamlc.opt -g -c fcl_sorting.ml File "fcl_sorting.ml", line 30, characters 12-24: 30 | let inv = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 93, characters 15-27: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 93, characters 46-58: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 138, characters 16-28: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 138, characters 48-60: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 217, characters 14-26: 217 | let b = Array.create n false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 218, characters 14-26: 218 | and t = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 268, characters 14-26: 268 | let c = Array.create n [||] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 358, characters 28-42: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 "fcl_sorting.ml", line 358, characters 59-73: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 "fcl_sorting.ml", line 371, characters 28-42: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 "fcl_sorting.ml", line 371, characters 59-73: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 ocamlc.opt -c fcl_interval.mli ocamlc.opt -g -c fcl_interval.ml ocamlc.opt -c fcl_genesis.mli ocamlc.opt -g -c fcl_genesis.ml File "fcl_genesis.ml", line 28, characters 21-33: 28 | let cstr_array = Array.create max_cstr (0, 0) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlc.opt -c facile.mli ocamlc.opt -g -c facile.ml ocamlc.opt -g -o facile.cma -a fcl_debug.cmo fcl_misc.cmo fcl_domain.cmo fcl_setDomain.cmo fcl_float.cmo fcl_stak.cmo fcl_data.cmo fcl_cstr.cmo fcl_var.cmo fcl_invariant.cmo fcl_reify.cmo fcl_boolean.cmo fcl_linear.cmo fcl_nonlinear.cmo fcl_expr.cmo fcl_arith.cmo fcl_conjunto.cmo fcl_goals.cmo fcl_fdArray.cmo fcl_gcc.cmo fcl_opti.cmo fcl_alldiff.cmo fcl_sorting.cmo fcl_interval.cmo fcl_genesis.cmo facile.cmo ocamlopt -unsafe -noassert -inline 10 -c fcl_debug.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_misc.ml File "fcl_misc.ml", line 52, characters 12-26: 52 | let (+) = Pervasives.(+) ^^^^^^^^^^^^^^ 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 "fcl_misc.ml", line 53, characters 12-26: 53 | let (-) = Pervasives.(-) ^^^^^^^^^^^^^^ 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 "fcl_misc.ml", line 54, characters 14-30: 54 | let ( * ) = Pervasives.( * ) ^^^^^^^^^^^^^^^^ 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 ocamlopt -unsafe -noassert -inline 10 -c fcl_domain.ml File "fcl_domain.ml", line 152, characters 19-21: 152 | if x < min_d or x > m then d ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 218, characters 16-17: 218 | if min <= mi & ma <= max ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 33-35: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 220, characters 21-22: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 46-47: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_setDomain.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_float.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_stak.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_data.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_cstr.ml File "fcl_cstr.ml", line 49, characters 15-27: 49 | let solved = Array.create nb_wakings false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_cstr.ml", line 53, characters 9-23: 53 | if Pervasives.not solved.(i) then begin ^^^^^^^^^^^^^^ 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 "fcl_cstr.ml", line 64, characters 10-22: 64 | woken = Array.create nb_wakings false; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_cstr.ml", line 90, characters 12-24: 90 | let queue = Array.create nb_priorities [] ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_var.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_invariant.ml File "fcl_invariant.ml", line 89, characters 6-11: 89 | let rname = Printf.sprintf "prod(%s...%s)" array.(0).name array.(n-1).name in ^^^^^ Warning 26 [unused-var]: unused variable rname. ocamlopt -unsafe -noassert -inline 10 -c fcl_reify.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_boolean.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_linear.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_nonlinear.ml File "fcl_nonlinear.ml", line 277, characters 9-23: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ 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 "fcl_nonlinear.ml", line 277, characters 32-46: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ 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 ocamlopt -unsafe -noassert -inline 10 -c fcl_expr.ml File "fcl_expr.ml", line 320, characters 3-15: 320 | Inte 0 as re when typ = Multe -> (0, []) ^^^^^^^^^^^^ Warning 26 [unused-var]: unused variable re. ocamlopt -unsafe -noassert -inline 10 -c fcl_arith.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_conjunto.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_goals.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_fdArray.ml File "fcl_fdArray.ml", line 302, characters 6-20: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ 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 "fcl_fdArray.ml", line 302, characters 36-50: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ 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 ocamlopt -unsafe -noassert -inline 10 -c fcl_gcc.ml File "fcl_gcc.ml", line 25, characters 12-24: 25 | and dfn = Array.create nb_vertices 0 ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 87, characters 18-37: 87 | let bool_doms = Array.create_matrix k n false ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create_matrix Use Array.make_matrix/ArrayLabels.make_matrix instead. File "fcl_gcc.ml", line 88, characters 23-35: 88 | and size_bool_doms = Array.create k (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 96, characters 13-25: 96 | and flow = Array.create k none ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 179, characters 16-28: 179 | let preds = Array.create n [] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 245, characters 16-28: 245 | let tmp_flow = Array.create k none in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 385, characters 23-35: 385 | let components = Array.create (k+n) (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_gcc.ml", line 418, characters 26-38: 418 | let known_values = Array.create n 0 in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_opti.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_alldiff.ml File "fcl_alldiff.ml", line 64, characters 18-30: 64 | let matchingl = Array.create n valout in (* var -> value : not backtrackable *) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_sorting.ml File "fcl_sorting.ml", line 30, characters 12-24: 30 | let inv = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 93, characters 15-27: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 93, characters 46-58: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 138, characters 16-28: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 138, characters 48-60: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 217, characters 14-26: 217 | let b = Array.create n false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 218, characters 14-26: 218 | and t = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 268, characters 14-26: 268 | let c = Array.create n [||] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. File "fcl_sorting.ml", line 358, characters 28-42: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 "fcl_sorting.ml", line 358, characters 59-73: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 "fcl_sorting.ml", line 371, characters 28-42: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 "fcl_sorting.ml", line 371, characters 59-73: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ 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 ocamlopt -unsafe -noassert -inline 10 -c fcl_interval.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_genesis.ml File "fcl_genesis.ml", line 28, characters 21-33: 28 | let cstr_array = Array.create max_cstr (0, 0) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make/ArrayLabels.make instead. ocamlopt -unsafe -noassert -inline 10 -c facile.ml ocamlopt -unsafe -noassert -inline 10 -o facile.cmxa -a fcl_debug.cmx fcl_misc.cmx fcl_domain.cmx fcl_setDomain.cmx fcl_float.cmx fcl_stak.cmx fcl_data.cmx fcl_cstr.cmx fcl_var.cmx fcl_invariant.cmx fcl_reify.cmx fcl_boolean.cmx fcl_linear.cmx fcl_nonlinear.cmx fcl_expr.cmx fcl_arith.cmx fcl_conjunto.cmx fcl_goals.cmx fcl_fdArray.cmx fcl_gcc.cmx fcl_opti.cmx fcl_alldiff.cmx fcl_sorting.cmx fcl_interval.cmx fcl_genesis.cmx facile.cmx ocamlmktop -o facile facile.cma make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/facile-1.1/src' + cd src + mkdir -p doc + ocamldoc -d doc -html fcl_genesis.mli fcl_debug.mli fcl_misc.mli fcl_float.mli fcl_stak.mli fcl_domain.mli fcl_setDomain.mli fcl_data.mli fcl_cstr.mli fcl_var.mli fcl_reify.mli fcl_invariant.mli fcl_boolean.mli fcl_alldiff.mli fcl_linear.mli fcl_nonlinear.mli fcl_expr.mli fcl_arith.mli fcl_interval.mli fcl_gcc.mli fcl_fdArray.mli fcl_conjunto.mli fcl_sorting.mli fcl_goals.mli fcl_opti.mli facile.mli + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DzPVdq + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64 + cd facile-1.1 + '[' 1 -eq 1 ']' + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile + ocamlfind install facile META src/facile.mli src/fcl_alldiff.mli src/fcl_arith.mli src/fcl_boolean.mli src/fcl_conjunto.mli src/fcl_cstr.mli src/fcl_data.mli src/fcl_debug.mli src/fcl_domain.mli src/fcl_expr.mli src/fcl_fdArray.mli src/fcl_float.mli src/fcl_gcc.mli src/fcl_genesis.mli src/fcl_goals.mli src/fcl_interval.mli src/fcl_invariant.mli src/fcl_linear.mli src/fcl_misc.mli src/fcl_nonlinear.mli src/fcl_opti.mli src/fcl_reify.mli src/fcl_setDomain.mli src/fcl_sorting.mli src/fcl_stak.mli src/fcl_var.mli src/facile.cmi src/facile.cma src/facile.cmxa src/facile.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/facile.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/facile.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/facile.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/facile.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_var.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_stak.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_sorting.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_setDomain.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_reify.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_opti.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_nonlinear.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_misc.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_linear.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_invariant.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_interval.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_goals.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_genesis.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_gcc.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_float.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_fdArray.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_expr.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_domain.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_debug.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_data.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_cstr.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_conjunto.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_boolean.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_arith.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/fcl_alldiff.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/facile.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64//usr/lib64/ocaml/facile/META + /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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /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 Processing files: ocaml-facile-1.1-23.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eoMBAy + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd facile-1.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile + cp -pr /home/pterjan/rpmbuild/BUILD/facile-1.1/LICENSE /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile + cp -pr /home/pterjan/rpmbuild/BUILD/facile-1.1/README /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Facile) = 924fcd83be2845e12c0f4149dfe9dc89 ocaml(Fcl_alldiff) = 850a5fdf351401eccb8a047affe7cd80 ocaml(Fcl_arith) = 90d50c42366d157df8269f2ff8b9d635 ocaml(Fcl_boolean) = 113cbe314bbe81d6fc003a4fb9cc2bfb ocaml(Fcl_conjunto) = 3f267e772b613a0d225d44b3d50af91e ocaml(Fcl_cstr) = ed99df558fc15b2d45d16e52a8744f3f ocaml(Fcl_data) = f074b224aa2df241c50d32180fe3dbdf ocaml(Fcl_debug) = d298067ad781b7ecd2dd89db84474dea ocaml(Fcl_domain) = d119e881f7ffcca9f1a9a5371eab54a2 ocaml(Fcl_expr) = e42058762e8a26ac6d4e5379b1852a44 ocaml(Fcl_fdArray) = 8a8ebd984359e02123515acb077e96e2 ocaml(Fcl_float) = 2e0e7df669644a1814ebba5f6d8c5958 ocaml(Fcl_gcc) = 70510e62508a1fe57f46b5065df4c945 ocaml(Fcl_genesis) = b7ed5297852208ab2c0c892b088cecc2 ocaml(Fcl_goals) = 859bcc3177c1a0c15f2aed6be0e2203a ocaml(Fcl_interval) = d9fb2edd22893a156a4569418a6b1066 ocaml(Fcl_invariant) = b20b3a40b6887cc536bd858f9ed5f443 ocaml(Fcl_linear) = 7a5dbfe65a095d53f7af5df6bfd0fcc0 ocaml(Fcl_misc) = 537294553673f5beeee28921df3bce71 ocaml(Fcl_nonlinear) = 891f16f5297afb1487fb1ca7a1287d81 ocaml(Fcl_opti) = 6694e4357adffea08a8f4d2017cebd5b ocaml(Fcl_reify) = 963ee19fe6d496c8d65c96948a2f43ab ocaml(Fcl_setDomain) = cdf13a247645dca6ab96f61f0050ec1d ocaml(Fcl_sorting) = faf24595cb9b395a38767e2dc37f5fd4 ocaml(Fcl_stak) = 45cd334566e646d1100d776d0926293e ocaml(Fcl_var) = eaa33e0d7f47584fdc52bf23f0c11cae ocaml-facile = 1.1-23.mga10 ocaml-facile(x86-64) = 1.1-23.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(Fcl_alldiff) = 850a5fdf351401eccb8a047affe7cd80 ocaml(Fcl_arith) = 90d50c42366d157df8269f2ff8b9d635 ocaml(Fcl_boolean) = 113cbe314bbe81d6fc003a4fb9cc2bfb ocaml(Fcl_conjunto) = 3f267e772b613a0d225d44b3d50af91e ocaml(Fcl_cstr) = ed99df558fc15b2d45d16e52a8744f3f ocaml(Fcl_data) = f074b224aa2df241c50d32180fe3dbdf ocaml(Fcl_debug) = d298067ad781b7ecd2dd89db84474dea ocaml(Fcl_domain) = d119e881f7ffcca9f1a9a5371eab54a2 ocaml(Fcl_expr) = e42058762e8a26ac6d4e5379b1852a44 ocaml(Fcl_fdArray) = 8a8ebd984359e02123515acb077e96e2 ocaml(Fcl_float) = 2e0e7df669644a1814ebba5f6d8c5958 ocaml(Fcl_gcc) = 70510e62508a1fe57f46b5065df4c945 ocaml(Fcl_genesis) = b7ed5297852208ab2c0c892b088cecc2 ocaml(Fcl_goals) = 859bcc3177c1a0c15f2aed6be0e2203a ocaml(Fcl_interval) = d9fb2edd22893a156a4569418a6b1066 ocaml(Fcl_invariant) = b20b3a40b6887cc536bd858f9ed5f443 ocaml(Fcl_linear) = 7a5dbfe65a095d53f7af5df6bfd0fcc0 ocaml(Fcl_misc) = 537294553673f5beeee28921df3bce71 ocaml(Fcl_nonlinear) = 891f16f5297afb1487fb1ca7a1287d81 ocaml(Fcl_opti) = 6694e4357adffea08a8f4d2017cebd5b ocaml(Fcl_reify) = 963ee19fe6d496c8d65c96948a2f43ab ocaml(Fcl_setDomain) = cdf13a247645dca6ab96f61f0050ec1d ocaml(Fcl_sorting) = faf24595cb9b395a38767e2dc37f5fd4 ocaml(Fcl_stak) = 45cd334566e646d1100d776d0926293e ocaml(Fcl_var) = eaa33e0d7f47584fdc52bf23f0c11cae ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Nativeint) = 989149bf8f2ce1a89fecbc3f5f40f52c ocaml(Stdlib__Pervasives) = dc77fedcffc67c0119b789c66d5ef7bf ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Random) = 81e43bab9bd47bab804eb6e582306de1 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__Set) = 871d2ee2167ac9e7977fa13994cf4658 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Stdlib__Weak) = 28f276c430fdc51a3a10691d3066b26a Processing files: ocaml-facile-devel-1.1-23.mga10.x86_64 Provides: ocaml(Facile) = 924fcd83be2845e12c0f4149dfe9dc89 ocaml(Fcl_alldiff) = 850a5fdf351401eccb8a047affe7cd80 ocaml(Fcl_arith) = 90d50c42366d157df8269f2ff8b9d635 ocaml(Fcl_boolean) = 113cbe314bbe81d6fc003a4fb9cc2bfb ocaml(Fcl_conjunto) = 3f267e772b613a0d225d44b3d50af91e ocaml(Fcl_cstr) = ed99df558fc15b2d45d16e52a8744f3f ocaml(Fcl_data) = f074b224aa2df241c50d32180fe3dbdf ocaml(Fcl_debug) = d298067ad781b7ecd2dd89db84474dea ocaml(Fcl_domain) = d119e881f7ffcca9f1a9a5371eab54a2 ocaml(Fcl_expr) = e42058762e8a26ac6d4e5379b1852a44 ocaml(Fcl_fdArray) = 8a8ebd984359e02123515acb077e96e2 ocaml(Fcl_float) = 2e0e7df669644a1814ebba5f6d8c5958 ocaml(Fcl_gcc) = 70510e62508a1fe57f46b5065df4c945 ocaml(Fcl_genesis) = b7ed5297852208ab2c0c892b088cecc2 ocaml(Fcl_goals) = 859bcc3177c1a0c15f2aed6be0e2203a ocaml(Fcl_interval) = d9fb2edd22893a156a4569418a6b1066 ocaml(Fcl_invariant) = b20b3a40b6887cc536bd858f9ed5f443 ocaml(Fcl_linear) = 7a5dbfe65a095d53f7af5df6bfd0fcc0 ocaml(Fcl_misc) = 537294553673f5beeee28921df3bce71 ocaml(Fcl_nonlinear) = 891f16f5297afb1487fb1ca7a1287d81 ocaml(Fcl_opti) = 6694e4357adffea08a8f4d2017cebd5b ocaml(Fcl_reify) = 963ee19fe6d496c8d65c96948a2f43ab ocaml(Fcl_setDomain) = cdf13a247645dca6ab96f61f0050ec1d ocaml(Fcl_sorting) = faf24595cb9b395a38767e2dc37f5fd4 ocaml(Fcl_stak) = 45cd334566e646d1100d776d0926293e ocaml(Fcl_var) = eaa33e0d7f47584fdc52bf23f0c11cae ocaml-facile-devel = 1.1-23.mga10 ocaml-facile-devel(x86-64) = 1.1-23.mga10 ocamlx(Facile) = ea5fa7c8a2ea9f2f30a12bbd0a2f0021 ocamlx(Fcl_alldiff) = 899545348855ba3224790cc93f404606 ocamlx(Fcl_arith) = f43b0852a9125ccc3eaecfd34bc4d577 ocamlx(Fcl_boolean) = 05424b3ec655865b7c4aa781670f9aba ocamlx(Fcl_conjunto) = 049271d6971c0f6283ff85566f86262b ocamlx(Fcl_cstr) = 5a1362e3fecefaab646867dc3b65a880 ocamlx(Fcl_data) = 8f3bc44095a6b147a37919d8b90b21e3 ocamlx(Fcl_debug) = 2bfbbc5068b67e1bd260130b27a2829b ocamlx(Fcl_domain) = f31008c968d9ed993f8c81d6da811c1d ocamlx(Fcl_expr) = f8714a37f1ab29fb0f706bc6b6e75965 ocamlx(Fcl_fdArray) = 256f201d9f3112ae71116bfbc92bb120 ocamlx(Fcl_float) = a8b8eb04afb2903c686d4e5594ddcf5c ocamlx(Fcl_gcc) = 30d4fec4c3134696c239cf95921001ec ocamlx(Fcl_genesis) = f92ab8c0f501a50bd09e308e83c60ce6 ocamlx(Fcl_goals) = c94a0337ed608509c039effecfba27b7 ocamlx(Fcl_interval) = e72e043ff96bcbfa92b9ab8183d2558e ocamlx(Fcl_invariant) = 9b7b6be36042c25c45b30065036bea7f ocamlx(Fcl_linear) = 75b22ecd754c6b164cdf428b04eb674c ocamlx(Fcl_misc) = 3a4f01d54f39e8cc51527ece882ba1cf ocamlx(Fcl_nonlinear) = c0f507d5e3e31eb540422502169a6249 ocamlx(Fcl_opti) = edc3964af111539572190b82cb463f0f ocamlx(Fcl_reify) = a885870d8828ecc68dacd20cce3aa19e ocamlx(Fcl_setDomain) = bfa6e08483776ffe346ecfe45ded02a9 ocamlx(Fcl_sorting) = 4cf682a0fb619a1dcf86e81557bd49b1 ocamlx(Fcl_stak) = 6fe8201096e08dbcc421471a5684622c ocamlx(Fcl_var) = 96db4f02c1b0718cd33a0471bd30e8ef Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Fcl_alldiff) = 850a5fdf351401eccb8a047affe7cd80 ocaml(Fcl_arith) = 90d50c42366d157df8269f2ff8b9d635 ocaml(Fcl_boolean) = 113cbe314bbe81d6fc003a4fb9cc2bfb ocaml(Fcl_conjunto) = 3f267e772b613a0d225d44b3d50af91e ocaml(Fcl_cstr) = ed99df558fc15b2d45d16e52a8744f3f ocaml(Fcl_data) = f074b224aa2df241c50d32180fe3dbdf ocaml(Fcl_debug) = d298067ad781b7ecd2dd89db84474dea ocaml(Fcl_domain) = d119e881f7ffcca9f1a9a5371eab54a2 ocaml(Fcl_expr) = e42058762e8a26ac6d4e5379b1852a44 ocaml(Fcl_fdArray) = 8a8ebd984359e02123515acb077e96e2 ocaml(Fcl_float) = 2e0e7df669644a1814ebba5f6d8c5958 ocaml(Fcl_gcc) = 70510e62508a1fe57f46b5065df4c945 ocaml(Fcl_genesis) = b7ed5297852208ab2c0c892b088cecc2 ocaml(Fcl_goals) = 859bcc3177c1a0c15f2aed6be0e2203a ocaml(Fcl_interval) = d9fb2edd22893a156a4569418a6b1066 ocaml(Fcl_invariant) = b20b3a40b6887cc536bd858f9ed5f443 ocaml(Fcl_linear) = 7a5dbfe65a095d53f7af5df6bfd0fcc0 ocaml(Fcl_misc) = 537294553673f5beeee28921df3bce71 ocaml(Fcl_nonlinear) = 891f16f5297afb1487fb1ca7a1287d81 ocaml(Fcl_opti) = 6694e4357adffea08a8f4d2017cebd5b ocaml(Fcl_reify) = 963ee19fe6d496c8d65c96948a2f43ab ocaml(Fcl_setDomain) = cdf13a247645dca6ab96f61f0050ec1d ocaml(Fcl_sorting) = faf24595cb9b395a38767e2dc37f5fd4 ocaml(Fcl_stak) = 45cd334566e646d1100d776d0926293e ocaml(Fcl_var) = eaa33e0d7f47584fdc52bf23f0c11cae ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Nativeint) = 989149bf8f2ce1a89fecbc3f5f40f52c ocaml(Stdlib__Pervasives) = dc77fedcffc67c0119b789c66d5ef7bf ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Random) = 81e43bab9bd47bab804eb6e582306de1 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__Set) = 871d2ee2167ac9e7977fa13994cf4658 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Stdlib__Weak) = 28f276c430fdc51a3a10691d3066b26a ocamlx(Fcl_alldiff) = 899545348855ba3224790cc93f404606 ocamlx(Fcl_arith) = f43b0852a9125ccc3eaecfd34bc4d577 ocamlx(Fcl_boolean) = 05424b3ec655865b7c4aa781670f9aba ocamlx(Fcl_conjunto) = 049271d6971c0f6283ff85566f86262b ocamlx(Fcl_cstr) = 5a1362e3fecefaab646867dc3b65a880 ocamlx(Fcl_data) = 8f3bc44095a6b147a37919d8b90b21e3 ocamlx(Fcl_debug) = 2bfbbc5068b67e1bd260130b27a2829b ocamlx(Fcl_domain) = f31008c968d9ed993f8c81d6da811c1d ocamlx(Fcl_expr) = f8714a37f1ab29fb0f706bc6b6e75965 ocamlx(Fcl_fdArray) = 256f201d9f3112ae71116bfbc92bb120 ocamlx(Fcl_float) = a8b8eb04afb2903c686d4e5594ddcf5c ocamlx(Fcl_gcc) = 30d4fec4c3134696c239cf95921001ec ocamlx(Fcl_genesis) = f92ab8c0f501a50bd09e308e83c60ce6 ocamlx(Fcl_goals) = c94a0337ed608509c039effecfba27b7 ocamlx(Fcl_interval) = e72e043ff96bcbfa92b9ab8183d2558e ocamlx(Fcl_invariant) = 9b7b6be36042c25c45b30065036bea7f ocamlx(Fcl_linear) = 75b22ecd754c6b164cdf428b04eb674c ocamlx(Fcl_misc) = 3a4f01d54f39e8cc51527ece882ba1cf ocamlx(Fcl_nonlinear) = c0f507d5e3e31eb540422502169a6249 ocamlx(Fcl_opti) = edc3964af111539572190b82cb463f0f ocamlx(Fcl_reify) = a885870d8828ecc68dacd20cce3aa19e ocamlx(Fcl_setDomain) = bfa6e08483776ffe346ecfe45ded02a9 ocamlx(Fcl_sorting) = 4cf682a0fb619a1dcf86e81557bd49b1 ocamlx(Fcl_stak) = 6fe8201096e08dbcc421471a5684622c ocamlx(Fcl_var) = 96db4f02c1b0718cd33a0471bd30e8ef ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Array) = c17b2f7cf4a4cce9bfec4b26eec495f7 ocamlx(Stdlib__Hashtbl) = ffa6c0b4e31fbd58c5b0b7fda03f991f ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__Pervasives) = 0f866f8a50318d3d5e7b8917a3c15922 ocamlx(Stdlib__Printf) = b5325f43d38afc618da7b0fb873c7faa ocamlx(Stdlib__Random) = 4e7342c0bcf9660dc77ca008890965fc ocamlx(Stdlib__Set) = c0158eea0410a85c8ad557c3d3358cd9 ocamlx(Stdlib__Sys) = 5c3bb467dddca8a9684f29a499f12938 ocamlx(Stdlib__Weak) = dfb096ede16e512b37567ba33be3fb3c Processing files: ocaml-facile-doc-1.1-23.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6MxaD9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd facile-1.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile-doc + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile-doc + cp -pr /home/pterjan/rpmbuild/BUILD/facile-1.1/src/doc /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile-doc + cp -pr /home/pterjan/rpmbuild/BUILD/facile-1.1/manual /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile-doc + cp -pr /home/pterjan/rpmbuild/BUILD/facile-1.1/facile-1.1-man.pdf /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64/usr/share/doc/ocaml-facile-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-facile-doc = 1.1-23.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-facile-devel-1.1-23.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-facile-1.1-23.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/ocaml-facile-doc-1.1-23.mga10.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uNh5Wh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd facile-1.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-facile-1.1-23.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XCcGhe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/facile-1.1-SPECPARTS + rm -rf facile-1.1 facile-1.1.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: %patchN is deprecated (2 usages found), use %patch N (or %patch -P N) D: [iurt_root_command] Success!