<86>Jun 22 10:12:07 userdel[3599676]: delete user 'rooter'
<86>Jun 22 10:12:07 userdel[3599676]: removed group 'rooter' owned by 'rooter'
<86>Jun 22 10:12:07 userdel[3599676]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun 22 10:12:07 groupadd[3599683]: group added to /etc/group: name=rooter, GID=633
<86>Jun 22 10:12:07 groupadd[3599683]: group added to /etc/gshadow: name=rooter
<86>Jun 22 10:12:07 groupadd[3599683]: new group: name=rooter, GID=633
<86>Jun 22 10:12:07 useradd[3599694]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash
<86>Jun 22 10:12:07 userdel[3599702]: delete user 'builder'
<86>Jun 22 10:12:07 userdel[3599702]: removed group 'builder' owned by 'builder'
<86>Jun 22 10:12:07 userdel[3599702]: removed shadow group 'builder' owned by 'builder'
<86>Jun 22 10:12:07 groupadd[3599707]: group added to /etc/group: name=builder, GID=634
<86>Jun 22 10:12:07 groupadd[3599707]: group added to /etc/gshadow: name=builder
<86>Jun 22 10:12:07 groupadd[3599707]: new group: name=builder, GID=634
<86>Jun 22 10:12:07 useradd[3599711]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash
<13>Jun 22 10:12:09 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+268975.200.3.1 1617722000 installed
<13>Jun 22 10:12:09 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed
<13>Jun 22 10:12:20 rpmi: ocaml-4.12.0-alt1 sisyphus+268975.200.3.1 1617722000 installed
<13>Jun 22 10:12:20 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+268975.1000.3.1 1617722588 installed
<13>Jun 22 10:12:20 rpmi: ocaml-ocamldoc-4.12.0-alt1 sisyphus+268975.200.3.1 1617722000 installed
<13>Jun 22 10:12:20 rpmi: ocaml-cppo-1.6.7-alt1 sisyphus+268975.4500.3.1 1617724421 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ocaml-extlib-1.7.8-alt2.nosrc.rpm (w1.gzdio)
Installing ocaml-extlib-1.7.8-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19656
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocaml-extlib-1.7.8
+ echo 'Source #0 (ocaml-extlib-1.7.8.tar):'
Source #0 (ocaml-extlib-1.7.8.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-extlib-1.7.8.tar
+ cd ocaml-extlib-1.7.8
+ /bin/chmod -c -Rf u+rwX,go-w .
+ pushd src
~/RPM/BUILD/ocaml-extlib-1.7.8/src ~/RPM/BUILD/ocaml-extlib-1.7.8
+ echo 'Patch #0 (ocaml-extlib-1.7.8-alt.patch):'
Patch #0 (ocaml-extlib-1.7.8-alt.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ popd
~/RPM/BUILD/ocaml-extlib-1.7.8
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19656
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-extlib-1.7.8
+ make
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: git: No such file or directory
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make -C src build
make[1]: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -i extBytes.ml > extBytes.mli
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml
File "extArray.ml", line 1:
Alert deprecated: make_float
Use Array.create_float/ArrayLabels.create_float instead.
File "array.mli", lines 75-77, characters 0-63:
  Definition
File "extArray.mli", line 121, characters 2-37:
  Expected signature
File "extArray.ml", line 1:
Alert deprecated: create
Use Array.make/ArrayLabels.make instead.
File "array.mli", lines 66-67, characters 0-65:
  Definition
File "extArray.mli", line 153, characters 2-60:
  Expected signature
File "extArray.ml", line 1:
Alert deprecated: create_matrix
Use Array.make_matrix/ArrayLabels.make_matrix instead.
File "array.mli", lines 103-105, characters 0-61:
  Definition
File "extArray.mli", line 156, characters 2-56:
  Expected signature
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml
File "extList.ml", line 410, characters 15-33:
408 | ......
409 | 
410 | .......t ?(cmp=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
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml
File "extString.ml", line 1:
Alert deprecated: set
Use Bytes.set/BytesLabels.set instead.
File "string.mli", lines 317-318, characters 0-63:
  Definition
File "extString.mli", line 179, characters 2-42:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: create
Use Bytes.create/BytesLabels.create instead.
File "string.mli", lines 308-309, characters 0-69:
  Definition
File "extString.mli", line 180, characters 2-29:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: copy
Strings now immutable: no need to copy
File "string.mli", lines 337-338, characters 0-63:
  Definition
File "extString.mli", line 182, characters 2-29:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: fill
Use Bytes.fill/BytesLabels.fill instead.
File "string.mli", lines 344-345, characters 0-65:
  Definition
File "extString.mli", line 184, characters 2-50:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: uppercase
Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
File "string.mli", lines 354-356, characters 0-71:
  Definition
File "extString.mli", line 200, characters 2-34:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "string.mli", lines 363-365, characters 0-71:
  Definition
File "extString.mli", line 201, characters 2-34:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "string.mli", lines 372-374, characters 0-73:
  Definition
File "extString.mli", line 202, characters 2-35:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "string.mli", lines 380-382, characters 0-77:
  Definition
File "extString.mli", line 203, characters 2-37:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: unsafe_set
File "string.mli", lines 393-394, characters 0-22:
  Definition
File "extString.mli", line 219, characters 2-49:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: unsafe_fill
File "string.mli", lines 398-400, characters 0-22:
  Definition
File "extString.mli", line 221, characters 2-57:
  Expected signature
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml
File "IO.ml", line 313, characters 14-30:
313 | = Pervasives.input ch s p l 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 "IO.ml", line 317, characters 26-45:
317 | ..........................lose_in ch);
    |   }
    | 
317 | l......................
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 "IO.ml", line 323, characters 31-48:
323 | ut = (fun s p l -> Pervasives.output ch s p l; l);
                                     ^^^^^^^^^^^^^^^^^
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 "IO.ml", line 324, characters 27-47:
324 | ...........................lose_out ch);
324 |     ou..........................................
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 "IO.ml", line 325, characters 27-43:
325 | ...........................lush ch);
    |   }
    | 
325 | l.................
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
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c uTF8.mli uTF8.ml
File "uTF8.ml", line 185, characters 20-38:
185 | ....................pare s1 s2
    | 
