D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-facile-1.1-20.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4nyJPs + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf facile-1.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/facile-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd facile-1.1 + /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/iurt/rpmbuild/SOURCES/facile-1.1-man.pdf ./ + mkdir manual + cd manual + tar xzf /home/iurt/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/iurt/rpmbuild/tmp/rpm-tmp.HJFoUV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd facile-1.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure Checking for OCaml compiler (>= 3.02)... OCaml 4.12.0 found FaCiLe directory: /usr/lib64/ocaml/facile + make cd src; make make[1]: Entering directory '/home/iurt/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/iurt/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/iurt/rpmbuild/tmp/rpm-tmp.eytWen + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64 + cd facile-1.1 + '[' 1 -eq 1 ']' + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//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/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/facile.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/facile.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/facile.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/facile.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_var.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_stak.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_sorting.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_setDomain.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_reify.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_opti.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_nonlinear.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_misc.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_linear.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_invariant.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_interval.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_goals.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_genesis.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_gcc.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_float.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_fdArray.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_expr.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_domain.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_debug.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_data.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_cstr.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_conjunto.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_boolean.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_arith.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/fcl_alldiff.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//usr/lib64/ocaml/facile/facile.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64//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/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-facile-1.1-20.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GpnW0r + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd facile-1.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Facile) = aa0ebd371e3415a6c8081ae270db603d ocaml(Fcl_alldiff) = 8f6dab1ed914422d65d052dca58b30c2 ocaml(Fcl_arith) = 71035217e2f7f121424a83f0ae0ca518 ocaml(Fcl_boolean) = 32e74853975d7989898a13f15502df77 ocaml(Fcl_conjunto) = 52d4fc3db42186c43c12988d66a75ff5 ocaml(Fcl_cstr) = f3e005307a709a951cfc70ed8aa98670 ocaml(Fcl_data) = d46ccf89e909c4273ed447a5b90286d5 ocaml(Fcl_debug) = a2da1750cdbbd9dd2fdc6c26c2e02814 ocaml(Fcl_domain) = 7775e1ba8852497a455d2e95a77c0745 ocaml(Fcl_expr) = 76897792b3637d9b32bd200088712fd2 ocaml(Fcl_fdArray) = 45afb0936fc4f525454fb71b539ad438 ocaml(Fcl_float) = 27249d50eb92f3aa69b0fd0af5b0c9d0 ocaml(Fcl_gcc) = 6529ec0ebce0c27b925ce5ac46eba93e ocaml(Fcl_genesis) = 251ce840641f42a47f538268db5d8f68 ocaml(Fcl_goals) = c8e531f2ca4ef71274152a6d82f6f3cd ocaml(Fcl_interval) = ed7312f4c04cc2bca290b778d95ad1c0 ocaml(Fcl_invariant) = b6e3a37b9ffcd832651a3d86113cc660 ocaml(Fcl_linear) = a214dd2d0cdebaea7ca547d10fd070fd ocaml(Fcl_misc) = eaaf1b168ccd6ed19fd7eb8fcb0f89de ocaml(Fcl_nonlinear) = f99ddf754e65f8c4b363bf03de183e4c ocaml(Fcl_opti) = 9354514de633b07ee9926d4c535f3008 ocaml(Fcl_reify) = 75ec43c68b7a5ab14efe2f43c9749f90 ocaml(Fcl_setDomain) = 48a06572bdc748d1f62232818f61c789 ocaml(Fcl_sorting) = cdac664e78ae1d194ca6a46cfddb5550 ocaml(Fcl_stak) = b0f8fe110136510e8bc4e3021131af98 ocaml(Fcl_var) = e0c8715e0062ed1ab087e8ecae9b8d53 ocaml-facile = 1.1-20.mga9 ocaml-facile(aarch-64) = 1.1-20.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Fcl_alldiff) = 8f6dab1ed914422d65d052dca58b30c2 ocaml(Fcl_arith) = 71035217e2f7f121424a83f0ae0ca518 ocaml(Fcl_boolean) = 32e74853975d7989898a13f15502df77 ocaml(Fcl_conjunto) = 52d4fc3db42186c43c12988d66a75ff5 ocaml(Fcl_cstr) = f3e005307a709a951cfc70ed8aa98670 ocaml(Fcl_data) = d46ccf89e909c4273ed447a5b90286d5 ocaml(Fcl_debug) = a2da1750cdbbd9dd2fdc6c26c2e02814 ocaml(Fcl_domain) = 7775e1ba8852497a455d2e95a77c0745 ocaml(Fcl_expr) = 76897792b3637d9b32bd200088712fd2 ocaml(Fcl_fdArray) = 45afb0936fc4f525454fb71b539ad438 ocaml(Fcl_float) = 27249d50eb92f3aa69b0fd0af5b0c9d0 ocaml(Fcl_gcc) = 6529ec0ebce0c27b925ce5ac46eba93e ocaml(Fcl_genesis) = 251ce840641f42a47f538268db5d8f68 ocaml(Fcl_goals) = c8e531f2ca4ef71274152a6d82f6f3cd ocaml(Fcl_interval) = ed7312f4c04cc2bca290b778d95ad1c0 ocaml(Fcl_invariant) = b6e3a37b9ffcd832651a3d86113cc660 ocaml(Fcl_linear) = a214dd2d0cdebaea7ca547d10fd070fd ocaml(Fcl_misc) = eaaf1b168ccd6ed19fd7eb8fcb0f89de ocaml(Fcl_nonlinear) = f99ddf754e65f8c4b363bf03de183e4c ocaml(Fcl_opti) = 9354514de633b07ee9926d4c535f3008 ocaml(Fcl_reify) = 75ec43c68b7a5ab14efe2f43c9749f90 ocaml(Fcl_setDomain) = 48a06572bdc748d1f62232818f61c789 ocaml(Fcl_sorting) = cdac664e78ae1d194ca6a46cfddb5550 ocaml(Fcl_stak) = b0f8fe110136510e8bc4e3021131af98 ocaml(Fcl_var) = e0c8715e0062ed1ab087e8ecae9b8d53 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__random) = de46e8f11a20ccab9d54a09afb8394b8 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Stdlib__weak) = cba3563dd81326f4bdf520cd5fbcc4cc Processing files: ocaml-facile-devel-1.1-20.mga9.aarch64 Provides: ocaml(Facile) = aa0ebd371e3415a6c8081ae270db603d ocaml(Fcl_alldiff) = 8f6dab1ed914422d65d052dca58b30c2 ocaml(Fcl_arith) = 71035217e2f7f121424a83f0ae0ca518 ocaml(Fcl_boolean) = 32e74853975d7989898a13f15502df77 ocaml(Fcl_conjunto) = 52d4fc3db42186c43c12988d66a75ff5 ocaml(Fcl_cstr) = f3e005307a709a951cfc70ed8aa98670 ocaml(Fcl_data) = d46ccf89e909c4273ed447a5b90286d5 ocaml(Fcl_debug) = a2da1750cdbbd9dd2fdc6c26c2e02814 ocaml(Fcl_domain) = 7775e1ba8852497a455d2e95a77c0745 ocaml(Fcl_expr) = 76897792b3637d9b32bd200088712fd2 ocaml(Fcl_fdArray) = 45afb0936fc4f525454fb71b539ad438 ocaml(Fcl_float) = 27249d50eb92f3aa69b0fd0af5b0c9d0 ocaml(Fcl_gcc) = 6529ec0ebce0c27b925ce5ac46eba93e ocaml(Fcl_genesis) = 251ce840641f42a47f538268db5d8f68 ocaml(Fcl_goals) = c8e531f2ca4ef71274152a6d82f6f3cd ocaml(Fcl_interval) = ed7312f4c04cc2bca290b778d95ad1c0 ocaml(Fcl_invariant) = b6e3a37b9ffcd832651a3d86113cc660 ocaml(Fcl_linear) = a214dd2d0cdebaea7ca547d10fd070fd ocaml(Fcl_misc) = eaaf1b168ccd6ed19fd7eb8fcb0f89de ocaml(Fcl_nonlinear) = f99ddf754e65f8c4b363bf03de183e4c ocaml(Fcl_opti) = 9354514de633b07ee9926d4c535f3008 ocaml(Fcl_reify) = 75ec43c68b7a5ab14efe2f43c9749f90 ocaml(Fcl_setDomain) = 48a06572bdc748d1f62232818f61c789 ocaml(Fcl_sorting) = cdac664e78ae1d194ca6a46cfddb5550 ocaml(Fcl_stak) = b0f8fe110136510e8bc4e3021131af98 ocaml(Fcl_var) = e0c8715e0062ed1ab087e8ecae9b8d53 ocaml-facile-devel = 1.1-20.mga9 ocaml-facile-devel(aarch-64) = 1.1-20.mga9 ocamlx(Facile) = 2bafcfa07bef397b096500e4b66f7ae2 ocamlx(Fcl_alldiff) = 1a8251db2283bd2ae4edf57a26af0087 ocamlx(Fcl_arith) = dd09c57602ee7e21f9d581945ada1b11 ocamlx(Fcl_boolean) = a45b8587e165536119fa8898cdabfcff ocamlx(Fcl_conjunto) = 36e003037be9cd67a238f5b85e0c4b67 ocamlx(Fcl_cstr) = 4092febdcb16e5209aab91deadf77359 ocamlx(Fcl_data) = 09c2a06d93ea5fba360ca1b36113524b ocamlx(Fcl_debug) = 30950acce1ba89ddceaced3200ac210c ocamlx(Fcl_domain) = 590fdd84704ead6a777880ee394c1457 ocamlx(Fcl_expr) = 3f49bf789895ba0de90a6a517bb6cc3a ocamlx(Fcl_fdArray) = 7be02436003c64f14233a778f58019ad ocamlx(Fcl_float) = 616702eab58479025c502e62e15b0c36 ocamlx(Fcl_gcc) = 86b19fb5eb88cbfbd637eea12cde5027 ocamlx(Fcl_genesis) = a390b17b6dca4b4f43fa90160a795d23 ocamlx(Fcl_goals) = 51c646d544a1eaf0f9c1d3fa696a6bd5 ocamlx(Fcl_interval) = 759e4a9e9efd565616f503ac5f300da2 ocamlx(Fcl_invariant) = a800c79a4dd133323d9fcd11ff911a78 ocamlx(Fcl_linear) = d81b0443f8747ffab3eea2367a384562 ocamlx(Fcl_misc) = 5c87694a7a9318b5d0708986338cb5bb ocamlx(Fcl_nonlinear) = dc261217062aa1a01da6300f91f4c6c1 ocamlx(Fcl_opti) = 8762d2555bf5c8bbdf066e3a17f7eb09 ocamlx(Fcl_reify) = 349b411ed4d03f076892e6026cd416ed ocamlx(Fcl_setDomain) = 21b13188154967b6edff2dd29b2b9c34 ocamlx(Fcl_sorting) = 0af29473570c03f2c5eb5983c6549017 ocamlx(Fcl_stak) = 48ccfa6840373fde66ee4c2f349271fb ocamlx(Fcl_var) = 3c74be2739de3d6b70fc16e4841064ed Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Fcl_alldiff) = 8f6dab1ed914422d65d052dca58b30c2 ocaml(Fcl_arith) = 71035217e2f7f121424a83f0ae0ca518 ocaml(Fcl_boolean) = 32e74853975d7989898a13f15502df77 ocaml(Fcl_conjunto) = 52d4fc3db42186c43c12988d66a75ff5 ocaml(Fcl_cstr) = f3e005307a709a951cfc70ed8aa98670 ocaml(Fcl_data) = d46ccf89e909c4273ed447a5b90286d5 ocaml(Fcl_debug) = a2da1750cdbbd9dd2fdc6c26c2e02814 ocaml(Fcl_domain) = 7775e1ba8852497a455d2e95a77c0745 ocaml(Fcl_expr) = 76897792b3637d9b32bd200088712fd2 ocaml(Fcl_fdArray) = 45afb0936fc4f525454fb71b539ad438 ocaml(Fcl_float) = 27249d50eb92f3aa69b0fd0af5b0c9d0 ocaml(Fcl_gcc) = 6529ec0ebce0c27b925ce5ac46eba93e ocaml(Fcl_genesis) = 251ce840641f42a47f538268db5d8f68 ocaml(Fcl_goals) = c8e531f2ca4ef71274152a6d82f6f3cd ocaml(Fcl_interval) = ed7312f4c04cc2bca290b778d95ad1c0 ocaml(Fcl_invariant) = b6e3a37b9ffcd832651a3d86113cc660 ocaml(Fcl_linear) = a214dd2d0cdebaea7ca547d10fd070fd ocaml(Fcl_misc) = eaaf1b168ccd6ed19fd7eb8fcb0f89de ocaml(Fcl_nonlinear) = f99ddf754e65f8c4b363bf03de183e4c ocaml(Fcl_opti) = 9354514de633b07ee9926d4c535f3008 ocaml(Fcl_reify) = 75ec43c68b7a5ab14efe2f43c9749f90 ocaml(Fcl_setDomain) = 48a06572bdc748d1f62232818f61c789 ocaml(Fcl_sorting) = cdac664e78ae1d194ca6a46cfddb5550 ocaml(Fcl_stak) = b0f8fe110136510e8bc4e3021131af98 ocaml(Fcl_var) = e0c8715e0062ed1ab087e8ecae9b8d53 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__random) = de46e8f11a20ccab9d54a09afb8394b8 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Stdlib__weak) = cba3563dd81326f4bdf520cd5fbcc4cc ocamlx(Fcl_alldiff) = 1a8251db2283bd2ae4edf57a26af0087 ocamlx(Fcl_arith) = dd09c57602ee7e21f9d581945ada1b11 ocamlx(Fcl_boolean) = a45b8587e165536119fa8898cdabfcff ocamlx(Fcl_conjunto) = 36e003037be9cd67a238f5b85e0c4b67 ocamlx(Fcl_cstr) = 4092febdcb16e5209aab91deadf77359 ocamlx(Fcl_data) = 09c2a06d93ea5fba360ca1b36113524b ocamlx(Fcl_debug) = 30950acce1ba89ddceaced3200ac210c ocamlx(Fcl_domain) = 590fdd84704ead6a777880ee394c1457 ocamlx(Fcl_expr) = 3f49bf789895ba0de90a6a517bb6cc3a ocamlx(Fcl_fdArray) = 7be02436003c64f14233a778f58019ad ocamlx(Fcl_float) = 616702eab58479025c502e62e15b0c36 ocamlx(Fcl_gcc) = 86b19fb5eb88cbfbd637eea12cde5027 ocamlx(Fcl_genesis) = a390b17b6dca4b4f43fa90160a795d23 ocamlx(Fcl_goals) = 51c646d544a1eaf0f9c1d3fa696a6bd5 ocamlx(Fcl_interval) = 759e4a9e9efd565616f503ac5f300da2 ocamlx(Fcl_invariant) = a800c79a4dd133323d9fcd11ff911a78 ocamlx(Fcl_linear) = d81b0443f8747ffab3eea2367a384562 ocamlx(Fcl_misc) = 5c87694a7a9318b5d0708986338cb5bb ocamlx(Fcl_nonlinear) = dc261217062aa1a01da6300f91f4c6c1 ocamlx(Fcl_opti) = 8762d2555bf5c8bbdf066e3a17f7eb09 ocamlx(Fcl_reify) = 349b411ed4d03f076892e6026cd416ed ocamlx(Fcl_setDomain) = 21b13188154967b6edff2dd29b2b9c34 ocamlx(Fcl_sorting) = 0af29473570c03f2c5eb5983c6549017 ocamlx(Fcl_stak) = 48ccfa6840373fde66ee4c2f349271fb ocamlx(Fcl_var) = 3c74be2739de3d6b70fc16e4841064ed ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__pervasives) = 57ad99849d3d858359a22c12d3944c85 ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__random) = 6d2f1dcbbfaef5ccedc4500e239fdb4a ocamlx(Stdlib__set) = c27557b5a6100db8742e263f38fd23be ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd ocamlx(Stdlib__weak) = 7eb8f855f952c8efb56dc2d6be10ebc8 Processing files: ocaml-facile-doc-1.1-20.mga9.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.x4XSGG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd facile-1.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile-doc + cp -pr src/doc/ /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile-doc + cp -pr manual/ /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile-doc + cp -pr facile-1.1-man.pdf /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64/usr/share/doc/ocaml-facile-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-facile-doc = 1.1-20.mga9 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/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-facile-1.1-20.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-facile-devel-1.1-20.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/ocaml-facile-doc-1.1-20.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.K06D83 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd facile-1.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-facile-1.1-20.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ranopf + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf facile-1.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!