<86>Feb 15 12:11:14 userdel[2026353]: delete user 'rooter'
<86>Feb 15 12:11:14 userdel[2026353]: removed group 'rooter' owned by 'rooter'
<86>Feb 15 12:11:14 userdel[2026353]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 15 12:11:14 groupadd[2026372]: group added to /etc/group: name=rooter, GID=696
<86>Feb 15 12:11:14 groupadd[2026372]: group added to /etc/gshadow: name=rooter
<86>Feb 15 12:11:14 groupadd[2026372]: new group: name=rooter, GID=696
<86>Feb 15 12:11:14 useradd[2026389]: new user: name=rooter, UID=696, GID=696, home=/root, shell=/bin/bash
<86>Feb 15 12:11:14 userdel[2026413]: delete user 'builder'
<86>Feb 15 12:11:14 userdel[2026413]: removed group 'builder' owned by 'builder'
<86>Feb 15 12:11:14 userdel[2026413]: removed shadow group 'builder' owned by 'builder'
<86>Feb 15 12:11:14 groupadd[2026434]: group added to /etc/group: name=builder, GID=697
<86>Feb 15 12:11:14 groupadd[2026434]: group added to /etc/gshadow: name=builder
<86>Feb 15 12:11:14 groupadd[2026434]: new group: name=builder, GID=697
<86>Feb 15 12:11:14 useradd[2026452]: new user: name=builder, UID=697, GID=697, home=/usr/src, shell=/bin/bash
<13>Feb 15 12:11:16 rpmi: ocaml-runtime-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed
<13>Feb 15 12:11:16 rpmi: rpm-build-ocaml-1.4.1-alt1 sisyphus+263310.60.12.1 1608876340 installed
<13>Feb 15 12:11:27 rpmi: ocaml-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed
<13>Feb 15 12:11:27 rpmi: ocaml-findlib-1.8.1-alt3 sisyphus+263310.1340.12.1 1608877326 installed
<13>Feb 15 12:11:27 rpmi: ocaml-ocamldoc-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 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.88339
+ 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.88339
+ 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.11.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 instead.
File "src/printer.ml", line 239, characters 33-49:
239 | 	    Format.pp_print_string fmt (String.lowercase (Lazy.force apm))
                                       ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
ocamlc.opt -g -I src -I target -I tests -c src/version.mli
ocamlc.opt -g -I src -I target -I tests -c src/version.ml
mkdir -p target
ocamlfind ocamlc -g -I src -I target -I tests -pack -o target/calendarLib.cmo \
	src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo
ocamlfind ocamlc -g -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/utils.ml
File "src/utils.ml", line 32, characters 14-28:
32 |   let equal = Pervasives.(=)
                   ^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src/utils.ml", line 33, characters 16-34:
33 |   let compare = Pervasives.compare
                     ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time_Zone.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/ftime.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/date.ml
File "src/date.ml", line 73, characters 2-20:
73 |   Pervasives.compare d1 d2 < 0
       ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src/date.ml", line 254, characters 12-30:
254 |     let n = Pervasives.compare x.m y.m in
                  ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src/date.ml", line 255, characters 18-36:
255 |     if n = 0 then Pervasives.compare x.d y.d else n
                        ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar_builder.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/fcalendar.ml
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/printer.ml
File "src/printer.ml", line 184, characters 16-32:
184 | 	| Uppercase -> String.uppercase s
                      ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uppercase
Use String.uppercase_ascii instead.
File "src/printer.ml", line 239, characters 33-49:
239 | 	    Format.pp_print_string fmt (String.lowercase (Lazy.force apm))
                                       ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/version.ml
mkdir -p target
ocamlfind ocamlopt -g -I src -I target -I tests -noassert -pack -o target/calendarLib.cmx \
	src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmx src/time_Zone.cmx src/time.cmx src/ftime.cmx src/date.cmx src/calendar_builder.cmx src/calendar.cmx src/fcalendar.cmx src/printer.cmx src/version.cmx