185 | except..................
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
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cma extBytes.cmo enum.cmo bitSet.cmo dynArray.cmo extArray.cmo extHashtbl.cmo extList.cmo extString.cmo extBuffer.cmo global.cmo IO.cmo option.cmo pMap.cmo std.cmo uChar.cmo uTF8.cmo base64.cmo unzip.cmo refList.cmo optParse.cmo dllist.cmo extLib.cmo
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml
File "extArray.ml", line 1:
Alert deprecated: make_float
Use Array.create_float/ArrayLabels.create_float instead.
File "array.mli", lines 75-77, characters 0-63:
  Definition
File "extArray.mli", line 121, characters 2-37:
  Expected signature
File "extArray.ml", line 1:
Alert deprecated: create
Use Array.make/ArrayLabels.make instead.
File "array.mli", lines 66-67, characters 0-65:
  Definition
File "extArray.mli", line 153, characters 2-60:
  Expected signature
File "extArray.ml", line 1:
Alert deprecated: create_matrix
Use Array.make_matrix/ArrayLabels.make_matrix instead.
File "array.mli", lines 103-105, characters 0-61:
  Definition
File "extArray.mli", line 156, characters 2-56:
  Expected signature
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml
File "extList.ml", line 410, characters 15-33:
408 | ......
409 | 
410 | .......t ?(cmp=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
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml
File "extString.ml", line 1:
Alert deprecated: set
Use Bytes.set/BytesLabels.set instead.
File "string.mli", lines 317-318, characters 0-63:
  Definition
File "extString.mli", line 179, characters 2-42:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: create
Use Bytes.create/BytesLabels.create instead.
File "string.mli", lines 308-309, characters 0-69:
  Definition
File "extString.mli", line 180, characters 2-29:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: copy
Strings now immutable: no need to copy
File "string.mli", lines 337-338, characters 0-63:
  Definition
File "extString.mli", line 182, characters 2-29:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: fill
Use Bytes.fill/BytesLabels.fill instead.
File "string.mli", lines 344-345, characters 0-65:
  Definition
File "extString.mli", line 184, characters 2-50:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: uppercase
Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
File "string.mli", lines 354-356, characters 0-71:
  Definition
File "extString.mli", line 200, characters 2-34:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "string.mli", lines 363-365, characters 0-71:
  Definition
File "extString.mli", line 201, characters 2-34:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "string.mli", lines 372-374, characters 0-73:
  Definition
File "extString.mli", line 202, characters 2-35:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "string.mli", lines 380-382, characters 0-77:
  Definition
File "extString.mli", line 203, characters 2-37:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: unsafe_set
File "string.mli", lines 393-394, characters 0-22:
  Definition
File "extString.mli", line 219, characters 2-49:
  Expected signature
File "extString.ml", line 1:
Alert deprecated: unsafe_fill
File "string.mli", lines 398-400, characters 0-22:
  Definition
File "extString.mli", line 221, characters 2-57:
  Expected signature
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml
File "IO.ml", line 313, characters 14-30:
313 | = Pervasives.input ch s p l 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 "IO.ml", line 317, characters 26-45:
317 | ..........................lose_in ch);
    |   }
    | 
317 | l......................
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 "IO.ml", line 323, characters 31-48:
323 | ut = (fun s p l -> Pervasives.output ch s p l; l);
                                     ^^^^^^^^^^^^^^^^^
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 "IO.ml", line 324, characters 27-47:
324 | ...........................lose_out ch);
324 |     ou..........................................
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 "IO.ml", line 325, characters 27-43:
325 | ...........................lush ch);
    |   }
    | 
325 | l.................
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
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c uTF8.mli uTF8.ml
File "uTF8.ml", line 185, characters 20-38:
185 | ....................pare s1 s2
    | 
