D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-camlidl-1.05-25.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9Vk0Wh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf camlidl-1.05 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/camlidl-1.05.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd camlidl-1.05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (camlidl-1.05-use-ocamlopt-for-compiler.patch):' Patch #1 (camlidl-1.05-use-ocamlopt-for-compiler.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file compiler/Makefile + echo 'Patch #2 (camlidl-1.05-bytecode.patch):' Patch #2 (camlidl-1.05-bytecode.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file compiler/Makefile patching file lib/Makefile patching file Makefile patching file runtime/Makefile.unix patching file tools/Makefile.unix + cp config/Makefile.unix config/Makefile + mv compiler/array.ml compiler/idlarray.ml + mv compiler/array.mli compiler/idlarray.mli + perl -pi.bak -e s/array/idlarray/g compiler/Makefile compiler/.depend + perl -pi.bak -e 's/Array(?!\d)/Idlarray/g' compiler/clflags.ml compiler/constdecl.ml compiler/cvttyp.ml compiler/cvtval.ml compiler/enum.ml compiler/enumdecl.ml compiler/file.ml compiler/fixlabels.ml compiler/funct.ml compiler/idlarray.ml compiler/intf.ml compiler/lexpr.ml compiler/main.ml compiler/normalize.ml compiler/parse.ml compiler/parse_aux.ml compiler/predef.ml compiler/prefix.ml compiler/struct.ml compiler/structdecl.ml compiler/typedef.ml compiler/union.ml compiler/uniondecl.ml compiler/utils.ml compiler/variables.ml + cp /home/iurt/rpmbuild/SOURCES/camlidl-1.05.doc.pdf . + '[' -f META ']' + cat + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fhLjce + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlidl-1.05 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make all OCAMLLIB=/usr/lib64/ocaml BINDIR=/usr/bin cd compiler; make all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/compiler' rm -f config.ml sed -e 's|%%CPP%%|/lib/cpp|' \ config.mlp > config.ml chmod -w config.ml ocamlc -g -c config.mli ocamlopt -c config.ml ocamlc -g -c utils.mli ocamlopt -c utils.ml File "utils.ml", line 51, characters 15-28: 51 | let buffer = String.create 256 in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create instead. ocamlopt -c clflags.ml ocamlc -g -c idltypes.mli ocamlc -g -c prefix.mli ocamlopt -c prefix.ml ocamlc -g -c lexpr.mli ocamlopt -c lexpr.ml File "lexpr.ml", line 268, characters 10-16: 268 | let trail' = ^^^^^^ Warning 26: unused variable trail'. ocamlc -g -c cvttyp.mli ocamlopt -c cvttyp.ml File "cvttyp.ml", line 126, characters 49-66: 126 | if modl <> !module_name then fprintf oc "%s." (String.capitalize modl); ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii instead. File "cvttyp.ml", line 127, characters 20-39: 127 | output_string oc (String.uncapitalize name) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "cvttyp.ml", line 132, characters 49-66: 132 | if modl <> !module_name then fprintf oc "%s." (String.capitalize modl); ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii instead. File "cvttyp.ml", line 135, characters 25-44: 135 | else output_string oc (String.uncapitalize name) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. ocamlc -g -c variables.mli ocamlopt -c variables.ml ocamlc -g -c idlarray.mli ocamlopt -c idlarray.ml ocamlc -g -c struct.mli ocamlopt -c struct.ml ocamlc -g -c enum.mli ocamlopt -c enum.ml ocamlc -g -c union.mli ocamlopt -c union.ml ocamlc -g -c cvtval.mli ocamlopt -c cvtval.ml ocamlc -g -c structdecl.mli ocamlopt -c structdecl.ml File "structdecl.ml", line 30, characters 27-46: 30 | else fprintf oc "%s = " (String.uncapitalize sd.sd_name); ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "structdecl.ml", line 39, characters 19-38: 39 | (String.uncapitalize f.field_mlname) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. ocamlc -g -c enumdecl.mli ocamlopt -c enumdecl.ml File "enumdecl.ml", line 30, characters 28-47: 30 | else fprintf oc "%s =\n" (String.uncapitalize en.en_name); ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "enumdecl.ml", line 32, characters 37-54: 32 | (fun c -> fprintf oc " | %s\n" (String.capitalize c.const_name)) ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii instead. ocamlc -g -c uniondecl.mli ocamlopt -c uniondecl.ml File "uniondecl.ml", line 30, characters 28-47: 30 | else fprintf oc "%s =\n" (String.uncapitalize ud.ud_name); ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "uniondecl.ml", line 37, characters 24-41: 37 | output_string oc (String.capitalize c) in ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii instead. ocamlc -g -c typedef.mli ocamlopt -c typedef.ml File "typedef.ml", line 48, characters 30-49: 48 | fprintf oc "%s = %s\n" (String.uncapitalize td.td_name) s ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "typedef.ml", line 50, characters 25-44: 50 | fprintf oc "%s\n" (String.uncapitalize td.td_name) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "typedef.ml", line 53, characters 15-34: 53 | (String.uncapitalize td.td_name) out_ml_type td.td_type ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. ocamlc -g -c funct.mli ocamlopt -c funct.ml File "funct.ml", line 104, characters 31-50: 104 | fprintf oc "external %s : " (String.uncapitalize (mlname fundecl)); ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. ocamlc -g -c constdecl.mli ocamlopt -c constdecl.ml File "constdecl.ml", line 34, characters 26-45: 34 | fprintf oc "val %s : " (String.uncapitalize c.cd_name); ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "constdecl.ml", line 54, characters 13-32: 54 | let name = String.uncapitalize c.cd_name in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "constdecl.ml", line 36, characters 4-24: 36 | Type_int(_, _) as ty -> ^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable ty. ocamlc -g -c intf.mli ocamlopt -c intf.ml File "intf.ml", line 46, characters 21-40: 46 | fprintf oc "%s\n" (String.uncapitalize intf.intf_name) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 51, characters 15-34: 51 | let mlintf = String.uncapitalize intf.intf_name in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 52, characters 16-35: 52 | let mlsuper = String.uncapitalize intf.intf_super.intf_name in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 62, characters 18-37: 62 | (String.uncapitalize meth.fun_name) out_method_type meth) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 162, characters 17-36: 162 | let intfname = String.uncapitalize intf.intf_name in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 163, characters 18-37: 163 | let supername = String.uncapitalize intf.intf_super.intf_name in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 199, characters 21-40: 199 | let methname = String.uncapitalize meth.fun_name in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 260, characters 31-50: 260 | (Oo.public_method_label (String.uncapitalize meth.fun_name)) : int) in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "intf.ml", line 312, characters 7-10: 312 | let (ins, outs) = ml_view meth in ^^^ Warning 26: unused variable ins. File "intf.ml", line 312, characters 12-16: 312 | let (ins, outs) = ml_view meth in ^^^^ Warning 26: unused variable outs. ocamlc -g -c file.mli ocamlopt -c file.ml File "file.ml", line 216, characters 31-47: 216 | let symbname = "_CAMLIDL_" ^ String.uppercase !module_name ^ "_H" in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. ocamlc -g -c predef.mli ocamlopt -c predef.ml ocamllex linenum.mll 16 states, 331 transitions, table size 1420 bytes ocamlc -g -c linenum.mli ocamlopt -c linenum.ml ocamlc -g -c parse_aux.mli ocamlopt -c parse_aux.ml File "parse_aux.ml", line 167, characters 23-54: 167 | Type_union(name, {attr with discriminant = rexp}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 23: all the fields are explicitly listed in this record: the 'with' clause is useless. File "parse_aux.ml", line 169, characters 42-74: 169 | Type_pointer(attr, Type_union(name, {attr' with discriminant = rexp})) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 23: all the fields are explicitly listed in this record: the 'with' clause is useless. File "parse_aux.ml", line 171, characters 22-47: 171 | Type_enum(name, {attr with bitset = true}) ^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 23: all the fields are explicitly listed in this record: the 'with' clause is useless. File "parse_aux.ml", line 230, characters 10-26: 230 | match String.lowercase label with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "parse_aux.ml", line 459, characters 10-26: 459 | match String.lowercase id with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlyacc -v parser_midl.mly 12 shift/reduce conflicts. ocamlc -g -c parser_midl.mli ocamlopt -c parser_midl.ml ocamllex lexer_midl.mll 129 states, 1747 transitions, table size 7762 bytes ocamlc -g -c lexer_midl.mli ocamlopt -c lexer_midl.ml ocamlc -g -c parse.mli ocamlopt -c parse.ml ocamlc -g -c fixlabels.mli ocamlopt -c fixlabels.ml ocamlc -g -c normalize.mli ocamlopt -c normalize.ml ocamlopt -c main.ml ocamlopt -o camlidl config.cmx utils.cmx clflags.cmx prefix.cmx lexpr.cmx cvttyp.cmx variables.cmx idlarray.cmx struct.cmx enum.cmx union.cmx cvtval.cmx structdecl.cmx enumdecl.cmx uniondecl.cmx typedef.cmx funct.cmx constdecl.cmx intf.cmx file.cmx predef.cmx linenum.cmx parse_aux.cmx parser_midl.cmx lexer_midl.cmx parse.cmx fixlabels.cmx normalize.cmx main.cmx make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/compiler' cd runtime; make all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/runtime' ocamlc -g -ccopt "-Wall -g" idlalloc.c ocamlc -g -ccopt "-Wall -g" comintf.c ocamlc -g -ccopt "-Wall -g" comerror.c comerror.c: In function 'camlidl_raise_error': comerror.c:34:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 34 | com_error_exn = caml_named_value("Com.Error"); | ^ comerror.c: In function 'camlidl_error': comerror.c:52:8: warning: unused variable 'msg' [-Wunused-variable] 52 | char msg[1024]; | ^~~ In file included from /usr/lib64/ocaml/caml/mlvalues.h:20, from comerror.c:20: comerror.c: In function 'camlidl_uncaught_exception': /usr/lib64/ocaml/caml/compatibility.h:255:31: warning: implicit declaration of function 'caml_format_exception'; did you mean 'camlidl_result_exception'? [-Wimplicit-function-declaration] 255 | #define format_caml_exception caml_format_exception /*SP*/ | ^~~~~~~~~~~~~~~~~~~~~ comerror.c:171:16: note: in expansion of macro 'format_caml_exception' 171 | char * msg = format_caml_exception(exn_bucket); | ^~~~~~~~~~~~~~~~~~~~~ /usr/lib64/ocaml/caml/compatibility.h:255:31: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 255 | #define format_caml_exception caml_format_exception /*SP*/ | ^~~~~~~~~~~~~~~~~~~~~ comerror.c:171:16: note: in expansion of macro 'format_caml_exception' 171 | char * msg = format_caml_exception(exn_bucket); | ^~~~~~~~~~~~~~~~~~~~~ rm -f libcamlidl.a ar rc libcamlidl.a idlalloc.o comintf.o comerror.o ranlib libcamlidl.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/runtime' cd lib; make all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/lib' ocamlc -g -c com.mli ocamlc -g -c com.ml ocamlc -g -a -o com.cma com.cmo ocamlopt -c com.ml ocamlopt -a -o com.cmxa com.cmx make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/lib' cd tools; make all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/tools' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/tools' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lH3OOh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64 + cd camlidl-1.05 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml/caml + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml/camlidl + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/bin + make OCAMLLIB=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml BINDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/bin install cd compiler; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/compiler' cp camlidl /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/bin make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/compiler' cd runtime; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/runtime' cp camlidlruntime.h /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml/caml/camlidlruntime.h cp libcamlidl.a /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml/libcamlidl.a cd /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml; ranlib libcamlidl.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/runtime' cd lib; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/lib' cp com.cmi com.cma com.cmxa com.a /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml cd /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml; ranlib com.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/lib' cd tools; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/tools' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/camlidl-1.05/tools' + install -m 644 META /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/lib64/ocaml/camlidl/ + /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-strip-shared /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-camlidl-1.05-25.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9Ats4e + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlidl-1.05 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Com) = b3f1afcf55e735519291b8749e7f8d2e ocaml-camlidl = 1.05-25.mga8 ocaml-camlidl(x86-64) = 1.05-25.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.27)(64bit) libm.so.6(GLIBC_2.29)(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 Processing files: ocaml-camlidl-devel-1.05-25.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bQevlf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlidl-1.05 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl-devel + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl-devel + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl-devel + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl-devel + cp -pr camlidl-1.05.doc.pdf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl-devel + cp -pr tests /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64/usr/share/doc/ocaml-camlidl-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Com) = b3f1afcf55e735519291b8749e7f8d2e ocaml-camlidl-devel = 1.05-25.mga8 ocaml-camlidl-devel(x86-64) = 1.05-25.mga8 ocamlx(Com) = e2c4048ba69e199ed79fa71bcb94af76 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camlidl-devel-1.05-25.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camlidl-1.05-25.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.B9PrJe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlidl-1.05 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlidl-1.05-25.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vuy1lf + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf camlidl-1.05 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!