ocamlfind ocamlopt -g -I src -I target -I tests -noassert -a -o target/calendarLib.cmxa target/calendarLib.cmx
ocamlfind ocamlopt -I target -shared -linkall -o target/calendarLib.cmxs target/calendarLib.cmxa
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 instead.
File "src/printer.ml", line 239, characters 33-49:
239 | 	    Format.pp_print_string fmt (String.lowercase (Lazy.force apm))
                                       ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii instead.
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.87300
+ 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 <cmdline>: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_559' 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_142' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__aux_150' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__on_171' 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_198' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__to_minutes_201' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__from_hours_217' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__from_minutes_220' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__to_minutes_296' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__to_hours_298' 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_119' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__second_202' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__to_hours_205' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__to_minutes_208' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__from_hours_224' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__from_minutes_227' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__to_minutes_304' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__to_hours_306' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__next_312' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__prev_316' 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_350' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__make_360' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__from_unixfloat_394' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__days_in_month_511' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__is_valid_date_517' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__next_865' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__prev_869' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__to_unixfloat_1029' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__from_business_1042' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__day_of_int_1051' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__month_of_int_1055' 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_4487' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__convert_466' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_gmt_472' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_gmt_475' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_date_478' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_date_481' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_time_484' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_valid_489' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__create_492' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__make_496' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_mjd_575' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_mjd_581' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_unixfloat_623' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_unixfloat_626' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__split_689' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__aux_692' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__split_1048' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__unsplit_1057' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__fun_4646' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_jd_1260' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_mjd_1265' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_jd_1268' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_mjd_1272' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_unixfloat_1314' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_unixfloat_1317' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__split_1340' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__aux_1343' 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_269' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__short_name_of_day_272' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_4301' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__short_name_of_month_329' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__bad_format_361' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__not_match_364' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__Make_749' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fprint_430' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_4541' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_option_471' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_fstring_544' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_biz_559' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__read_number_569' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__read_word_inner_4859' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_4868' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_tz_623' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_option_628' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_5013' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__dot_658' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__cannot_create_event_750' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__make_920' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__hour_929' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__minute_932' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__second_935' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_940' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__make_1060' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_business_1074' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__day_of_week_1079' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__day_of_month_1082' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__day_of_year_1085' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__week_1088' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__month_1091' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__int_month_1094' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__year_1097' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__century_1100' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1103' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__make_1221' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_business_1242' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__day_of_week_1247' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__day_of_month_1250' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__day_of_year_1253' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__week_1256' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__month_1259' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__int_month_1262' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__year_1265' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__century_1268' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1271' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__make_1585' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__make_2334' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__make_2856' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_3044' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__make_3607' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_3786' 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__normalize_114' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__to_float_235' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__div_290' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__convert_107' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__from_gmt_113' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__to_gmt_116' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__make_125' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__now_148' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__from_int_234' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__make_270' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__lmake_inner_720' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__hour_288' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__minute_290' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__add_295' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__sub_296' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__mul_297' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__div_298' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__opp_299' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__add_309' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__sub_310' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__rem_311' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__coerce_month_355' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__make_529' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__lmake_inner_1225' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__day_544' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__week_547' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__month_549' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__year_551' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__add_553' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__sub_557' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__opp_561' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__nb_days_829' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__ymd_835' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__sub_846' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__precise_sub_850' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__aux_854' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__week_first_last_941' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__easter_977' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__to_unixtm_1026' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__to_business_1032' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__now_524' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_unixtm_617' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__normalize_701' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__make_707' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__year_734' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__month_736' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__week_738' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_740' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__hour_743' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__minute_745' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__second_747' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__add_749' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__sub_753' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__opp_757' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_date_1026' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_time_1028' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__ymds_1041' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__sub_1071' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__precise_sub_1079' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__normalize_1144' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_date_1202' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__create_1211' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__compute_1217' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__make_1226' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__now_1254' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_unixtm_1308' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__normalize_1352' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__make_1357' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__year_1384' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__month_1386' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__week_1388' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_1390' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__hour_1393' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__minute_1395' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__second_1397' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__add_1399' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__sub_1403' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__opp_1407' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_date_1420' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_time_1422' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__ymds_1435' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__sub_1450' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__precise_sub_1454' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__print_number_338' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__gen_month_of_name_368' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__gen_day_of_name_377' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__print_490' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_S_610' 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_4505' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__lmake_505' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_unixtm_614' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__lmake_inner_4582' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__lmake_714' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__lmake_inner_4686' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__lmake_1235' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_unixtm_1305' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__lmake_inner_4847' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__lmake_1364' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_1761' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__seconds_since_1970_2501' 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_548' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Utils__equal_551' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Utils__compare_555' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__current_139' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__from_gmt_159' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__to_gmt_162' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__is_dst_165' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__from_gmt_108' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__to_gmt_111' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__current_day_387' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_gmt_1196' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__from_gmt_1199' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_date_1205' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__to_time_1208' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__days_in_month_1275' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_of_week_1278' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_of_month_1281' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_of_year_1284' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__week_1287' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__month_1290' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__year_1293' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__hour_1296' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__minute_1299' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__second_1302' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_leap_day_1320' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_gregorian_1323' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_julian_1326' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_pm_1329' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_am_1332' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_4544' 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_269' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__name_of_month_326' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__set_word_regexp_389' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_4485' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_4498' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__read_word_574' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_a_585' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_b_588' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Version__entry' 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_287' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__gap_146' 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_287' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Utils__compare_287' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__now_143' is not compiled with -fpic/-fPIC
either the file containing the function 'camlCalendarLib__Date__code_begin' or the file containing the function 'camlCalendarLib__Date__date_ok_350' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__today_444' is not compiled with -fpic/-fPIC
either the file containing the function 'camlCalendarLib__Date__code_begin' or the file containing the function 'camlCalendarLib__Date__date_ok_350' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time_Zone__hour_of_dst_168' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__convert_102' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__convert_1170' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__hour_189' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__minute_192' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__second_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__is_pm_207' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Time__is_am_212' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__hour_196' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__minute_199' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__second_1234' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__is_pm_214' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__is_am_219' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__lmake_130' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__midnight_142' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__lmake_274' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Ftime__midday_145' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__day_of_month_476' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__int_month_481' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__month_485' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__is_leap_day_514' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__add_839' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__day_of_year_503' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__century_938' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__weeks_in_year_937' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__nth_weekday_of_month_948' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__from_unixtm_1022' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__same_calendar_873' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__fun_inner_1261' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__equal_568' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__rem_861' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_format_472' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__read_char_566' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_format_629' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__carnaval_989' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__mardi_gras_992' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__ash_995' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__palm_998' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__easter_friday_1001' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__easter_saturday_1004' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__easter_monday_1007' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__ascension_1010' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__withsunday_1013' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__withmonday_1016' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Date__corpus_christi_1019' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_business_2399' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_business_3672' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__days_in_month_584' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_of_week_587' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_of_month_590' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__day_of_year_593' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__week_596' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__month_599' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__year_602' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_leap_day_629' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_gregorian_632' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_julian_635' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__hour_605' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__minute_608' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__second_611' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_pm_638' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_am_641' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__century_2498' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__century_3783' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__second_3770' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__rem_1067' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__add_1061' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__next_1087' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__prev_1095' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_business_1659' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__from_business_2930' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__compare_760' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__equal_764' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__gen_to_time_1032' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__equal_1135' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__compare_1139' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__compare_1410' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__equal_1414' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__gen_to_time_1426' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__add_1442' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__next_1458' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__prev_1463' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__is_valid_1223' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__century_1758' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__century_3041' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__second_3028' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar_builder__rem_1446' is not compiled with -fpic/-fPIC
either the file containing the function 'camlCalendarLib__Calendar_builder__code_end' or the file containing the function 'camlCalendarLib__Calendar__fun_4877' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Fcalendar__fun_4844' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Calendar__fun_4877' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Fcalendar__fun_4852' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__sprint_494' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__aux_344' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__print_char_456' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__print_time_467' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__print_block_482' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__print_string_462' 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__aux_382' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__short_interval_412' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__fun_4523' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__print_int_458' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__read_block_664' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_d_591' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_H_594' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_I_597' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_m_600' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_M_603' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__parse_Y_620' is not compiled with -fpic/-fPIC
the file containing the function 'camlCalendarLib__Printer__build_731' 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
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: 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
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_alloc2
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_115
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_559
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__int__to_string_110
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format__pp_print_string_515
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__$5e_136
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_155
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format__pp_print_flush_584
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_225
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__parse_969
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__compile_774
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__search_forward_1067
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__matched_group_1089
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__bytes__make_92
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_85
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__format__formatter_of_buffer_807
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__list__iter_258
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_172
verify-elf: WARNING: ./usr/lib/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__list__exists_337
Hardlinking identical .pyc and .pyo files
Processing files: ocaml-calendar-2.04-alt8
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.87300
+ 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.q914N9
find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UKT1Qa
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: ocaml-cmi(CalendarLib) = 4.11.1-530A0672, ocaml-cmx(CalendarLib) = 4.11.1-AB1504D5
Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(CamlinternalLazy) = 4.11.1-9A1263A7, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, ocaml-cmi(Stdlib__array) = 4.11.1-4528CB7F, ocaml-cmi(Stdlib__bigarray) = 4.11.1-8F51E488, ocaml-cmi(Stdlib__buffer) = 4.11.1-234B61FA, ocaml-cmi(Stdlib__complex) = 4.11.1-2221DCE2, ocaml-cmi(Stdlib__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__lazy) = 4.11.1-BAD82B0D, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__pervasives) = 4.11.1-76119CE3, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__uchar) = 4.11.1-AB6F1DF9, ocaml-cmi(Str) = 4.11.1-69CA4B46, ocaml-cmi(Unix) = 4.11.1-E6D191B0, ocaml-cmx(CamlinternalLazy) = 4.11.1-C3343C56, ocaml-cmx(Stdlib) = 4.11.1-E2655595, ocaml-cmx(Stdlib__buffer) = 4.11.1-20EC2270, ocaml-cmx(Stdlib__format) = 4.11.1-D382A0EF, ocaml-cmx(Stdlib__hashtbl) = 4.11.1-86D4160D, ocaml-cmx(Stdlib__list) = 4.11.1-EE635CDA, ocaml-cmx(Stdlib__string) = 4.11.1-87EE46B7, ocaml-cmx(Str) = 4.11.1-57A06406, ocaml-cmx(Unix) = 4.11.1-DEF44CFF, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Wkkcg7
Creating ocaml-calendar-debuginfo package
Processing files: ocaml-calendar-devel-2.04-alt8
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.65154
+ 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.uk0548
find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6rqrA8
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: ocaml-cmx(CalendarLib) = 4.11.1-AB1504D5
Requires: ocaml-calendar = 2.04-alt8, ocaml-cmi(CalendarLib) = 4.11.1-530A0672, ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(CamlinternalLazy) = 4.11.1-9A1263A7, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, ocaml-cmi(Stdlib__array) = 4.11.1-4528CB7F, ocaml-cmi(Stdlib__bigarray) = 4.11.1-8F51E488, ocaml-cmi(Stdlib__buffer) = 4.11.1-234B61FA, ocaml-cmi(Stdlib__complex) = 4.11.1-2221DCE2, ocaml-cmi(Stdlib__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__lazy) = 4.11.1-BAD82B0D, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__pervasives) = 4.11.1-76119CE3, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__uchar) = 4.11.1-AB6F1DF9, ocaml-cmi(Str) = 4.11.1-69CA4B46, ocaml-cmi(Unix) = 4.11.1-E6D191B0, ocaml-cmx(CamlinternalLazy) = 4.11.1-C3343C56, ocaml-cmx(Stdlib) = 4.11.1-E2655595, ocaml-cmx(Stdlib__buffer) = 4.11.1-20EC2270, ocaml-cmx(Stdlib__format) = 4.11.1-D382A0EF, ocaml-cmx(Stdlib__hashtbl) = 4.11.1-86D4160D, ocaml-cmx(Stdlib__list) = 4.11.1-EE635CDA, ocaml-cmx(Stdlib__string) = 4.11.1-87EE46B7, ocaml-cmx(Str) = 4.11.1-57A06406, ocaml-cmx(Unix) = 4.11.1-DEF44CFF
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XC9pba
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.5CJhP8
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f7sEBa
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 26 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)
14.68user 1.00system 0:23.02elapsed 68%CPU (0avgtext+0avgdata 25972maxresident)k
0inputs+0outputs (0major+380196minor)pagefaults 0swaps
29.32user 3.77system 0:40.41elapsed 81%CPU (0avgtext+0avgdata 108668maxresident)k
0inputs+0outputs (0major+692217minor)pagefaults 0swaps
--- ocaml-calendar-2.04-alt8.i586.rpm.repo	2020-12-25 06:30:40.000000000 +0000
+++ ocaml-calendar-2.04-alt8.i586.rpm.hasher	2021-02-15 12:11:53.411947174 +0000
@@ -44,3 +44,3 @@
 Provides: ocaml-cmi(CalendarLib) = 4.11.1-530A0672
-Provides: ocaml-cmx(CalendarLib) = 4.11.1-EC61AD15
+Provides: ocaml-cmx(CalendarLib) = 4.11.1-AB1504D5
 Provides: ocaml-calendar = 2.04-alt8:sisyphus+263310.2300.12.1
--- ocaml-calendar-devel-2.04-alt8.i586.rpm.repo	2020-12-25 06:30:40.000000000 +0000
+++ ocaml-calendar-devel-2.04-alt8.i586.rpm.hasher	2021-02-15 12:11:53.458947312 +0000
@@ -122,3 +122,3 @@
 Requires: rpmlib(PayloadIsLzma)  
-Provides: ocaml-cmx(CalendarLib) = 4.11.1-EC61AD15
+Provides: ocaml-cmx(CalendarLib) = 4.11.1-AB1504D5
 Provides: ocaml-calendar-devel = 2.04-alt8:sisyphus+263310.2300.12.1