185 | except..................
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
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx uChar.cmx uTF8.cmx base64.cmx unzip.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx
ocamlfind ocamlopt -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -shared -linkall extLib.cmxa -o extLib.cmxs
ld: extLib.a(enum.o): warning: relocation in read-only section `.text'
ld: warning: creating DT_TEXTREL in a shared object
make[1]: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
+ make doc
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: git: No such file or directory
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make -C src doc
make[1]: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
ocamlfind ocamlc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli
ocamldoc -pp "cppo -D \"OCAML 412\" -D WORD_SIZE_32  -D WITH_BYTES" -sort -html -d doc/ extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli extLib.ml
Warning: Module or module type Stdlib.Hashtbl.MakeSeeded not found
Warning: Module type Stdlib.Hashtbl.SeededS not found
Warning: Module type Stdlib.Hashtbl.SeededHashedType not found
Warning: Module or module type Stdlib.Hashtbl.Make not found
Warning: Module type Stdlib.Hashtbl.S not found
Warning: Module type Stdlib.Hashtbl.HashedType not found
Warning: Module or module type Stdlib.Bytes not found
Warning: Element Stdlib.compare not found
Warning: Element Stdlib.compare not found
make[1]: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.85836
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-extlib-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocaml-extlib-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ocaml-extlib-1.7.8
+ mkdir -p /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/ocaml-extlib-buildroot/usr exec_prefix=/usr/src/tmp/ocaml-extlib-buildroot/usr bindir=/usr/src/tmp/ocaml-extlib-buildroot/usr/bin sbindir=/usr/src/tmp/ocaml-extlib-buildroot/usr/sbin sysconfdir=/usr/src/tmp/ocaml-extlib-buildroot/etc datadir=/usr/src/tmp/ocaml-extlib-buildroot/usr/share includedir=/usr/src/tmp/ocaml-extlib-buildroot/usr/include libdir=/usr/src/tmp/ocaml-extlib-buildroot/usr/lib libexecdir=/usr/src/tmp/ocaml-extlib-buildroot/usr/lib localstatedir=/usr/src/tmp/ocaml-extlib-buildroot/var/lib sharedstatedir=/usr/src/tmp/ocaml-extlib-buildroot/var/lib mandir=/usr/src/tmp/ocaml-extlib-buildroot/usr/share/man infodir=/usr/src/tmp/ocaml-extlib-buildroot/usr/share/info install 'OCAMLFIND_INSTFLAGS=-destdir /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/'
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: git: No such file or directory
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
/usr/bin/make -C src VERSION=1.7.8 install
make[1]: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
ocamlfind install -destdir /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/ -patch-version 1.7.8 extlib META extLib.cma extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli extBytes.cmi enum.cmi bitSet.cmi dynArray.cmi extArray.cmi extHashtbl.cmi extList.cmi extString.cmi extBuffer.cmi global.cmi IO.cmi option.cmi pMap.cmi std.cmi uChar.cmi uTF8.cmi base64.cmi unzip.cmi refList.cmi optParse.cmi dllist.cmi extLib.cmi -optional extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx uChar.cmx uTF8.cmx base64.cmx unzip.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx extLib.cmxs extLib.a extLib.lib extBytes.cmt enum.cmt bitSet.cmt dynArray.cmt extArray.cmt extHashtbl.cmt extList.cmt extString.cmt extBuffer.cmt global.cmt IO.cmt option.cmt pMap.cmt std.cmt uChar.cmt uTF8.cmt base64.cmt unzip.cmt refList.cmt optParse.cmt dllist.cmt extLib.cmt extBytes.cmti enum.cmti bitSet.cmti dynArray.cmti extArray.cmti extHashtbl.cmti extList.cmti extString.cmti extBuffer.cmti global.cmti IO.cmti option.cmti pMap.cmti std.cmti uChar.cmti uTF8.cmti base64.cmti unzip.cmti refList.cmti optParse.cmti dllist.cmti extLib.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dllist.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/optParse.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/refList.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/unzip.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/base64.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uTF8.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uChar.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/std.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/pMap.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/option.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/IO.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/global.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBuffer.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extString.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extList.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extHashtbl.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extArray.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dynArray.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/bitSet.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/enum.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBytes.cmti
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extLib.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dllist.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/optParse.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/refList.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/unzip.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/base64.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uTF8.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uChar.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/std.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/pMap.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/option.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/IO.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/global.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBuffer.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extString.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extList.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extHashtbl.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extArray.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dynArray.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/bitSet.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/enum.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBytes.cmt
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extLib.a
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extLib.cmxs
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extLib.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dllist.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/optParse.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/refList.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/unzip.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/base64.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uTF8.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uChar.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/std.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/pMap.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/option.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/IO.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/global.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBuffer.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extString.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extList.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extHashtbl.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extArray.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dynArray.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/bitSet.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/enum.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBytes.cmx
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extLib.cmxa
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extLib.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dllist.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/optParse.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/refList.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/unzip.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/base64.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uTF8.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uChar.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/std.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/pMap.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/option.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/IO.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/global.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBuffer.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extString.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extList.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extHashtbl.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extArray.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dynArray.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/bitSet.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/enum.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBytes.cmi
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dllist.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/optParse.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/refList.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/unzip.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/base64.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uTF8.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/uChar.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/std.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/pMap.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/option.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/IO.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/global.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBuffer.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extString.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extList.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extHashtbl.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extArray.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/dynArray.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/bitSet.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/enum.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extBytes.mli
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/extLib.cma
Installed /usr/src/tmp/ocaml-extlib-buildroot/usr/lib/ocaml/extlib/META
make[1]: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocaml-extlib-buildroot (auto)
mode of './usr/lib/ocaml/extlib/extLib.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ocaml-extlib-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocaml-extlib-buildroot/ (default)
Compressing files in /usr/src/tmp/ocaml-extlib-buildroot (auto)
Adjusting library links in /usr/src/tmp/ocaml-extlib-buildroot
./usr/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/ocaml-extlib-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal)
the file containing the function 'camlEnum___dummy_87' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__init_95' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__empty_102' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__force_110' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__get_222' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__junk_244' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__iter_259' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__iteri_265' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__iter2_271' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__iter2i_281' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fold_291' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__foldi_299' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fold2_307' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fold2i_319' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__find_331' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_695' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_739' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__bget_250' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__bset_254' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__bblit_259' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__bfill_266' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__create_284' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__set_294' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__unset_302' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__toggle_308' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__is_set_320' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__find_msb_328' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__compare_341' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__some_msb_344' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__partial_count_358' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__find_bit_384' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__step_resizer_194' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__changelen_210' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__make_310' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__init_313' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__get_329' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__last_333' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__set_336' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__insert_341' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__delete_351' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__delete_range_362' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__delete_last_378' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__blit_381' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__to_array_400' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__sub_540' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__enum_227' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_381' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__keys_593' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__values_598' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__key_index_612' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__unique_373' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_453' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_467' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__iter2_475' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fold_left2_483' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__tail_loop_497' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_505' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_517' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_528' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_608' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__sort_618' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__make_823' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__split_nth_849' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__find_exc_863' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__enum_899' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__of_enum_912' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__find_from_193' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__exists_207' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__nsplit_228' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop_232' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__lchop_399' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__rchop_402' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__to_int_408' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__to_float_411' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__replace_572' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlGlobal__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2336' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__in_channel_init_1865' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__out_channel_init_1888' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__in_chars_init_1910' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__out_chars_init_1933' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__nread_196' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_output_209' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_219' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_input_225' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_nread_234' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__close_in_243' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_263' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__scanf_269' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_1959' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__close_out_375' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_all_381' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_bytes_477' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_buffer_493' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_strings_551' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2080' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_enum_863' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_enum_880' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__pipe_894' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_line_991' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_32_1010' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_ui16_1159' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i16_1163' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_32_1207' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_ui16_1239' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i16_1242' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_1404' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_1423' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlOption__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__bal_97' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__remove_min_binding_126' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__enum_272' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__count_288' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__of_enum_302' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__entry' is not compiled with -fpic/-fPIC
either the file containing the function 'camlStd__code_begin' or the file containing the function 'camlStd__input_lines_89' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_812' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_816' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__input_list_102' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__print_bool_367' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__prerr_bool_370' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__dump_425' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlUChar__chr_104' is not compiled with -fpic/-fPIC
the file containing the function 'camlUChar__chr_of_uint_107' is not compiled with -fpic/-fPIC
the file containing the function 'camlUChar__entry' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUTF8__code_begin' or the file containing the function 'camlUTF8__search_head_255' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__next_259' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__length_aux_369' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__input_292' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__tree_depth_238' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__tree_compress_242' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__tree_make_696' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_loop_809' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_data_850' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__hd_123' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__tl_126' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__find_exc_156' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__sort_165' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__loop_179' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__add_sort_201' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__at_index_260' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__split1_184' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__loop_196' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1297' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__find_short_opt_202' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1309' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__find_long_opt_226' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__loop_236' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__gather_args_238' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__gather_short_opt_concat_256' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1465' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__callback_option_320' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1475' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__int_option_inner_1498' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1506' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__int_callback_inner_1510' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1532' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__float_option_inner_1544' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1552' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__float_callback_inner_1556' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1578' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__str_option_inner_1590' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1598' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__str_callback_inner_1600' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1620' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__decr_option_inner_1664' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__help_option_422' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__version_option_429' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__expand_507' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__wrap_inner_1811' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__wrap_chunks_lines_552' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fill_inner_1835' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__format_option_strings_579' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1847' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1851' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1860' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__indented_formatter_inner_1869' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1882' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1885' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1889' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1900' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1913' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1986' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2018' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__format_heading_657' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__format_usage_661' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__add_inner_2087' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2105' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2128' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__make_inner_2169' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2232' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__format_usage_832' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__error_inner_2269' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__usage_inner_2282' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__loop_850' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__parse_inner_2315' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__copy_204' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__to_list_208' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__of_enum_265' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__entry' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_2' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_3' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_4' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_5' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_6' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_7' 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_curry5' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry5_3' 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 'camlEnum__make_90' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_462' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_472' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__clone_113' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_492' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_495' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_202' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__from_207' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__from2_213' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__push_225' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__make_229' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__peek_240' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_277' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_287' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_315' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_327' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__map_338' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__mapi_343' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__filter_349' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__filter_map_356' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__append_363' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__concat_373' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__concat_next_376' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__error_276' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__empty_279' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__copy_289' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__put_316' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__find_first_set_374' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__enum_388' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__make_391' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__next_394' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__raw_create_401' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__diff_424' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__sym_diff_434' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__invalid_arg_178' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__exponential_resizer_185' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__fun_967' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__conservative_exponential_resizer_200' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__compact_302' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__create_307' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__to_list_394' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_397' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__of_list_455' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__of_array_529' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__copy_537' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__iter_547' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__iteri_552' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__filter_557' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__index_of_567' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_571' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__map_573' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__mapi_579' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__fold_left_585' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_590' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__fold_right_593' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_598' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__enum_601' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__make_604' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__next_607' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__of_enum_619' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__unsafe_get_627' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtArray__code_begin' or the file containing the function 'camlExtArray__rev_180' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__findi_184' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__loop_189' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__find_191' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__filter_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_342' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__partition_210' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_346' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_349' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__make_230' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_367' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_373' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__of_enum_241' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__enum_440' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__make_443' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__next_505' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__map_603' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__loop_607' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__remove_all_621' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__loop_626' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__find_default_632' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__of_enum_644' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__dummy_node_214' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__hd_292' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__tl_296' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__nth_300' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_303' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__append_308' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_313' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__flatten_320' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__inner_322' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__map_335' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_339' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__take_351' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_355' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__takewhile_363' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__unique_inner_1144' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_378' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__filter_map_385' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_388' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__find_map_exn_396' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__filteri_409' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__findnext_412' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fold_left_map_420' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__aux_425' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fold_right_435' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__map2_449' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__rev_map2_463' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fold_right2_492' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__for_all2_513' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__exists2_524' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__remove_assoc_535' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_538' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__remove_assq_546' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_549' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__find_all_561' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__findnext_564' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__findi_571' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_574' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__partition_580' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_583' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__split_592' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_594' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__combine_605' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__sort_inner_1247' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_827' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__mapi_831' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_835' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__last_845' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_855' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__remove_868' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_872' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__remove_if_879' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_882' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__remove_all_889' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_892' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__make_902' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1309' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1317' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1325' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__split_221' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__enum_414' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__make_418' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1041' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1047' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__of_enum_426' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__explode_538' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__exp_541' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__implode_544' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__replace_chars_554' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop_560' is not compiled with -fpic/-fPIC
the file containing the function 'camlGlobal__empty_83' is not compiled with -fpic/-fPIC
the file containing the function 'camlGlobal__set_87' is not compiled with -fpic/-fPIC
the file containing the function 'camlGlobal__get_92' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__create_in_182' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__create_out_187' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__f_245' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__nwrite_252' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_1967' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__printf_355' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__f_377' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__loop_387' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__pos_in_458' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__pos_out_468' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2008' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2011' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2038' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2053' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2066' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_channel_645' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2085' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_channel_854' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2111' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2114' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__flush_899' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_string_into_buffer_978' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_real_i32_1025' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_i64_1072' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_float32_1125' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_double_1128' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_float32_1189' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_double_1193' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_real_i32_1219' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_i64_1226' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_float32_1235' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_double_1237' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_float32_1262' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_double_1265' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_bits_1276' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_bits_1279' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_bits_1282' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_bits_1294' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_in_channel_1400' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_out_channel_1410' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_1414' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_in_chars_1420' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_out_chars_1428' is not compiled with -fpic/-fPIC
the file containing the function 'camlOption__map_87' is not compiled with -fpic/-fPIC
the file containing the function 'camlOption__get_103' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__make_91' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__min_binding_121' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__create_139' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__add_146' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_152' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__find_163' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_168' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__remove_176' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__mem_189' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__iter_203' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__map_214' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_219' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__mapi_229' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_234' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__fold_244' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__foldi_258' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__make_274' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__next_277' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__of_enum_inner_440' is not compiled with -fpic/-fPIC
either the file containing the function 'camlStd__code_begin' or the file containing the function 'camlStd__input_lines_89' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__input_lines_89' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__input_chars_95' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__loop_181' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__input_all_186' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__loop_189' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__input_file_inner_835' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__output_file_361' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__get_fields_432' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__is_list_436' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__get_list_440' is not compiled with -fpic/-fPIC
the file containing the function 'camlUChar__char_of_85' is not compiled with -fpic/-fPIC
the file containing the function 'camlUChar__code_101' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__move_272' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__validate_591' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__trail_594' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__main_599' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__make_decoding_table_88' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__encode_inner_653' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_inner_682' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__fetch_286' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUnzip__code_begin' or the file containing the function 'camlUnzip__tree_depth_238' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__make_huffman_307' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__adler32_create_699' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__adler32_read_711' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_create_720' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_init_inner_1206' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_inner_1211' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__fun_1218' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__fun_1221' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__empty_85' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__of_list_91' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__add_105' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__push_113' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__map_137' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__sort_inner_352' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__last_176' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__add_sort_inner_371' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__add_aux_208' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__pop_213' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__npop_218' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__pop_aux_222' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__of_enum_236' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__remove_at_239' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__del_aux_244' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__index_248' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__index_of_254' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__set_264' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__find_opt_191' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__parse_230' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__get_292' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__value_option_307' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1468' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__store_const_334' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1490' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1487' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__count_option_inner_1630' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__count_option_399' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1642' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__incr_option_inner_1645' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__incr_option_412' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1653' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__decr_option_417' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1672' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1698' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1693' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1716' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__split_into_chunks_438' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__loop_488' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__is_whitespace_492' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__expand_tabs_inner_1791' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__wrap_526' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__wrap_remove_last_ws_544' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__indented_formatter_592' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__titled_formatter_inner_2034' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__titled_formatter_636' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2099' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2102' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2156' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2159' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__add_group_inner_2162' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__make_736' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2349' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__create_89' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__length_93' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__add_99' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__append_104' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__prepend_109' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__skip_158' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__rev_166' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__iter_173' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__fold_left_179' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__fold_right_187' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__map_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__loop_200' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__fun_362' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__of_list_213' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__loop_219' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__enum_225' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__next_228' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__count_229' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__clone_241' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__rev_enum_246' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__prev_249' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__count_250' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__clone_260' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtArray__code_begin' or the file containing the function 'camlExtArray__rev_180' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUnzip__code_begin' or the file containing the function 'camlUnzip__tree_depth_238' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_1_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_2_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_3_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_4_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_5_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_6_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_7_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry9_8' 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_apply6' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__add_689' is not compiled with -fpic/-fPIC
either the file containing the function 'camlStd__code_begin' or the file containing the function 'camlStd__input_lines_89' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUnzip__code_begin' or the file containing the function 'camlUnzip__tree_depth_238' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUTF8__code_begin' or the file containing the function 'camlUTF8__search_head_255' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_535' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_297' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_305' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__intersect_444' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__differentiate_449' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__unite_454' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__differentiate_sym_459' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__set_resizer_319' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__add_347' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__clear_375' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_524' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__fun_1047' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__unsafe_set_631' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtArray__code_begin' or the file containing the function 'camlExtArray__rev_180' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__force_452' is not compiled with -fpic/-fPIC
the file containing the function 'camlGlobal__undef_98' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2317' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2332' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2344' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2361' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__tree_walk_243' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_slide_723' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__copy_97' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__copy_list_101' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__clear_117' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__transform_141' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__rev_153' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__remove_185' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__remove_if_189' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__remove_all_193' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__filter_197' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__copy_enum_227' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__promote_114' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__demote_119' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__remove_124' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__drop_129' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__rev_drop_134' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__splice_139' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__set_145' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__loop_169' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_511' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_514' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_518' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_541' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__loop_874' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__is_empty_247' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__loop_269' is not compiled with -fpic/-fPIC
the file containing the function 'camlEnum__fun_623' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__tail_loop_439' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__loop_444' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop_519' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop_529' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_181' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_194' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_207' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_250' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__loop_184' is not compiled with -fpic/-fPIC
the file containing the function 'camlDllist__loop_192' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_1991' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2001' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__loop_264' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2307' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__error_836' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__usage_844' is not compiled with -fpic/-fPIC
either the file containing the function 'camlBitSet__code_begin' or the file containing the function 'camlBitSet__fast_set_245' is not compiled with -fpic/-fPIC
either the file containing the function 'camlDynArray__code_begin' or the file containing the function 'camlDynArray__imake_167' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__imake_167' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__loop_637' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1148' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1250' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1101' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2088' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2094' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2105' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i64_1185' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i64_1259' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__fun_377' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__fun_444' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_840' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_922' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__compare_387' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__fun_356' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__fun_376' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__fun_399' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1504' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1530' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1550' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1576' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__parse_argv_873' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_1982' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__coll_282' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__loop_367' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__inter_405' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__union_415' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__equals_354' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__nbits_362' is not compiled with -fpic/-fPIC
either the file containing the function 'camlDynArray__code_begin' or the file containing the function 'camlDynArray__imake_167' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1312' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__length_120' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtArray__code_begin' or the file containing the function 'camlExtArray__rev_180' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1099' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1097' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__imp_548' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUTF8__code_begin' or the file containing the function 'camlUTF8__search_head_255' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__search_head_backward_264' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__loop_495' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__rev_180' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtBuffer__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__clone_515' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__fun_999' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtLib__entry' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__outer_328' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__exists_161' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__rfind_557' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__rfind_171' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__find_149' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1256' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtString__code_begin' or the file containing the function 'camlExtString__fun_1105' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1105' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_952' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__strip_inner_971' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_inner_997' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2140' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_string_985' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_bytes_988' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__substring_291' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__init_363' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__flush_485' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__strip_211' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2141' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2146' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1017' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__string_of_char_373' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__add_dist_one_778' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop2_567' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_string_547' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_bytes_549' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_encode_inner_698' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__encode_string_inner_716' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2329' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2358' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__fun_677' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_1406' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_1416' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_1431' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__nread_string_205' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_decode_inner_706' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_string_inner_724' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_nread_string_239' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__iter_129' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_add_bytes_727' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__add_bytes_768' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2018' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2128' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_957' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__loop_982' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__loop_995' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__add_uchar_314' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2025' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2135' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_959' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2099' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2102' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_846' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_949' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_string_1147' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_bytes_1151' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_line_1155' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__merge_133' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__dump_510' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__print_512' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__unique_516' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_852' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2302' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1711' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__loop_277' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__nth_aux_283' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__iter_aux_378' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__loop_280' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__get_310' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__encode_144' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_278' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_encode_300' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_decode_307' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__encode_string_314' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_string_321' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__fun_672' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__output_186' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__close_297' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__fun_1224' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUnzip__code_begin' or the file containing the function 'camlUnzip__tree_depth_238' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_lengths_797' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_checksum_743' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_add_char_733' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__get_rev_bits_762' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__apply_huffman_789' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__add_char_774' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__for_all_133' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__map_list_145' is not compiled with -fpic/-fPIC
the file containing the function 'camlRefList__enum_233' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1484' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__store_true_343' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__store_false_346' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__int_option_349' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__int_callback_358' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__float_option_365' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__float_callback_374' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__str_option_381' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__str_callback_391' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__unprogify_685' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2248' is not compiled with -fpic/-fPIC
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: TEXTREL entry found: 0x00000000
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: Caml_state
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_call_gc
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_extra_params
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_exn_Assert_failure
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_raise_exn
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__invalid_arg_9
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_modify
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_fresh_oo_id
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_alloc2
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_create_bytes
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_c_call
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__bytes__blit_148
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__bytes__fill_142
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__max_47
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__min_43
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__bytes
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_obj_dup
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_obj_block
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_exn_Division_by_zero
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_make_vect
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__length_aux_84
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_obj_tag
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_ml_array_bound_error
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__array__copy_117
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__array__init_103
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__array__sub_126
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__array
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__array__1
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_allocN
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__array__map_155
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_hash
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__failwith_6
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_equal
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__hashtbl
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__hashtbl__create_inner_1633
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__hashtbl__add_903
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__exists_340
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__rev_append_122
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__find_417
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_compare
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__stable_sort_548
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_fill_string
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_blit_string
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_create_string
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string__contains_from_306
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__bytes__sub_116
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_string_equal
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__bytes__make_93
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int_of_string
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_float_of_string
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__bytes__blit_string_155
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__$5e_137
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__buffer
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__new_variable_1026
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__get_method_labels_905
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__set_methods_1416
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__scanf
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__buffer__create_86
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__scanf__kscanf_1624
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__printf__ksprintf_193
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__iter_261
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_blit_bytes
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__buffer__resize_290
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__buffer__add_substring_371
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_ml_input_char
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__input_295
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_ml_close_channel
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_ml_output_char
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__output_250
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__close_out_273
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_ml_flush
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int32_ops
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_of_int
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_shift_left
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_or_native
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_of_int32
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_ops
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int32_float_of_bits_unboxed
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_float_of_bits_unboxed
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_to_int32
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_shift_right_unsigned
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int32_bits_of_float_unboxed
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_int64_bits_of_float_unboxed
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__create_object_opt_1106
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__make_class_1080
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__input_line_319
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__fold_left_275
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__23
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__open_out_gen_218
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__output_string_246
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string_of_int_173
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__map_236
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string__concat_214
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string__escaped_243
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string_of_float_187
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__init_227
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__printf__sprintf_202
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_floatarray_get
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__print_endline_362
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_alloc1
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__char__chr_83
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__hashtbl__find_930
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_notequal
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__list__for_all_335
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__exit_473
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__buffer__add_string_432
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__printf__bprintf_175
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__char
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__bytes__apply1_258
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__filename
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_sys_argv
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__printf__fprintf_171
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__array__to_list_183
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_sys_getenv
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_alloc_dummy
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: caml_update_dummy
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.34835
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-extlib-1.7.8
+ make test
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: git: No such file or directory
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
make -C test all run
make[1]: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/test'
make -C ../src all minimal=
make[2]: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
ocamlfind ocamlc -linkall -linkpkg -package bytes -I ../src extLib.cma util.ml test_Base64.ml test_BitSet.ml test_Dllist.ml test_DynArray.ml test_ExtArray.ml test_ExtHashtbl.ml test_ExtList.ml test_ExtString.ml test_IO.ml test_UTF8.ml test_Unzip.ml runner.ml -o extlib_test
File "util.ml", line 32, characters 12-25:
32 |   let str = String.create len in
                 ^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.create
Use Bytes.create/BytesLabels.create instead.
File "util.ml", line 35, characters 6-31:
35 |       str.[i] <- random_char ()
           ^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.set
Use Bytes.set/BytesLabels.set instead.
File "util.ml", line 42, characters 12-25:
42 |   let str = String.create len in
                 ^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.create
Use Bytes.create/BytesLabels.create instead.
File "util.ml", line 45, characters 6-31:
45 |       str.[i] <- random_char ()
           ^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.set
Use Bytes.set/BytesLabels.set instead.
File "util.ml", line 93, characters 26-42:
93 |     | Some l -> List.mem (String.lowercase name) l
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "test_DynArray.ml", line 51, characters 26-38:
51 |     DynArray.insert !d 0 (Array.create 42 "")
                               ^^^^^^^^^^^^
Alert deprecated: Stdlib.Array.create
Use Array.make/ArrayLabels.make instead.
File "runner.ml", line 7, characters 29-45:
7 |     | _::l -> Some (List.map String.lowercase l)
                                 ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
./extlib_test
Base64
  random - OK
  1/1 tests succeeded.
UTF
  substring - OK
  1/1 tests succeeded.
Dllist
  simple - OK
  regression_1 - OK
  regression_2 - OK
  skip_both_ways - OK
  4/4 tests succeeded.
IO
  bits - OK
  i8 - OK
  u8 - OK
  i16 - OK
  u16 - OK
  i31 - OK
  real_i32 - OK
  i32 - OK
  8/8 tests succeeded.
ExtString
  starts_with - OK
  ends_with - OK
  map - OK
  lchop - OK
  rchop - OK
  split - OK
  replace_1 - OK
  strip - OK
  nsplit - OK
  9/9 tests succeeded.
ExtArray
  rev - OK
  rev_in_place - OK
  for_all - OK
  exists - OK
  mem - OK
  memq - OK
  find - OK
  findi - OK
  filter - OK
  partition - OK
  enum - OK
  map2 - OK
  12/12 tests succeeded.
DynArray
  triv - OK
  regr_1 - OK
  insert - OK
  simple_1 - OK
  simple_2 - OK
  5/5 tests succeeded.
ExtHashtbl
  map - OK
  1/1 tests succeeded.
Unzip
  bug1 - OK
  gen_inputs - OK
  2/2 tests succeeded.
ExtList
  iteri - OK
  mapi - OK
  exceptions - OK
  find_exc - OK
  findi - OK
  fold_right - OK
  fold_right2 - OK
  map - OK
  find_map_exn - OK
  make - OK
  10/10 tests succeeded.
BitSet
  basic - OK
  enum_1 - OK
  enum_2 - OK
  enum_3 - OK
  enum_regr_pz - OK
  intersect - OK
  diff - OK
  sym_diff - OK
  rnd_creation - OK
  empty - OK
  exceptions - OK
  compare - OK
  compare_2 - OK
  compare_3 - OK
  set_opers - OK
  unite - OK
  intersect_2 - OK
  differentiate - OK
  differentiate_sym - OK
  19/19 tests succeeded.

Overall 72/72 tests succeeded.
make[1]: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/test'
make -C test opt run
make[1]: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/test'
make -C ../src opt minimal=
make[2]: Entering directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
make[2]: Nothing to be done for 'opt'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/src'
ocamlfind ocamlopt -linkall -linkpkg -package bytes -I ../src extLib.cmxa util.ml test_Base64.ml test_BitSet.ml test_Dllist.ml test_DynArray.ml test_ExtArray.ml test_ExtHashtbl.ml test_ExtList.ml test_ExtString.ml test_IO.ml test_UTF8.ml test_Unzip.ml runner.ml -o extlib_test
File "util.ml", line 32, characters 12-25:
32 |   let str = String.create len in
                 ^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.create
Use Bytes.create/BytesLabels.create instead.
File "util.ml", line 35, characters 6-31:
35 |       str.[i] <- random_char ()
           ^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.set
Use Bytes.set/BytesLabels.set instead.
File "util.ml", line 42, characters 12-25:
42 |   let str = String.create len in
                 ^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.create
Use Bytes.create/BytesLabels.create instead.
File "util.ml", line 45, characters 6-31:
45 |       str.[i] <- random_char ()
           ^^^^^^^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.set
Use Bytes.set/BytesLabels.set instead.
File "util.ml", line 93, characters 26-42:
93 |     | Some l -> List.mem (String.lowercase name) l
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "test_DynArray.ml", line 51, characters 26-38:
51 |     DynArray.insert !d 0 (Array.create 42 "")
                               ^^^^^^^^^^^^
Alert deprecated: Stdlib.Array.create
Use Array.make/ArrayLabels.make instead.
File "runner.ml", line 7, characters 29-45:
7 |     | _::l -> Some (List.map String.lowercase l)
                                 ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
ld: test_Unzip.o: warning: relocation in read-only section `.text'
ld: warning: creating DT_TEXTREL in a PIE
./extlib_test
Base64
  random - OK
  1/1 tests succeeded.
