D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-expat-1.1.0-6.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4Mnvzf + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-expat-1.1.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-expat-1.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-expat-1.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/ocaml-expat-1.1.0-optflags.patch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FgPkHe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 depend gcc -I /usr/lib64/ocaml -MM *.c > depend ocamlfind ocamldep -package bytes *.mli *.ml >> depend make: 'depend' is up to date. + /usr/bin/make -O -j8 V=1 VERBOSE=1 all allopt ocamlfind ocamlc -package bytes -g -c expat.mli ocamlfind ocamlc -package bytes -g -c expat.ml ocamlfind ocamlopt -package bytes -g -c expat.ml ocamlfind ocamlc -package bytes -g -c -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DFULL_UNROLL -O2 -I/usr/local/include" expat_stubs.c In file included from expat_stubs.c:23: expat_stubs.c: In function 'String_option_val': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:9: note: in expansion of macro 'String_val' 78 | return String_val(Field(string_option, 0)); | ^~~~~~~~~~ expat_stubs.c: In function 'expat_error': expat_stubs.c:350:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ In file included from expat_stubs.c:23: expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib64/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ^ expat_stubs.c:387:20: note: in expansion of macro 'String_val' 387 | char *string = String_val(vstring); | ^~~~~~~~~~ expat_stubs.c: In function 'character_data_handler': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:550:12: note: in expansion of macro 'String_val' 550 | memcpy(String_val(str), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ In file included from expat_stubs.c:23: expat_stubs.c: In function 'default_handler': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:819:13: note: in expansion of macro 'String_val' 819 | memmove(String_val(d), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:38:1: note: expected 'void *' but argument is of type 'const char *' 38 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ ocamlfind ocamlmklib -package bytes -oc mlexpat expat_stubs.o \ -L/usr/local/lib -lexpat ocamlfind ocamlmklib -package bytes -o expat expat.cmo -oc mlexpat \ -L/usr/local/lib -lexpat ocamlfind ocamlmklib -package bytes -o expat expat.cmx -oc mlexpat \ -L/usr/local/lib -lexpat ocamlfind ocamlopt -package bytes -linkall -shared -o expat.cmxs expat.cmx libmlexpat.a \ -ccopt -L/usr/local/lib -cclib -lexpat + make doc cd doc; ocamlfind ocamldoc -package bytes -html -I .. ../expat.mli + rm -f doc/README + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0nkNre + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64 + cd ocaml-expat-1.1.0 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/stublibs + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64 'INSTALL=/usr/bin/install -p' OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml { test ! -f expat.cmxa || extra="expat.cmxa expat.cmxs expat.a"; }; \ ocamlfind install expat META expat.cmi expat.mli expat.cma \ libmlexpat.a $extra \ -optional dllmlexpat.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/libmlexpat.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/stublibs/dllmlexpat.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/stublibs/dllmlexpat.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/META + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.1.0-6.mga8 --unique-debug-suffix -1.1.0-6.mga8.x86_64 --unique-debug-src-base ocaml-expat-1.1.0-6.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-expat-1.1.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.cmxs explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/stublibs/dllmlexpat.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/expat/expat.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/lib64/ocaml/stublibs/dllmlexpat.so original debug info size: 156kB, size after compression: 156kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 57 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-expat-1.1.0-6.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.d76F8f + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/share/doc/ocaml-expat + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/share/doc/ocaml-expat + cp -pr LICENCE /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/share/doc/ocaml-expat + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/share/doc/ocaml-expat + RPM_EC=0 ++ jobs -p + exit 0 BFD library unavailable, cannot print info on .cmxs files BFD library unavailable, cannot print info on .cmxs files Provides: ocaml(Expat) = 998ee4e2b419123ae1ccd5abf27085b1 ocaml-expat = 1.1.0-6.mga8 ocaml-expat(x86-64) = 1.1.0-6.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.2.5)(64bit) libexpat.so.1()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 Processing files: ocaml-expat-devel-1.1.0-6.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9agGfg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/share/doc/ocaml-expat-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/share/doc/ocaml-expat-devel + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64/usr/share/doc/ocaml-expat-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Expat) = 998ee4e2b419123ae1ccd5abf27085b1 ocaml-expat-devel = 1.1.0-6.mga8 ocaml-expat-devel(x86-64) = 1.1.0-6.mga8 ocamlx(Expat) = e3320da640cca1017d293acb79faa266 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__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 Processing files: ocaml-expat-debugsource-1.1.0-6.mga8.x86_64 Provides: ocaml-expat-debugsource = 1.1.0-6.mga8 ocaml-expat-debugsource(x86-64) = 1.1.0-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-expat-debuginfo-1.1.0-6.mga8.x86_64 Provides: debuginfo(build-id) = 765be46de3d1c7accacc5f848dcf4256638813b8 debuginfo(build-id) = a4839bfc2133cb7a9209b76598027e9b47945099 ocaml-expat-debuginfo = 1.1.0-6.mga8 ocaml-expat-debuginfo(x86-64) = 1.1.0-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-expat-debugsource(x86-64) = 1.1.0-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-expat-debugsource-1.1.0-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-expat-1.1.0-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-expat-debuginfo-1.1.0-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-expat-devel-1.1.0-6.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kTbW1f + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-expat-1.1.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-expat-1.1.0-6.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wQXb7g + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-expat-1.1.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!