<86>Sep 30 07:47:10 userdel[621593]: delete user 'rooter'
<86>Sep 30 07:47:10 userdel[621593]: removed group 'rooter' owned by 'rooter'
<86>Sep 30 07:47:10 userdel[621593]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 30 07:47:10 groupadd[621632]: group added to /etc/group: name=rooter, GID=1802
<86>Sep 30 07:47:10 groupadd[621632]: group added to /etc/gshadow: name=rooter
<86>Sep 30 07:47:10 groupadd[621632]: new group: name=rooter, GID=1802
<86>Sep 30 07:47:10 useradd[621666]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none
<86>Sep 30 07:47:10 userdel[621710]: delete user 'builder'
<86>Sep 30 07:47:10 userdel[621710]: removed group 'builder' owned by 'builder'
<86>Sep 30 07:47:10 userdel[621710]: removed shadow group 'builder' owned by 'builder'
<86>Sep 30 07:47:10 groupadd[621761]: group added to /etc/group: name=builder, GID=1803
<86>Sep 30 07:47:10 groupadd[621761]: group added to /etc/gshadow: name=builder
<86>Sep 30 07:47:10 groupadd[621761]: new group: name=builder, GID=1803
<86>Sep 30 07:47:10 useradd[621795]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash, from=none
<13>Sep 30 07:47:13 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed
<13>Sep 30 07:47:13 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed
<13>Sep 30 07:47:21 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed
<13>Sep 30 07:47:21 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed
<13>Sep 30 07:47:21 rpmi: ocaml-ocamldoc-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed
<13>Sep 30 07:47:21 rpmi: ocaml-cppo-1.6.8-alt1 sisyphus+297192.300.2.1 1648403739 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.68140
+ 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.68140
+ 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 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -i extBytes.ml > extBytes.mli
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -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 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -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 413\" -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 378-379, 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 369-370, 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 398-399, 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 405-406, 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 415-417, 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 424-426, 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 433-435, 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 441-443, 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 574-575, 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 579-581, characters 0-22:
  Definition
File "extString.mli", line 221, characters 2-57:
  Expected signature
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -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
File "IO.ml", line 792, characters 22-32:
791 | ..............
792 | .......lse begin
Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -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 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -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 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -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 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -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 413\" -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 378-379, 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 369-370, 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 398-399, 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 405-406, 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 415-417, 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 424-426, 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 433-435, 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 441-443, 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 574-575, 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 579-581, characters 0-22:
  Definition