UTF
  substring - OK
  1/1 tests succeeded.
Dllist
  simple - OK
  regression_1 - OK
  regression_2 - OK
  skip_both_ways - OK
  4/4 tests succeeded.
IO
  bits - OK
  i8 - OK
  u8 - OK
  i16 - OK
  u16 - OK
  i31 - OK
  real_i32 - OK
  i32 - OK
  8/8 tests succeeded.
ExtString
  starts_with - OK
  ends_with - OK
  map - OK
  lchop - OK
  rchop - OK
  split - OK
  replace_1 - OK
  strip - OK
  nsplit - OK
  9/9 tests succeeded.
ExtArray
  rev - OK
  rev_in_place - OK
  for_all - OK
  exists - OK
  mem - OK
  memq - OK
  find - OK
  findi - OK
  filter - OK
  partition - OK
  enum - OK
  map2 - OK
  12/12 tests succeeded.
DynArray
  triv - OK
  regr_1 - OK
  insert - OK
  simple_1 - OK
  simple_2 - OK
  5/5 tests succeeded.
ExtHashtbl
  map - OK
  1/1 tests succeeded.
Unzip
  bug1 - OK
  gen_inputs - OK
  2/2 tests succeeded.
ExtList
  iteri - OK
  mapi - OK
  exceptions - OK
  find_exc - OK
  findi - OK
  fold_right - OK
  fold_right2 - OK
  map - OK
  find_map_exn - OK
  make - OK
  10/10 tests succeeded.
