D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-calendar-2.04-11.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.t82SBR + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf calendar-2.04 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/calendar-2.04.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd calendar-2.04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/calendar-2.03.2-enable-debug.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2MdV8R + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd calendar-2.04 + '[' 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 + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking checking for ocamlc... ocamlc ocaml version is 4.10.0: Good! ocaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamlfind... ocamlfind checking for ocamldoc... ocamldoc checking for ocamlweb... ocamlweb checking for ocamlwc... ocamlwc checking for ocamldot... ocamldot checking platform... linux checking extension for object files... .o checking extension for library files... .a checking for /usr/lib64/ocaml/dynlink.cmxa... yes native dynlink works fine. Great. configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-dependency-tracking + /usr/bin/make echo "let version = \"2.04\"" > src/version.ml echo "let date = \"`date`\"" >> src/version.ml rm -f .depend ocamldep -I src -I tests src/*.ml src/*.mli tests/*.ml tests/*.mli \ > .depend ocamlc.opt -g -I src -I target -I tests -c src/period.mli ocamlc.opt -g -I src -I target -I tests -c src/date_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/time_Zone.mli ocamlc.opt -g -I src -I target -I tests -c src/time_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/utils.mli ocamlc.opt -g -I src -I target -I tests -c src/utils.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = 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 "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ 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 -g -I src -I target -I tests -c src/time_Zone.ml ocamlc.opt -g -I src -I target -I tests -c src/time.mli ocamlc.opt -g -I src -I target -I tests -c src/time.ml ocamlc.opt -g -I src -I target -I tests -c src/ftime.mli ocamlc.opt -g -I src -I target -I tests -c src/ftime.ml ocamlc.opt -g -I src -I target -I tests -c src/date.mli ocamlc.opt -g -I src -I target -I tests -c src/date.ml File "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 0 ^^^^^^^^^^^^^^^^^^ 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 "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m 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 "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ 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 -g -I src -I target -I tests -c src/calendar_builder.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar_builder.ml ocamlc.opt -g -I src -I target -I tests -c src/calendar.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar.ml ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.mli ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.ml ocamlc.opt -g -I src -I target -I tests -c src/printer.mli ocamlc.opt -g -I src -I target -I tests -c src/printer.ml File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlc.opt -g -I src -I target -I tests -c src/version.mli ocamlc.opt -g -I src -I target -I tests -c src/version.ml mkdir -p target ocamlfind ocamlc -g -I src -I target -I tests -pack -o target/calendarLib.cmo \ src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo ocamlfind ocamlc -g -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/utils.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = 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 "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ 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.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time_Zone.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/ftime.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/date.ml File "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 0 ^^^^^^^^^^^^^^^^^^ 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 "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m 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 "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ 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.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar_builder.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/fcalendar.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/printer.ml File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/version.ml mkdir -p target ocamlfind ocamlopt -g -I src -I target -I tests -noassert -pack -o target/calendarLib.cmx \ src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmx src/time_Zone.cmx src/time.cmx src/ftime.cmx src/date.cmx src/calendar_builder.cmx src/calendar.cmx src/fcalendar.cmx src/printer.cmx src/version.cmx ocamlfind ocamlopt -g -I src -I target -I tests -noassert -a -o target/calendarLib.cmxa target/calendarLib.cmx ocamlfind ocamlopt -I target -shared -linkall -o target/calendarLib.cmxs target/calendarLib.cmxa echo "name = \"calendar\"" > META echo "description = \"calendar library\"" >> META echo "version = \"2.04\"" >> META echo "archive(byte) = \"calendarLib.cma\"" >> META echo "archive(native) = \"calendarLib.cmxa\"" >> META echo "requires = \"unix str\"" >> META + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.c7oNTP + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64 + cd calendar-2.04 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml + make install OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.o Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/version.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/printer.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/fcalendar.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendar.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendar_builder.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendar_sig.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/date.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/date_sig.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/ftime.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/time.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/time_sig.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/period.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/time_Zone.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/utils.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmo Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.o /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmo + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 2.04-11.mga8 --unique-debug-suffix -2.04-11.mga8.aarch64 --unique-debug-src-base ocaml-calendar-2.04-11.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/calendar-2.04 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/lib64/ocaml/calendar/calendarLib.cmxs original debug info size: 104kB, size after compression: 108kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: buffer.ml: Cannot stat: No such file or directory cpio: bytes.ml: Cannot stat: No such file or directory cpio: format.ml: Cannot stat: No such file or directory cpio: stdlib.ml: Cannot stat: No such file or directory cpio: str.ml: Cannot stat: No such file or directory cpio: string.ml: Cannot stat: No such file or directory 131 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.N5sRnS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd calendar-2.04 + '[' 1 -eq 1 ']' + make tests ocamlc.opt -g -I src -I target -I tests -c tests/gen_test.mli ocamlc.opt -g -I src -I target -I tests -c tests/gen_test.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_timezone.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_time.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_ftime.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_date.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_calendar.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_fcalendar.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_pcalendar.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_fpcalendar.ml ocamlc.opt -g -I src -I target -I tests -c tests/test_printer.ml ocamlc.opt -g -I src -I target -I tests -c tests/test.ml ocamlc.opt -o tests/test -g -I src -I target -I tests unix.cma str.cma target/calendarLib.cmo \ tests/gen_test.cmo tests/test_timezone.cmo tests/test_time.cmo tests/test_ftime.cmo tests/test_date.cmo tests/test_calendar.cmo tests/test_fcalendar.cmo tests/test_pcalendar.cmo tests/test_fpcalendar.cmo tests/test_printer.cmo tests/test.cmo ./tests/test Tests of Time_Zone: tests ok : 8; tests ko : 0 Tests of Time: tests ok : 32; tests ko : 0 Tests of Ftime: tests ok : 32; tests ko : 0 Tests of Date: tests ok : 103; tests ko : 0 Tests of Calendar: tests ok : 63; tests ko : 0 Tests of Fcalendar: tests ok : 57; tests ko : 0 Tests of Precise Calendar: tests ok : 56; tests ko : 0 Tests of FPcalendar: tests ok : 54; tests ko : 0 Tests of Printer: tests ok : 45; tests ko : 0 Final results: tests ok : 450; tests ko : 0 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-calendar-2.04-11.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Xo6cAS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd calendar-2.04 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + cp -pr calendarFAQ-2.6.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + cp -pr calendar_faq.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + cp -pr LGPL /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64/usr/share/doc/ocaml-calendar + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(CalendarLib) = 1e4ad9375dcc46be3d396270ce529b6b ocaml-calendar = 2.04-11.mga8 ocaml-calendar(aarch-64) = 2.04-11.mga8 ocamlx(CalendarLib) = 0937c510813b79369ebc4a0fa0d174fb 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.17)(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(CamlinternalLazy) = 4dbf494440e1d7857c9e9f8079808cd4 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__lazy) = fc2e64496010f839ea977622a4ebeafc ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Str) = c5bcee777d07f9d2f20c78da78387372 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocamlx(CamlinternalLazy) = dddd3ac46ea6780f2847c7da43f41f5b ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__buffer) = 5a4eb38b27225067d0fbce3397ab57fa ocamlx(Stdlib__format) = 640a01647329f0a32f48a8a90a89014f ocamlx(Stdlib__hashtbl) = 1f15ad224dfe918b6a17c157f0f5836e ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 ocamlx(Str) = b2619808edfd808b4097e5ec36277e82 ocamlx(Unix) = ba030e73c9a8a296035219290541184c Processing files: ocaml-calendar-devel-2.04-11.mga8.aarch64 Provides: ocaml(CalendarLib) = 1e4ad9375dcc46be3d396270ce529b6b ocaml-calendar-devel = 2.04-11.mga8 ocaml-calendar-devel(aarch-64) = 2.04-11.mga8 ocamlx(CalendarLib) = 0937c510813b79369ebc4a0fa0d174fb Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(CamlinternalLazy) = 4dbf494440e1d7857c9e9f8079808cd4 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__lazy) = fc2e64496010f839ea977622a4ebeafc ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Str) = c5bcee777d07f9d2f20c78da78387372 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocamlx(CamlinternalLazy) = dddd3ac46ea6780f2847c7da43f41f5b ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__buffer) = 5a4eb38b27225067d0fbce3397ab57fa ocamlx(Stdlib__format) = 640a01647329f0a32f48a8a90a89014f ocamlx(Stdlib__hashtbl) = 1f15ad224dfe918b6a17c157f0f5836e ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 ocamlx(Str) = b2619808edfd808b4097e5ec36277e82 ocamlx(Unix) = ba030e73c9a8a296035219290541184c Processing files: ocaml-calendar-debugsource-2.04-11.mga8.aarch64 Provides: ocaml-calendar-debugsource = 2.04-11.mga8 ocaml-calendar-debugsource(aarch-64) = 2.04-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-calendar-debuginfo-2.04-11.mga8.aarch64 Provides: debuginfo(build-id) = 77be27e7fad26307a5ead8d2c2720829e17ac706 ocaml-calendar-debuginfo = 2.04-11.mga8 ocaml-calendar-debuginfo(aarch-64) = 2.04-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-calendar-debugsource(aarch-64) = 2.04-11.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-debugsource-2.04-11.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-debuginfo-2.04-11.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-devel-2.04-11.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-calendar-2.04-11.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4IPJzQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd calendar-2.04 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-calendar-2.04-11.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1FkcXS + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf calendar-2.04 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!