File "extString.mli", line 221, characters 2-57:
  Expected signature
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -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
File "IO.ml", line 792, characters 22-32:
791 | ..............
792 | .......lse begin
Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -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 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WORD_SIZE_32  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -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 413\" -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 413\" -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 413\" -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.21788
+ 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 runstatedir=/usr/src/tmp/ocaml-extlib-buildroot/var/run 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_257' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__bset_261' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__bblit_266' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__bfill_273' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__create_291' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__set_301' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__unset_309' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__toggle_315' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__is_set_327' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__find_msb_335' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__compare_348' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__some_msb_351' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__partial_count_365' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__find_bit_391' 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_545' 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_237' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_393' 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_598' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__values_603' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__key_index_617' 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_239' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__exists_253' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__nsplit_273' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop_277' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__lchop_444' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__rchop_447' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__to_int_453' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__to_float_456' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__replace_624' 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_2374' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__in_channel_init_1903' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__out_channel_init_1926' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__in_chars_init_1948' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__out_chars_init_1971' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__nread_203' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_output_216' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_226' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_input_232' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_nread_241' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__close_in_250' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_270' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__scanf_276' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_1997' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__close_out_382' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_all_388' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_bytes_484' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_buffer_500' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_strings_558' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2118' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_enum_870' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_enum_887' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__pipe_901' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_line_1022' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_32_1041' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_ui16_1194' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i16_1198' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_32_1242' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_ui16_1274' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i16_1277' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_1439' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_1458' 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_846' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_850' 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_374' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__prerr_bool_377' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__dump_456' 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_279' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__next_283' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__length_aux_393' 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_304' 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_245' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__tree_compress_249' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__tree_make_708' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_loop_821' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_data_862' 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_1305' 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_1317' 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_1473' 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_1483' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__int_option_inner_1506' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1514' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__int_callback_inner_1518' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1540' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__float_option_inner_1552' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1560' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__float_callback_inner_1564' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1586' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__str_option_inner_1598' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1606' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__str_callback_inner_1608' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1628' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__decr_option_inner_1672' 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_1819' 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_1843' 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_1855' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1859' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1868' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__indented_formatter_inner_1877' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1890' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1893' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1897' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1908' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1921' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1994' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2026' 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_2095' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2113' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2136' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__make_inner_2177' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2240' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__format_usage_837' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__error_inner_2277' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__usage_inner_2290' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__loop_855' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__parse_inner_2323' 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_283' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__empty_286' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__copy_296' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__put_323' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__find_first_set_381' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__enum_395' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__make_398' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__next_401' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__raw_create_408' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__diff_431' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__sym_diff_441' 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_975' 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_460' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__of_array_534' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__copy_542' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__iter_552' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__iteri_557' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__filter_562' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__index_of_572' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_576' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__map_578' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__mapi_584' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__fold_left_590' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_595' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__fold_right_598' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__loop_603' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__enum_606' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__make_609' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__next_612' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__of_enum_624' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__unsafe_get_632' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtArray__code_begin' or the file containing the function 'camlExtArray__rev_190' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__findi_194' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__loop_199' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__find_201' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__filter_205' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_354' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__partition_220' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_358' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_361' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__make_240' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_379' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__fun_385' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtArray__of_enum_251' 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_510' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__map_608' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__loop_612' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__remove_all_626' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__loop_631' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__find_default_637' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__of_enum_649' 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_1128' 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_1231' 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_1293' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1301' 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 'camlExtString__split_266' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__enum_459' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__make_463' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1098' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1104' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__of_enum_471' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__explode_590' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__exp_593' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__implode_596' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__replace_chars_606' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop_612' 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_189' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__create_out_194' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__f_252' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__nwrite_259' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2005' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__printf_362' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__f_384' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__loop_394' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__pos_in_465' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__pos_out_475' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2046' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2049' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2076' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2091' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2104' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_channel_652' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2123' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_channel_861' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2149' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2152' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__flush_906' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_string_into_buffer_1009' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_real_i32_1056' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_i64_1105' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_float32_1160' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_double_1163' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_float32_1224' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_double_1228' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_real_i32_1254' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_i64_1261' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_float32_1270' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_double_1272' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_float32_1297' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_double_1300' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_bits_1311' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_bits_1314' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_bits_1317' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_bits_1329' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_in_channel_1435' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_out_channel_1445' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_1449' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_in_chars_1455' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__from_out_chars_1463' 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_438' 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_869' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__output_file_368' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__get_fields_463' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__is_list_467' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__get_list_471' 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_296' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__validate_615' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__trail_618' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__main_623' 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_692' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_inner_721' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__fetch_298' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUnzip__code_begin' or the file containing the function 'camlUnzip__tree_depth_245' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__make_huffman_319' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__adler32_create_711' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__adler32_read_723' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_create_732' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_init_inner_1221' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_inner_1226' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__fun_1233' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__fun_1236' 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_1476' 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_1498' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1495' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__count_option_inner_1638' 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_1650' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__incr_option_inner_1653' 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_1661' 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_1680' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1706' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1701' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1724' 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_1799' 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_2042' 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_2107' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2110' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2164' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2167' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__add_group_inner_2170' 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_2357' 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_190' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUnzip__code_begin' or the file containing the function 'camlUnzip__tree_depth_245' 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_245' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUTF8__code_begin' or the file containing the function 'camlUTF8__search_head_279' 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_451' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__differentiate_456' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__unite_461' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__differentiate_sym_466' 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_529' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__fun_1055' is not compiled with -fpic/-fPIC
the file containing the function 'camlDynArray__unsafe_set_636' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtArray__code_begin' or the file containing the function 'camlExtArray__rev_190' 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_2355' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2370' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2382' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2399' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__tree_walk_250' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_slide_735' 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_881' 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_571' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop_581' 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_2029' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2039' 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_2315' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__error_841' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__usage_849' is not compiled with -fpic/-fPIC
either the file containing the function 'camlBitSet__code_begin' or the file containing the function 'camlBitSet__fast_set_252' 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_642' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1132' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtList__fun_1234' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1158' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2126' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2132' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2143' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i64_1220' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_i64_1294' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__fun_375' is not compiled with -fpic/-fPIC
the file containing the function 'camlPMap__fun_442' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_874' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_956' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__compare_411' 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_1512' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1538' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1558' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1584' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__parse_argv_878' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2020' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__coll_289' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__loop_374' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__inter_412' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__union_422' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__equals_361' is not compiled with -fpic/-fPIC
the file containing the function 'camlBitSet__nbits_369' 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_1296' 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_190' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1156' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1154' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__imp_600' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUTF8__code_begin' or the file containing the function 'camlUTF8__search_head_279' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__search_head_backward_288' 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_190' 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_520' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtHashtbl__fun_1006' 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_1240' is not compiled with -fpic/-fPIC
either the file containing the function 'camlExtString__code_begin' or the file containing the function 'camlExtString__fun_1162' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1162' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_983' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__strip_inner_1028' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_inner_1054' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2178' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_string_1016' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_bytes_1019' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__substring_315' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__init_387' 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_256' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2149' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2154' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__fun_1074' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__string_of_char_380' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__add_dist_one_790' is not compiled with -fpic/-fPIC
the file containing the function 'camlExtString__loop2_619' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_string_554' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_bytes_556' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_encode_inner_737' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__encode_string_inner_755' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2367' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2396' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__fun_716' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__input_1441' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_1451' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_1466' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__nread_string_212' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_decode_inner_745' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_string_inner_763' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__really_nread_string_246' 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_739' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__add_bytes_780' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2056' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2166' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_988' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__loop_1013' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__loop_1026' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__add_uchar_338' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2063' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2173' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__output_990' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__fun_2137' 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 'camlStd__fun_880' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__read_980' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_string_1182' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_bytes_1186' is not compiled with -fpic/-fPIC
the file containing the function 'camlIO__write_line_1190' 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_541' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__print_543' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__unique_547' is not compiled with -fpic/-fPIC
the file containing the function 'camlStd__fun_886' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_2310' is not compiled with -fpic/-fPIC
the file containing the function 'camlOptParse__fun_1719' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__loop_301' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__nth_aux_307' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__iter_aux_402' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__loop_304' is not compiled with -fpic/-fPIC
the file containing the function 'camlUTF8__get_334' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__encode_149' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_290' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_encode_312' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__str_decode_319' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__encode_string_326' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__decode_string_333' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__fun_711' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__output_191' is not compiled with -fpic/-fPIC
the file containing the function 'camlBase64__close_309' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__fun_1239' is not compiled with -fpic/-fPIC
either the file containing the function 'camlUnzip__code_begin' or the file containing the function 'camlUnzip__tree_depth_245' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__inflate_lengths_809' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_checksum_755' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__window_add_char_745' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__get_rev_bits_774' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__apply_huffman_801' is not compiled with -fpic/-fPIC
the file containing the function 'camlUnzip__add_char_786' 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_1492' 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_2256' 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_178
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__Bytes__fill_172
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_1702
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__Hashtbl__add_969
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_335
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_185
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__$5e_140
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__String__1
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_1057
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__get_method_labels_936
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__set_methods_1447
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_1685
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_297
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__Buffer__add_substring_378
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_298
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_253
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__close_out_276
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_1137
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlCamlinternalOO__make_class_1111
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__input_line_322
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_221
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__output_string_249
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string_of_int_176
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_224
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__String__escaped_272
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__string_of_float_190
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_365
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_996
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_476
verify-elf: WARNING: ./usr/lib/ocaml/extlib/extLib.cmxs: undefined symbol: camlStdlib__Buffer__add_string_463
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_316
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.6949
+ 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 "test_ExtString.ml", line 103, characters 10-24:
103 |   assert (String.replace s "karhu" "kalja" = (true, "kaljapullo"));
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
File "test_ExtString.ml", line 104, characters 10-24:
104 |   assert (String.replace s "kalja" "karhu" = (false, s));
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
File "test_ExtString.ml", line 106, characters 10-24:
106 |   assert (String.replace s "" "karhu" = (true, "karhu"^s));
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
File "test_ExtString.ml", line 107, characters 10-24:
107 |   assert (String.replace "" "" "karhu" = (true, "karhu"))
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
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 "test_ExtString.ml", line 103, characters 10-24:
103 |   assert (String.replace s "karhu" "kalja" = (true, "kaljapullo"));
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
File "test_ExtString.ml", line 104, characters 10-24:
104 |   assert (String.replace s "kalja" "karhu" = (false, s));
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
File "test_ExtString.ml", line 106, characters 10-24:
106 |   assert (String.replace s "" "karhu" = (true, "karhu"^s));
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
File "test_ExtString.ml", line 107, characters 10-24:
107 |   assert (String.replace "" "" "karhu" = (true, "karhu"))
                ^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
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.32808
+ 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.9p8M3c
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.XqRQgT
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.13.1-0B362E72, ocaml-cmi(BitSet) = 4.13.1-7E18F235, ocaml-cmi(Dllist) = 4.13.1-AD5B2C09, ocaml-cmi(DynArray) = 4.13.1-0F7AD1B3, ocaml-cmi(Enum) = 4.13.1-AA0F419F, ocaml-cmi(ExtArray) = 4.13.1-981BA832, ocaml-cmi(ExtBuffer) = 4.13.1-B856B6DC, ocaml-cmi(ExtBytes) = 4.13.1-04DEB185, ocaml-cmi(ExtHashtbl) = 4.13.1-74428C7A, ocaml-cmi(ExtLib) = 4.13.1-FC4180B7, ocaml-cmi(ExtList) = 4.13.1-DED44375, ocaml-cmi(ExtString) = 4.13.1-AD3021F7, ocaml-cmi(Global) = 4.13.1-3CEB5051, ocaml-cmi(IO) = 4.13.1-71CD695A, ocaml-cmi(OptParse) = 4.13.1-719C4CC5, ocaml-cmi(Option) = 4.13.1-3918D7BD, ocaml-cmi(PMap) = 4.13.1-9866CC39, ocaml-cmi(RefList) = 4.13.1-EC55B26F, ocaml-cmi(Std) = 4.13.1-3F7B9C5E, ocaml-cmi(UChar) = 4.13.1-1230A11A, ocaml-cmi(UTF8) = 4.13.1-68B93558, ocaml-cmi(Unzip) = 4.13.1-F7738368
Requires: ocaml-runtime, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalOO) = 4.13.1-0DC72C26, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Filename) = 4.13.1-4815D5CA, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Int64) = 4.13.1-55E959E4, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Scanf) = 4.13.1-05CC8C67, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DrMTDq
Creating ocaml-extlib-debuginfo package
Processing files: ocaml-extlib-devel-1.7.8-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1190
+ 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.TgA3Y1
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.9EvPGE
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.13.1-494A365E, ocaml-cmx(BitSet) = 4.13.1-F9F16A19, ocaml-cmx(Dllist) = 4.13.1-F924BC17, ocaml-cmx(DynArray) = 4.13.1-EADB4718, ocaml-cmx(Enum) = 4.13.1-A353F290, ocaml-cmx(ExtArray) = 4.13.1-9B268D4B, ocaml-cmx(ExtBuffer) = 4.13.1-A981DC90, ocaml-cmx(ExtBytes) = 4.13.1-EA8B9366, ocaml-cmx(ExtHashtbl) = 4.13.1-5AECC7F5, ocaml-cmx(ExtLib) = 4.13.1-2537F201, ocaml-cmx(ExtList) = 4.13.1-145BBDBF, ocaml-cmx(ExtString) = 4.13.1-20A418B9, ocaml-cmx(Global) = 4.13.1-7E6BBCD3, ocaml-cmx(IO) = 4.13.1-02E7DC45, ocaml-cmx(OptParse) = 4.13.1-66B7DF56, ocaml-cmx(Option) = 4.13.1-B82D4905, ocaml-cmx(PMap) = 4.13.1-155C83FD, ocaml-cmx(RefList) = 4.13.1-23BF336F, ocaml-cmx(Std) = 4.13.1-AB4A6BBD, ocaml-cmx(UChar) = 4.13.1-633A5C02, ocaml-cmx(UTF8) = 4.13.1-E2AB65C3, ocaml-cmx(Unzip) = 4.13.1-0BE1CB85
Requires: ocaml-extlib = 1.7.8-alt2, ocaml-cmi(Base64) = 4.13.1-0B362E72, ocaml-cmi(BitSet) = 4.13.1-7E18F235, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalOO) = 4.13.1-0DC72C26, ocaml-cmi(Dllist) = 4.13.1-AD5B2C09, ocaml-cmi(DynArray) = 4.13.1-0F7AD1B3, ocaml-cmi(Enum) = 4.13.1-AA0F419F, ocaml-cmi(ExtArray) = 4.13.1-981BA832, ocaml-cmi(ExtBuffer) = 4.13.1-B856B6DC, ocaml-cmi(ExtBytes) = 4.13.1-04DEB185, ocaml-cmi(ExtHashtbl) = 4.13.1-74428C7A, ocaml-cmi(ExtLib) = 4.13.1-FC4180B7, ocaml-cmi(ExtList) = 4.13.1-DED44375, ocaml-cmi(ExtString) = 4.13.1-AD3021F7, ocaml-cmi(Global) = 4.13.1-3CEB5051, ocaml-cmi(IO) = 4.13.1-71CD695A, ocaml-cmi(OptParse) = 4.13.1-719C4CC5, ocaml-cmi(Option) = 4.13.1-3918D7BD, ocaml-cmi(PMap) = 4.13.1-9866CC39, ocaml-cmi(RefList) = 4.13.1-EC55B26F, ocaml-cmi(Std) = 4.13.1-3F7B9C5E, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Filename) = 4.13.1-4815D5CA, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Int64) = 4.13.1-55E959E4, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Scanf) = 4.13.1-05CC8C67, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(UChar) = 4.13.1-1230A11A, ocaml-cmi(UTF8) = 4.13.1-68B93558, ocaml-cmi(Unzip) = 4.13.1-F7738368, ocaml-cmx(CamlinternalOO) = 4.13.1-062B2B82, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Array) = 4.13.1-548E90B7, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Bytes) = 4.13.1-7637AAAD, ocaml-cmx(Stdlib__Char) = 4.13.1-FA59FC1F, ocaml-cmx(Stdlib__Filename) = 4.13.1-BBD30AD3, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-7228153E, ocaml-cmx(Stdlib__Int32) = 4.13.1-04502FF2, ocaml-cmx(Stdlib__Int64) = 4.13.1-010120A8, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__Obj) = 4.13.1-B0FDAA6A, ocaml-cmx(Stdlib__Pervasives) = 4.13.1-4769F5D3, ocaml-cmx(Stdlib__Printf) = 4.13.1-0DD3DEA7, ocaml-cmx(Stdlib__Scanf) = 4.13.1-D980CF7A, ocaml-cmx(Stdlib__String) = 4.13.1-5279372C, ocaml-cmx(Stdlib__Sys) = 4.13.1-7E4B56BE
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NCcvcB
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.cDSBrI
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dKLsGM
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)
6.91user 1.47system 0:15.50elapsed 54%CPU (0avgtext+0avgdata 122580maxresident)k
0inputs+0outputs (0major+566480minor)pagefaults 0swaps
3.08user 1.14system 0:29.84elapsed 14%CPU (0avgtext+0avgdata 124376maxresident)k
792inputs+0outputs (0major+197442minor)pagefaults 0swaps
--- ocaml-extlib-1.7.8-alt2.i586.rpm.repo	2021-11-06 20:51:43.000000000 +0000
+++ ocaml-extlib-1.7.8-alt2.i586.rpm.hasher	2023-09-30 07:47:38.962312722 +0000
@@ -154,3 +154,3 @@
 File: /usr/lib/ocaml/extlib/extLib.cmt	100644	root:root	ec079b80c6f7ad883ed0e4a47150f71b	
