D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/ocaml-newt-0.9-18.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oY7jvt + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf ocaml-newt-0.9 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/ocaml-newt-0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-newt-0.9 + /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.OoGGhA + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-newt-0.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --libdir=/usr/lib64 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for function prototypes... yes checking whether gcc and cc understand -c and -o together... yes checking for newtInit in -lnewt... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking newt.h usability... yes checking newt.h presence... yes checking for newt.h... yes checking for newtComponentDestroy... yes checking for newtComponentAddDestroyCallback... yes checking for ocamlc... ocamlc OCaml version is 4.13.1 OCaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlfind... ocamlfind checking for camlidl... camlidl configure: creating ./config.status config.status: creating Makefile config.status: creating META config.status: creating config.h + make newt_int.mli rm -f .depend ocamlfind ocamldep \ newt.mli newt.ml examples/01_open.ml examples/02_simple.ml examples/03_window.ml examples/04_form.ml examples/05_listbox.ml examples/06_gc.ml examples/07_checkbox.ml examples/10_message.ml examples/11_chooser.ml examples/12_enable.ml > .depend gcc -g -O2 -I/usr/lib64/ocaml -fPIC -MM newt_int_stubs_by_hand.c config.h >> .depend camlidl -no-include newt_int.idl newt_int.idl:18:12: warning: missing terminating " character 18 | quote(mli, " | ^ newt_int.idl:22:3: warning: missing terminating " character 22 | *)") | ^ newt_int.idl:105:10: warning: missing terminating " character 105 | quote(c, " | ^ newt_int.idl:121:1: warning: missing terminating " character 121 | ") | ^ newt_int.idl:390:11: warning: missing terminating " character 390 | quote(ml, " | ^ newt_int.idl:391:91: warning: missing terminating " character 391 | external newtCheckbox : int -> int -> string -> char -> string option -> newtComponent = \"newt_stubs_newtCheckbox\" | ^ newt_int.idl:393:101: warning: missing terminating " character 393 | external newtRadiobutton : int -> int -> string -> bool -> newtComponent option -> newtComponent = \"newt_stubs_newtRadiobutton\" | ^ newt_int.idl:395:65: warning: missing terminating " character 395 | external newtListboxGetCurrent : newtComponent -> int option = \"newt_stubs_newtListboxGetCurrent\" | ^ newt_int.idl:396:71: warning: missing terminating " character 396 | external newtListboxSetCurrentByKey : newtComponent -> int -> unit = \"newt_stubs_newtListboxSetCurrentByKey\" | ^ newt_int.idl:397:70: warning: missing terminating " character 397 | external newtListboxSetData : newtComponent -> int -> int -> unit = \"newt_stubs_newtListboxSetData\" | ^ newt_int.idl:398:76: warning: missing terminating " character 398 | external newtListboxAppendEntry : newtComponent -> string -> int -> int = \"newt_stubs_newtListboxAppendEntry\" | ^ newt_int.idl:399:90: warning: missing terminating " character 399 | external newtListboxInsertEntry : newtComponent -> string -> int -> int option -> int = \"newt_stubs_newtListboxInsertEntry\" | ^ newt_int.idl:400:66: warning: missing terminating " character 400 | external newtListboxDeleteEntry : newtComponent -> int -> int = \"newt_stubs_newtListboxDeleteEntry\" | ^ newt_int.idl:401:72: warning: missing terminating " character 401 | external newtListboxGetEntry : newtComponent -> int -> string * int = \"newt_stubs_newtListboxGetEntry\" | ^ newt_int.idl:402:66: warning: missing terminating " character 402 | external newtListboxGetSelection : newtComponent -> int array = \"newt_stubs_newtListboxGetSelection\" | ^ newt_int.idl:403:84: warning: missing terminating " character 403 | external newtListboxSelectItem : newtComponent -> int -> newtFlagsSense -> unit = \"newt_stubs_newtListboxSelectItem\" | ^ newt_int.idl:405:86: warning: missing terminating " character 405 | external newtForm : newtComponent option -> string option -> int -> newtComponent = \"newt_stubs_newtForm\" | ^ newt_int.idl:406:65: warning: missing terminating " character 406 | external newtRunForm : newtComponent -> newtComponent option = \"newt_stubs_newtRunForm\" | ^ newt_int.idl:408:80: warning: missing terminating " character 408 | external newtComponentAddCallback : newtComponent -> (unit -> unit) -> unit = \"newt_stubs_newtComponentAddCallback\" | ^ newt_int.idl:410:59: warning: missing terminating " character 410 | external newtComponentAddress : newtComponent -> int64 = \"newt_stubs_newtComponentAddress\" | ^ newt_int.idl:411:1: warning: missing terminating " character 411 | "); | ^ newt_int.idl:413:12: warning: missing terminating " character 413 | quote(mli, " | ^ newt_int.idl:434:1: warning: missing terminating " character 434 | "); | ^ File newt_int.idl, line 233, column 58: Warning: attribute `out' unknown, malformed or not applicable here, ignored. + rm -f .depend + make depend rm -f .depend ocamlfind ocamldep \ newt.mli newt_int.mli newt.ml newt_int.ml examples/01_open.ml examples/02_simple.ml examples/03_window.ml examples/04_form.ml examples/05_listbox.ml examples/06_gc.ml examples/07_checkbox.ml examples/10_message.ml examples/11_chooser.ml examples/12_enable.ml > .depend gcc -g -O2 -I/usr/lib64/ocaml -fPIC -MM newt_int_stubs.c newt_int_stubs_by_hand.c config.h >> .depend + make all gcc -g -O2 -I/usr/lib64/ocaml -fPIC -c -o newt_int_stubs.o newt_int_stubs.c newt_int_stubs.c: In function 'camlidl_newt_int_newtOpenWindow': newt_int_stubs.c:401:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 401 | title = String_val(_v_title); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtCenteredWindow': newt_int_stubs.c:420:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 420 | title = String_val(_v_title); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtSetColor': newt_int_stubs.c:459:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 459 | fg = String_val(_v_fg); | ^ newt_int_stubs.c:460:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 460 | bg = String_val(_v_bg); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtPushHelpLine': newt_int_stubs.c:491:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 491 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtDrawRootText': newt_int_stubs.c:518:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 518 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtCompactButton': newt_int_stubs.c:556:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 556 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtButton': newt_int_stubs.c:578:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 578 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtLabel': newt_int_stubs.c:687:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 687 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtLabelSetText': newt_int_stubs.c:703:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 703 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtListboxSetEntry': newt_int_stubs.c:807:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 807 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtCheckboxTreeMulti': newt_int_stubs.c:913:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 913 | seq = String_val(_v_seq); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtTextboxReflowed': newt_int_stubs.c:959:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 959 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtTextboxSetText': newt_int_stubs.c:1012:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1012 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtReflowText': newt_int_stubs.c:1067:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1067 | text = String_val(_v_text); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtEntry': newt_int_stubs.c:1377:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1377 | initialValue = String_val(_v_initialValue); | ^ newt_int_stubs.c:1393:52: warning: passing argument 5 of 'newtEntry' from incompatible pointer type [-Wincompatible-pointer-types] 1393 | _res = newtEntry(left, top, initialValue, width, pass_null, flags); | ^~~~~~~~~ | | | char ** In file included from newt_int_stubs.c:19: /usr/include/newt.h:250:39: note: expected 'const char **' but argument is of type 'char **' 250 | const char ** resultPtr, int flags); | ~~~~~~~~~~~~~~^~~~~~~~~ newt_int_stubs.c: In function 'camlidl_newt_int_newtEntrySet': newt_int_stubs.c:1415:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1415 | value = String_val(_v_value); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtGridWrappedWindow': newt_int_stubs.c:1712:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1712 | title = String_val(_v_title); | ^ newt_int_stubs.c: In function 'camlidl_newt_int_newtGridWrappedWindowAt': newt_int_stubs.c:1731:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1731 | title = String_val(_v_title); | ^ In file included from newt_int_stubs.c:1757: newt_int_stubs_by_hand.c: In function 'newt_stubs_newtCheckbox': newt_int_stubs_by_hand.c:128:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 128 | seq = String_val (Field (seqoptv, 0)); | ^ In file included from newt_int_stubs.c:5: newt_int_stubs_by_hand.c: In function 'newt_stubs_newtListboxAppendEntry': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ newt_int_stubs_by_hand.c:213:15: note: in expansion of macro 'String_val' 213 | char *str = String_val (strv); | ^~~~~~~~~~ newt_int_stubs_by_hand.c: In function 'newt_stubs_newtListboxInsertEntry': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ newt_int_stubs_by_hand.c:229:15: note: in expansion of macro 'String_val' 229 | char *str = String_val (strv); | ^~~~~~~~~~ newt_int_stubs_by_hand.c: In function 'newt_stubs_newtForm': newt_int_stubs_by_hand.c:337:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 337 | str = String_val (Field (stroptv, 0)); | ^ newt_int_stubs_by_hand.c: At top level: newt_int_stubs_by_hand.c:387:1: warning: return type defaults to 'int' [-Wimplicit-int] 387 | newt_stubs_newtComponentAddCallback (value cov, value fv) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newt_int_stubs_by_hand.c:407:1: warning: return type defaults to 'int' [-Wimplicit-int] 407 | newt_stubs_newtComponentAddress (value cov) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlfind ocamlc -I . -c newt_int.mli ocamlfind ocamlc -I . -c newt_int.ml ocamlfind ocamlc -I . -c newt.mli ocamlfind ocamlc -I . -c newt.ml ocamlmklib -o mlnewt newt_int_stubs.o newt_int.cmo newt.cmo -L/usr/lib64/ocaml -lcamlidl -lnewt ocamlfind ocamlc -I . -c examples/01_open.ml File "examples/01_open.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "01_open" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/01_open.cmo -o examples/01_open ocamlfind ocamlc -I . -c examples/02_simple.ml File "examples/02_simple.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "02_simple" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/02_simple.cmo -o examples/02_simple ocamlfind ocamlc -I . -c examples/03_window.ml File "examples/03_window.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "03_window" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/03_window.cmo -o examples/03_window ocamlfind ocamlc -I . -c examples/04_form.ml File "examples/04_form.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "04_form" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/04_form.cmo -o examples/04_form ocamlfind ocamlc -I . -c examples/05_listbox.ml File "examples/05_listbox.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "05_listbox" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/05_listbox.cmo -o examples/05_listbox ocamlfind ocamlc -I . -c examples/06_gc.ml File "examples/06_gc.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "06_gc" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/06_gc.cmo -o examples/06_gc ocamlfind ocamlc -I . -c examples/07_checkbox.ml File "examples/07_checkbox.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "07_checkbox" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/07_checkbox.cmo -o examples/07_checkbox ocamlfind ocamlc -I . -c examples/10_message.ml File "examples/10_message.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "10_message" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/10_message.cmo -o examples/10_message ocamlfind ocamlc -I . -c examples/11_chooser.ml File "examples/11_chooser.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "11_chooser" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/11_chooser.cmo -o examples/11_chooser ocamlfind ocamlc -I . -c examples/12_enable.ml File "examples/12_enable.ml", line 1: Warning 24 [bad-module-name]: bad source file name: "12_enable" is not a valid module name. ocamlfind ocamlc -I . \ mlnewt.cma examples/12_enable.cmo -o examples/12_enable + make opt ocamlfind ocamlopt -I . -c newt_int.ml ocamlfind ocamlopt -I . -c newt.ml ocamlmklib -o mlnewt newt_int_stubs.o newt_int.cmx newt.cmx -L/usr/lib64/ocaml -lcamlidl -lnewt + make doc rm -rf html mkdir html ocamldoc -html -sort -d html newt.mli newt.ml newt_int.mli + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.m07ZqI + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 + cd ocaml-newt-0.9 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 + DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml + export DLLDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/stublibs + DLLDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt + make install ocamlfind install newt META *.cmi *.so *.a *.cmx *.cma *.cmxa *.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/newt_int.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/newt.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/mlnewt.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/mlnewt.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/newt_int.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/newt.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/mlnewt.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/libmlnewt.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/newt_int.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/newt.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/stublibs/dllmlnewt.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/stublibs/dllmlnewt.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64//usr/lib64/ocaml/newt/META + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.9-18.mga9 --unique-debug-suffix -0.9-18.mga9.x86_64 --unique-debug-src-base ocaml-newt-0.9-18.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-newt-0.9 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/lib64/ocaml/stublibs/dllmlnewt.so dwz: ./usr/lib64/ocaml/stublibs/dllmlnewt.so-0.9-18.mga9.x86_64.debug: Unknown debugging section .debug_line_str original debug info size: 124kB, size after compression: 128kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 106 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-newt-0.9-18.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gYOBaJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-newt-0.9 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt + cp -pr COPYING.LIB /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt + cp -pr INSTALL /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Newt) = 4d1d501b6b2422362fce61105ed2909a ocaml(Newt_int) = ace7f1d97f26be12e5f37bbff7881c89 ocaml-newt = 0.9-18.mga9 ocaml-newt(x86-64) = 0.9-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libnewt.so.0.52()(64bit) libnewt.so.0.52(NEWT_0.52)(64bit) libnewt.so.0.52(NEWT_0.52.6)(64bit) libnewt.so.0.52(NEWT_0.52.9)(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Newt_int) = ace7f1d97f26be12e5f37bbff7881c89 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Gc) = cc1c769111c523838b9f0f1ae9229bba ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printexc) = 265cf863b6cc4d76f93e66b2a3ed4ef1 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa Processing files: ocaml-newt-devel-0.9-18.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.T4OGNU + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-newt-0.9 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt-devel + cp -pr html/ /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64/usr/share/doc/ocaml-newt-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Newt) = 4d1d501b6b2422362fce61105ed2909a ocaml(Newt_int) = ace7f1d97f26be12e5f37bbff7881c89 ocaml-newt-devel = 0.9-18.mga9 ocaml-newt-devel(x86-64) = 0.9-18.mga9 ocamlx(Newt) = 0a74acb7f2885abe2272ed2e825ecbca ocamlx(Newt_int) = faec22929cbaf7c569604cace4eac058 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Newt_int) = ace7f1d97f26be12e5f37bbff7881c89 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Gc) = cc1c769111c523838b9f0f1ae9229bba ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printexc) = 265cf863b6cc4d76f93e66b2a3ed4ef1 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa ocamlx(Newt_int) = faec22929cbaf7c569604cace4eac058 ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Array) = aab10518c3f1158148fe7713d20dc740 ocamlx(Stdlib__Gc) = a7c20d51ee15027e17dafbf23d0c7ba0 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__Printf) = 54da4609e17a1893e7a0c08168b8726a Processing files: ocaml-newt-debugsource-0.9-18.mga9.x86_64 Provides: ocaml-newt-debugsource = 0.9-18.mga9 ocaml-newt-debugsource(x86-64) = 0.9-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-newt-debuginfo-0.9-18.mga9.x86_64 Provides: debuginfo(build-id) = 3a4cccf5d65df5b8d39a3c079ef39fbd84e0927d ocaml-newt-debuginfo = 0.9-18.mga9 ocaml-newt-debuginfo(x86-64) = 0.9-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-newt-debugsource(x86-64) = 0.9-18.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-newt-debugsource-0.9-18.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-newt-debuginfo-0.9-18.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-newt-0.9-18.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-newt-devel-0.9-18.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FSw2p6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-newt-0.9 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-newt-0.9-18.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.thic0R + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf ocaml-newt-0.9 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!