BitSet
  basic - OK
  enum_1 - OK
  enum_2 - OK
  enum_3 - OK
  enum_regr_pz - OK
  intersect - OK
  diff - OK
  sym_diff - OK
  rnd_creation - OK
  empty - OK
  exceptions - OK
  compare - OK
  compare_2 - OK
  compare_3 - OK
  set_opers - OK
  unite - OK
  intersect_2 - OK
  differentiate - OK
  differentiate_sym - OK
  19/19 tests succeeded.

Overall 72/72 tests succeeded.
make[1]: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8/test'
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-extlib-1.7.8'
+ exit 0
Processing files: ocaml-extlib-1.7.8-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82031
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-extlib-1.7.8
+ DOCDIR=/usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-1.7.8
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-1.7.8
+ /bin/mkdir -p /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-1.7.8
+ cp -prL README.md LICENSE /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-1.7.8
+ chmod -R go-w /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-1.7.8
+ chmod -R a+rX /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-1.7.8
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QrBytu
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.0fh87u
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(Base64) = 4.12.0-AF7BC1E1, ocaml-cmi(BitSet) = 4.12.0-CC6574AB, ocaml-cmi(Dllist) = 4.12.0-ED078F93, ocaml-cmi(DynArray) = 4.12.0-759AC6CD, ocaml-cmi(Enum) = 4.12.0-2CE2CA54, ocaml-cmi(ExtArray) = 4.12.0-A8F2EF3C, ocaml-cmi(ExtBuffer) = 4.12.0-C3DA966B, ocaml-cmi(ExtBytes) = 4.12.0-26BBB7E1, ocaml-cmi(ExtHashtbl) = 4.12.0-D2224512, ocaml-cmi(ExtLib) = 4.12.0-44974878, ocaml-cmi(ExtList) = 4.12.0-91D7C816, ocaml-cmi(ExtString) = 4.12.0-B2506BE7, ocaml-cmi(Global) = 4.12.0-4130CBE2, ocaml-cmi(IO) = 4.12.0-470C07BA, ocaml-cmi(OptParse) = 4.12.0-B8989FA4, ocaml-cmi(Option) = 4.12.0-E890EDFE, ocaml-cmi(PMap) = 4.12.0-1EC54DE4, ocaml-cmi(RefList) = 4.12.0-AAB8C675, ocaml-cmi(Std) = 4.12.0-4E208A4F, ocaml-cmi(UChar) = 4.12.0-3E571743, ocaml-cmi(UTF8) = 4.12.0-00007B43, ocaml-cmi(Unzip) = 4.12.0-11761767
Requires: ocaml-runtime, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalOO) = 4.12.0-EB6B614B, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__filename) = 4.12.0-8C147C37, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__scanf) = 4.12.0-FCBAC178, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__sys) = 4.12.0-EB89F871, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7dVJRt
Creating ocaml-extlib-debuginfo package
Processing files: ocaml-extlib-devel-1.7.8-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.54325
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-extlib-1.7.8
+ DOCDIR=/usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-devel-1.7.8
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-devel-1.7.8
+ /bin/mkdir -p /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-devel-1.7.8
+ cp -prL CHANGES /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-devel-1.7.8
+ chmod -R go-w /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-devel-1.7.8
+ chmod -R a+rX /usr/src/tmp/ocaml-extlib-buildroot/usr/share/doc/ocaml-extlib-devel-1.7.8
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nLSkmt
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.BurhEr
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(Base64) = 4.12.0-AE8E563A, ocaml-cmx(BitSet) = 4.12.0-4CABCEF6, ocaml-cmx(Dllist) = 4.12.0-69F0EDAF, ocaml-cmx(DynArray) = 4.12.0-1E37309C, ocaml-cmx(Enum) = 4.12.0-C1828D13, ocaml-cmx(ExtArray) = 4.12.0-AE98F11B, ocaml-cmx(ExtBuffer) = 4.12.0-6843948D, ocaml-cmx(ExtBytes) = 4.12.0-052A677A, ocaml-cmx(ExtHashtbl) = 4.12.0-7B0457A5, ocaml-cmx(ExtLib) = 4.12.0-41AA3CC6, ocaml-cmx(ExtList) = 4.12.0-736A59C4, ocaml-cmx(ExtString) = 4.12.0-0422B042, ocaml-cmx(Global) = 4.12.0-C55D1C0E, ocaml-cmx(IO) = 4.12.0-A34BB597, ocaml-cmx(OptParse) = 4.12.0-C30FC061, ocaml-cmx(Option) = 4.12.0-45877D9E, ocaml-cmx(PMap) = 4.12.0-86A002C0, ocaml-cmx(RefList) = 4.12.0-BBAD3087, ocaml-cmx(Std) = 4.12.0-CED8D051, ocaml-cmx(UChar) = 4.12.0-B4DF74FE, ocaml-cmx(UTF8) = 4.12.0-6E0294F5, ocaml-cmx(Unzip) = 4.12.0-CB7BCFF8
Requires: ocaml-extlib = 1.7.8-alt2, ocaml-cmi(Base64) = 4.12.0-AF7BC1E1, ocaml-cmi(BitSet) = 4.12.0-CC6574AB, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalOO) = 4.12.0-EB6B614B, ocaml-cmi(Dllist) = 4.12.0-ED078F93, ocaml-cmi(DynArray) = 4.12.0-759AC6CD, ocaml-cmi(Enum) = 4.12.0-2CE2CA54, ocaml-cmi(ExtArray) = 4.12.0-A8F2EF3C, ocaml-cmi(ExtBuffer) = 4.12.0-C3DA966B, ocaml-cmi(ExtBytes) = 4.12.0-26BBB7E1, ocaml-cmi(ExtHashtbl) = 4.12.0-D2224512, ocaml-cmi(ExtLib) = 4.12.0-44974878, ocaml-cmi(ExtList) = 4.12.0-91D7C816, ocaml-cmi(ExtString) = 4.12.0-B2506BE7, ocaml-cmi(Global) = 4.12.0-4130CBE2, ocaml-cmi(IO) = 4.12.0-470C07BA, ocaml-cmi(OptParse) = 4.12.0-B8989FA4, ocaml-cmi(Option) = 4.12.0-E890EDFE, ocaml-cmi(PMap) = 4.12.0-1EC54DE4, ocaml-cmi(RefList) = 4.12.0-AAB8C675, ocaml-cmi(Std) = 4.12.0-4E208A4F, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__filename) = 4.12.0-8C147C37, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__scanf) = 4.12.0-FCBAC178, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__sys) = 4.12.0-EB89F871, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(UChar) = 4.12.0-3E571743, ocaml-cmi(UTF8) = 4.12.0-00007B43, ocaml-cmi(Unzip) = 4.12.0-11761767, ocaml-cmx(CamlinternalOO) = 4.12.0-CD6C4EA1, ocaml-cmx(Stdlib) = 4.12.0-D5811101, ocaml-cmx(Stdlib__array) = 4.12.0-0ED96C91, ocaml-cmx(Stdlib__buffer) = 4.12.0-6D7A613A, ocaml-cmx(Stdlib__bytes) = 4.12.0-65CC81DC, ocaml-cmx(Stdlib__char) = 4.12.0-CAA3DFDA, ocaml-cmx(Stdlib__filename) = 4.12.0-119C35F4, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-3829FA7A, ocaml-cmx(Stdlib__int32) = 4.12.0-FF3BD564, ocaml-cmx(Stdlib__int64) = 4.12.0-722E7307, ocaml-cmx(Stdlib__list) = 4.12.0-DC8662E5, ocaml-cmx(Stdlib__obj) = 4.12.0-583609CD, ocaml-cmx(Stdlib__pervasives) = 4.12.0-39209DE9, ocaml-cmx(Stdlib__printf) = 4.12.0-95403AB2, ocaml-cmx(Stdlib__scanf) = 4.12.0-19C0AD03, ocaml-cmx(Stdlib__string) = 4.12.0-6DBCA81D, ocaml-cmx(Stdlib__sys) = 4.12.0-16BCA4B0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cW1ETq
Processing files: ocaml-extlib-debuginfo-1.7.8-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bM2Uzs
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G2UMOt
find-requires: running scripts (debuginfo)
Requires: ocaml-extlib = 1.7.8-alt2
Adding to ocaml-extlib-devel a strict dependency on ocaml-extlib
Adding to ocaml-extlib-debuginfo a strict dependency on ocaml-extlib
Removing 22 extra deps from ocaml-extlib-devel due to dependency on ocaml-extlib
Removing 21 extra deps from ocaml-extlib-devel due to repentancy on ocaml-extlib
Wrote: /usr/src/RPM/RPMS/i586/ocaml-extlib-1.7.8-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-extlib-devel-1.7.8-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-extlib-debuginfo-1.7.8-alt2.i586.rpm (w2.lzdio)
18.39user 2.31system 0:26.53elapsed 78%CPU (0avgtext+0avgdata 122596maxresident)k
0inputs+0outputs (0major+602780minor)pagefaults 0swaps
32.81user 5.39system 0:43.98elapsed 86%CPU (0avgtext+0avgdata 122596maxresident)k
203592inputs+0outputs (0major+914670minor)pagefaults 0swaps