-File: /usr/lib/ocaml/extlib/extLib.cmxs	100644	root:root	ef0cda00944d06084dac83ee6f84ad87	
+File: /usr/lib/ocaml/extlib/extLib.cmxs	100644	root:root	841e500fbf6122ff7a846006eedab21b	
 File: /usr/lib/ocaml/extlib/extList.cmi	100644	root:root	309aa9d6a082044ae87b90a0d4486417	
@@ -191,2 +191,2 @@
 File: /usr/share/doc/ocaml-extlib-1.7.8/README.md	100644	root:root	2dd3e34d8a3de51e4ac7ec904f87ee67	
-RPMIdentity: c6efcba35db42ae4a0dae87c2f488d91e9be7daf816d214cd0f24e176d18861c9e4ae68cd446a1acbfa68d82a79e68c128d27bb5e83e609043e05e69eb3341ad
+RPMIdentity: fcf87e437ac6f9b9f1c2e041d0adc8f29a625e140085032d612f21df91ae71177e28c7e3d7b0ef3a126cc9fe2564892feafec2ea6e5e4ee62b4bd166b93001f1
--- ocaml-extlib-debuginfo-1.7.8-alt2.i586.rpm.repo	2021-11-06 20:51:44.000000000 +0000
+++ ocaml-extlib-debuginfo-1.7.8-alt2.i586.rpm.hasher	2023-09-30 07:47:39.046313647 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/7e	40755	root:root	
-/usr/lib/debug/.build-id/7e/dc091e0fe97458ffb8147850363951c26dfabe	120777	root:root	../../../ocaml/extlib/extLib.cmxs
-/usr/lib/debug/.build-id/7e/dc091e0fe97458ffb8147850363951c26dfabe.debug	120777	root:root	../../usr/lib/ocaml/extlib/extLib.cmxs.debug
+/usr/lib/debug/.build-id/4c	40755	root:root	
+/usr/lib/debug/.build-id/4c/a13487599a019620e92bd18a6273c3615becc8	120777	root:root	../../../ocaml/extlib/extLib.cmxs
+/usr/lib/debug/.build-id/4c/a13487599a019620e92bd18a6273c3615becc8.debug	120777	root:root	../../usr/lib/ocaml/extlib/extLib.cmxs.debug
 /usr/lib/debug/usr/lib/ocaml	40755	root:root	
