<86>Oct 9 12:49:40 userdel[1309782]: delete user 'rooter' <86>Oct 9 12:49:40 groupadd[1309882]: group added to /etc/group: name=rooter, GID=690 <86>Oct 9 12:49:40 groupadd[1309882]: group added to /etc/gshadow: name=rooter <86>Oct 9 12:49:40 groupadd[1309882]: new group: name=rooter, GID=690 <86>Oct 9 12:49:40 useradd[1310024]: new user: name=rooter, UID=690, GID=690, home=/root, shell=/bin/bash <86>Oct 9 12:49:40 userdel[1310226]: delete user 'builder' <86>Oct 9 12:49:40 userdel[1310226]: removed group 'builder' owned by 'builder' <86>Oct 9 12:49:40 userdel[1310226]: removed shadow group 'builder' owned by 'builder' <86>Oct 9 12:49:40 groupadd[1310322]: group added to /etc/group: name=builder, GID=691 <86>Oct 9 12:49:40 groupadd[1310322]: group added to /etc/gshadow: name=builder <86>Oct 9 12:49:40 groupadd[1310322]: new group: name=builder, GID=691 <86>Oct 9 12:49:40 useradd[1310536]: new user: name=builder, UID=691, GID=691, home=/usr/src, shell=/bin/bash <13>Oct 9 12:49:43 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Oct 9 12:49:43 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Oct 9 12:49:57 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Oct 9 12:49:57 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626535786 installed <13>Oct 9 12:49:58 rpmi: ocaml-ocamldoc-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-calendar-2.04-alt8.nosrc.rpm (w1.gzdio) Installing ocaml-calendar-2.04-alt8.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87055 + 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.87055 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-calendar-2.04 + ./configure --libdir=/usr/lib checking for ocamlc... ocamlc ocaml version is 4.12.0: Good! ocaml library path is /usr/lib/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_elf checking extension for object files... .o checking extension for library files... .a checking for /usr/lib/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 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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.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 ld: target/calendarLib.a(calendarLib.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object 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/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 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 File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.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/StringLabels.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.43275 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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/lib/ocaml/site-lib + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib + mkdir -p /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/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/lib/ocaml/site-lib/calendar/calendarLib.a Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendarLib.o Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/version.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/printer.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/fcalendar.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendar.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendar_builder.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendar_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/date.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/date_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/ftime.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/time.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/time_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/period.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/time_Zone.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/utils.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendarLib.cmxa Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendarLib.cmx Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendarLib.cmo Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendarLib.cmi Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/ocaml/site-lib/calendar/calendarLib.cma Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib/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/lib/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,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-calendar-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-calendar-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-calendar-buildroot ./usr/lib: (from :0) 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) the file containing the function 'camlCalendarLib__Utils__round_561' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Utils__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__change_143' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__aux_151' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__on_172' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__to_hours_199' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__to_minutes_202' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__from_hours_218' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__from_minutes_221' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__to_minutes_297' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__to_hours_299' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__normalize_120' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__second_203' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__to_hours_206' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__to_minutes_209' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__from_hours_225' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__from_minutes_228' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__to_minutes_305' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__to_hours_307' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__next_313' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__prev_317' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__date_ok_351' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__make_361' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__from_unixfloat_395' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__days_in_month_512' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__is_valid_date_518' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__next_867' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__prev_871' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__to_unixfloat_1031' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__from_business_1044' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__day_of_int_1053' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__month_of_int_1057' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__fun_4491' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__convert_467' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_gmt_473' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_gmt_476' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_date_479' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_date_482' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_time_485' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_valid_490' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__create_493' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__make_497' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_mjd_576' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_mjd_582' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_unixfloat_624' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_unixfloat_627' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__split_690' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__aux_693' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__split_1050' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__unsplit_1059' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__fun_4650' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_jd_1262' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_mjd_1267' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_jd_1270' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_mjd_1274' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_unixfloat_1316' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_unixfloat_1319' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__split_1342' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__aux_1345' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4366' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__short_name_of_day_274' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4371' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__short_name_of_month_331' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__bad_format_363' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__not_match_366' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__Make_754' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fprint_432' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4611' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_option_473' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_fstring_546' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_biz_561' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_number_571' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_word_inner_4929' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4938' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_tz_625' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_option_630' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_5083' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__dot_660' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__cannot_create_event_755' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_925' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__hour_934' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__minute_937' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_940' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_945' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_1074' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_1088' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_week_1093' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_month_1096' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_year_1099' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__week_1102' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__month_1105' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__int_month_1108' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__year_1111' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_1114' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1117' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_1244' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_1257' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_1265' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_week_1270' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_month_1273' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_year_1276' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__week_1279' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__month_1282' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__int_month_1285' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__year_1288' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_1291' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1294' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_1617' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_2375' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_2906' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_3094' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_3666' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_3845' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__is_dst_166' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__normalize_115' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__now_144' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__to_float_236' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__div_291' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__convert_108' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__from_gmt_114' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__to_gmt_117' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__make_126' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__now_149' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__from_int_235' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__make_271' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__lmake_inner_723' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__hour_289' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__minute_291' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__add_296' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__sub_297' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__mul_298' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__div_299' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__opp_300' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__add_310' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__sub_311' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__rem_312' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__coerce_month_356' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__today_445' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__make_530' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__lmake_inner_1227' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__day_545' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__week_548' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__month_550' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__year_552' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__add_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__sub_558' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__opp_562' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__nb_days_831' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__ymd_837' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__sub_848' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__precise_sub_852' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__aux_856' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__week_first_last_943' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_979' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__to_unixtm_1028' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__to_business_1034' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__now_525' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_unixtm_618' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__normalize_702' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__make_708' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__year_735' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__month_737' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__week_739' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_741' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__hour_744' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__minute_746' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__second_748' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__add_750' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__sub_754' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__opp_758' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_date_1028' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_time_1030' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__ymds_1043' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__sub_1073' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__precise_sub_1081' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__normalize_1146' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_date_1204' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__create_1213' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__compute_1219' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__make_1228' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__now_1256' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_unixtm_1310' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__normalize_1354' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__make_1359' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__year_1386' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__month_1388' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__week_1390' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_1392' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__hour_1395' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__minute_1397' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__second_1399' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__add_1401' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__sub_1405' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__opp_1409' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_date_1422' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_time_1424' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__ymds_1437' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__sub_1452' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__precise_sub_1456' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_number_340' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__gen_month_of_name_370' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__gen_day_of_name_379' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_492' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_S_612' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_inner_4509' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_506' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_unixtm_615' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_inner_4586' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_715' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_inner_4690' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_1237' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_unixtm_1307' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_inner_4851' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__lmake_1366' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1793' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_2542' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Utils__set_precision_550' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Utils__equal_553' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Utils__compare_557' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__current_140' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__from_gmt_160' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__to_gmt_163' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__from_gmt_109' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__to_gmt_112' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__current_day_388' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_gmt_1198' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__from_gmt_1201' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_date_1207' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__to_time_1210' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__days_in_month_1277' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_of_week_1280' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_of_month_1283' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_of_year_1286' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__week_1289' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__month_1292' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__year_1295' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__hour_1298' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__minute_1301' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__second_1304' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_leap_day_1322' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_gregorian_1325' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_julian_1328' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_pm_1331' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_am_1334' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4614' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Fcalendar__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__name_of_day_271' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__name_of_month_328' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__set_word_regexp_391' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4555' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4568' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_word_576' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_a_587' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_b_590' is not compiled with -fpic/-fPIC either the file containing the function 'camlCalendarLib__Version__code_begin' or the file containing the function 'camlCalendarLib__Version__code_end' is not compiled with -fpic/-fPIC either the file containing the function 'camlCalendarLib__Utils__code_begin' or the file containing the function 'camlCalendarLib__Utils__compare_288' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__gap_147' is not compiled with -fpic/-fPIC either the file containing the function 'camlCalendarLib__Utils__code_begin' or the file containing the function 'camlCalendarLib__Utils__compare_288' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Utils__compare_288' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__lt_147' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time_Zone__hour_of_dst_169' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__convert_103' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__convert_1172' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__hour_190' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__minute_193' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__second_196' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__is_pm_208' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Time__is_am_213' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__hour_197' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__minute_200' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__is_pm_215' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__is_am_220' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__lmake_131' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__midnight_143' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__lmake_275' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Ftime__midday_146' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__day_of_month_477' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__int_month_482' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__month_486' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__is_leap_day_515' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__add_841' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__day_of_year_504' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_943' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__weeks_in_year_939' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__nth_weekday_of_month_950' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__from_unixtm_1024' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__same_calendar_875' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__fun_inner_1263' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__equal_569' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__rem_863' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_format_474' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_char_568' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_format_631' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__carnaval_991' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__mardi_gras_994' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__ash_997' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__palm_1000' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_friday_1003' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_saturday_1006' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_monday_1009' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__ascension_1012' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__withsunday_1015' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__withmonday_1018' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__corpus_christi_1021' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_2440' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_3731' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__days_in_month_585' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_of_week_588' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_of_month_591' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__day_of_year_594' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__week_597' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__month_600' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__year_603' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_leap_day_630' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_gregorian_633' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_julian_636' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__hour_606' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__minute_609' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__second_612' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_pm_639' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_am_642' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_2539' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_3842' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_3829' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__rem_1069' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__add_1063' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__next_1089' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__prev_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_1691' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_2980' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__compare_761' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__equal_765' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__gen_to_time_1034' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__equal_1137' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__compare_1141' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__compare_1412' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__equal_1416' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__gen_to_time_1428' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__add_1444' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__next_1460' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__prev_1465' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__is_valid_1225' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_1790' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_3091' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_3078' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar_builder__rem_1448' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar__fun_4870' is not compiled with -fpic/-fPIC either the file containing the function 'camlCalendarLib__Fcalendar__code_begin' or the file containing the function 'camlCalendarLib__Fcalendar__fun_4853' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Calendar__fun_4878' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Fcalendar__fun_4853' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__sprint_496' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__aux_346' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_char_458' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_time_469' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_block_484' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_string_464' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__aux_375' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__aux_384' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__short_interval_414' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4593' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_int_460' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_block_666' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_d_593' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_H_596' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_I_599' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_m_602' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_M_605' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_Y_622' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__build_736' is not compiled with -fpic/-fPIC either the file containing the function 'camlCalendarLib__Version__code_begin' or the file containing the function 'camlCalendarLib__Version__code_end' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_modf_float verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__hashtbl verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_lessthan verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_time_unboxed verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_localtime verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_gmtime verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: fmod verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_gettimeofday_unboxed verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__bytes__sub_116 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format__pp_print_char_560 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__int__to_string_111 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format__pp_print_string_516 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__$5e_137 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlCamlinternalLazy__force_lazy_block_166 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format__pp_print_flush_585 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__char verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__bytes__map_226 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__parse_1022 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__compile_827 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__search_forward_1120 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__matched_group_1142 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__bytes__make_93 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__buffer__create_86 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format__formatter_of_buffer_808 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__list__iter_261 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_int_of_string verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_float_of_string verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__string_of_int_173 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__list__exists_340 Processing files: ocaml-calendar-2.04-alt8 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43275 + 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.qSqDFe find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pPqtla find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(CalendarLib) = 4.12.0-6BDF476B, ocaml-cmx(CalendarLib) = 4.12.0-DC17F516 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__lazy) = 4.12.0-5D62F857, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Str) = 4.12.0-BEF96AEE, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-cmx(CamlinternalLazy) = 4.12.0-1CC2562D, ocaml-cmx(Stdlib) = 4.12.0-D5811101, ocaml-cmx(Stdlib__buffer) = 4.12.0-6D7A613A, ocaml-cmx(Stdlib__format) = 4.12.0-5D89D582, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-3829FA7A, ocaml-cmx(Stdlib__list) = 4.12.0-DC8662E5, ocaml-cmx(Stdlib__string) = 4.12.0-6DBCA81D, ocaml-cmx(Str) = 4.12.0-C03EA0DC, ocaml-cmx(Unix) = 4.12.0-AD4D21FE, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3gDQHd Creating ocaml-calendar-debuginfo package Processing files: ocaml-calendar-devel-2.04-alt8 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.62832 + 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.af3vgd find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oUFSAe find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(CalendarLib) = 4.12.0-DC17F516 Requires: ocaml-calendar = 2.04-alt8, ocaml-cmi(CalendarLib) = 4.12.0-6BDF476B, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__lazy) = 4.12.0-5D62F857, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Str) = 4.12.0-BEF96AEE, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-cmx(CamlinternalLazy) = 4.12.0-1CC2562D, ocaml-cmx(Stdlib) = 4.12.0-D5811101, ocaml-cmx(Stdlib__buffer) = 4.12.0-6D7A613A, ocaml-cmx(Stdlib__format) = 4.12.0-5D89D582, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-3829FA7A, ocaml-cmx(Stdlib__list) = 4.12.0-DC8662E5, ocaml-cmx(Stdlib__string) = 4.12.0-6DBCA81D, ocaml-cmx(Str) = 4.12.0-C03EA0DC, ocaml-cmx(Unix) = 4.12.0-AD4D21FE Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BvC4Da Processing files: ocaml-calendar-debuginfo-2.04-alt8 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iWpBnd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dEV15d find-requires: running scripts (debuginfo) Requires: ocaml-calendar = 2.04-alt8 Adding to ocaml-calendar-devel a strict dependency on ocaml-calendar Adding to ocaml-calendar-debuginfo a strict dependency on ocaml-calendar Removing 1 extra deps from ocaml-calendar-devel due to dependency on ocaml-calendar Removing 27 extra deps from ocaml-calendar-devel due to repentancy on ocaml-calendar Wrote: /usr/src/RPM/RPMS/i586/ocaml-calendar-2.04-alt8.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-calendar-devel-2.04-alt8.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-calendar-debuginfo-2.04-alt8.i586.rpm (w2.lzdio) 12.35user 1.04system 0:21.63elapsed 61%CPU (0avgtext+0avgdata 25976maxresident)k 0inputs+0outputs (0major+332588minor)pagefaults 0swaps 27.30user 5.44system 0:45.78elapsed 71%CPU (0avgtext+0avgdata 104108maxresident)k 0inputs+0outputs (30106major+599477minor)pagefaults 0swaps --- ocaml-calendar-2.04-alt8.i586.rpm.repo 2021-04-06 15:35:28.000000000 +0000 +++ ocaml-calendar-2.04-alt8.i586.rpm.hasher 2021-10-09 12:50:22.181731429 +0000 @@ -45,3 +45,3 @@ Provides: ocaml-cmi(CalendarLib) = 4.12.0-6BDF476B -Provides: ocaml-cmx(CalendarLib) = 4.12.0-3D25CD00 +Provides: ocaml-cmx(CalendarLib) = 4.12.0-DC17F516 Provides: ocaml-calendar = 2.04-alt8:sisyphus+268975.2400.3.1 @@ -49,9 +49,9 @@ File: /usr/lib/ocaml/site-lib/calendar/META 100644 root:root 45cc0547dcaf8c01f8cb2bb1b9122efa -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.a 100644 root:root f9bb3994e2124f4c40ade49b188f738e -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cma 100644 root:root fd181252a10a18086724b68a7d07c3d7 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.a 100644 root:root 8a57ea295178e308f61a7a7355aa19f1 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cma 100644 root:root 8c56455cf0cf084f2ad00f1b3ef014cc File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmi 100644 root:root 52651706a59730d8847fbeb65fedd57b -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmo 100644 root:root 362c51601fc5962fafebdc6a03fe66de -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxa 100644 root:root dc911164f9cac421bd9efa34613aa350 -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs 100644 root:root ad729ec0a6d5d9aaa352ba5c2f3a3262 -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.o 100644 root:root 0de7c5f2b013cac6e53da24ecace763c +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmo 100644 root:root a14a5207ae457ab73826821b4c7e7d24 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxa 100644 root:root 6d087eaadfb0c0fa3bab254719af788e +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs 100644 root:root 4df1cb45914d8b756b545fb24a3f1f50 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.o 100644 root:root f1c36484ec65c8236199b490d3279819 File: /usr/share/doc/ocaml-calendar-2.04 40755 root:root @@ -62,2 +62,2 @@ File: /usr/share/doc/ocaml-calendar-2.04/TODO 100644 root:root 95b2b90ccc880814ff2968e10f4d5265 -RPMIdentity: a1cc1a970c6d43566d1c9c04bb124a286b05e0161c033587793375442ff22f78df946cd8eaffdf4b63f201d61099b1f6ef48792fc42eb4f54c666ab6e81fb4da +RPMIdentity: 8992eea509eec85bbb0ec0ed03946514058da0ece9718d42dd67e73d31fad096c8cbb8e51580397806110dcb3f13e08834826768d869a0ad0f0f9cae9ae4d2ae --- ocaml-calendar-debuginfo-2.04-alt8.i586.rpm.repo 2021-04-06 15:35:28.000000000 +0000 +++ ocaml-calendar-debuginfo-2.04-alt8.i586.rpm.hasher 2021-10-09 12:50:22.275731496 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/af 40755 root:root -/usr/lib/debug/.build-id/af/74bd28422e1acd1bf537dc19a52afa8e8bbd21 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs -/usr/lib/debug/.build-id/af/74bd28422e1acd1bf537dc19a52afa8e8bbd21.debug 120777 root:root ../../usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug +/usr/lib/debug/.build-id/48 40755 root:root +/usr/lib/debug/.build-id/48/5c34d056309a6f8e77cb5499b57bce8ed241f4 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs +/usr/lib/debug/.build-id/48/5c34d056309a6f8e77cb5499b57bce8ed241f4.debug 120777 root:root ../../usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -21,5 +21,5 @@ Provides: ocaml-calendar-debuginfo = 2.04-alt8:sisyphus+268975.2400.3.1 -File: /usr/lib/debug/.build-id/af 40755 root:root -File: /usr/lib/debug/.build-id/af/74bd28422e1acd1bf537dc19a52afa8e8bbd21 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs -File: /usr/lib/debug/.build-id/af/74bd28422e1acd1bf537dc19a52afa8e8bbd21.debug 120777 root:root ../../usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug +File: /usr/lib/debug/.build-id/48 40755 root:root +File: /usr/lib/debug/.build-id/48/5c34d056309a6f8e77cb5499b57bce8ed241f4 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs +File: /usr/lib/debug/.build-id/48/5c34d056309a6f8e77cb5499b57bce8ed241f4.debug 120777 root:root ../../usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -27,3 +27,3 @@ File: /usr/lib/debug/usr/lib/ocaml/site-lib/calendar 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug 100644 root:root d76fb977130f91fd563a6cae2d4ea500 +File: /usr/lib/debug/usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug 100644 root:root 69ac6f94a041dde5046f990988da3da8 File: /usr/src/debug/ocaml-calendar-2.04 40755 root:root @@ -39,2 +39,2 @@ File: /usr/src/debug/ocaml-calendar-2.04/src/utils.ml 100644 root:root 69bf1d0dbdc22d7c504c8c20337c4c4a -RPMIdentity: ea3de14d38fa0132cf9f3d944cd48403ccc10a72a78022fb06d6fe6edbb71d61c19e9841c4bd63f54b744cfa9ab900cb0523227b91d4be528074f1e722b983b6 +RPMIdentity: a11eceb5918b899974970a8df8c85c6ca4ac02ec288c8052d16d324b3c2bc11feb0e62bbb5440c47f37bb5f6ec8a5e323a92b21eb010181f1c546f7e2dca37ba --- ocaml-calendar-devel-2.04-alt8.i586.rpm.repo 2021-04-06 15:35:28.000000000 +0000 +++ ocaml-calendar-devel-2.04-alt8.i586.rpm.hasher 2021-10-09 12:50:22.383731572 +0000 @@ -122,6 +122,6 @@ Requires: rpmlib(PayloadIsLzma) -Provides: ocaml-cmx(CalendarLib) = 4.12.0-3D25CD00 +Provides: ocaml-cmx(CalendarLib) = 4.12.0-DC17F516 Provides: ocaml-calendar-devel = 2.04-alt8:sisyphus+268975.2400.3.1 File: /usr/lib/ocaml/site-lib/calendar/calendar.mli 100644 root:root ea9b5a4f40c800ff8a39826587a78149 -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmx 100644 root:root 3ea78651fcbbccfb258080011c6885b5 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmx 100644 root:root 243387e54a923e9778bd33d9e5933418 File: /usr/lib/ocaml/site-lib/calendar/calendar_builder.mli 100644 root:root 08cc5f0342fa08eacf86873d4168793c @@ -244,2 +244,2 @@ File: /usr/share/doc/ocaml-calendar-devel-2.04/type_Version.html 100644 root:root b71517287e8d3c3eb6b7e304620223fb -RPMIdentity: cc00a512f72c4faf25dd88edb59f2be63ed6afb1de37b395f721dc2b231c2bfd182bd08ac7f0d1c22a3e5ef93665bb582a29101a2313653b44e72127ea6c18fb +RPMIdentity: 44d5865abfeed2016d41c96a83421313ab96eee017f2ebc96b01c6984d6a1bb07666d2d72f147c292bb5451e64344e62e5ed690e7eecd26f65cceb3dfc3b4342