Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'], chrootPath='/var/lib/mock/f32-ocaml-119595-36626/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1578355200 Wrote: /builddir/build/SRPMS/ocaml-labltk-8.06.5-9.fc32.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'], chrootPath='/var/lib/mock/f32-ocaml-119595-36626/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1578355200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xrEKj8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf labltk-8.06.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/labltk-8.06.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd labltk-8.06.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (labltk-8.06.0-enable-debugging.patch): + echo 'Patch #1 (labltk-8.06.0-enable-debugging.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file support/Makefile.common + echo 'Patch #2 (labltk-8.06.4-enable-more-debugging.patch):' Patch #2 (labltk-8.06.4-enable-more-debugging.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file support/Makefile + find -name .gitignore -delete + find -type f + xargs sed -i -e s/-warn-error/-w/g + mv browser browser.old + mkdir browser + echo -e 'all:\ninstall:\n' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mBEjIa + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.5 + ./configure Configuring LablTk... tcl.h and/or tk.h not found. ** Configuration summary ** The "labltk" library: not supported + unset MAKEFLAGS + make all opt 'SHAREDCCCOMPOPTS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC' 'TK_LINK=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ltk8.6 -ltcl8.6' cd support; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/support' /usr/bin/ocamlc.opt -g -c -w A-3 -g support.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g support.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g rawwidget.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g rawwidget.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g widget.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g widget.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g protocol.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g protocol.ml BUILDSTDERR: File "protocol.ml", lines 140-142, characters 4-8: BUILDSTDERR: 140 | ....for i = 1 to List.length cb_ids do BUILDSTDERR: 141 | Hashtbl.remove callback_memo_table w BUILDSTDERR: 142 | done BUILDSTDERR: Warning 35: unused for-loop index i. BUILDSTDERR: File "protocol.ml", line 230, characters 25-27: BUILDSTDERR: 230 | | "-display" :: s :: xs -> s BUILDSTDERR: ^^ BUILDSTDERR: Warning 27: unused variable xs. BUILDSTDERR: File "protocol.ml", line 231, characters 21-22: BUILDSTDERR: 231 | | "-colormap" :: s :: xs -> find_display xs BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. BUILDSTDERR: File "protocol.ml", line 232, characters 21-22: BUILDSTDERR: 232 | | "-geometry" :: s :: xs -> find_display xs BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. BUILDSTDERR: File "protocol.ml", line 233, characters 17-18: BUILDSTDERR: 233 | | "-name" :: s :: xs -> find_display xs BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. BUILDSTDERR: File "protocol.ml", line 235, characters 16-17: BUILDSTDERR: 235 | | "-use" :: s :: xs -> find_display xs BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. BUILDSTDERR: File "protocol.ml", line 236, characters 19-20: BUILDSTDERR: 236 | | "-window" :: s :: xs -> find_display xs BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. BUILDSTDERR: File "protocol.ml", line 237, characters 19-20: BUILDSTDERR: 237 | | "-visual" :: s :: xs -> find_display xs BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. /usr/bin/ocamlc.opt -g -c -w A-3 -g textvariable.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g textvariable.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g timer.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g timer.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g fileevent.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g fileevent.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g camltkwrap.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g camltkwrap.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -I +threads -I vmthreads tkthread.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I +threads -I vmthreads tkthread.ml BUILDSTDERR: File "tkthread.ml", line 28, characters 4-12: BUILDSTDERR: 28 | let has_jobs () = not (with_jobs Queue.is_empty) BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 32: unused value has_jobs. BUILDSTDERR: File "tkthread.ml", line 49, characters 15-60: BUILDSTDERR: 49 | (fun () -> for i = 1 to n_jobs () do do_next_job () done; job_timer()) BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 35: unused for-loop index i. gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkCaml.c BUILDSTDERR: cltkCaml.c: In function 'camltk_init': BUILDSTDERR: cltkCaml.c:81:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 81 | tkerror_exn = caml_named_value("tkerror"); BUILDSTDERR: | ^ BUILDSTDERR: cltkCaml.c:83:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 83 | handler_code = caml_named_value("camlcb"); BUILDSTDERR: | ^ gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkUtf.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkEval.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkEvent.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkFile.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkMain.c BUILDSTDERR: cltkMain.c: In function 'camltk_opentk': BUILDSTDERR: cltkMain.c:92:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 92 | value *interp = caml_named_value("cltclinterp"); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkMisc.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkTimer.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkVar.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkWait.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -c cltkImg.c /usr/bin/ocamlmklib -g -o labltk cltkCaml.o cltkUtf.o cltkEval.o cltkEvent.o cltkFile.o cltkMain.o cltkMisc.o cltkTimer.o cltkVar.o cltkWait.o cltkImg.o -ldopt "-Wl,-z,relro" -ldopt "-Wl,--as-needed" -ldopt "-Wl,-z,now" -ldopt "-specs=/usr/lib/rpm/redhat/redhat-hardened-ld" -ldopt "-ltk8.6" -ldopt "-ltcl8.6" make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/support' cd compiler; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/compiler' /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support flags.ml (echo "let copyright=\"\\"; \ sed -e 's/$/\\n\\/' copyright; \ echo "\""; \ echo "let write ~w = w copyright;;") > copyright.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support copyright.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support tsort.ml BUILDSTDERR: File "tsort.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "tsort.ml", line 68, characters 19-35: BUILDSTDERR: 68 | ~f:(function {pred_count = n} as node -> BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 9: the following labels are not bound in this record pattern: BUILDSTDERR: node, successors BUILDSTDERR: Either bind these labels explicitly or add '; _' to the pattern. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support tables.ml BUILDSTDERR: File "tables.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "tables.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier String (which is later used) BUILDSTDERR: File "tables.ml", lines 220-227, characters 2-11: BUILDSTDERR: 220 | ..function BUILDSTDERR: 221 | List ty -> add_dependancies s ty BUILDSTDERR: 222 | | Product tyl -> List.iter ~f:(add_dependancies s) tyl BUILDSTDERR: 223 | | Subtype(s',_) -> if s <> s' then Tsort.add_relation types_order (s', s) BUILDSTDERR: 224 | | UserDefined s' -> if s <> s' then Tsort.add_relation types_order (s', s) BUILDSTDERR: 225 | | Function ty -> add_dependancies s ty BUILDSTDERR: 226 | | As (ty, _) -> add_dependancies s ty BUILDSTDERR: 227 | | _ -> () BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type mltype. BUILDSTDERR: File "tables.ml", lines 236-241, characters 23-60: BUILDSTDERR: 236 | .......................function BUILDSTDERR: 237 | StringArg _ -> false BUILDSTDERR: 238 | | TypeArg (l,Function _ ) -> true BUILDSTDERR: 239 | | TypeArg _ -> false BUILDSTDERR: 240 | | ListArg l -> List.exists ~f:has_callback l BUILDSTDERR: 241 | | OptionalArgs (_,tl,_) -> List.exists ~f:has_callback tl BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type mltype. BUILDSTDERR: File "tables.ml", line 245, characters 5-13: BUILDSTDERR: 245 | if List.mem ty !types_returned then () BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 6: label set was omitted in the application of this function. BUILDSTDERR: File "tables.ml", line 264, characters 26-52: BUILDSTDERR: 264 | let enter_component_types {template = t; result = r} = BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 9: the following labels are not bound in this record pattern: BUILDSTDERR: component, ml_name, var_name, safe BUILDSTDERR: Either bind these labels explicitly or add '; _' to the pattern. BUILDSTDERR: File "tables.ml", line 318, characters 7-21: BUILDSTDERR: 318 | if List.mem_assoc subtyp typdef.subtypes BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label map was omitted in the application of this function. BUILDSTDERR: File "tables.ml", line 128, characters 31-32: BUILDSTDERR: 128 | | TypeArg (s,t) -> s BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable t. BUILDSTDERR: File "tables.ml", line 206, characters 41-42: BUILDSTDERR: 206 | | Record tyl -> List.iter tyl ~f:(fun (l,t) -> enter_argtype t) BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "tables.ml", line 214, characters 14-15: BUILDSTDERR: 214 | | TypeArg (l,t) -> enter_argtype t BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "tables.ml", line 231, characters 14-15: BUILDSTDERR: 231 | | TypeArg (l,t) -> add_dependancies s t BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "tables.ml", line 238, characters 14-15: BUILDSTDERR: 238 | | TypeArg (l,Function _ ) -> true BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "tables.ml", line 257, characters 41-42: BUILDSTDERR: 257 | | Record tyl -> List.iter tyl ~f:(fun (l,t) -> add_return_type t) BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "tables.ml", line 403, characters 19-20: BUILDSTDERR: 403 | Constructor, l -> fatal_error "unexpected Constructor" BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support printer.ml BUILDSTDERR: File "printer.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Format;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier print_string (which is later used) BUILDSTDERR: File "printer.ml", line 128, characters 8-28: BUILDSTDERR: 128 | let rec print_component_type = function BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "printer.ml", line 134, characters 8-27: BUILDSTDERR: 134 | let rec print_fullcomponent = function BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "printer.ml", line 147, characters 8-23: BUILDSTDERR: 147 | let rec print_component = function BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "printer.ml", line 158, characters 8-26: BUILDSTDERR: 158 | let rec print_parser_arity = function BUILDSTDERR: ^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "printer.ml", line 162, characters 8-22: BUILDSTDERR: 162 | let rec print_type_def = function BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "printer.ml", line 180, characters 8-25: BUILDSTDERR: 180 | let rec print_module_type = function BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "printer.ml", line 184, characters 8-24: BUILDSTDERR: 184 | let rec print_module_def = function BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "printer.ml", line 83, characters 15-16: BUILDSTDERR: 83 | let print_poly x = print_string "";; BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable x. /usr/bin/ocamllex lexer.mll 45 states, 921 transitions, table size 3954 bytes /usr/bin/ocamlyacc -v -v parser.mly BUILDSTDERR: 3 shift/reduce conflicts. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support parser.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support lexer.ml BUILDSTDERR: File "lexer.mll", line 20, characters 0-14: BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "lexer.mll", line 20, characters 0-14: BUILDSTDERR: Warning 44: this open statement shadows the module identifier Bytes (which is later used) BUILDSTDERR: File "lexer.mll", line 77, characters 10-26: BUILDSTDERR: Warning 6: labels pos, len were omitted in the application of this function. /usr/bin/ocamllex pplex.mll 44 states, 754 transitions, table size 3280 bytes /usr/bin/ocamlyacc -v -v ppyac.mly /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support code.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support ppyac.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support pplex.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support pplex.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support ppyac.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support ppexec.ml BUILDSTDERR: File "ppexec.ml", lines 23-31, characters 14-11: BUILDSTDERR: 23 | ..............function BUILDSTDERR: 24 | | Line _ -> incr linenum BUILDSTDERR: 25 | | Ifdef (_, _, c1, c2o) -> BUILDSTDERR: 26 | List.iter nop c1; BUILDSTDERR: 27 | begin match c2o with BUILDSTDERR: 28 | | Some c2 -> List.iter nop c2 BUILDSTDERR: 29 | | None -> () BUILDSTDERR: 30 | end BUILDSTDERR: 31 | | _ -> () BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Code.code. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support ppparse.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support parser.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support compile.ml BUILDSTDERR: File "compile.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier String (which is later used) BUILDSTDERR: File "compile.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "compile.ml", line 71, characters 11-19: BUILDSTDERR: 71 | if List.mem s forbidden then BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 6: label set was omitted in the application of this function. BUILDSTDERR: File "compile.ml", lines 62-76, characters 2-37: BUILDSTDERR: 62 | ..match fc.template with BUILDSTDERR: 63 | ListArg( StringArg s :: _ ) -> BUILDSTDERR: 64 | let s = small s in BUILDSTDERR: 65 | if s = "" then s else BUILDSTDERR: 66 | let s = BUILDSTDERR: ... BUILDSTDERR: 73 | with Not_found -> small fc.var_name BUILDSTDERR: 74 | else s BUILDSTDERR: 75 | end BUILDSTDERR: 76 | | _ -> raise (Failure "gettklabel") BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", lines 220-222, characters 22-21: BUILDSTDERR: 220 | ......................function BUILDSTDERR: 221 | ListArg l -> String.concat ~sep:" " (List.map ~f:ppTemplate l) BUILDSTDERR: 222 | | t -> ppTemplate t BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", line 229, characters 25-59: BUILDSTDERR: 229 | let write_constructor ~w {ml_name = mlconstr; template = t} = BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 9: the following labels are not bound in this record pattern: BUILDSTDERR: component, var_name, result, safe BUILDSTDERR: Either bind these labels explicitly or add '; _' to the pattern. BUILDSTDERR: File "compile.ml", line 251, characters 21-55: BUILDSTDERR: 251 | let write_variant ~w {var_name = varname; template = t} = BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 9: the following labels are not bound in this record pattern: BUILDSTDERR: component, ml_name, result, safe BUILDSTDERR: Either bind these labels explicitly or add '; _' to the pattern. BUILDSTDERR: File "compile.ml", lines 334-366, characters 33-36: BUILDSTDERR: 334 | .................................function BUILDSTDERR: 335 | | Int -> "int_of_string " ^ arg BUILDSTDERR: 336 | | Float -> "float_of_string " ^ arg BUILDSTDERR: 337 | | Bool -> "(match " ^ arg ^ " with\n\ BUILDSTDERR: 338 | | \"1\" -> true\n\ BUILDSTDERR: ... BUILDSTDERR: 363 | | As (ty, _) -> converterTKtoCAML ~arg ty BUILDSTDERR: 364 | | t -> BUILDSTDERR: 365 | prerr_endline ("ERROR with " ^ arg ^ " " ^ ppMLtype t); BUILDSTDERR: 366 | fatal_error "converterTKtoCAML" BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 392-430, characters 6-9: BUILDSTDERR: 392 | ......begin match ty with BUILDSTDERR: 393 | Product tyl -> raise (Failure "Product -> record was done. ???") BUILDSTDERR: 394 | | Record tyl -> BUILDSTDERR: 395 | (* variables for each component of the product *) BUILDSTDERR: 396 | let vnames = varnames ~prefix:"a" (List.length tyl) in BUILDSTDERR: ... BUILDSTDERR: 427 | "let (v, _) = " ^ converterTKtoCAML ~arg:"args" ty ^ BUILDSTDERR: 428 | " in\n " ^ name ^ " v" BUILDSTDERR: 429 | end BUILDSTDERR: 430 | end...... BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 387-430, characters 2-15: BUILDSTDERR: 387 | ..match ty with BUILDSTDERR: 388 | Unit -> "(fun _ -> " ^ name ^ " ())" BUILDSTDERR: 389 | | As (ty, _) -> wrapper_code ~name ty BUILDSTDERR: 390 | | ty -> BUILDSTDERR: 391 | "(fun args ->\n " ^ BUILDSTDERR: ... BUILDSTDERR: 427 | "let (v, _) = " ^ converterTKtoCAML ~arg:"args" ty ^ BUILDSTDERR: 428 | " in\n " ^ name ^ " v" BUILDSTDERR: 429 | end BUILDSTDERR: 430 | end ^ ")" BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 458-468, characters 6-18: BUILDSTDERR: 458 | ......match c.template with BUILDSTDERR: 459 | ListArg [StringArg s] -> BUILDSTDERR: 460 | pp.zeroary <- (s, vname) :: BUILDSTDERR: 461 | pp.zeroary; true BUILDSTDERR: 462 | | ListArg [TypeArg(_, Int)] | ListArg[TypeArg(_, Float)] -> BUILDSTDERR: ... BUILDSTDERR: 465 | | ListArg [TypeArg(_, String)] -> BUILDSTDERR: 466 | if pp.stringpar <> [] then false BUILDSTDERR: 467 | else (pp.stringpar <- [vname]; true) BUILDSTDERR: 468 | | _ -> false BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", lines 458-468, characters 6-18: BUILDSTDERR: 458 | ......match c.template with BUILDSTDERR: 459 | ListArg [StringArg s] -> BUILDSTDERR: 460 | pp.zeroary <- (s, vname) :: BUILDSTDERR: 461 | pp.zeroary; true BUILDSTDERR: 462 | | ListArg [TypeArg(_, Int)] | ListArg[TypeArg(_, Float)] -> BUILDSTDERR: ... BUILDSTDERR: 465 | | ListArg [TypeArg(_, String)] -> BUILDSTDERR: 466 | if pp.stringpar <> [] then false BUILDSTDERR: 467 | else (pp.stringpar <- [vname]; true) BUILDSTDERR: 468 | | _ -> false BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 668-703, characters 20-38: BUILDSTDERR: 668 | ....................function BUILDSTDERR: 669 | StringArg s -> "TkToken \"" ^ s ^ "\"" BUILDSTDERR: 670 | | TypeArg (_, List (Subtype (sup, sub))) when not !Flags.camltk -> BUILDSTDERR: 671 | begin try BUILDSTDERR: 672 | let typdef = Hashtbl.find types_table sup in BUILDSTDERR: ... BUILDSTDERR: 700 | let defstr = String.concat ~sep:"; " (List.map ~f:coderec d) in BUILDSTDERR: 701 | "TkTokenList (match " ^ nv ^ " with\n" BUILDSTDERR: 702 | ^ " | Some " ^ nv ^ " -> [" ^ argstr ^ "]\n" BUILDSTDERR: 703 | ^ " | None -> [" ^ defstr ^ "])" BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 707-710, characters 4-41: BUILDSTDERR: 707 | ....match template with BUILDSTDERR: 708 | ListArg l -> BUILDSTDERR: 709 | "[|" ^ String.concat ~sep:";\n " (List.map ~f:coderec l) ^ "|]" BUILDSTDERR: 710 | | _ -> "[|" ^ coderec template ^ "|]" BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", lines 712-718, characters 4-27: BUILDSTDERR: 712 | ....match template with BUILDSTDERR: 713 | ListArg [x] -> coderec x BUILDSTDERR: 714 | | ListArg l -> BUILDSTDERR: 715 | "TkTokenList [" ^ BUILDSTDERR: 716 | String.concat ~sep:";\n " (List.map ~f:coderec l) ^ BUILDSTDERR: 717 | "]" BUILDSTDERR: 718 | | _ -> coderec template BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", lines 820-854, characters 34-72: BUILDSTDERR: 820 | ..................................function BUILDSTDERR: 821 | List String -> BUILDSTDERR: 822 | w "(splitlist res)" BUILDSTDERR: 823 | | List ty -> BUILDSTDERR: 824 | if !Flags.camltk then BUILDSTDERR: ... BUILDSTDERR: 851 | | ty -> BUILDSTDERR: 852 | match type_parser_arity ty with BUILDSTDERR: 853 | OneToken -> w (converterTKtoCAML ~arg:"res" ty) BUILDSTDERR: 854 | | MultipleToken -> w (converterTKtoCAML ~arg:"(splitlist res)" ty) BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 859-862, characters 23-16: BUILDSTDERR: 859 | .......................match def.template with BUILDSTDERR: 860 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" BUILDSTDERR: 861 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" BUILDSTDERR: 862 | | _ -> "dummy"... BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", lines 859-862, characters 23-16: BUILDSTDERR: 859 | .......................match def.template with BUILDSTDERR: 860 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" BUILDSTDERR: 861 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" BUILDSTDERR: 862 | | _ -> "dummy"... BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 896-901, characters 2-5: BUILDSTDERR: 896 | ..begin match def.result with BUILDSTDERR: 897 | | Unit | As (Unit, _) -> w "tkCommand "; w code BUILDSTDERR: 898 | | ty -> BUILDSTDERR: 899 | w "let res = tkEval "; w code ; w " in \n"; BUILDSTDERR: 900 | write_result_parsing ~w ty BUILDSTDERR: 901 | end. BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 908-911, characters 23-16: BUILDSTDERR: 908 | .......................match def.template with BUILDSTDERR: 909 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" BUILDSTDERR: 910 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" BUILDSTDERR: 911 | | _ -> "dummy"... BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", lines 908-911, characters 23-16: BUILDSTDERR: 908 | .......................match def.template with BUILDSTDERR: 909 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" BUILDSTDERR: 910 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" BUILDSTDERR: 911 | | _ -> "dummy"... BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", lines 936-941, characters 2-5: BUILDSTDERR: 936 | ..begin match def.result with BUILDSTDERR: 937 | | Unit | As (Unit, _) -> w "tkCommand "; w code BUILDSTDERR: 938 | | ty -> BUILDSTDERR: 939 | w "let res = tkEval "; w code ; w " in \n"; BUILDSTDERR: 940 | write_result_parsing ~w ty BUILDSTDERR: 941 | end. BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "compile.ml", line 1001, characters 40-57: BUILDSTDERR: 1001 | converterCAMLtoTK "w" "x" (Subtype("options",clas)) ^ ") options)\n"); BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label context_widget was omitted in the application of this function. BUILDSTDERR: File "compile.ml", line 1012, characters 40-57: BUILDSTDERR: 1012 | converterCAMLtoTK "w" "x" (Subtype("options",clas)) ^ ") options)\n"); BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label context_widget was omitted in the application of this function. BUILDSTDERR: File "compile.ml", line 1043, characters 10-19: BUILDSTDERR: 1043 | List.iter (Ppexec.exec (fun _ -> ()) w) BUILDSTDERR: ^^^^^^^^^ BUILDSTDERR: Warning 6: label f was omitted in the application of this function. BUILDSTDERR: File "compile.ml", lines 1035-1054, characters 2-61: BUILDSTDERR: 1035 | ..match def.template with BUILDSTDERR: 1036 | | StringArg fname -> BUILDSTDERR: 1037 | begin try BUILDSTDERR: 1038 | let realname = find_in_path !search_path (fname ^ ".ml") in BUILDSTDERR: 1039 | let ic = open_in_bin realname in BUILDSTDERR: ... BUILDSTDERR: 1051 | | Not_found -> BUILDSTDERR: 1052 | raise (Compiler_Error ("can't find external file: " ^ fname)) BUILDSTDERR: 1053 | end BUILDSTDERR: 1054 | | _ -> raise (Compiler_Error "invalid external definition") BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "compile.ml", line 28, characters 5-6: BUILDSTDERR: 28 | | l, t -> raise (Failure ("labeloff: " ^ l ^ " at " ^ at)) BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable t. BUILDSTDERR: File "compile.ml", line 197, characters 22-25: BUILDSTDERR: 197 | | Function (Product tyl) -> BUILDSTDERR: ^^^ BUILDSTDERR: Warning 27: unused variable tyl. BUILDSTDERR: File "compile.ml", line 214, characters 13-14: BUILDSTDERR: 214 | | TypeArg (l, t) -> "<" ^ ppMLtype t ^ ">" BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "compile.ml", line 273, characters 36-38: BUILDSTDERR: 273 | let labltk_write_type ~intf:w ~impl:w' name ~def:typdef = BUILDSTDERR: ^^ BUILDSTDERR: Warning 27: unused variable w'. BUILDSTDERR: File "compile.ml", line 393, characters 18-21: BUILDSTDERR: 393 | Product tyl -> raise (Failure "Product -> record was done. ???") BUILDSTDERR: ^^^ BUILDSTDERR: Warning 27: unused variable tyl. BUILDSTDERR: File "compile.ml", line 400, characters 25-26: BUILDSTDERR: 400 | begin fun v (l, ty) -> BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "compile.ml", line 732, characters 23-33: BUILDSTDERR: 732 | let code, variables, variables2, (co, _) = BUILDSTDERR: ^^^^^^^^^^ BUILDSTDERR: Warning 27: unused variable variables2. BUILDSTDERR: File "compile.ml", line 757, characters 23-33: BUILDSTDERR: 757 | let code, variables, variables2, (co, _) = BUILDSTDERR: ^^^^^^^^^^ BUILDSTDERR: Warning 27: unused variable variables2. BUILDSTDERR: File "compile.ml", line 828, characters 12-15: BUILDSTDERR: 828 | | Product tyl -> raise (Failure "Product -> record was done. ???") BUILDSTDERR: ^^^ BUILDSTDERR: Warning 27: unused variable tyl. BUILDSTDERR: File "compile.ml", line 913, characters 40-43: BUILDSTDERR: 913 | let code, variables, variables2, (co, lbl) = BUILDSTDERR: ^^^ BUILDSTDERR: Warning 27: unused variable lbl. BUILDSTDERR: File "compile.ml", line 913, characters 36-38: BUILDSTDERR: 913 | let code, variables, variables2, (co, lbl) = BUILDSTDERR: ^^ BUILDSTDERR: Warning 27: unused variable co. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support intf.ml BUILDSTDERR: File "intf.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "intf.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier String (which is later used) BUILDSTDERR: File "intf.ml", lines 78-87, characters 36-41: BUILDSTDERR: 78 | ....................................function BUILDSTDERR: 79 | [] -> u, l, o BUILDSTDERR: 80 | | (_, List(Subtype _) as x)::ls -> BUILDSTDERR: 81 | replace_args ~u ~l ~o:(x::o) ls BUILDSTDERR: 82 | | ("", _ as x)::ls -> BUILDSTDERR: 83 | replace_args ~u:(x::u) ~l ~o ls BUILDSTDERR: 84 | | (p, _ as x)::ls when p.[0] = '?' -> BUILDSTDERR: 85 | replace_args ~u ~l ~o:(x::o) ls BUILDSTDERR: 86 | | x::ls -> BUILDSTDERR: 87 | replace_args ~u ~l:(x::l) ~o ls BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.mltype. BUILDSTDERR: File "intf.ml", line 178, characters 10-19: BUILDSTDERR: 178 | List.iter (Ppexec.exec (fun _ -> ()) w) BUILDSTDERR: ^^^^^^^^^ BUILDSTDERR: Warning 6: label f was omitted in the application of this function. BUILDSTDERR: File "intf.ml", lines 169-191, characters 2-61: BUILDSTDERR: 169 | ..match def.template with BUILDSTDERR: 170 | | StringArg fname -> BUILDSTDERR: 171 | begin try BUILDSTDERR: 172 | let realname = find_in_path !search_path (fname ^ ".mli") in BUILDSTDERR: 173 | let ic = open_in_bin realname in BUILDSTDERR: ... BUILDSTDERR: 188 | | Not_found -> BUILDSTDERR: 189 | raise (Compiler_Error ("can't find external file: " ^ fname)) BUILDSTDERR: 190 | end BUILDSTDERR: 191 | | _ -> raise (Compiler_Error "invalid external definition") BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "intf.ml", line 57, characters 29-34: BUILDSTDERR: 57 | let camltk_write_create_p ~w wname = BUILDSTDERR: ^^^^^ BUILDSTDERR: Warning 27: unused variable wname. BUILDSTDERR: File "intf.ml", line 65, characters 35-40: BUILDSTDERR: 65 | let camltk_write_named_create_p ~w wname = BUILDSTDERR: ^^^^^ BUILDSTDERR: Warning 27: unused variable wname. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support maincompile.ml BUILDSTDERR: File "maincompile.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "maincompile.ml", line 55, characters 6-15: BUILDSTDERR: 55 | List.iter (Ppexec.exec BUILDSTDERR: ^^^^^^^^^ BUILDSTDERR: Warning 6: label f was omitted in the application of this function. BUILDSTDERR: File "maincompile.ml", lines 151-154, characters 17-20: BUILDSTDERR: 151 | .................begin match c.template with BUILDSTDERR: 152 | ListArg (x :: _) -> x BUILDSTDERR: 153 | | _ -> fatal_error "bogus hack" BUILDSTDERR: 154 | end. BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.template. BUILDSTDERR: File "maincompile.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier String (which is later used) BUILDSTDERR: File "maincompile.ml", line 194, characters 7-15: BUILDSTDERR: 194 | if List.mem typname !types_returned then BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 6: label set was omitted in the application of this function. BUILDSTDERR: File "maincompile.ml", line 201, characters 12-26: BUILDSTDERR: 201 | if not (List.mem_assoc typname !types_external) then BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label map was omitted in the application of this function. BUILDSTDERR: File "maincompile.ml", lines 320-329, characters 6-15: BUILDSTDERR: 320 | ......match def.module_type with BUILDSTDERR: 321 | | Widget -> BUILDSTDERR: 322 | let name = caml_name name in BUILDSTDERR: 323 | output_string oc (Printf.sprintf BUILDSTDERR: 324 | "let %s (w : any widget) =\n" name); BUILDSTDERR: 325 | output_string oc (Printf.sprintf BUILDSTDERR: 326 | " Rawwidget.check_class w widget_%s_table;\n" name); BUILDSTDERR: 327 | output_string oc (Printf.sprintf BUILDSTDERR: 328 | " (Obj.magic w : %s widget);;\n\n" name); BUILDSTDERR: 329 | | _ -> ()................ BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Tables.module_type. BUILDSTDERR: File "maincompile.ml", line 112, characters 35-40: BUILDSTDERR: 112 | let code1, vars11, vars12, opts1 = BUILDSTDERR: ^^^^^ BUILDSTDERR: Warning 27: unused variable opts1. BUILDSTDERR: File "maincompile.ml", line 112, characters 27-33: BUILDSTDERR: 112 | let code1, vars11, vars12, opts1 = BUILDSTDERR: ^^^^^^ BUILDSTDERR: Warning 27: unused variable vars12. BUILDSTDERR: File "maincompile.ml", line 112, characters 19-25: BUILDSTDERR: 112 | let code1, vars11, vars12, opts1 = BUILDSTDERR: ^^^^^^ BUILDSTDERR: Warning 27: unused variable vars11. BUILDSTDERR: File "maincompile.ml", line 114, characters 35-40: BUILDSTDERR: 114 | let code2, vars12, vars22, opts2 = BUILDSTDERR: ^^^^^ BUILDSTDERR: Warning 27: unused variable opts2. BUILDSTDERR: File "maincompile.ml", line 114, characters 27-33: BUILDSTDERR: 114 | let code2, vars12, vars22, opts2 = BUILDSTDERR: ^^^^^^ BUILDSTDERR: Warning 27: unused variable vars22. BUILDSTDERR: File "maincompile.ml", line 114, characters 19-25: BUILDSTDERR: 114 | let code2, vars12, vars22, opts2 = BUILDSTDERR: ^^^^^^ BUILDSTDERR: Warning 27: unused variable vars12. /usr/bin/ocamlc.opt -g -g -o tkcompiler ../support/support.cmo flags.cmo copyright.cmo tsort.cmo tables.cmo printer.cmo lexer.cmo pplex.cmo ppyac.cmo ppexec.cmo ppparse.cmo parser.cmo compile.cmo intf.cmo maincompile.cmo /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support pp.ml /usr/bin/ocamlc.opt -g -g -o pp pplex.cmo ppyac.cmo ppexec.cmo ppparse.cmo pp.cmo make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/compiler' cd labltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd ..; /usr/bin/ocamlrun compiler/tkcompiler -outdir labltk (echo 'open StdLabels'; \ echo 'open Widget'; \ echo 'open Protocol'; \ echo 'open Support'; \ echo 'open Textvariable'; \ cat ../builtin/report.ml; \ cat ../builtin/builtin_*.ml; \ cat _tkgen.ml; \ echo ; \ echo ; \ echo 'module Tkintf = struct'; \ cat ../builtin/builtini_*.ml; \ cat _tkigen.ml; \ echo 'end (* module Tkintf *)'; \ echo ; \ echo ; \ echo 'open Tkintf' ;\ echo ; \ echo ; \ cat ../builtin/builtinf_*.ml; \ cat _tkfgen.ml; \ echo ; \ ) > _tk.ml /usr/bin/ocamlrun ../compiler/pp < _tk.ml > tk.ml rm -f _tk.ml /usr/bin/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd labltk; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tk.ml BUILDSTDERR: File "tk.ml", line 1, characters 0-14: BUILDSTDERR: 1 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "tk.ml", line 35, characters 26-34: BUILDSTDERR: 35 | TkQuote (TkTokenList (List.map (fun x -> TkToken x) fp.extensions)) in BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 6: label f was omitted in the application of this function. BUILDSTDERR: File "tk.ml", line 40, characters 34-42: BUILDSTDERR: 40 | | _ -> [TkQuote (TkTokenList (List.map (fun x -> TkToken x) fp.mactypes))] BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 6: label f was omitted in the application of this function. BUILDSTDERR: File "tk.ml", line 120, characters 0-11: BUILDSTDERR: 120 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the type identifier widget (which is later used) BUILDSTDERR: File "tk.ml", line 120, characters 0-11: BUILDSTDERR: 120 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the type identifier any (which is later used) BUILDSTDERR: File "tk.ml", line 120, characters 0-11: BUILDSTDERR: 120 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier forget_type (which is later used) BUILDSTDERR: File "tk.ml", line 120, characters 0-11: BUILDSTDERR: 120 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier default_toplevel (which is later used) BUILDSTDERR: File "tk.ml", line 1, characters 0-14: BUILDSTDERR: 1 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier String (which is later used) BUILDSTDERR: File "tk.ml", line 930, characters 33-46: BUILDSTDERR: 930 | | l -> raise (Invalid_argument (String.concat " " ("TKtoCAMLscrollValue"::l))) BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label sep was omitted in the application of this function. BUILDSTDERR: File "tk.ml", lines 1103-1106, characters 4-23: BUILDSTDERR: 1103 | ....match cCAMLtoTKtext_index base with BUILDSTDERR: 1104 | TkToken ppbase -> BUILDSTDERR: 1105 | String.concat ~sep:"" (ppbase :: List.map ~f:ppTextModifier ml) BUILDSTDERR: 1106 | | _ -> assert false BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Protocol.tkArgs. BUILDSTDERR: File "tk.ml", line 120, characters 0-11: BUILDSTDERR: 120 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier dummy (which is later used) BUILDSTDERR: File "tk.ml", line 120, characters 0-11: BUILDSTDERR: 120 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the type identifier menu (which is later used) BUILDSTDERR: File "tk.ml", line 120, characters 0-11: BUILDSTDERR: 120 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier coe (which is later used) BUILDSTDERR: File "tk.ml", line 2, characters 0-11: BUILDSTDERR: 2 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "tk.ml", line 4, characters 0-12: BUILDSTDERR: 4 | open Support BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Support. BUILDSTDERR: File "tk.ml", line 1453, characters 17-21: BUILDSTDERR: 1453 | let (a1, args) = cTKtoCAMLscrollValue args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "tk.ml", line 1573, characters 17-21: BUILDSTDERR: 1573 | let (a2, args) = (Obj.magic (cTKtoCAMLwidget (List.hd args) ) : any widget), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "tk.ml", line 1905, characters 17-21: BUILDSTDERR: 1905 | let (a2, args) = float_of_string (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "tk.ml", line 1912, characters 17-21: BUILDSTDERR: 1912 | let (a2, args) = float_of_string (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "tk.ml", line 3927, characters 17-21: BUILDSTDERR: 3927 | let (a3, args) = (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps bell.mli BUILDSTDERR: File "bell.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "bell.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "bell.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps bell.ml BUILDSTDERR: File "bell.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "bell.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "bell.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "bell.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scale.mli BUILDSTDERR: File "scale.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "scale.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scale.ml BUILDSTDERR: File "scale.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "scale.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "scale.ml", line 53, characters 12-13: BUILDSTDERR: 53 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps winfo.mli BUILDSTDERR: File "winfo.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "winfo.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "winfo.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps winfo.ml BUILDSTDERR: File "winfo.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "winfo.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "winfo.ml", line 183, characters 12-13: BUILDSTDERR: 183 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "winfo.ml", line 214, characters 12-13: BUILDSTDERR: 214 | let r3, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scrollbar.mli BUILDSTDERR: File "scrollbar.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "scrollbar.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "scrollbar.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scrollbar.ml BUILDSTDERR: File "scrollbar.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "scrollbar.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "scrollbar.ml", line 74, characters 12-13: BUILDSTDERR: 74 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "scrollbar.ml", line 93, characters 12-13: BUILDSTDERR: 93 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps entry.mli BUILDSTDERR: File "entry.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "entry.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps entry.ml BUILDSTDERR: File "entry.mli", line 114, characters 0-45: BUILDSTDERR: 114 | val xview_get : entry widget -> float * float BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 32: unused value xview_get. BUILDSTDERR: File "entry.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "entry.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "entry.ml", line 42, characters 12-13: BUILDSTDERR: 42 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "entry.ml", line 145, characters 4-13: BUILDSTDERR: 145 | let xview_get v1 = BUILDSTDERR: ^^^^^^^^^ BUILDSTDERR: Warning 32: unused value xview_get. BUILDSTDERR: File "entry.ml", line 152, characters 12-13: BUILDSTDERR: 152 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "entry.ml", line 162, characters 12-13: BUILDSTDERR: 162 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps listbox.mli BUILDSTDERR: File "listbox.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "listbox.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "listbox.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps listbox.ml BUILDSTDERR: File "listbox.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "listbox.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "listbox.ml", line 47, characters 12-13: BUILDSTDERR: 47 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "listbox.ml", line 169, characters 12-13: BUILDSTDERR: 169 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "listbox.ml", line 189, characters 12-13: BUILDSTDERR: 189 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps wm.mli BUILDSTDERR: File "wm.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "wm.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "wm.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps wm.ml BUILDSTDERR: File "wm.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "wm.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "wm.ml", line 33, characters 12-13: BUILDSTDERR: 33 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "wm.ml", line 141, characters 12-13: BUILDSTDERR: 141 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "wm.ml", line 239, characters 12-13: BUILDSTDERR: 239 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "wm.ml", line 275, characters 12-13: BUILDSTDERR: 275 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "wm.ml", line 293, characters 12-13: BUILDSTDERR: 293 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "wm.ml", line 367, characters 12-13: BUILDSTDERR: 367 | let r2, l = (match (List.hd l) with BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkwait.mli BUILDSTDERR: File "tkwait.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "tkwait.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkwait.ml BUILDSTDERR: File "tkwait.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "tkwait.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grab.mli BUILDSTDERR: File "tkwait.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "grab.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "grab.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grab.ml BUILDSTDERR: File "grab.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "grab.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "grab.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "grab.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps font.mli BUILDSTDERR: File "font.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "font.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "font.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps font.ml BUILDSTDERR: File "font.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "font.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "font.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps canvas.mli BUILDSTDERR: File "canvas.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "canvas.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "canvas.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps canvas.ml BUILDSTDERR: File "canvas.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "canvas.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "canvas.ml", line 48, characters 12-13: BUILDSTDERR: 48 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "canvas.ml", line 423, characters 12-13: BUILDSTDERR: 423 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "canvas.ml", line 438, characters 12-13: BUILDSTDERR: 438 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps image.mli BUILDSTDERR: File "image.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "image.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps image.ml BUILDSTDERR: File "image.mli", line 20, characters 0-11: BUILDSTDERR: 20 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "image.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "image.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "image.ml", line 36, characters 2-10: BUILDSTDERR: 36 | List.map cTKtoCAMLimage names BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 6: label f was omitted in the application of this function. BUILDSTDERR: File "image.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "image.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "image.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps clipboard.mli BUILDSTDERR: File "clipboard.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "clipboard.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps clipboard.ml BUILDSTDERR: File "clipboard.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "clipboard.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "clipboard.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "clipboard.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps label.mli BUILDSTDERR: File "label.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "label.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps label.ml BUILDSTDERR: File "label.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "label.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps message.mli BUILDSTDERR: File "message.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "message.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps message.ml BUILDSTDERR: File "message.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "message.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps text.mli BUILDSTDERR: File "text.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "text.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "text.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps text.ml BUILDSTDERR: File "text.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "text.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "text.ml", line 42, characters 12-13: BUILDSTDERR: 42 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "text.ml", line 94, characters 12-13: BUILDSTDERR: 94 | let r5, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "text.ml", line 308, characters 12-13: BUILDSTDERR: 308 | let r2, l = cTKtoCAMLtext_index (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "text.ml", line 324, characters 12-13: BUILDSTDERR: 324 | let r2, l = cTKtoCAMLtext_index (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "text.ml", line 392, characters 12-13: BUILDSTDERR: 392 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "text.ml", line 407, characters 12-13: BUILDSTDERR: 407 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagephoto.mli BUILDSTDERR: File "imagephoto.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "imagephoto.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "imagephoto.mli", line 20, characters 0-11: BUILDSTDERR: 20 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "imagephoto.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagephoto.ml BUILDSTDERR: File "imagephoto.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "imagephoto.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "imagephoto.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "imagephoto.ml", line 71, characters 12-13: BUILDSTDERR: 71 | let r3, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps option.mli BUILDSTDERR: File "option.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "option.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps option.ml BUILDSTDERR: File "option.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "option.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "option.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "option.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps frame.mli BUILDSTDERR: File "frame.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "frame.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps frame.ml BUILDSTDERR: File "frame.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "frame.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "frame.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps selection.mli BUILDSTDERR: File "selection.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "selection.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "selection.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps selection.ml BUILDSTDERR: File "selection.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "selection.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "selection.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps dialog.mli BUILDSTDERR: File "dialog.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "dialog.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps dialog.ml BUILDSTDERR: File "dialog.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "dialog.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "dialog.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "dialog.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps place.mli BUILDSTDERR: File "place.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "place.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps place.ml BUILDSTDERR: File "place.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "place.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "place.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "place.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pixmap.mli BUILDSTDERR: File "pixmap.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "pixmap.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "pixmap.mli", line 20, characters 0-11: BUILDSTDERR: 20 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "pixmap.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pixmap.ml BUILDSTDERR: File "pixmap.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Bytes (which is later used) BUILDSTDERR: File "pixmap.ml", line 58, characters 2-19: BUILDSTDERR: 58 | Bytes.unsafe_blit pix_from.pixmap_data 0 BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: labels src, src_pos, dst, dst_pos, len were omitted in the application of this function. BUILDSTDERR: File "pixmap.ml", line 73, characters 2-18: BUILDSTDERR: 73 | Bytes.sub_string pixmap.pixmap_data pos 3 BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: labels pos, len were omitted in the application of this function. BUILDSTDERR: File "pixmap.ml", line 77, characters 2-19: BUILDSTDERR: 77 | Bytes.unsafe_blit (Bytes.unsafe_of_string pixel) 0 pixmap.pixmap_data pos 3 BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: labels src, src_pos, dst, dst_pos, len were omitted in the application of this function. BUILDSTDERR: File "pixmap.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "pixmap.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "pixmap.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "pixmap.ml", line 22, characters 0-13: BUILDSTDERR: 22 | open Protocol BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Protocol. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menubutton.mli BUILDSTDERR: File "menubutton.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "menubutton.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menubutton.ml BUILDSTDERR: File "menubutton.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "menubutton.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps radiobutton.mli BUILDSTDERR: File "radiobutton.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "radiobutton.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps radiobutton.ml BUILDSTDERR: File "radiobutton.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "radiobutton.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps focus.mli BUILDSTDERR: File "focus.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "focus.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "focus.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps focus.ml BUILDSTDERR: File "focus.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "focus.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "focus.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "focus.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pack.mli BUILDSTDERR: File "pack.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "pack.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "pack.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pack.ml BUILDSTDERR: File "pack.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "pack.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "pack.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagebitmap.mli BUILDSTDERR: File "imagebitmap.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "imagebitmap.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "imagebitmap.mli", line 20, characters 0-11: BUILDSTDERR: 20 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagebitmap.ml BUILDSTDERR: File "imagebitmap.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "imagebitmap.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "imagebitmap.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "imagebitmap.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps encoding.mli BUILDSTDERR: File "encoding.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "encoding.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps encoding.ml BUILDSTDERR: File "encoding.mli", line 20, characters 0-11: BUILDSTDERR: 20 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "encoding.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "encoding.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "encoding.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "encoding.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "encoding.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps optionmenu.mli BUILDSTDERR: File "optionmenu.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "optionmenu.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps optionmenu.ml BUILDSTDERR: File "optionmenu.ml", line 25, characters 0-13: BUILDSTDERR: 25 | open Protocol;; BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier tkEval (which is later used) BUILDSTDERR: File "optionmenu.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "optionmenu.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "optionmenu.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "optionmenu.ml", line 22, characters 0-13: BUILDSTDERR: 22 | open Protocol BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Protocol. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps checkbutton.mli BUILDSTDERR: File "checkbutton.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "checkbutton.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps checkbutton.ml BUILDSTDERR: File "checkbutton.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "checkbutton.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkvars.mli BUILDSTDERR: File "tkvars.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "tkvars.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkvars.ml BUILDSTDERR: File "tkvars.mli", line 20, characters 0-11: BUILDSTDERR: 20 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "tkvars.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "tkvars.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "tkvars.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "tkvars.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "tkvars.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps palette.mli BUILDSTDERR: File "palette.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "palette.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps palette.ml BUILDSTDERR: File "palette.mli", line 20, characters 0-11: BUILDSTDERR: 20 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "palette.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "palette.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "palette.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "palette.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menu.mli BUILDSTDERR: File "menu.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "menu.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menu.ml BUILDSTDERR: File "menu.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "menu.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps button.mli BUILDSTDERR: File "button.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "button.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps button.ml BUILDSTDERR: File "button.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "button.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps toplevel.mli BUILDSTDERR: File "toplevel.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "toplevel.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. BUILDSTDERR: File "toplevel.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps toplevel.ml BUILDSTDERR: File "toplevel.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "toplevel.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grid.mli BUILDSTDERR: File "grid.mli", line 17, characters 0-14: BUILDSTDERR: 17 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.StdLabels. BUILDSTDERR: File "grid.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grid.ml BUILDSTDERR: File "grid.mli", line 21, characters 0-17: BUILDSTDERR: 21 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "grid.ml", line 16, characters 0-14: BUILDSTDERR: 16 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "grid.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "grid.ml", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Textvariable. BUILDSTDERR: File "grid.ml", line 33, characters 12-13: BUILDSTDERR: 33 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "grid.ml", line 48, characters 12-13: BUILDSTDERR: 48 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "grid.ml", line 65, characters 12-13: BUILDSTDERR: 65 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "grid.ml", line 111, characters 12-13: BUILDSTDERR: 111 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "grid.ml", line 152, characters 12-13: BUILDSTDERR: 152 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps labltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd camltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cd ..; /usr/bin/ocamlrun compiler/tkcompiler -camltk -outdir camltk (echo '##define CAMLTK'; \ echo 'include Camltkwrap'; \ echo 'open Widget'; \ echo 'open Protocol'; \ echo 'open Textvariable'; \ echo ; \ cat ../builtin/report.ml; \ echo ; \ cat ../builtin/builtin_*.ml; \ echo ; \ cat _tkgen.ml; \ echo ; \ echo ; \ echo 'module Tkintf = struct'; \ cat ../builtin/builtini_*.ml; \ cat _tkigen.ml; \ echo 'end (* module Tkintf *)'; \ echo ; \ echo ; \ echo 'open Tkintf' ;\ echo ; \ echo ; \ cat ../builtin/builtinf_*.ml; \ cat _tkfgen.ml; \ echo ; \ ) > _cTk.ml /usr/bin/ocamlrun ../compiler/pp < _cTk.ml > cTk.ml rm -f _cTk.ml /usr/bin/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cd camltk; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTk.ml BUILDSTDERR: File "cTk.ml", line 116, characters 0-11: BUILDSTDERR: 116 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the type identifier widget (which is later used) BUILDSTDERR: File "cTk.ml", lines 1372-1378, characters 2-34: BUILDSTDERR: 1372 | ..match xe with BUILDSTDERR: 1373 | | Virtual s -> BUILDSTDERR: 1374 | if ml = [] then "<<"^s^">>" BUILDSTDERR: 1375 | else raise IllegalVirtualEvent BUILDSTDERR: 1376 | | _ -> BUILDSTDERR: 1377 | "<" ^ (String.concat " " (List.map cCAMLtoTKmodifier ml)) BUILDSTDERR: 1378 | ^ (cCAMLtoTKxEvent xe) ^ ">" BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type xEvent. BUILDSTDERR: File "cTk.ml", line 116, characters 0-11: BUILDSTDERR: 116 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier widget_any_table (which is later used) BUILDSTDERR: File "cTk.ml", line 116, characters 0-11: BUILDSTDERR: 116 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier chk_sub (which is later used) BUILDSTDERR: File "cTk.ml", lines 1535-1537, characters 5-24: BUILDSTDERR: 1535 | .....match cCAMLtoTKindex index_text_table base with BUILDSTDERR: 1536 | | TkToken ppbase -> List.fold_left (^) ppbase (List.map ppTextModifier ml) BUILDSTDERR: 1537 | | _ -> assert false BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type Camltkwrap.Protocol.tkArgs. BUILDSTDERR: File "cTk.ml", line 116, characters 0-11: BUILDSTDERR: 116 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier widget_menu_table (which is later used) BUILDSTDERR: File "cTk.ml", line 116, characters 0-11: BUILDSTDERR: 116 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier default_toplevel (which is later used) BUILDSTDERR: File "cTk.ml", line 2768, characters 30-47: BUILDSTDERR: 2768 | let cbId = register_callback widget (wrapeventInfo f what) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cTk.ml", line 2772, characters 30-47: BUILDSTDERR: 2772 | let cbId = register_callback widget (wrapeventInfo f what) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cTk.ml", line 2777, characters 30-47: BUILDSTDERR: 2777 | let cbId = register_callback widget (wrapeventInfo f what) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cTk.ml", line 2797, characters 30-47: BUILDSTDERR: 2797 | let cbId = register_callback Widget.dummy BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cTk.ml", line 2801, characters 30-47: BUILDSTDERR: 2801 | let cbId = register_callback Widget.dummy BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cTk.ml", line 2806, characters 30-47: BUILDSTDERR: 2806 | let cbId = register_callback Widget.dummy BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cTk.ml", line 116, characters 0-11: BUILDSTDERR: 116 | open Widget;; BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier dummy (which is later used) BUILDSTDERR: File "cTk.ml", line 3, characters 0-11: BUILDSTDERR: 3 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "cTk.ml", line 1900, characters 17-21: BUILDSTDERR: 1900 | let (a1, args) = cTKtoCAMLscrollValue args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "cTk.ml", line 1962, characters 17-21: BUILDSTDERR: 1962 | let (a2, args) = cTKtoCAMLwidget (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "cTk.ml", line 2130, characters 17-21: BUILDSTDERR: 2130 | let (a2, args) = float_of_string (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "cTk.ml", line 2135, characters 17-21: BUILDSTDERR: 2135 | let (a2, args) = float_of_string (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. BUILDSTDERR: File "cTk.ml", line 2351, characters 4-23: BUILDSTDERR: 2351 | let tkPalette_any_table = [CPaletteActiveBackground; CPaletteActiveForeground; CPaletteBackground; CPaletteDisabledForeground; CPaletteForeground; CPaletteForegroundselectColor; CPaletteHighlightBackground; CPaletteHighlightColor; CPaletteInsertBackground; CPaletteSelectBackground; CPaletteSelectColor; CPaletteTroughColor] BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 32: unused value tkPalette_any_table. BUILDSTDERR: File "cTk.ml", line 2505, characters 17-21: BUILDSTDERR: 2505 | let (a3, args) = (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cBell.mli BUILDSTDERR: File "cBell.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cBell.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cBell.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cBell.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cBell.ml BUILDSTDERR: File "cBell.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cBell.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cBell.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cBell.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cBell.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScale.mli BUILDSTDERR: File "cScale.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cScale.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cScale.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cScale.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScale.ml BUILDSTDERR: File "cScale.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cScale.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cScale.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cScale.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cScale.ml", line 55, characters 12-13: BUILDSTDERR: 55 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cScale.ml", line 66, characters 12-13: BUILDSTDERR: 66 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWinfo.mli BUILDSTDERR: File "cWinfo.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cWinfo.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cWinfo.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cWinfo.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWinfo.ml BUILDSTDERR: File "cWinfo.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cWinfo.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cWinfo.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cWinfo.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cWinfo.ml", line 222, characters 12-13: BUILDSTDERR: 222 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cWinfo.ml", line 253, characters 12-13: BUILDSTDERR: 253 | let r3, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScrollbar.mli BUILDSTDERR: File "cScrollbar.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cScrollbar.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cScrollbar.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cScrollbar.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScrollbar.ml BUILDSTDERR: File "cScrollbar.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cScrollbar.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cScrollbar.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cScrollbar.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cScrollbar.ml", line 79, characters 12-13: BUILDSTDERR: 79 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cScrollbar.ml", line 98, characters 12-13: BUILDSTDERR: 98 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEntry.mli BUILDSTDERR: File "cEntry.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cEntry.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cEntry.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cEntry.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cEntry.mli", line 69, characters 0-51: BUILDSTDERR: 69 | val xview_get : (* entry *) widget -> float * float BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 32: unused value xview_get. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEntry.ml BUILDSTDERR: File "cEntry.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cEntry.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cEntry.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cEntry.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cEntry.ml", line 48, characters 12-13: BUILDSTDERR: 48 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cEntry.ml", line 150, characters 4-13: BUILDSTDERR: 150 | let xview_get v1 = BUILDSTDERR: ^^^^^^^^^ BUILDSTDERR: Warning 32: unused value xview_get. BUILDSTDERR: File "cEntry.ml", line 157, characters 12-13: BUILDSTDERR: 157 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cEntry.ml", line 167, characters 12-13: BUILDSTDERR: 167 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cListbox.mli BUILDSTDERR: File "cListbox.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cListbox.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cListbox.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cListbox.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cListbox.ml BUILDSTDERR: File "cListbox.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cListbox.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cListbox.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cListbox.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cListbox.ml", line 53, characters 12-13: BUILDSTDERR: 53 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cListbox.ml", line 174, characters 12-13: BUILDSTDERR: 174 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cListbox.ml", line 194, characters 12-13: BUILDSTDERR: 194 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWm.mli BUILDSTDERR: File "cWm.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cWm.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cWm.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cWm.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWm.ml BUILDSTDERR: File "cWm.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cWm.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cWm.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cWm.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cWm.ml", line 32, characters 12-13: BUILDSTDERR: 32 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cWm.ml", line 140, characters 12-13: BUILDSTDERR: 140 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cWm.ml", line 238, characters 12-13: BUILDSTDERR: 238 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cWm.ml", line 274, characters 12-13: BUILDSTDERR: 274 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cWm.ml", line 292, characters 12-13: BUILDSTDERR: 292 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cWm.ml", line 366, characters 12-13: BUILDSTDERR: 366 | let r2, l = (match (List.hd l) with BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkwait.mli BUILDSTDERR: File "cTkwait.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cTkwait.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cTkwait.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkwait.ml BUILDSTDERR: File "cTkwait.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cTkwait.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cTkwait.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cTkwait.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrab.mli BUILDSTDERR: File "cGrab.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cGrab.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cGrab.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cGrab.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrab.ml BUILDSTDERR: File "cGrab.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cGrab.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cGrab.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cGrab.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFont.mli BUILDSTDERR: File "cFont.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cFont.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cFont.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cFont.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFont.ml BUILDSTDERR: File "cFont.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cFont.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cFont.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cFont.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCanvas.mli BUILDSTDERR: File "cCanvas.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cCanvas.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cCanvas.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cCanvas.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCanvas.ml BUILDSTDERR: File "cCanvas.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cCanvas.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cCanvas.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cCanvas.ml", line 474, characters 19-36: BUILDSTDERR: 474 | let cbId = register_callback widget (wrapeventInfo f what) in BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cCanvas.ml", line 477, characters 19-36: BUILDSTDERR: 477 | let cbId = register_callback widget (wrapeventInfo f what) in BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cCanvas.ml", line 482, characters 19-36: BUILDSTDERR: 482 | let cbId = register_callback widget (wrapeventInfo f what) in BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cCanvas.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cCanvas.ml", line 54, characters 12-13: BUILDSTDERR: 54 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cCanvas.ml", line 445, characters 12-13: BUILDSTDERR: 445 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cCanvas.ml", line 460, characters 12-13: BUILDSTDERR: 460 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImage.mli BUILDSTDERR: File "cImage.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cImage.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cImage.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cImage.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cImage.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImage.ml BUILDSTDERR: File "cImage.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cImage.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cImage.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cImage.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cImage.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cImage.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cClipboard.mli BUILDSTDERR: File "cClipboard.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cClipboard.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cClipboard.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cClipboard.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cClipboard.ml BUILDSTDERR: File "cClipboard.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cClipboard.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cClipboard.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cClipboard.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cLabel.mli BUILDSTDERR: File "cLabel.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cLabel.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cLabel.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cLabel.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cLabel.ml BUILDSTDERR: File "cLabel.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cLabel.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cLabel.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cLabel.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cResource.mli BUILDSTDERR: File "cResource.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cResource.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cResource.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cResource.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cResource.ml BUILDSTDERR: File "cResource.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cResource.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cResource.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cResource.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMessage.mli BUILDSTDERR: File "cMessage.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cMessage.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cMessage.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cMessage.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMessage.ml BUILDSTDERR: File "cMessage.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cMessage.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cMessage.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cMessage.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cText.mli BUILDSTDERR: File "cText.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cText.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cText.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cText.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cText.ml BUILDSTDERR: File "cText.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cText.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cText.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cText.ml", line 470, characters 19-36: BUILDSTDERR: 470 | let cbId = register_callback widget (wrapeventInfo f what) in BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cText.ml", line 473, characters 19-36: BUILDSTDERR: 473 | let cbId = register_callback widget (wrapeventInfo f what) in BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cText.ml", line 478, characters 19-36: BUILDSTDERR: 478 | let cbId = register_callback widget (wrapeventInfo f what) in BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cText.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cText.ml", line 48, characters 12-13: BUILDSTDERR: 48 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cText.ml", line 99, characters 12-13: BUILDSTDERR: 99 | let r5, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cText.ml", line 330, characters 12-13: BUILDSTDERR: 330 | let r2, l = cTKtoCAMLindex (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cText.ml", line 344, characters 12-13: BUILDSTDERR: 344 | let r2, l = cTKtoCAMLindex (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cText.ml", line 423, characters 12-13: BUILDSTDERR: 423 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cText.ml", line 438, characters 12-13: BUILDSTDERR: 438 | let r2, l = float_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagephoto.mli BUILDSTDERR: File "cImagephoto.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cImagephoto.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cImagephoto.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cImagephoto.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cImagephoto.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagephoto.ml BUILDSTDERR: File "cImagephoto.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cImagephoto.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cImagephoto.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cImagephoto.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cImagephoto.ml", line 75, characters 12-13: BUILDSTDERR: 75 | let r3, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOption.mli BUILDSTDERR: File "cOption.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cOption.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cOption.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cOption.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOption.ml BUILDSTDERR: File "cOption.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cOption.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cOption.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cOption.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFrame.mli BUILDSTDERR: File "cFrame.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cFrame.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cFrame.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cFrame.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFrame.ml BUILDSTDERR: File "cFrame.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cFrame.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cFrame.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cFrame.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cSelection.mli BUILDSTDERR: File "cSelection.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cSelection.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cSelection.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cSelection.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cSelection.ml BUILDSTDERR: File "cSelection.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cSelection.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cSelection.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cSelection.ml", line 51, characters 13-30: BUILDSTDERR: 51 | let id = register_callback w (function args -> BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 6: label callback was omitted in the application of this function. BUILDSTDERR: File "cSelection.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cSelection.ml", line 53, characters 14-18: BUILDSTDERR: 53 | let (a2,args) = int_of_string (List.hd args), List.tl args in BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 27: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cDialog.mli BUILDSTDERR: File "cDialog.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cDialog.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cDialog.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cDialog.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cDialog.ml BUILDSTDERR: File "cDialog.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cDialog.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cDialog.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cDialog.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPlace.mli BUILDSTDERR: File "cPlace.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPlace.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPlace.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cPlace.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPlace.ml BUILDSTDERR: File "cPlace.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPlace.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPlace.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cPlace.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPixmap.mli BUILDSTDERR: File "cPixmap.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPixmap.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPixmap.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cPixmap.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cPixmap.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPixmap.ml BUILDSTDERR: File "cPixmap.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPixmap.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPixmap.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cPixmap.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cPixmap.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cPixmap.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cPixmap.ml", line 21, characters 0-13: BUILDSTDERR: 21 | open Protocol BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Protocol. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenubutton.mli BUILDSTDERR: File "cMenubutton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cMenubutton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cMenubutton.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cMenubutton.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenubutton.ml BUILDSTDERR: File "cMenubutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cMenubutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cMenubutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cMenubutton.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cRadiobutton.mli BUILDSTDERR: File "cRadiobutton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cRadiobutton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cRadiobutton.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cRadiobutton.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cRadiobutton.ml BUILDSTDERR: File "cRadiobutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cRadiobutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cRadiobutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cRadiobutton.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFocus.mli BUILDSTDERR: File "cFocus.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cFocus.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cFocus.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cFocus.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFocus.ml BUILDSTDERR: File "cFocus.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cFocus.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cFocus.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cFocus.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cFocus.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPack.mli BUILDSTDERR: File "cPack.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPack.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPack.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cPack.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPack.ml BUILDSTDERR: File "cPack.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPack.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPack.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cPack.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagebitmap.mli BUILDSTDERR: File "cImagebitmap.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cImagebitmap.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cImagebitmap.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cImagebitmap.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cImagebitmap.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagebitmap.ml BUILDSTDERR: File "cImagebitmap.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cImagebitmap.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cImagebitmap.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cImagebitmap.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEncoding.mli BUILDSTDERR: File "cEncoding.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cEncoding.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cEncoding.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cEncoding.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cEncoding.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEncoding.ml BUILDSTDERR: File "cEncoding.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cEncoding.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cEncoding.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cEncoding.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cEncoding.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cEncoding.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOptionmenu.mli BUILDSTDERR: File "cOptionmenu.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cOptionmenu.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cOptionmenu.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOptionmenu.ml BUILDSTDERR: File "cOptionmenu.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cOptionmenu.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cOptionmenu.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cOptionmenu.ml", line 24, characters 0-13: BUILDSTDERR: 24 | open Protocol;; BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier tkEval (which is later used) BUILDSTDERR: File "cOptionmenu.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cOptionmenu.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cOptionmenu.ml", line 21, characters 0-13: BUILDSTDERR: 21 | open Protocol BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Protocol. BUILDSTDERR: File "cOptionmenu.ml", line 41, characters 4-16: BUILDSTDERR: 41 | let create_named parent name variable values = BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Warning 32: unused value create_named. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCheckbutton.mli BUILDSTDERR: File "cCheckbutton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cCheckbutton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cCheckbutton.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cCheckbutton.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCheckbutton.ml BUILDSTDERR: File "cCheckbutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cCheckbutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cCheckbutton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cCheckbutton.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkvars.mli BUILDSTDERR: File "cTkvars.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cTkvars.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cTkvars.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cTkvars.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cTkvars.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkvars.ml BUILDSTDERR: File "cTkvars.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cTkvars.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cTkvars.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cTkvars.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cTkvars.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cTkvars.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPalette.mli BUILDSTDERR: File "cPalette.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPalette.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPalette.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cPalette.mli", line 19, characters 0-11: BUILDSTDERR: 19 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cPalette.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPalette.ml BUILDSTDERR: File "cPalette.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cPalette.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cPalette.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cPalette.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Widget. BUILDSTDERR: File "cPalette.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenu.mli BUILDSTDERR: File "cMenu.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cMenu.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cMenu.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenu.ml BUILDSTDERR: File "cMenu.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cMenu.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cMenu.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cMenu.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cMenu.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cButton.mli BUILDSTDERR: File "cButton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cButton.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cButton.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cButton.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cButton.ml BUILDSTDERR: File "cButton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cButton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cButton.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cButton.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cToplevel.mli BUILDSTDERR: File "cToplevel.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cToplevel.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cToplevel.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cToplevel.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cToplevel.ml BUILDSTDERR: File "cToplevel.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cToplevel.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cToplevel.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cToplevel.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrid.mli BUILDSTDERR: File "cGrid.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cGrid.mli", line 17, characters 0-8: BUILDSTDERR: 17 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cGrid.mli", line 18, characters 0-11: BUILDSTDERR: 18 | open Tkintf BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Tkintf. BUILDSTDERR: File "cGrid.mli", line 20, characters 0-17: BUILDSTDERR: 20 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrid.ml BUILDSTDERR: File "cGrid.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "cGrid.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "cGrid.ml", line 16, characters 0-8: BUILDSTDERR: 16 | open CTk BUILDSTDERR: ^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "cGrid.ml", line 19, characters 0-17: BUILDSTDERR: 19 | open Textvariable BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open CTk.Textvariable. BUILDSTDERR: File "cGrid.ml", line 32, characters 12-13: BUILDSTDERR: 32 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cGrid.ml", line 47, characters 12-13: BUILDSTDERR: 47 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cGrid.ml", line 64, characters 12-13: BUILDSTDERR: 64 | let r4, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cGrid.ml", line 116, characters 12-13: BUILDSTDERR: 116 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "cGrid.ml", line 164, characters 12-13: BUILDSTDERR: 164 | let r2, l = int_of_string (List.hd l), List.tl l in BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps camltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cd lib; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/lib' make superclean make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/lib' if test -f tk.cmo; then \ echo We have changes... Now lib directory has no .cmo files; \ rm -f *.cm* *.o; \ fi make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/lib' cd ../labltk; make make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd ../camltk; make make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' /usr/bin/ocamlmklib -g -ocamlc '/usr/bin/ocamlc -g' -o labltk \ -I ../labltk -I ../camltk ../support/support.cmo ../support/rawwidget.cmo ../support/widget.cmo ../support/protocol.cmo ../support/textvariable.cmo ../support/timer.cmo ../support/fileevent.cmo ../support/camltkwrap.cmo tk.cmo bell.cmo scale.cmo winfo.cmo scrollbar.cmo entry.cmo listbox.cmo wm.cmo tkwait.cmo grab.cmo font.cmo canvas.cmo image.cmo clipboard.cmo label.cmo message.cmo text.cmo imagephoto.cmo option.cmo frame.cmo selection.cmo dialog.cmo place.cmo pixmap.cmo menubutton.cmo radiobutton.cmo focus.cmo pack.cmo imagebitmap.cmo encoding.cmo optionmenu.cmo checkbutton.cmo tkvars.cmo palette.cmo menu.cmo button.cmo toplevel.cmo grid.cmo cTk.cmo cBell.cmo cScale.cmo cWinfo.cmo cScrollbar.cmo cEntry.cmo cListbox.cmo cWm.cmo cTkwait.cmo cGrab.cmo cFont.cmo cCanvas.cmo cImage.cmo cClipboard.cmo cLabel.cmo cResource.cmo cMessage.cmo cText.cmo cImagephoto.cmo cOption.cmo cFrame.cmo cSelection.cmo cDialog.cmo cPlace.cmo cPixmap.cmo cMenubutton.cmo cRadiobutton.cmo cFocus.cmo cPack.cmo cImagebitmap.cmo cEncoding.cmo cOptionmenu.cmo cCheckbutton.cmo cTkvars.cmo cPalette.cmo cMenu.cmo cButton.cmo cToplevel.cmo cGrid.cmo labltk.cmo camltk.cmo \ -cclib "\"-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ltk8.6 -ltcl8.6\"" /usr/bin/ocamlc.opt -g -verbose -linkall -o labltktop -I ../support \ ocamlcommon.cma ocamlbytecomp.cma ocamltoplevel.cma \ -I +compiler-libs unix.cma \ -I ../labltk -I ../camltk labltk.cma \ str.cma \ topstart.cmo Generate labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/lib' cd jpf; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/jpf' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support fileselect.mli BUILDSTDERR: File "fileselect.mli", line 22, characters 0-12: BUILDSTDERR: 22 | open Support BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Support. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support fileselect.ml BUILDSTDERR: File "fileselect.ml", line 29, characters 0-7: BUILDSTDERR: 29 | open Tk BUILDSTDERR: ^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier bind (which is later used) BUILDSTDERR: File "fileselect.ml", line 58, characters 20-24: BUILDSTDERR: 58 | 0 -> close r; dup2 w stdout; BUILDSTDERR: ^^^^ BUILDSTDERR: Warning 6: labels src, dst were omitted in the application of this function. BUILDSTDERR: File "fileselect.ml", line 25, characters 0-15: BUILDSTDERR: 25 | open UnixLabels BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier stdout (which is later used) BUILDSTDERR: File "fileselect.ml", line 24, characters 0-14: BUILDSTDERR: 24 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "fileselect.ml", line 121, characters 8-32: BUILDSTDERR: 121 | let rec get_directories_in_files path = BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 39: unused rec flag. BUILDSTDERR: File "fileselect.ml", line 30, characters 0-11: BUILDSTDERR: 30 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier coe (which is later used) BUILDSTDERR: File "fileselect.ml", line 27, characters 0-13: BUILDSTDERR: 27 | open Filename BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Stdlib.Filename. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support balloon.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support balloon.ml BUILDSTDERR: File "balloon.ml", line 19, characters 0-14: BUILDSTDERR: 19 | open StdLabels BUILDSTDERR: ^^^^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier List (which is later used) BUILDSTDERR: File "balloon.ml", line 26, characters 0-12: BUILDSTDERR: 26 | open Support BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Support. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support shell.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support shell.ml BUILDSTDERR: File "shell.ml", line 16, characters 0-9: BUILDSTDERR: 16 | open Unix BUILDSTDERR: ^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier stdout (which is later used) BUILDSTDERR: File "shell.ml", line 16, characters 0-9: BUILDSTDERR: 16 | open Unix BUILDSTDERR: ^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the value identifier stderr (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support jpf_font.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support jpf_font.ml /usr/bin/ocamlc.opt -g -a -g -o jpflib.cma fileselect.cmo balloon.cmo shell.cmo jpf_font.cmo make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/jpf' cd frx; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/frx' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_misc.mli BUILDSTDERR: File "frx_misc.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Camltk. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_misc.ml BUILDSTDERR: File "frx_misc.ml", line 27, characters 0-11: BUILDSTDERR: 27 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "frx_misc.ml", lines 33-44, characters 12-14: BUILDSTDERR: 33 | ............(function BUILDSTDERR: 34 | Data s -> BUILDSTDERR: 35 | begin match !hasopt with BUILDSTDERR: 36 | None -> hasopt := Some (Data s) BUILDSTDERR: 37 | | Some _ -> raise (Protocol.TkError "two data sources in options") BUILDSTDERR: ... BUILDSTDERR: 41 | None -> hasopt := Some (File f) BUILDSTDERR: 42 | | Some _ -> raise (Protocol.TkError "two data sources in options") BUILDSTDERR: 43 | end BUILDSTDERR: 44 | | o -> ()) BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type CTk.options. BUILDSTDERR: File "frx_misc.ml", lines 55-57, characters 19-21: BUILDSTDERR: 55 | ...................(function BUILDSTDERR: 56 | | Data s -> File tmpfile BUILDSTDERR: 57 | | o -> o) BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type CTk.options. BUILDSTDERR: File "frx_misc.ml", lines 46-69, characters 2-21: BUILDSTDERR: 46 | ..match !hasopt with BUILDSTDERR: 47 | None -> raise (Protocol.TkError "no data source in options") BUILDSTDERR: 48 | | Some (Data s) -> BUILDSTDERR: 49 | begin BUILDSTDERR: 50 | let tmpfile = Filename.temp_file "img" "" in BUILDSTDERR: ... BUILDSTDERR: 66 | raise e BUILDSTDERR: 67 | end BUILDSTDERR: 68 | | Some (File s) -> Imagephoto.create options BUILDSTDERR: 69 | | _ -> assert false BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type CTk.options. BUILDSTDERR: File "frx_misc.ml", line 44, characters 6-7: BUILDSTDERR: 44 | | o -> ()) BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable o. BUILDSTDERR: File "frx_misc.ml", line 56, characters 19-20: BUILDSTDERR: 56 | | Data s -> File tmpfile BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. BUILDSTDERR: File "frx_misc.ml", line 68, characters 15-16: BUILDSTDERR: 68 | | Some (File s) -> Imagephoto.create options BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_widget.mli BUILDSTDERR: File "frx_widget.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_widget.ml BUILDSTDERR: File "frx_widget.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_widget.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Camltk.Widget. BUILDSTDERR: File "frx_widget.ml", line 19, characters 4-11: BUILDSTDERR: 19 | let version = "$Id$" BUILDSTDERR: ^^^^^^^ BUILDSTDERR: Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_font.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_font.ml BUILDSTDERR: File "frx_font.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_font.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Camltk.Widget. BUILDSTDERR: File "frx_font.ml", line 19, characters 4-11: BUILDSTDERR: 19 | let version = "$Id$" BUILDSTDERR: ^^^^^^^ BUILDSTDERR: Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_entry.mli BUILDSTDERR: File "frx_entry.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_entry.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_entry.ml BUILDSTDERR: File "frx_entry.ml", line 18, characters 4-11: BUILDSTDERR: 18 | let version = "$Id$" BUILDSTDERR: ^^^^^^^ BUILDSTDERR: Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_text.mli BUILDSTDERR: File "frx_text.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_text.ml BUILDSTDERR: File "frx_text.ml", lines 60-63, characters 4-13: BUILDSTDERR: 60 | ....match tags with BUILDSTDERR: 61 | (WidgetBindings t)::l when t = tx -> BUILDSTDERR: 62 | bindtags tx ((WidgetBindings tx) :: (TagBindings "TEXT_RO") :: l) BUILDSTDERR: 63 | | _ -> () BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type CTk.bindings. BUILDSTDERR: File "frx_text.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "frx_text.ml", line 79, characters 32-51: BUILDSTDERR: 79 | let patternv = Frx_misc.autodef Textvariable.create BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 48: implicit elimination of optional argument ?on BUILDSTDERR: File "frx_text.ml", line 80, characters 29-48: BUILDSTDERR: 80 | and casev = Frx_misc.autodef Textvariable.create BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Warning 48: implicit elimination of optional argument ?on BUILDSTDERR: File "frx_text.ml", lines 160-163, characters 4-13: BUILDSTDERR: 160 | ....match tags with BUILDSTDERR: 161 | (WidgetBindings t)::l when t = tx -> BUILDSTDERR: 162 | bindtags tx ((WidgetBindings tx) :: (TagBindings "SEARCH") :: l) BUILDSTDERR: 163 | | _ -> () BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type CTk.bindings. BUILDSTDERR: File "frx_text.ml", line 18, characters 4-11: BUILDSTDERR: 18 | let version = "$Id$" BUILDSTDERR: ^^^^^^^ BUILDSTDERR: Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_listbox.mli BUILDSTDERR: File "frx_listbox.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_listbox.ml BUILDSTDERR: File "frx_listbox.ml", line 18, characters 4-11: BUILDSTDERR: 18 | let version = "$Id$" BUILDSTDERR: ^^^^^^^ BUILDSTDERR: Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_req.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_req.ml BUILDSTDERR: File "frx_req.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_req.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "frx_req.ml", line 23, characters 4-11: BUILDSTDERR: 23 | let version = "$Id$" BUILDSTDERR: ^^^^^^^ BUILDSTDERR: Warning 32: unused value version. BUILDSTDERR: File "frx_req.ml", line 166, characters 58-59: BUILDSTDERR: 166 | and fu,eu = Frx_entry.new_label_entry t "Username" (fun s -> ()) BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. BUILDSTDERR: File "frx_req.ml", line 167, characters 58-59: BUILDSTDERR: 167 | and fp,ep = Frx_entry.new_label_entry t "Password" (fun s -> ()) BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable s. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_fillbox.mli BUILDSTDERR: File "frx_fillbox.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_fillbox.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_focus.mli BUILDSTDERR: File "frx_focus.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_focus.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_dialog.mli BUILDSTDERR: File "frx_dialog.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_dialog.ml BUILDSTDERR: File "frx_dialog.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "frx_dialog.ml", lines 45-51, characters 2-5: BUILDSTDERR: 45 | ..begin match bitmap with BUILDSTDERR: 46 | Predefined "" -> () BUILDSTDERR: 47 | | _ -> BUILDSTDERR: 48 | let b = BUILDSTDERR: 49 | Label.create_named ftop "bitmap" [Bitmap bitmap] in BUILDSTDERR: 50 | pack [b][Side Side_Left; PadX (Millimeters 3.0); PadY (Millimeters 3.0)] BUILDSTDERR: 51 | end. BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type CTk.bitmap. BUILDSTDERR: File "frx_dialog.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "frx_dialog.ml", lines 109-111, characters 8-25: BUILDSTDERR: 109 | ........match !grabstatus with BUILDSTDERR: 110 | Some(GrabGlobal) -> Grab.set_global x BUILDSTDERR: 111 | | _ -> Grab.set x BUILDSTDERR: Warning 4: this pattern-matching is fragile. BUILDSTDERR: It will remain exhaustive when constructors are added to type CTk.grabStatus. BUILDSTDERR: File "frx_dialog.ml", line 91, characters 9-10: BUILDSTDERR: 91 | | x::l -> grabstatus := Some(Grab.status x) BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. BUILDSTDERR: File "frx_dialog.ml", line 107, characters 8-9: BUILDSTDERR: 107 | | x::l -> BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_mem.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_mem.ml BUILDSTDERR: File "frx_mem.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_mem.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Timer (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_rpc.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_rpc.ml BUILDSTDERR: File "frx_rpc.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "frx_rpc.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_synth.mli BUILDSTDERR: File "frx_synth.mli", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_synth.ml BUILDSTDERR: File "frx_synth.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_synth.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "frx_synth.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Textvariable (which is later used) BUILDSTDERR: File "frx_synth.ml", line 18, characters 0-11: BUILDSTDERR: 18 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Camltk.Widget. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_selection.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_selection.ml BUILDSTDERR: File "frx_selection.ml", line 19, characters 0-11: BUILDSTDERR: 19 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_selection.ml", line 17, characters 0-11: BUILDSTDERR: 17 | open Widget BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 33: unused open Widget. BUILDSTDERR: File "frx_selection.ml", line 43, characters 9-10: BUILDSTDERR: 43 | | Some f -> () BUILDSTDERR: ^ BUILDSTDERR: Warning 27: unused variable f. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_after.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_after.ml /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_fit.mli BUILDSTDERR: File "frx_fit.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_fit.ml BUILDSTDERR: File "frx_fit.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) BUILDSTDERR: File "frx_fit.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Timer (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_ctext.mli BUILDSTDERR: File "frx_ctext.mli", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_ctext.ml BUILDSTDERR: File "frx_ctext.ml", line 47, characters 16-21: BUILDSTDERR: 47 | let scroll, check = Frx_fit.vert t in BUILDSTDERR: ^^^^^ BUILDSTDERR: Warning 27: unused variable check. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_color.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_color.ml BUILDSTDERR: File "frx_color.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Protocol (which is later used) BUILDSTDERR: File "frx_color.ml", line 16, characters 0-11: BUILDSTDERR: 16 | open Camltk BUILDSTDERR: ^^^^^^^^^^^ BUILDSTDERR: Warning 44: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -a -g -o frxlib.cma frx_misc.cmo frx_widget.cmo frx_font.cmo frx_entry.cmo frx_text.cmo frx_listbox.cmo frx_req.cmo frx_fillbox.cmo frx_focus.cmo frx_dialog.cmo frx_mem.cmo frx_rpc.cmo frx_synth.cmo frx_selection.cmo frx_after.cmo frx_fit.cmo frx_ctext.cmo frx_color.cmo make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/frx' cd browser; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/browser' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/browser' cd support; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/support' /usr/bin/ocamlopt.opt -g -c support.ml /usr/bin/ocamlopt.opt -g -c rawwidget.ml /usr/bin/ocamlopt.opt -g -c widget.ml /usr/bin/ocamlopt.opt -g -c protocol.ml /usr/bin/ocamlopt.opt -g -c textvariable.ml /usr/bin/ocamlopt.opt -g -c timer.ml /usr/bin/ocamlopt.opt -g -c fileevent.ml /usr/bin/ocamlopt.opt -g -c camltkwrap.ml if test -f /usr/lib64/ocaml/systhreads/threads.cmxa; then \ /usr/bin/ocamlopt.opt -g -c -I +threads -I vmthreads tkthread.ml ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/support' cd labltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd labltk; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps tk.ml BUILDSTDERR: File "tk.ml", line 3672, characters 11-27: BUILDSTDERR: 3672 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLgrabStatus: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "tk.ml", line 3691, characters 11-27: BUILDSTDERR: 3691 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmenuItem: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "tk.ml", line 3861, characters 11-27: BUILDSTDERR: 3861 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscaleElement: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "tk.ml", line 3880, characters 11-27: BUILDSTDERR: 3880 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscrollbarElement: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "tk.ml", line 3906, characters 11-27: BUILDSTDERR: 3906 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmarkDirection: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "tk.ml", line 3940, characters 11-27: BUILDSTDERR: 3940 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLatomId: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "tk.ml", line 3951, characters 11-27: BUILDSTDERR: 3951 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLfocusModel: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "tk.ml", line 3962, characters 11-27: BUILDSTDERR: 3962 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLwmFrom: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps bell.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps scale.ml BUILDSTDERR: File "scale.ml", line 51, characters 11-27: BUILDSTDERR: 51 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps winfo.ml BUILDSTDERR: File "winfo.ml", line 66, characters 7-23: BUILDSTDERR: 66 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "winfo.ml", line 91, characters 7-23: BUILDSTDERR: 91 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "winfo.ml", line 133, characters 7-23: BUILDSTDERR: 133 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "winfo.ml", line 181, characters 11-27: BUILDSTDERR: 181 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "winfo.ml", line 211, characters 11-27: BUILDSTDERR: 211 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "winfo.ml", line 296, characters 7-23: BUILDSTDERR: 296 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps scrollbar.ml BUILDSTDERR: File "scrollbar.ml", line 72, characters 11-27: BUILDSTDERR: 72 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "scrollbar.ml", line 89, characters 11-27: BUILDSTDERR: 89 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps entry.ml BUILDSTDERR: File "entry.ml", line 38, characters 11-27: BUILDSTDERR: 38 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "entry.ml", line 125, characters 7-23: BUILDSTDERR: 125 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "entry.ml", line 150, characters 11-27: BUILDSTDERR: 150 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "entry.ml", line 160, characters 11-27: BUILDSTDERR: 160 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps listbox.ml BUILDSTDERR: File "listbox.ml", line 43, characters 11-27: BUILDSTDERR: 43 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "listbox.ml", line 143, characters 7-23: BUILDSTDERR: 143 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "listbox.ml", line 167, characters 11-27: BUILDSTDERR: 167 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "listbox.ml", line 187, characters 11-27: BUILDSTDERR: 187 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps wm.ml BUILDSTDERR: File "wm.ml", line 29, characters 11-27: BUILDSTDERR: 29 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 137, characters 11-27: BUILDSTDERR: 137 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 237, characters 11-27: BUILDSTDERR: 237 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 273, characters 11-27: BUILDSTDERR: 273 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 291, characters 11-27: BUILDSTDERR: 291 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 310, characters 7-23: BUILDSTDERR: 310 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 362, characters 11-27: BUILDSTDERR: 362 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 366, characters 7-23: BUILDSTDERR: 366 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "wm.ml", line 370, characters 7-23: BUILDSTDERR: 370 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps tkwait.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps grab.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps font.ml BUILDSTDERR: File "font.ml", line 44, characters 7-23: BUILDSTDERR: 44 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "font.ml", line 77, characters 7-23: BUILDSTDERR: 77 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps canvas.ml BUILDSTDERR: File "canvas.ml", line 44, characters 11-27: BUILDSTDERR: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "canvas.ml", line 421, characters 11-27: BUILDSTDERR: 421 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "canvas.ml", line 436, characters 11-27: BUILDSTDERR: 436 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps image.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps clipboard.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps label.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps message.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps text.ml BUILDSTDERR: File "text.ml", line 38, characters 11-27: BUILDSTDERR: 38 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "text.ml", line 54, characters 7-23: BUILDSTDERR: 54 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "text.ml", line 89, characters 11-27: BUILDSTDERR: 89 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "text.ml", line 306, characters 11-27: BUILDSTDERR: 306 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "text.ml", line 322, characters 11-27: BUILDSTDERR: 322 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "text.ml", line 390, characters 11-27: BUILDSTDERR: 390 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "text.ml", line 405, characters 11-27: BUILDSTDERR: 405 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps imagephoto.ml BUILDSTDERR: File "imagephoto.ml", line 68, characters 11-27: BUILDSTDERR: 68 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps option.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps frame.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps selection.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps dialog.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps place.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps pixmap.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps menubutton.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps radiobutton.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps focus.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps pack.ml BUILDSTDERR: File "pack.ml", line 48, characters 7-23: BUILDSTDERR: 48 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps imagebitmap.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps encoding.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps optionmenu.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps checkbutton.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps tkvars.ml BUILDSTDERR: File "tkvars.ml", line 44, characters 7-23: BUILDSTDERR: 44 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps palette.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps menu.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps button.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps toplevel.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps grid.ml BUILDSTDERR: File "grid.ml", line 29, characters 11-27: BUILDSTDERR: 29 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "grid.ml", line 44, characters 11-27: BUILDSTDERR: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "grid.ml", line 61, characters 11-27: BUILDSTDERR: 61 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "grid.ml", line 109, characters 11-27: BUILDSTDERR: 109 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "grid.ml", line 121, characters 7-23: BUILDSTDERR: 121 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "grid.ml", line 150, characters 11-27: BUILDSTDERR: 150 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps labltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd camltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cd camltk; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cTk.ml BUILDSTDERR: File "cTk.ml", line 2322, characters 11-27: BUILDSTDERR: 2322 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLgrabStatus: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2341, characters 11-27: BUILDSTDERR: 2341 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmenuItem: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2440, characters 11-27: BUILDSTDERR: 2440 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLwidgetElement: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2450, characters 11-27: BUILDSTDERR: 2450 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscrollbar_widgetElement: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2458, characters 11-27: BUILDSTDERR: 2458 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscale_widgetElement: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2484, characters 11-27: BUILDSTDERR: 2484 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmarkDirection: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2518, characters 11-27: BUILDSTDERR: 2518 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLatomId: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2529, characters 11-27: BUILDSTDERR: 2529 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLfocusModel: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cTk.ml", line 2540, characters 11-27: BUILDSTDERR: 2540 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLwmFrom: " ^ s)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cBell.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cScale.ml BUILDSTDERR: File "cScale.ml", line 53, characters 11-27: BUILDSTDERR: 53 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cScale.ml", line 64, characters 11-27: BUILDSTDERR: 64 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cWinfo.ml BUILDSTDERR: File "cWinfo.ml", line 81, characters 7-23: BUILDSTDERR: 81 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWinfo.ml", line 115, characters 7-23: BUILDSTDERR: 115 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWinfo.ml", line 164, characters 7-23: BUILDSTDERR: 164 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWinfo.ml", line 220, characters 11-27: BUILDSTDERR: 220 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWinfo.ml", line 250, characters 11-27: BUILDSTDERR: 250 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWinfo.ml", line 335, characters 7-23: BUILDSTDERR: 335 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cScrollbar.ml BUILDSTDERR: File "cScrollbar.ml", line 77, characters 11-27: BUILDSTDERR: 77 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cScrollbar.ml", line 94, characters 11-27: BUILDSTDERR: 94 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cEntry.ml BUILDSTDERR: File "cEntry.ml", line 44, characters 11-27: BUILDSTDERR: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cEntry.ml", line 130, characters 7-23: BUILDSTDERR: 130 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cEntry.ml", line 155, characters 11-27: BUILDSTDERR: 155 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cEntry.ml", line 165, characters 11-27: BUILDSTDERR: 165 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cListbox.ml BUILDSTDERR: File "cListbox.ml", line 49, characters 11-27: BUILDSTDERR: 49 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cListbox.ml", line 148, characters 7-23: BUILDSTDERR: 148 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cListbox.ml", line 172, characters 11-27: BUILDSTDERR: 172 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cListbox.ml", line 192, characters 11-27: BUILDSTDERR: 192 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cWm.ml BUILDSTDERR: File "cWm.ml", line 28, characters 11-27: BUILDSTDERR: 28 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 136, characters 11-27: BUILDSTDERR: 136 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 236, characters 11-27: BUILDSTDERR: 236 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 272, characters 11-27: BUILDSTDERR: 272 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 290, characters 11-27: BUILDSTDERR: 290 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 309, characters 7-23: BUILDSTDERR: 309 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 361, characters 11-27: BUILDSTDERR: 361 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 365, characters 7-23: BUILDSTDERR: 365 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cWm.ml", line 369, characters 7-23: BUILDSTDERR: 369 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cTkwait.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cGrab.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cFont.ml BUILDSTDERR: File "cFont.ml", line 43, characters 7-23: BUILDSTDERR: 43 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cFont.ml", line 76, characters 7-23: BUILDSTDERR: 76 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cCanvas.ml BUILDSTDERR: File "cCanvas.ml", line 50, characters 11-27: BUILDSTDERR: 50 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cCanvas.ml", line 443, characters 11-27: BUILDSTDERR: 443 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cCanvas.ml", line 458, characters 11-27: BUILDSTDERR: 458 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cImage.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cClipboard.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cLabel.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cResource.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cMessage.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cText.ml BUILDSTDERR: File "cText.ml", line 44, characters 11-27: BUILDSTDERR: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cText.ml", line 60, characters 7-23: BUILDSTDERR: 60 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cText.ml", line 94, characters 11-27: BUILDSTDERR: 94 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cText.ml", line 328, characters 11-27: BUILDSTDERR: 328 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cText.ml", line 342, characters 11-27: BUILDSTDERR: 342 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cText.ml", line 421, characters 11-27: BUILDSTDERR: 421 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cText.ml", line 436, characters 11-27: BUILDSTDERR: 436 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cImagephoto.ml BUILDSTDERR: File "cImagephoto.ml", line 72, characters 11-27: BUILDSTDERR: 72 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cOption.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cFrame.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cSelection.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cDialog.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cPlace.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cPixmap.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cMenubutton.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cRadiobutton.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cFocus.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cPack.ml BUILDSTDERR: File "cPack.ml", line 46, characters 7-23: BUILDSTDERR: 46 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cImagebitmap.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cEncoding.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cOptionmenu.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cCheckbutton.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cTkvars.ml BUILDSTDERR: File "cTkvars.ml", line 43, characters 7-23: BUILDSTDERR: 43 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cPalette.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cMenu.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cButton.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cToplevel.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cGrid.ml BUILDSTDERR: File "cGrid.ml", line 28, characters 11-27: BUILDSTDERR: 28 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cGrid.ml", line 43, characters 11-27: BUILDSTDERR: 43 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cGrid.ml", line 60, characters 11-27: BUILDSTDERR: 60 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cGrid.ml", line 114, characters 11-27: BUILDSTDERR: 114 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cGrid.ml", line 126, characters 7-23: BUILDSTDERR: 126 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "cGrid.ml", line 162, characters 11-27: BUILDSTDERR: 162 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps camltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cd lib; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/lib' make superclean make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/lib' if test -f tk.cmo; then \ echo We have changes... Now lib directory has no .cmo files; \ rm -f *.cm* *.o; \ fi make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/lib' cd ../labltk; make opt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' make[2]: Nothing to be done for 'opt'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd ../camltk; make opt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' make[2]: Nothing to be done for 'opt'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' /usr/bin/ocamlmklib -g -ocamlopt '/usr/bin/ocamlopt -g' -o labltk -oc labltk \ -I ../labltk -I ../camltk ../support/support.cmx ../support/rawwidget.cmx ../support/widget.cmx ../support/protocol.cmx ../support/textvariable.cmx ../support/timer.cmx ../support/fileevent.cmx ../support/camltkwrap.cmx tk.cmx bell.cmx scale.cmx winfo.cmx scrollbar.cmx entry.cmx listbox.cmx wm.cmx tkwait.cmx grab.cmx font.cmx canvas.cmx image.cmx clipboard.cmx label.cmx message.cmx text.cmx imagephoto.cmx option.cmx frame.cmx selection.cmx dialog.cmx place.cmx pixmap.cmx menubutton.cmx radiobutton.cmx focus.cmx pack.cmx imagebitmap.cmx encoding.cmx optionmenu.cmx checkbutton.cmx tkvars.cmx palette.cmx menu.cmx button.cmx toplevel.cmx grid.cmx cTk.cmx cBell.cmx cScale.cmx cWinfo.cmx cScrollbar.cmx cEntry.cmx cListbox.cmx cWm.cmx cTkwait.cmx cGrab.cmx cFont.cmx cCanvas.cmx cImage.cmx cClipboard.cmx cLabel.cmx cResource.cmx cMessage.cmx cText.cmx cImagephoto.cmx cOption.cmx cFrame.cmx cSelection.cmx cDialog.cmx cPlace.cmx cPixmap.cmx cMenubutton.cmx cRadiobutton.cmx cFocus.cmx cPack.cmx cImagebitmap.cmx cEncoding.cmx cOptionmenu.cmx cCheckbutton.cmx cTkvars.cmx cPalette.cmx cMenu.cmx cButton.cmx cToplevel.cmx cGrid.cmx labltk.cmx camltk.cmx \ -cclib "\"-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ltk8.6 -ltcl8.6\"" make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/lib' cd jpf; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/jpf' /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support fileselect.ml /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support balloon.ml /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support shell.ml /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support jpf_font.ml /usr/bin/ocamlopt.opt -g -a -g -o jpflib.cmxa fileselect.cmx balloon.cmx shell.cmx jpf_font.cmx make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/jpf' cd frx; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/frx' /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_misc.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_widget.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_font.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_entry.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_text.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_listbox.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_req.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_fillbox.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_focus.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_dialog.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_mem.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_rpc.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_synth.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_selection.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_after.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_fit.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_ctext.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_color.ml /usr/bin/ocamlopt.opt -g -a -g -o frxlib.cmxa frx_misc.cmx frx_widget.cmx frx_font.cmx frx_entry.cmx frx_text.cmx frx_listbox.cmx frx_req.cmx frx_fillbox.cmx frx_focus.cmx frx_dialog.cmx frx_mem.cmx frx_rpc.cmx frx_synth.cmx frx_selection.cmx frx_after.cmx frx_fit.cmx frx_ctext.cmx frx_color.cmx make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/frx' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.D2OJV7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64 + cd labltk-8.06.5 + mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk + mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/stublibs + make install BINDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/bin INSTALLDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk STUBLIBDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/stublibs cd support; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/support' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; fi cp fileevent.mli protocol.mli textvariable.mli timer.mli rawwidget.mli widget.mli fileevent.cmi protocol.cmi textvariable.cmi timer.cmi rawwidget.cmi widget.cmi tkthread.mli tkthread.cmi tkthread.cmo liblabltk.a /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; ranlib liblabltk.a cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; chmod 644 fileevent.mli protocol.mli textvariable.mli timer.mli rawwidget.mli widget.mli fileevent.cmi protocol.cmi textvariable.cmi timer.cmi rawwidget.cmi widget.cmi tkthread.mli tkthread.cmi tkthread.cmo liblabltk.a if test -f dlllabltk.so; then \ cp dlllabltk.so /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/stublibs/; fi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/support' cd lib; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/lib' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; fi cp labltk.cma labltktop /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/labltk.cma chmod 755 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/labltktop make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/lib' cp labltk /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/bin chmod 755 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/bin/labltk make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/lib' make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/lib' cd labltk; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; fi cp bell.cmi scale.cmi winfo.cmi scrollbar.cmi entry.cmi listbox.cmi wm.cmi tkwait.cmi grab.cmi font.cmi canvas.cmi image.cmi clipboard.cmi label.cmi message.cmi text.cmi imagephoto.cmi option.cmi frame.cmi selection.cmi dialog.cmi place.cmi pixmap.cmi menubutton.cmi radiobutton.cmi focus.cmi pack.cmi imagebitmap.cmi encoding.cmi optionmenu.cmi checkbutton.cmi tkvars.cmi palette.cmi menu.cmi button.cmi toplevel.cmi grid.cmi tk.cmi labltk.cmi bell.mli scale.mli winfo.mli scrollbar.mli entry.mli listbox.mli wm.mli tkwait.mli grab.mli font.mli canvas.mli image.mli clipboard.mli label.mli message.mli text.mli imagephoto.mli option.mli frame.mli selection.mli dialog.mli place.mli pixmap.mli menubutton.mli radiobutton.mli focus.mli pack.mli imagebitmap.mli encoding.mli optionmenu.mli checkbutton.mli tkvars.mli palette.mli menu.mli button.mli toplevel.mli grid.mli /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/*.cmi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd camltk; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; fi cp cBell.cmi cScale.cmi cWinfo.cmi cScrollbar.cmi cEntry.cmi cListbox.cmi cWm.cmi cTkwait.cmi cGrab.cmi cFont.cmi cCanvas.cmi cImage.cmi cClipboard.cmi cLabel.cmi cResource.cmi cMessage.cmi cText.cmi cImagephoto.cmi cOption.cmi cFrame.cmi cSelection.cmi cDialog.cmi cPlace.cmi cPixmap.cmi cMenubutton.cmi cRadiobutton.cmi cFocus.cmi cPack.cmi cImagebitmap.cmi cEncoding.cmi cOptionmenu.cmi cCheckbutton.cmi cTkvars.cmi cPalette.cmi cMenu.cmi cButton.cmi cToplevel.cmi cGrid.cmi cTk.cmi camltk.cmi /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk cp cBell.mli cScale.mli cWinfo.mli cScrollbar.mli cEntry.mli cListbox.mli cWm.mli cTkwait.mli cGrab.mli cFont.mli cCanvas.mli cImage.mli cClipboard.mli cLabel.mli cResource.mli cMessage.mli cText.mli cImagephoto.mli cOption.mli cFrame.mli cSelection.mli cDialog.mli cPlace.mli cPixmap.mli cMenubutton.mli cRadiobutton.mli cFocus.mli cPack.mli cImagebitmap.mli cEncoding.mli cOptionmenu.mli cCheckbutton.mli cTkvars.mli cPalette.mli cMenu.mli cButton.mli cToplevel.mli cGrid.mli /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/*.cmi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cd compiler; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/compiler' cp tkcompiler /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk cp pp /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/compiler' cd jpf; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/jpf' cp fileselect.cmi balloon.cmi shell.cmi jpf_font.cmi fileselect.mli balloon.mli shell.mli jpf_font.mli jpflib.cma /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/jpf' cd frx; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/frx' cp *.cmi *.mli frxlib.cma /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/frx' cd browser; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/browser' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/browser' if test -f lib/labltk.cmxa; then make installopt; else :; fi make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.5' cd support; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/support' cp fileevent.cmx protocol.cmx textvariable.cmx timer.cmx rawwidget.cmx widget.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk if test -f tkthread.o; then \ cp tkthread.cmx tkthread.o /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; \ chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/tkthread.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/tkthread.o; \ fi make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/support' cd lib; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/lib' cp labltk.cmxa labltk.a /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; ranlib labltk.a chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/labltk.cmxa chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/labltk.a make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/lib' cd labltk; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cp bell.cmx scale.cmx winfo.cmx scrollbar.cmx entry.cmx listbox.cmx wm.cmx tkwait.cmx grab.cmx font.cmx canvas.cmx image.cmx clipboard.cmx label.cmx message.cmx text.cmx imagephoto.cmx option.cmx frame.cmx selection.cmx dialog.cmx place.cmx pixmap.cmx menubutton.cmx radiobutton.cmx focus.cmx pack.cmx imagebitmap.cmx encoding.cmx optionmenu.cmx checkbutton.cmx tkvars.cmx palette.cmx menu.cmx button.cmx toplevel.cmx grid.cmx tk.cmx labltk.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/*.cmx make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/labltk' cd camltk; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cp cBell.cmx cScale.cmx cWinfo.cmx cScrollbar.cmx cEntry.cmx cListbox.cmx cWm.cmx cTkwait.cmx cGrab.cmx cFont.cmx cCanvas.cmx cImage.cmx cClipboard.cmx cLabel.cmx cResource.cmx cMessage.cmx cText.cmx cImagephoto.cmx cOption.cmx cFrame.cmx cSelection.cmx cDialog.cmx cPlace.cmx cPixmap.cmx cMenubutton.cmx cRadiobutton.cmx cFocus.cmx cPack.cmx cImagebitmap.cmx cEncoding.cmx cOptionmenu.cmx cCheckbutton.cmx cTkvars.cmx cPalette.cmx cMenu.cmx cButton.cmx cToplevel.cmx cGrid.cmx cTk.cmx camltk.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk/*.cmx make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/camltk' cd jpf; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/jpf' cp jpflib.cmxa jpflib.a fileselect.cmx balloon.cmx shell.cmx jpf_font.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; ranlib jpflib.a make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/jpf' cd frx; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.5/frx' cp frxlib.cmxa frxlib.a *.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk; ranlib frxlib.a make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5/frx' make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.5' + install -m 0644 camltk/cBell.o camltk/cButton.o camltk/cCanvas.o camltk/cCheckbutton.o camltk/cClipboard.o camltk/cDialog.o camltk/cEncoding.o camltk/cEntry.o camltk/cFocus.o camltk/cFont.o camltk/cFrame.o camltk/cGrab.o camltk/cGrid.o camltk/cImage.o camltk/cImagebitmap.o camltk/cImagephoto.o camltk/cLabel.o camltk/cListbox.o camltk/cMenu.o camltk/cMenubutton.o camltk/cMessage.o camltk/cOption.o camltk/cOptionmenu.o camltk/cPack.o camltk/cPalette.o camltk/cPixmap.o camltk/cPlace.o camltk/cRadiobutton.o camltk/cResource.o camltk/cScale.o camltk/cScrollbar.o camltk/cSelection.o camltk/cText.o camltk/cTk.o camltk/cTkvars.o camltk/cTkwait.o camltk/cToplevel.o camltk/cWinfo.o camltk/cWm.o camltk/camltk.o /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/labltk + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 8.06.5-9.fc32 --unique-debug-suffix -8.06.5-9.fc32.riscv64 --unique-debug-src-base ocaml-labltk-8.06.5-9.fc32.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/labltk-8.06.5 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/stublibs/dlllabltk.so extracting debug info from /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/lib64/ocaml/stublibs/dlllabltk.so original debug info size: 716kB, size after compression: 172kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 86 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/labltk from /bin/sh to #!/usr/bin/sh Processing files: ocaml-labltk-8.06.5-9.fc32.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zcMMp7 + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.5 + DOCDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk + cp -pr Changes /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk + cp -pr README.mlTk /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml(Balloon) = e16abb32ee108b7641d3a558bd8c79b3 ocaml(Bell) = 1b547e3a9274654776bc6e67146f1f10 ocaml(Button) = cb0b924cee0f8e036bc150b93b051d8c ocaml(CBell) = 79d5ab47193d27bfda1f3c4cb69e9bd9 ocaml(CButton) = 41ca71acfb21611bfc5bf9f6d0a3eb27 ocaml(CCanvas) = 1830b08bc0ac03d2dfa0b5a895bec34a ocaml(CCheckbutton) = 90f08ddc3389b39c74f271b1008d0056 ocaml(CClipboard) = 21148edac23fc7b2afec632e29fc9015 ocaml(CDialog) = 4160d1f6b4e30aa1a78fae459ddbf4bf ocaml(CEncoding) = 5977379778c8d2c347bdf063f6de42dc ocaml(CEntry) = d9f23bb17e3b41637291039091b86d55 ocaml(CFocus) = 118cff1855db9f2f1bd84a5ef509d376 ocaml(CFont) = 562ebf9f315d46456b701827413b2fcf ocaml(CFrame) = ae9292ba1906969a7b8220f070b26d7b ocaml(CGrab) = 563a0ef314b6912529fb87b21432670a ocaml(CGrid) = 270b1d8fcfc4a2eb77e4fa006b69ef4a ocaml(CImage) = 992cde399166525a9620f64c25abdeea ocaml(CImagebitmap) = 631ad4351c8dab535836e60260077c8e ocaml(CImagephoto) = 7043c79464e51390e7838fc0c17f1c91 ocaml(CLabel) = dd159423b12786acfb7e71725f5e37f8 ocaml(CListbox) = 1af1d5f19eb5196990c0d8cb2b93a918 ocaml(CMenu) = 5bc5e0c8e00619325cdcd3d897add8fb ocaml(CMenubutton) = 612fc002f5b6c035a04c8587285a8454 ocaml(CMessage) = ab7cf03b6d9d71ee2aa8daec708a0b46 ocaml(COption) = bfd21bc8651d316297da777539600eed ocaml(COptionmenu) = a3c58c865822d2086636c3d3b5305026 ocaml(CPack) = b093444a137687ce0b2bdfe7bdbfa176 ocaml(CPalette) = b924ae4c17fca2a51908ff06cde0ae21 ocaml(CPixmap) = 5ea4cc7a7bb1b5815b88f60f36bd5906 ocaml(CPlace) = acc15a3eda120812b5d64633b6e4f431 ocaml(CRadiobutton) = 0cef6248c90647a29c2a9f5eb6f6c93c ocaml(CResource) = a652717a570f7009a37071eb22385943 ocaml(CScale) = 20a25edf5b49fe4ea9a50344fc84c17d ocaml(CScrollbar) = 09adc6ead48c523a6ed4035b9961ccc2 ocaml(CSelection) = 450ddce476a7ac98584969be448a1f44 ocaml(CText) = 13ce38562f91d8df0dce3e9c2eb362f7 ocaml(CTk) = d0a8bcc32ce67da0a5b207995275a336 ocaml(CTkvars) = 7a68f255b7af60ca2eaf399d551bd9c5 ocaml(CTkwait) = 45ef4d6d481c17230d82a71531955761 ocaml(CToplevel) = 2a5eccc5394addac2f596eba3e252c30 ocaml(CWinfo) = 3a97303ae801bdfa1461350e9a06fc47 ocaml(CWm) = 353010a9cdab19ac83d07ec580f174fe ocaml(Camltk) = 93d417ab3abf87e6038c781c39ca18bc ocaml(Camltkwrap) = d174ccbf8c2fdf3e86810ea6eda0f165 ocaml(Canvas) = 589a248bc171616a140b2d59e515d381 ocaml(Checkbutton) = 75cac074d2a0d624441d7cb8d3fd1efb ocaml(Clipboard) = 55c81ce487407a79e984eb83c42aa359 ocaml(Dialog) = 19a05249c98b3e9d1dee3d0d3c533c39 ocaml(Encoding) = faa91a2e4eb41fffc4f0b7a15f6dbac2 ocaml(Entry) = 1e156270738b0e42758d55bb05a85874 ocaml(Fileevent) = 84e2148cf170e476dc9ca840dfe85641 ocaml(Fileselect) = 6316add82c9584b7895ae218e88b18c5 ocaml(Focus) = 51bdc80604af6b59b95e309e8b2f1836 ocaml(Font) = 781a1f4f3a0bf0cfb2f7efd8e2a3315d ocaml(Frame) = 726b3c9739fc6383ec580845b37c7dd3 ocaml(Frx_after) = 41cb9a1196dc4652edaa9c954f18c5c4 ocaml(Frx_color) = e9b8636cf0fcda56a63847228e329212 ocaml(Frx_ctext) = 8cd90bc4ea9bb6e2947f84499d7e4816 ocaml(Frx_dialog) = 6bc3323e073d765707e90ecc25c3c707 ocaml(Frx_entry) = bf117f396ba889d2a938bcb5f4905a13 ocaml(Frx_fillbox) = 17bb618b02ae03483cc1ddd87b33828f ocaml(Frx_fit) = 136a42b8ae26b83ee865bd72a8157037 ocaml(Frx_focus) = 51edac46b7566551b75725807add2f1a ocaml(Frx_font) = 39359f28f50de959d4fbc5138c2a437a ocaml(Frx_listbox) = 9a0e7cf7ec24bc76179651bf80b24f99 ocaml(Frx_mem) = d842e51ad2747aae542dd2c85f93fff7 ocaml(Frx_misc) = 1b44520ddc5c6736b94c136761c048ba ocaml(Frx_req) = e90be973ee4cb466dad284d50089e063 ocaml(Frx_rpc) = 6edff7dd1017b7650692056f824c1a40 ocaml(Frx_selection) = 403e6a3ebb9f196547464389d4de51a3 ocaml(Frx_synth) = 6ebecc21338c819737b9e865e5d63763 ocaml(Frx_text) = dc88fde77141765ded3c6118219d0ea1 ocaml(Frx_widget) = 40dc9293167f4f1d9b251e217e197bad ocaml(Grab) = ab1fe0fc6f60295148f58f62ec9f739b ocaml(Grid) = 7bd15d82d1a78fade83ffb1666794998 ocaml(Image) = 77420eb38a3ff839cd4558b9d8285589 ocaml(Imagebitmap) = ccf4bb7d81162ab3ceae0d8b90e6f7a2 ocaml(Imagephoto) = 6e53556d6266977596e49d12e9045260 ocaml(Jpf_font) = 9b652503a08631f3589a0df20aafb2cd ocaml(Label) = 4f21eed2d3ddbcecd64d5bb4e68836d2 ocaml(Labltk) = 74699d8d04d4e009c2c9c47bf697d781 ocaml(Listbox) = 113ca776d2489a5413ca35276dc3392c ocaml(Menu) = be18015ff2570e639df0489dca64e5e8 ocaml(Menubutton) = 76a2922f33a0d20d825bcdfafe7efb88 ocaml(Message) = 9837c75507096c2330831ce51e5f635d ocaml(Option) = 50858ea3c82a26a2ea1ba266c02d8806 ocaml(Optionmenu) = 6dd2b37e9ab2f5cf19f91ce8f08a11a3 ocaml(Pack) = 0706f339f9f9affcb8a1d1c5a8265121 ocaml(Palette) = 7a3b079ea7d9c9eb14b793247c985fab ocaml(Pixmap) = a2f01ac368730aff39b9b5ec69128963 ocaml(Place) = ed91dd53afe6c24e8ec8fc5fb0a8790f ocaml(Protocol) = b84cf1ca4a8fa2b9439ce8c9e91ec8fa ocaml(Radiobutton) = fd005a7801cc71394579ac391e81cc43 ocaml(Rawwidget) = 361a31c815d527aff32168226eb3de7d ocaml(Scale) = 9ade339d27f3982218a8248c4d61b217 ocaml(Scrollbar) = 96f2cef54873db109328eab2810ee75c ocaml(Selection) = 563d14d5d9bd91418cad445330204f48 ocaml(Shell) = 4a595416f0c62de27e11bce6a8b00a3f ocaml(Support) = 76f0fc569035c500f9df63cae2954139 ocaml(Text) = bf3e6636cdcdb602165deedb77c65d4a ocaml(Textvariable) = bcbe566c33976c144cea186b802e65cc ocaml(Timer) = c333b1f51f829f53cb188e4295d24f13 ocaml(Tk) = 28fc82a78d4e8dc349795bb10b978358 ocaml(Tkthread) = 2e6578b5647cc113e0fe24f833828055 ocaml(Tkvars) = 31207b02b960f408ef1a8d5002ec895b ocaml(Tkwait) = 35be31fd824a205ff7c589ec99be4dbe ocaml(Toplevel) = db3ddd64265d96c44a5a79ab390d12e3 ocaml(Widget) = d29b08592640dbbbf79aa8be2bbc628c ocaml(Winfo) = 2ea1f827654b12854a51e4b493c384c0 ocaml(Wm) = ebead147aebef2496e3ceda15a54bd50 ocaml-labltk = 8.06.5-9.fc32 ocaml-labltk(riscv-64) = 8.06.5-9.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libtcl8.6.so()(64bit) libtk8.6.so()(64bit) ocaml(Bell) = 1b547e3a9274654776bc6e67146f1f10 ocaml(Button) = cb0b924cee0f8e036bc150b93b051d8c ocaml(CBell) = 79d5ab47193d27bfda1f3c4cb69e9bd9 ocaml(CButton) = 41ca71acfb21611bfc5bf9f6d0a3eb27 ocaml(CCanvas) = 1830b08bc0ac03d2dfa0b5a895bec34a ocaml(CCheckbutton) = 90f08ddc3389b39c74f271b1008d0056 ocaml(CEntry) = d9f23bb17e3b41637291039091b86d55 ocaml(CFocus) = 118cff1855db9f2f1bd84a5ef509d376 ocaml(CFrame) = ae9292ba1906969a7b8220f070b26d7b ocaml(CGrab) = 563a0ef314b6912529fb87b21432670a ocaml(CImagephoto) = 7043c79464e51390e7838fc0c17f1c91 ocaml(CLabel) = dd159423b12786acfb7e71725f5e37f8 ocaml(CListbox) = 1af1d5f19eb5196990c0d8cb2b93a918 ocaml(CPlace) = acc15a3eda120812b5d64633b6e4f431 ocaml(CRadiobutton) = 0cef6248c90647a29c2a9f5eb6f6c93c ocaml(CScrollbar) = 09adc6ead48c523a6ed4035b9961ccc2 ocaml(CSelection) = 450ddce476a7ac98584969be448a1f44 ocaml(CText) = 13ce38562f91d8df0dce3e9c2eb362f7 ocaml(CTk) = d0a8bcc32ce67da0a5b207995275a336 ocaml(CTkwait) = 45ef4d6d481c17230d82a71531955761 ocaml(CToplevel) = 2a5eccc5394addac2f596eba3e252c30 ocaml(CWinfo) = 3a97303ae801bdfa1461350e9a06fc47 ocaml(CWm) = 353010a9cdab19ac83d07ec580f174fe ocaml(CamlinternalFormatBasics) = 96d16aae6255eb02a788ee96a8adb816 ocaml(Camltk) = 93d417ab3abf87e6038c781c39ca18bc ocaml(Camltkwrap) = d174ccbf8c2fdf3e86810ea6eda0f165 ocaml(Condition) = aea0aa55ab5545ca7b1b54c3244db874 ocaml(Entry) = 1e156270738b0e42758d55bb05a85874 ocaml(Focus) = 51bdc80604af6b59b95e309e8b2f1836 ocaml(Frame) = 726b3c9739fc6383ec580845b37c7dd3 ocaml(Grab) = ab1fe0fc6f60295148f58f62ec9f739b ocaml(Label) = 4f21eed2d3ddbcecd64d5bb4e68836d2 ocaml(Listbox) = 113ca776d2489a5413ca35276dc3392c ocaml(Message) = 9837c75507096c2330831ce51e5f635d ocaml(Mutex) = 89278fdd9494a0c8d90ef05bfe4ab5b2 ocaml(Option) = 50858ea3c82a26a2ea1ba266c02d8806 ocaml(Protocol) = b84cf1ca4a8fa2b9439ce8c9e91ec8fa ocaml(Rawwidget) = 361a31c815d527aff32168226eb3de7d ocaml(Scrollbar) = 96f2cef54873db109328eab2810ee75c ocaml(Stdlib) = 4d1e23b7e21beafc7e35ae8d03175363 ocaml(Stdlib__arg) = 19c64e407a73492c54c237d37c652ee5 ocaml(Stdlib__array) = cc0fd9ef9707b375e6d40d8358c106ad ocaml(Stdlib__bigarray) = 05907fc209481be80b21790fae4c6564 ocaml(Stdlib__buffer) = d43caaa1df354240fb88291babb07541 ocaml(Stdlib__bytes) = dd8f2d469da8167155b3590e1afd37bd ocaml(Stdlib__bytesLabels) = 717cfa36f6ac33bd97f0fc8691dff592 ocaml(Stdlib__callback) = ee15e030c69240335c483d574e8b0936 ocaml(Stdlib__char) = 8dba716c95fc335c0ef87b6c302c11bb ocaml(Stdlib__complex) = c8ad444e037b6368d875b65a282f43df ocaml(Stdlib__filename) = f4931e66b8528cd53474a41713013115 ocaml(Stdlib__gc) = f7470d7c3df6cf3751abdfe3d6097d5e ocaml(Stdlib__hashtbl) = b794b186a6191285f001cf280b91ef64 ocaml(Stdlib__int32) = 6349c147264959acbf0ac9228e673059 ocaml(Stdlib__list) = 8e6fa4ee6fcb775ae0fe9bba7ec058dc ocaml(Stdlib__listLabels) = fdd394bc8deb737545440c391058ef85 ocaml(Stdlib__nativeint) = 8a11ebd83553fcd0972b4bb3c4b46fae ocaml(Stdlib__obj) = 685f4a37ab7f4a12cbcf0167617ed7f8 ocaml(Stdlib__pervasives) = 19f9a0e483aa5b7b4eb09317d1e2c8d8 ocaml(Stdlib__printexc) = e423204e394b972a4c481406b5e5ce3c ocaml(Stdlib__printf) = a9c6559224689d87d5194d6c3ef5df0c ocaml(Stdlib__queue) = 9ca38af73feff24dd900f5cfd276e5c9 ocaml(Stdlib__seq) = 22b526b221509ae244d8671d8e17a697 ocaml(Stdlib__set) = b37499252b50613da5df36daa1effa1d ocaml(Stdlib__stdLabels) = b4543c2c27a06c5271d4a38d06ba094e ocaml(Stdlib__string) = 8739c8c6957f1b86d987671557e471cb ocaml(Stdlib__stringLabels) = e4305290b297f047a7c16a1faaab071c ocaml(Stdlib__sys) = 39b7724a15a8f948532ebd48f628b988 ocaml(Stdlib__uchar) = 1bfeb4ea85f4136294d66dae21ce997c ocaml(Str) = 96dbb010f67652f72d06ead24e53e92d ocaml(Support) = 76f0fc569035c500f9df63cae2954139 ocaml(Textvariable) = bcbe566c33976c144cea186b802e65cc ocaml(Thread) = 42c22cf98b239ec27997da2badee9e17 ocaml(Timer) = c333b1f51f829f53cb188e4295d24f13 ocaml(Tk) = 28fc82a78d4e8dc349795bb10b978358 ocaml(Tkwait) = 35be31fd824a205ff7c589ec99be4dbe ocaml(Toplevel) = db3ddd64265d96c44a5a79ab390d12e3 ocaml(Unix) = 75745d85df17608013d29430b5962f53 ocaml(UnixLabels) = 84a3448c863813ea48003f2ada7fc9e8 ocaml(Widget) = d29b08592640dbbbf79aa8be2bbc628c ocaml(Winfo) = 2ea1f827654b12854a51e4b493c384c0 ocaml(Wm) = ebead147aebef2496e3ceda15a54bd50 ocaml(runtime) = 4.09.0 rtld(GNU_HASH) Processing files: ocaml-labltk-devel-8.06.5-9.fc32.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6H8Ilb + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.5 + DOCDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk-devel + cp -pr README.mlTk /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk-devel + cp -pr examples_camltk /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk-devel + cp -pr examples_labltk /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64/usr/share/doc/ocaml-labltk-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml-labltk-devel = 8.06.5-9.fc32 ocaml-labltk-devel(riscv-64) = 8.06.5-9.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/ocamlrun /usr/bin/sh Processing files: ocaml-labltk-debugsource-8.06.5-9.fc32.riscv64 Provides: ocaml-labltk-debugsource = 8.06.5-9.fc32 ocaml-labltk-debugsource(riscv-64) = 8.06.5-9.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-labltk-debuginfo-8.06.5-9.fc32.riscv64 Provides: debuginfo(build-id) = 8ea53eed8a4b485d81b2e41a5b86e1d7dfdaa5a1 ocaml-labltk-debuginfo = 8.06.5-9.fc32 ocaml-labltk-debuginfo(riscv-64) = 8.06.5-9.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-labltk-debugsource(riscv-64) = 8.06.5-9.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64 Wrote: /builddir/build/RPMS/ocaml-labltk-debugsource-8.06.5-9.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-labltk-debuginfo-8.06.5-9.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-labltk-8.06.5-9.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-labltk-devel-8.06.5-9.fc32.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bnQOZa + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-labltk-8.06.5-9.fc32.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0