@@ -32,8 +32,8 @@
 Provides: ocaml-extlib-debuginfo = 1.7.8-alt2:sisyphus+288339.5200.3.1
-File: /usr/lib/debug/.build-id/7e	40755	root:root		
-File: /usr/lib/debug/.build-id/7e/dc091e0fe97458ffb8147850363951c26dfabe	120777	root:root		../../../ocaml/extlib/extLib.cmxs
-File: /usr/lib/debug/.build-id/7e/dc091e0fe97458ffb8147850363951c26dfabe.debug	120777	root:root		../../usr/lib/ocaml/extlib/extLib.cmxs.debug
+File: /usr/lib/debug/.build-id/4c	40755	root:root		
+File: /usr/lib/debug/.build-id/4c/a13487599a019620e92bd18a6273c3615becc8	120777	root:root		../../../ocaml/extlib/extLib.cmxs
+File: /usr/lib/debug/.build-id/4c/a13487599a019620e92bd18a6273c3615becc8.debug	120777	root:root		../../usr/lib/ocaml/extlib/extLib.cmxs.debug
 File: /usr/lib/debug/usr/lib/ocaml	40755	root:root		
 File: /usr/lib/debug/usr/lib/ocaml/extlib	40755	root:root		
-File: /usr/lib/debug/usr/lib/ocaml/extlib/extLib.cmxs.debug	100644	root:root	ec07f3ed79f6edddef35fec89084975d	
+File: /usr/lib/debug/usr/lib/ocaml/extlib/extLib.cmxs.debug	100644	root:root	38db9325b6ac37e9cf810d3fb7fab794	
 File: /usr/src/debug/ocaml-extlib-1.7.8	40755	root:root		
