<86>Apr 14 01:42:51 userdel[93296]: delete user 'rooter' <86>Apr 14 01:42:51 groupadd[93329]: group added to /etc/group: name=rooter, GID=633 <86>Apr 14 01:42:51 groupadd[93329]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:42:51 groupadd[93329]: new group: name=rooter, GID=633 <86>Apr 14 01:42:51 useradd[93354]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Apr 14 01:42:51 userdel[93428]: delete user 'builder' <86>Apr 14 01:42:51 userdel[93428]: removed group 'builder' owned by 'builder' <86>Apr 14 01:42:51 userdel[93428]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 01:42:51 groupadd[93499]: group added to /etc/group: name=builder, GID=634 <86>Apr 14 01:42:51 groupadd[93499]: group added to /etc/gshadow: name=builder <86>Apr 14 01:42:51 groupadd[93499]: new group: name=builder, GID=634 <86>Apr 14 01:42:52 useradd[93579]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash <13>Apr 14 01:42:56 rpmi: ocaml-runtime-4.04.2-alt1.M80P.1 1499834467 installed <13>Apr 14 01:42:56 rpmi: rpm-build-ocaml-1.3-alt1 1494941050 installed <13>Apr 14 01:43:01 rpmi: ocaml-4.04.2-alt1.M80P.1 1499834467 installed <13>Apr 14 01:43:01 rpmi: rpm-macros-ubt-0.2-alt1.M80P.1 1488269670 installed <13>Apr 14 01:43:01 rpmi: ocaml-findlib-1.7.3-alt2.M80P.1 1499835321 installed <13>Apr 14 01:43:01 rpmi: ocaml-ocamldoc-4.04.2-alt1.M80P.1 1499834467 installed <13>Apr 14 01:43:01 rpmi: rpm-build-ubt-0.3.1-alt1.M80P.1 1513692283 installed Installing ocaml-calendar-2.04-alt4.M80P.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.7600 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-calendar-2.04 + echo 'Source #0 (ocaml-calendar-2.04.tar):' Source #0 (ocaml-calendar-2.04.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-calendar-2.04.tar + cd ocaml-calendar-2.04 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (calendar-2.03.2-enable-debug.patch):' Patch #1 (calendar-2.03.2-enable-debug.patch): + /usr/bin/patch -p1 patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.7600 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-calendar-2.04 + ./configure --libdir=/usr/lib64 checking for ocamlc... ocamlc ocaml version is 4.04.2: 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 + make make: Entering directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' 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 make: Leaving directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' make: Entering directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' 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 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 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: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: Warning 3: deprecated: 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 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 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: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: Warning 3: deprecated: 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 make: Leaving directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' + make doc make: Entering directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' cp utils/example.ml.4 utils/example.ml ocamlc.opt -I +ocamldoc -I utils -c utils/example.ml mkdir -p doc rm -f doc/* ocamldoc -g utils/example.cmo -colorize-code -I src -d doc \ src/utils.mli src/time_Zone.mli src/period.mli src/time_sig.mli src/time.mli src/ftime.mli src/date_sig.mli src/date.mli src/calendar_sig.mli src/calendar_builder.mli src/calendar.mli src/fcalendar.mli src/printer.mli src/version.mli src/utils.ml src/time_Zone.ml src/time.ml src/ftime.ml src/date.ml src/calendar_builder.ml src/calendar.ml src/fcalendar.ml src/printer.ml src/version.ml File "src/printer.ml", line 184, characters 16-32: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. make: Leaving directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' + mv TODO TODO.old + iconv -f iso-8859-1 -t utf-8 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12367 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-calendar-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-calendar-buildroot + cd ocaml-calendar-2.04 + export DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot + DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot + export OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib + mkdir -p /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/stublibs + make install make: Entering directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.a Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.o Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/version.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/printer.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/fcalendar.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendar.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendar_builder.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendar_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/date.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/date_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/ftime.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/time.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/time_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/period.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/time_Zone.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/utils.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxa Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmx Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmo Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmi Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cma Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/META make: Leaving directory `/usr/src/RPM/BUILD/ocaml-calendar-2.04' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-calendar-buildroot (auto) mode of './usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-calendar-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/ocaml-calendar-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-calendar-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/ocaml-calendar-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_backtrace_pos verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_young_ptr verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_int_of_string verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Not_found verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_young_limit verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_localtime verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_gmtime verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlChar verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlFormat verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlHashtbl verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Failure verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_gettimeofday verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_time verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_modf_float verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_float_of_string verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_lessthan verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlBytes__map_1320 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlFormat__formatter_of_buffer_1626 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlFormat__pp_print_char_1497 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlPervasives__string_of_int_1146 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlList__exists_1327 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_int_compare verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlFormat__pp_print_string_1485 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__matched_group_1616 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlFormat__pp_print_flush_1515 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__search_forward_1598 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: fmod verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__parse_1508 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlCamlinternalLazy__force_lazy_block_1258 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlPervasives__$5e_1117 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__compile_1399 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlBytes__make_1211 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlBuffer__create_1204 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlBytes__sub_1229 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlList__iter_1252 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlPervasives__invalid_arg_1007 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_string_equal Hardlinking identical .pyc and .pyo files Processing files: ocaml-calendar-2.04-alt4.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12367 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-calendar-2.04 + DOCDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + /bin/mkdir -p /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + cp -prL CHANGES README TODO LGPL COPYING /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + chmod -R go-w /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + chmod -R a+rX /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kImRlZ find-provides: running scripts (alternatives,debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Js2HOK find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: ocaml-cmi(CalendarLib) = 4.04-66283881, ocaml-cmx(CalendarLib) = 4.04-9CA4CD59 Requires: ocaml-cmi(Array) = 4.04-83626447, ocaml-cmi(Buffer) = 4.04-C932A669, ocaml-cmi(CamlinternalFormatBasics) = 4.04-CBD5F2D6, ocaml-cmi(CamlinternalLazy) = 4.04-6C185D0C, ocaml-cmi(Format) = 4.04-AED1D740, ocaml-cmi(Hashtbl) = 4.04-4744E626, ocaml-cmi(Lazy) = 4.04-7E97F2D9, ocaml-cmi(List) = 4.04-CD293869, ocaml-cmi(Pervasives) = 4.04-EEF96F96, ocaml-cmi(Str) = 4.04-CA27EF63, ocaml-cmi(String) = 4.04-609A5859, ocaml-cmi(Unix) = 4.04-24C53108, ocaml-cmx(Buffer) = 4.04-F9E132E8, ocaml-cmx(CamlinternalLazy) = 4.04-F7EC0871, ocaml-cmx(Format) = 4.04-76F5E72B, ocaml-cmx(Hashtbl) = 4.04-10ED452F, ocaml-cmx(List) = 4.04-86C7F6E3, ocaml-cmx(Pervasives) = 4.04-B713A8F4, ocaml-cmx(Str) = 4.04-489FA6CC, ocaml-cmx(String) = 4.04-ADABD02E, ocaml-cmx(Unix) = 4.04-43081183, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UNqd4y Creating ocaml-calendar-debuginfo package Processing files: ocaml-calendar-devel-2.04-alt4.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1974 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-calendar-2.04 + DOCDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + /bin/mkdir -p /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + cp -prL CHANGES README TODO LGPL COPYING calendarFAQ-2.6.txt doc/Calendar.Precise.html doc/Calendar.html doc/Calendar_builder.Make.html doc/Calendar_builder.Make_Precise.html doc/Calendar_builder.html doc/Calendar_sig.S.Date.html doc/Calendar_sig.S.Period.html doc/Calendar_sig.S.Time.html doc/Calendar_sig.S.html doc/Calendar_sig.html doc/Date.html doc/Date_sig.S.Period.html doc/Date_sig.S.html doc/Date_sig.html doc/Fcalendar.Precise.html doc/Fcalendar.html doc/Ftime.html doc/Period.S.html doc/Period.html doc/Printer.Calendar.html doc/Printer.CalendarPrinter.html doc/Printer.Date.html doc/Printer.DatePrinter.html doc/Printer.Fcalendar.html doc/Printer.Ftime.html doc/Printer.Precise_Calendar.html doc/Printer.Precise_Fcalendar.html doc/Printer.S.html doc/Printer.Time.html doc/Printer.TimePrinter.html doc/Printer.html doc/Time.html doc/Time_Zone.html doc/Time_sig.S.Period.html doc/Time_sig.S.Second.html doc/Time_sig.S.html doc/Time_sig.Second.html doc/Time_sig.html doc/Utils.Comparable.html doc/Utils.Float.html doc/Utils.Int.html doc/Utils.html doc/Version.html doc/index.html doc/index_attributes.html doc/index_class_types.html doc/index_classes.html doc/index_exceptions.html doc/index_extensions.html doc/index_methods.html doc/index_module_types.html doc/index_modules.html doc/index_types.html doc/index_values.html doc/style.css doc/type_Calendar.Precise.html doc/type_Calendar.html doc/type_Calendar_builder.Make.html doc/type_Calendar_builder.Make_Precise.html doc/type_Calendar_builder.html doc/type_Calendar_sig.S.Date.html doc/type_Calendar_sig.S.Period.html doc/type_Calendar_sig.S.Time.html doc/type_Calendar_sig.S.html doc/type_Calendar_sig.html doc/type_Date.html doc/type_Date_sig.S.Period.html doc/type_Date_sig.S.html doc/type_Date_sig.html doc/type_Fcalendar.Precise.html doc/type_Fcalendar.html doc/type_Ftime.html doc/type_Period.S.html doc/type_Period.html doc/type_Printer.Calendar.html doc/type_Printer.CalendarPrinter.html doc/type_Printer.Date.html doc/type_Printer.DatePrinter.html doc/type_Printer.Fcalendar.html doc/type_Printer.Ftime.html doc/type_Printer.Precise_Calendar.html doc/type_Printer.Precise_Fcalendar.html doc/type_Printer.S.html doc/type_Printer.Time.html doc/type_Printer.TimePrinter.html doc/type_Printer.html doc/type_Time.html doc/type_Time_Zone.html doc/type_Time_sig.S.Period.html doc/type_Time_sig.S.Second.html doc/type_Time_sig.S.html doc/type_Time_sig.Second.html doc/type_Time_sig.html doc/type_Utils.Comparable.html doc/type_Utils.Float.html doc/type_Utils.Int.html doc/type_Utils.html doc/type_Version.html /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + chmod -R go-w /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + chmod -R a+rX /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VfVYAq find-provides: running scripts (alternatives,debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QwhGZk find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: ocaml-cmx(CalendarLib) = 4.04-9CA4CD59 Requires: ocaml-calendar = 2.04-alt4.M80P.1, ocaml-cmi(Array) = 4.04-83626447, ocaml-cmi(Buffer) = 4.04-C932A669, ocaml-cmi(CalendarLib) = 4.04-66283881, ocaml-cmi(CamlinternalFormatBasics) = 4.04-CBD5F2D6, ocaml-cmi(CamlinternalLazy) = 4.04-6C185D0C, ocaml-cmi(Format) = 4.04-AED1D740, ocaml-cmi(Hashtbl) = 4.04-4744E626, ocaml-cmi(Lazy) = 4.04-7E97F2D9, ocaml-cmi(List) = 4.04-CD293869, ocaml-cmi(Pervasives) = 4.04-EEF96F96, ocaml-cmi(Str) = 4.04-CA27EF63, ocaml-cmi(String) = 4.04-609A5859, ocaml-cmi(Unix) = 4.04-24C53108, ocaml-cmx(Buffer) = 4.04-F9E132E8, ocaml-cmx(CamlinternalLazy) = 4.04-F7EC0871, ocaml-cmx(Format) = 4.04-76F5E72B, ocaml-cmx(Hashtbl) = 4.04-10ED452F, ocaml-cmx(List) = 4.04-86C7F6E3, ocaml-cmx(Pervasives) = 4.04-B713A8F4, ocaml-cmx(Str) = 4.04-489FA6CC, ocaml-cmx(String) = 4.04-ADABD02E, ocaml-cmx(Unix) = 4.04-43081183 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7MXwei Processing files: ocaml-calendar-debuginfo-2.04-alt4.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aAixgi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TgFx6k find-requires: running scripts (debuginfo) Requires: ocaml-calendar = 2.04-alt4.M80P.1 Removing 1 extra deps from ocaml-calendar-devel due to dependency on ocaml-calendar Removing 21 extra deps from ocaml-calendar-devel due to repentancy on ocaml-calendar Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-calendar-2.04-alt4.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-calendar-devel-2.04-alt4.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-calendar-debuginfo-2.04-alt4.M80P.1.x86_64.rpm 10.96user 0.63system 0:25.17elapsed 46%CPU (0avgtext+0avgdata 35104maxresident)k 0inputs+0outputs (0major+329679minor)pagefaults 0swaps 17.45user 2.64system 0:37.30elapsed 53%CPU (0avgtext+0avgdata 121952maxresident)k 0inputs+0outputs (0major+570773minor)pagefaults 0swaps --- ocaml-calendar-2.04-alt4.M80P.1.x86_64.rpm.repo 2017-07-12 05:09:50.000000000 +0000 +++ ocaml-calendar-2.04-alt4.M80P.1.x86_64.rpm.hasher 2019-04-14 01:43:27.797310180 +0000 @@ -39,3 +39,3 @@ Provides: ocaml-cmi(CalendarLib) = 4.04-66283881 -Provides: ocaml-cmx(CalendarLib) = 4.04-861A2D11 +Provides: ocaml-cmx(CalendarLib) = 4.04-9CA4CD59 Provides: ocaml-calendar = 2.04-alt4.M80P.1 --- ocaml-calendar-devel-2.04-alt4.M80P.1.x86_64.rpm.repo 2017-07-12 05:09:50.000000000 +0000 +++ ocaml-calendar-devel-2.04-alt4.M80P.1.x86_64.rpm.hasher 2019-04-14 01:43:27.989310114 +0000 @@ -122,3 +122,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: ocaml-cmx(CalendarLib) = 4.04-861A2D11 +Provides: ocaml-cmx(CalendarLib) = 4.04-9CA4CD59 Provides: ocaml-calendar-devel = 2.04-alt4.M80P.1