<86>May 27 06:22:19 userdel[1306322]: delete user 'rooter' <86>May 27 06:22:19 userdel[1306322]: removed group 'rooter' owned by 'rooter' <86>May 27 06:22:19 userdel[1306322]: removed shadow group 'rooter' owned by 'rooter' <86>May 27 06:22:19 groupadd[1306378]: group added to /etc/group: name=rooter, GID=1868 <86>May 27 06:22:19 groupadd[1306378]: group added to /etc/gshadow: name=rooter <86>May 27 06:22:19 groupadd[1306378]: new group: name=rooter, GID=1868 <86>May 27 06:22:19 useradd[1306405]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>May 27 06:22:19 userdel[1306494]: delete user 'builder' <86>May 27 06:22:19 userdel[1306494]: removed group 'builder' owned by 'builder' <86>May 27 06:22:19 userdel[1306494]: removed shadow group 'builder' owned by 'builder' <86>May 27 06:22:19 groupadd[1306554]: group added to /etc/group: name=builder, GID=1869 <86>May 27 06:22:19 groupadd[1306554]: group added to /etc/gshadow: name=builder <86>May 27 06:22:19 groupadd[1306554]: new group: name=builder, GID=1869 <86>May 27 06:22:19 useradd[1306584]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none <13>May 27 06:22:21 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>May 27 06:22:21 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>May 27 06:22:29 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>May 27 06:22:29 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed <13>May 27 06:22:29 rpmi: ocaml-ocamldoc-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 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.25642 + 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.25642 + 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.13.1: 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.22146 + 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_1036' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__from_business_1049' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__day_of_int_1058' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__month_of_int_1062' 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_4494' 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_4653' 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 either the file containing the function 'camlCalendarLib__Printer__code_begin' or the file containing the function 'camlCalendarLib__Printer__name_of_day_274' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__short_name_of_day_277' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4403' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__short_name_of_month_358' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__bad_format_390' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__not_match_393' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__Make_783' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fprint_461' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4643' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_option_502' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_fstring_575' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_biz_590' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_number_600' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_word_inner_4961' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4970' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_tz_654' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_option_659' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_5115' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__dot_689' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__cannot_create_event_784' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_954' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__hour_963' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__minute_966' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_969' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_974' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_1103' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_1117' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_week_1122' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_month_1125' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_year_1128' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__week_1131' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__month_1134' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__int_month_1137' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__year_1140' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_1143' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1146' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_1273' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_1286' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_1294' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_week_1299' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_month_1302' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__day_of_year_1305' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__week_1308' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__month_1311' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__int_month_1314' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__year_1317' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_1320' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1323' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_1646' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_2404' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_2935' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_3123' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__make_3695' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_3874' 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 either the file containing the function 'camlCalendarLib__Ftime__code_begin' or the file containing the function 'camlCalendarLib__Ftime__from_gmt_114' 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_726' 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_1232' 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_948' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_984' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__to_unixtm_1033' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__to_business_1039' 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_367' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__gen_month_of_name_397' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__gen_day_of_name_406' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_521' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_S_641' is not compiled with -fpic/-fPIC either the file containing the function 'camlCalendarLib__Ftime__code_begin' or the file containing the function 'camlCalendarLib__Ftime__from_gmt_114' 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_4512' 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_4589' 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_4693' 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_4854' 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_1822' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_2571' 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_4646' 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_274' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__name_of_month_355' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__set_word_regexp_418' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4587' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4600' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_word_605' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_a_616' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_b_619' 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 either the file containing the function 'camlCalendarLib__Time__code_begin' or the file containing the function 'camlCalendarLib__Time__from_gmt_109' is not compiled with -fpic/-fPIC either the file containing the function 'camlCalendarLib__Ftime__code_begin' or the file containing the function 'camlCalendarLib__Ftime__from_gmt_114' 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_972' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__weeks_in_year_944' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__nth_weekday_of_month_955' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__from_unixtm_1029' 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_1268' 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_503' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_char_597' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_format_660' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__carnaval_996' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__mardi_gras_999' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__ash_1002' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__palm_1005' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_friday_1008' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_saturday_1011' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__easter_monday_1014' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__ascension_1017' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__withsunday_1020' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__withmonday_1023' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Date__corpus_christi_1026' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_2469' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_3760' 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_2568' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_3871' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_3858' 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_1720' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__from_business_3009' 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_1819' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__century_3120' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__second_3107' 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 the file containing the function 'camlCalendarLib__Fcalendar__fun_4845' 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_525' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__aux_373' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_char_487' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_time_498' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_block_513' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_string_493' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__aux_402' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__aux_411' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__short_interval_441' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__fun_4625' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__print_int_489' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__read_block_695' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_d_622' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_H_625' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_I_628' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_m_631' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_M_634' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__parse_Y_651' is not compiled with -fpic/-fPIC the file containing the function 'camlCalendarLib__Printer__build_765' 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_682 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Int__to_string_117 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__$5e_140 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_707 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_256 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__parse_1090 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__compile_860 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__search_forward_1188 verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__matched_group_1210 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_930 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_176 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.22146 + 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.4vE1Eb 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.cthsiI 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.13.1-652176DC, ocaml-cmx(CalendarLib) = 4.13.1-3EA5F170 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmx(CamlinternalLazy) = 4.13.1-A070CF58, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-7228153E, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__String) = 4.13.1-5279372C, ocaml-cmx(Str) = 4.13.1-D128746E, ocaml-cmx(Unix) = 4.13.1-20B643D7, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SQFbUG Creating ocaml-calendar-debuginfo package Processing files: ocaml-calendar-devel-2.04-alt8 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.35940 + 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.v8xFZX 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.VyyuWr 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.13.1-3EA5F170 Requires: ocaml-calendar = 2.04-alt8, ocaml-cmi(CalendarLib) = 4.13.1-652176DC, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmx(CamlinternalLazy) = 4.13.1-A070CF58, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-7228153E, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__String) = 4.13.1-5279372C, ocaml-cmx(Str) = 4.13.1-D128746E, ocaml-cmx(Unix) = 4.13.1-20B643D7 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JgMmbk 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.QWTVhw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DpNdkZ 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) 7.54user 1.47system 0:16.44elapsed 54%CPU (0avgtext+0avgdata 26320maxresident)k 0inputs+0outputs (0major+340329minor)pagefaults 0swaps 1.92user 1.56system 0:30.51elapsed 11%CPU (0avgtext+0avgdata 109624maxresident)k 0inputs+0outputs (0major+206132minor)pagefaults 0swaps --- ocaml-calendar-2.04-alt8.i586.rpm.repo 2021-11-06 20:39:46.000000000 +0000 +++ ocaml-calendar-2.04-alt8.i586.rpm.hasher 2023-05-27 06:22:48.106529850 +0000 @@ -45,3 +45,3 @@ Provides: ocaml-cmi(CalendarLib) = 4.13.1-652176DC -Provides: ocaml-cmx(CalendarLib) = 4.13.1-1BF36403 +Provides: ocaml-cmx(CalendarLib) = 4.13.1-3EA5F170 Provides: ocaml-calendar = 2.04-alt8:sisyphus+288339.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 0abb3babef8420237dd7caa0c5242f52 -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cma 100644 root:root 111a863600e9941ef9d6a7f8a11ec1e4 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.a 100644 root:root 88f82988519731b86325ecee7be91c9e +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cma 100644 root:root d4200cc132ceabb2a6faef22bc53c3da File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmi 100644 root:root 7b7733e9202ab50d8ae227595222e76e -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmo 100644 root:root 428ea460681fd5c9975a396876f1cb64 -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxa 100644 root:root 22839bc2622ca1742442f9473edf047c -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs 100644 root:root 231f59d57b89ee5e5f0eaaa502ae796c -File: /usr/lib/ocaml/site-lib/calendar/calendarLib.o 100644 root:root c83396e16cd8a6eee30623245a20cfc6 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmo 100644 root:root a4be5e6bf497e14c3c40b8bc04ef5140 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxa 100644 root:root a576fda05a40742eea872cff91a3690d +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs 100644 root:root fe77f11e7891542f73e4f07b55ec6ba8 +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.o 100644 root:root d15cbba76352d93ebddb4374957154a4 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: e4d4c14df368deb5e197b0e64cc1ca3a4b4111899ec6ccc998309e3f3062a4df3ccbdb3f720dcea6d7e347689f426b51795044a22614ff45e0c8bf6d69007b06 +RPMIdentity: e8a80c7daec7843bd60f90bef49c4e882a4c449e5eb15d2f8d352efea5e7d46ff02927322c31983d8ad8792cae0a83cfb327d6c3300738e2301ae095a1377d83 --- ocaml-calendar-debuginfo-2.04-alt8.i586.rpm.repo 2021-11-06 20:39:46.000000000 +0000 +++ ocaml-calendar-debuginfo-2.04-alt8.i586.rpm.hasher 2023-05-27 06:22:48.200531369 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7d 40755 root:root -/usr/lib/debug/.build-id/7d/27f7e654e9c328da519b739afde076711c421c 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs -/usr/lib/debug/.build-id/7d/27f7e654e9c328da519b739afde076711c421c.debug 120777 root:root ../../usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug +/usr/lib/debug/.build-id/22 40755 root:root +/usr/lib/debug/.build-id/22/aa5115be6e781c688113d6e34458cbd71c6248 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs +/usr/lib/debug/.build-id/22/aa5115be6e781c688113d6e34458cbd71c6248.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+288339.2400.3.1 -File: /usr/lib/debug/.build-id/7d 40755 root:root -File: /usr/lib/debug/.build-id/7d/27f7e654e9c328da519b739afde076711c421c 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs -File: /usr/lib/debug/.build-id/7d/27f7e654e9c328da519b739afde076711c421c.debug 120777 root:root ../../usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug +File: /usr/lib/debug/.build-id/22 40755 root:root +File: /usr/lib/debug/.build-id/22/aa5115be6e781c688113d6e34458cbd71c6248 120777 root:root ../../../ocaml/site-lib/calendar/calendarLib.cmxs +File: /usr/lib/debug/.build-id/22/aa5115be6e781c688113d6e34458cbd71c6248.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 f31c66207e58443260cfa94e282e9c9d +File: /usr/lib/debug/usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs.debug 100644 root:root 28faa6d6a05e7c575b9e19e183fed3e8 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: 03315ea4a3195d87196dd34bbe6b8c2a7d6ba37ab3e8d207ac568d0dc873ee66a6ce6a2143922d3f78e9b5edb5b4f8d864ea0e96d2216de5f91591a233cd4efc +RPMIdentity: 15b2b104318aff8db68d88f039f6f90f62a3c6b768fbe5b856a4165ced31ab4d45eb0a670592afe67f80c26dca232dcaabd4e8316fb7dab48d1089327346aa78 --- ocaml-calendar-devel-2.04-alt8.i586.rpm.repo 2021-11-06 20:39:45.000000000 +0000 +++ ocaml-calendar-devel-2.04-alt8.i586.rpm.hasher 2023-05-27 06:22:48.274532566 +0000 @@ -122,6 +122,6 @@ Requires: rpmlib(PayloadIsLzma) -Provides: ocaml-cmx(CalendarLib) = 4.13.1-1BF36403 +Provides: ocaml-cmx(CalendarLib) = 4.13.1-3EA5F170 Provides: ocaml-calendar-devel = 2.04-alt8:sisyphus+288339.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 129d3816509feb0e01062687ed4849de +File: /usr/lib/ocaml/site-lib/calendar/calendarLib.cmx 100644 root:root 712a267afc107148d940505166cc3e40 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: 2d1e384f40af5af8044bcabc3a08cd532239201b933d199efe7a476c3614a3091a1def88d291fca74f075ca725f9b452f248b16943e6ed78432a8d98c711d881 +RPMIdentity: 3efdbaf179e38e0034e5a8117c6513cfe7e6212527a02280c3c7ea075ba3dfd9622879c409ce870af75a274c5bf4ec9f569502f0423d16a4a7fa9a0fbf002384