@@ -61,2 +61,2 @@
 File: /usr/src/debug/ocaml-extlib-1.7.8/src/unzip.ml	100644	root:root	ea503514929d4ed380231ae25bd63565	
-RPMIdentity: d6b9a077be70ba628ba062b6ebb63dbd7b871a452ab1ef71f12ffeb1876b24276ac389795febfe031a290ba1aea32f50390292b80e4d54eaecc96cdfa1ab1a23
+RPMIdentity: d973eaff2d87a1e22b23b1c92d95b6b6ff7eb59ed667cf68c95f0dc7760604bd195cf138489fc01b88604a2f97b755794c1aecad59ae408a748ad63487915f98
--- ocaml-extlib-devel-1.7.8-alt2.i586.rpm.repo	2021-11-06 20:51:44.000000000 +0000
+++ ocaml-extlib-devel-1.7.8-alt2.i586.rpm.hasher	2023-09-30 07:47:39.116314418 +0000
@@ -109,3 +109,3 @@
 File: /usr/lib/ocaml/extlib/extHashtbl.mli	100644	root:root	35710392eb947f83c62ac366e9889985	
-File: /usr/lib/ocaml/extlib/extLib.a	100644	root:root	10fbe1e3c4289dad1c0bccfa548125ac	
+File: /usr/lib/ocaml/extlib/extLib.a	100644	root:root	1ffe0b492fab0cc66287a9bf50a970a4	
 File: /usr/lib/ocaml/extlib/extLib.cmx	100644	root:root	082a237d42529a57300be66627d00068	
@@ -136,2 +136,2 @@
 File: /usr/share/doc/ocaml-extlib-devel-1.7.8/CHANGES	100644	root:root	f980d8f274f5820f4af820d71a1a3085	
-RPMIdentity: a1df9ed1d00b2323ae5842df4526a60c73fb01583d04e619d802429fa1f1674f20c8bc51a5ff420839470e5132f4a48462ec1931b6d65944ac01bfa62e939158
+RPMIdentity: 98ab7c4927e7daa63e9a923b564765e4c86ecd5b9113a70cb8fe8c2bc5251b8a07be5196acdaa9f67126c709ed204522b2b4915b7f6b4c82cd2740fc4a58ff8a