D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-labltk-8.06.5-5.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.someGN + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf labltk-8.06.5 + /usr/bin/gzip -dc /home/iurt/rpmbuild/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 . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/labltk-8.06.0-enable-debugging.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/labltk-8.06.4-enable-more-debugging.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + 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 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1qJyaN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd labltk-8.06.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure Configuring LablTk... tcl.h and tk.h version 8.6 found with "". ./configure: line 229: tk: command not found Tcl/Tk libraries found. ** Configuration summary ** Configuration for the "labltk" library: use tcl/tk version ....... 8.6 options for compiling .... options for linking ...... -ltk8.6 -ltcl8.6 use native compilers ..... yes + unset MAKEFLAGS + make all opt 'SHAREDCCCOMPOPTS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC' 'TK_LINK= -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -ltk8.6 -ltcl8.6' cd support; make make[1]: Entering directory '/home/iurt/rpmbuild/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 File "protocol.ml", lines 140-142, characters 4-8: 140 | ....for i = 1 to List.length cb_ids do 141 | Hashtbl.remove callback_memo_table w 142 | done Warning 35: unused for-loop index i. File "protocol.ml", line 230, characters 25-27: 230 | | "-display" :: s :: xs -> s ^^ Warning 27: unused variable xs. File "protocol.ml", line 231, characters 21-22: 231 | | "-colormap" :: s :: xs -> find_display xs ^ Warning 27: unused variable s. File "protocol.ml", line 232, characters 21-22: 232 | | "-geometry" :: s :: xs -> find_display xs ^ Warning 27: unused variable s. File "protocol.ml", line 233, characters 17-18: 233 | | "-name" :: s :: xs -> find_display xs ^ Warning 27: unused variable s. File "protocol.ml", line 235, characters 16-17: 235 | | "-use" :: s :: xs -> find_display xs ^ Warning 27: unused variable s. File "protocol.ml", line 236, characters 19-20: 236 | | "-window" :: s :: xs -> find_display xs ^ Warning 27: unused variable s. File "protocol.ml", line 237, characters 19-20: 237 | | "-visual" :: s :: xs -> find_display xs ^ 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 File "tkthread.ml", line 28, characters 4-12: 28 | let has_jobs () = not (with_jobs Queue.is_empty) ^^^^^^^^ Warning 32: unused value has_jobs. File "tkthread.ml", line 49, characters 15-60: 49 | (fun () -> for i = 1 to n_jobs () do do_next_job () done; job_timer()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 35: unused for-loop index i. gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkCaml.c In file included from cltkCaml.c:21: cltkCaml.c: In function 'camltk_return': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'Tcl_SetResult' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ cltkCaml.c:61:30: note: in expansion of macro 'String_val' 61 | Tcl_SetResult(cltclinterp, String_val(v), TCL_VOLATILE); | ^~~~~~~~~~ In file included from /usr/include/tcl.h:2441, from cltkCaml.c:19: /usr/include/tclDecls.h:694:54: note: expected 'char *' but argument is of type 'const char *' 694 | EXTERN void Tcl_SetResult(Tcl_Interp *interp, char *result, | ~~~~~~^~~~~~ cltkCaml.c: In function 'camltk_init': cltkCaml.c:81:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 81 | tkerror_exn = caml_named_value("tkerror"); | ^ cltkCaml.c:83:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 83 | handler_code = caml_named_value("camlcb"); | ^ gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkUtf.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkEval.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkEvent.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkFile.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkMain.c cltkMain.c: In function 'camltk_opentk': cltkMain.c:82:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 82 | argv0 = String_val( Field( argv, 0 ) ); | ^ cltkMain.c:92:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 92 | value *interp = caml_named_value("cltclinterp"); | ^~~~~~~~~~~~~~~~ cltkMain.c:121:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 121 | tkargv[i] = String_val(Field(tmp, 0)); | ^ gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkMisc.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkTimer.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkVar.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -g -c cltkWait.c gcc -I/usr/lib64/ocaml/caml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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,--as-needed" -ldopt "-Wl,-z,relro" -ldopt "-Wl,-O1" -ldopt "-Wl,--build-id" -ldopt "-Wl,--enable-new-dtags" -ldopt "-ltk8.6" -ldopt "-ltcl8.6" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/support' cd compiler; make make[1]: Entering directory '/home/iurt/rpmbuild/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 File "tsort.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "tsort.ml", line 68, characters 19-35: 68 | ~f:(function {pred_count = n} as node -> ^^^^^^^^^^^^^^^^ Warning 9: the following labels are not bound in this record pattern: node, successors 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 File "tables.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "tables.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier String (which is later used) File "tables.ml", lines 220-227, characters 2-11: 220 | ..function 221 | List ty -> add_dependancies s ty 222 | | Product tyl -> List.iter ~f:(add_dependancies s) tyl 223 | | Subtype(s',_) -> if s <> s' then Tsort.add_relation types_order (s', s) 224 | | UserDefined s' -> if s <> s' then Tsort.add_relation types_order (s', s) 225 | | Function ty -> add_dependancies s ty 226 | | As (ty, _) -> add_dependancies s ty 227 | | _ -> () Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type mltype. File "tables.ml", lines 236-241, characters 23-60: 236 | .......................function 237 | StringArg _ -> false 238 | | TypeArg (l,Function _ ) -> true 239 | | TypeArg _ -> false 240 | | ListArg l -> List.exists ~f:has_callback l 241 | | OptionalArgs (_,tl,_) -> List.exists ~f:has_callback tl Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type mltype. File "tables.ml", line 245, characters 5-13: 245 | if List.mem ty !types_returned then () ^^^^^^^^ Warning 6: label set was omitted in the application of this function. File "tables.ml", line 264, characters 26-52: 264 | let enter_component_types {template = t; result = r} = ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 9: the following labels are not bound in this record pattern: component, ml_name, var_name, safe Either bind these labels explicitly or add '; _' to the pattern. File "tables.ml", line 318, characters 7-21: 318 | if List.mem_assoc subtyp typdef.subtypes ^^^^^^^^^^^^^^ Warning 6: label map was omitted in the application of this function. File "tables.ml", line 128, characters 31-32: 128 | | TypeArg (s,t) -> s ^ Warning 27: unused variable t. File "tables.ml", line 206, characters 41-42: 206 | | Record tyl -> List.iter tyl ~f:(fun (l,t) -> enter_argtype t) ^ Warning 27: unused variable l. File "tables.ml", line 214, characters 14-15: 214 | | TypeArg (l,t) -> enter_argtype t ^ Warning 27: unused variable l. File "tables.ml", line 231, characters 14-15: 231 | | TypeArg (l,t) -> add_dependancies s t ^ Warning 27: unused variable l. File "tables.ml", line 238, characters 14-15: 238 | | TypeArg (l,Function _ ) -> true ^ Warning 27: unused variable l. File "tables.ml", line 257, characters 41-42: 257 | | Record tyl -> List.iter tyl ~f:(fun (l,t) -> add_return_type t) ^ Warning 27: unused variable l. File "tables.ml", line 403, characters 19-20: 403 | Constructor, l -> fatal_error "unexpected Constructor" ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support printer.ml File "printer.ml", line 19, characters 0-11: 19 | open Format;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier print_string (which is later used) File "printer.ml", line 128, characters 8-28: 128 | let rec print_component_type = function ^^^^^^^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "printer.ml", line 134, characters 8-27: 134 | let rec print_fullcomponent = function ^^^^^^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "printer.ml", line 147, characters 8-23: 147 | let rec print_component = function ^^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "printer.ml", line 158, characters 8-26: 158 | let rec print_parser_arity = function ^^^^^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "printer.ml", line 162, characters 8-22: 162 | let rec print_type_def = function ^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "printer.ml", line 180, characters 8-25: 180 | let rec print_module_type = function ^^^^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "printer.ml", line 184, characters 8-24: 184 | let rec print_module_def = function ^^^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "printer.ml", line 83, characters 15-16: 83 | let print_poly x = print_string "";; ^ 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 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 File "lexer.mll", line 20, characters 0-14: Warning 44: this open statement shadows the module identifier List (which is later used) File "lexer.mll", line 20, characters 0-14: Warning 44: this open statement shadows the module identifier Bytes (which is later used) File "lexer.mll", line 77, characters 10-26: 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 File "ppexec.ml", lines 23-31, characters 14-11: 23 | ..............function 24 | | Line _ -> incr linenum 25 | | Ifdef (_, _, c1, c2o) -> 26 | List.iter nop c1; 27 | begin match c2o with 28 | | Some c2 -> List.iter nop c2 29 | | None -> () 30 | end 31 | | _ -> () Warning 4: this pattern-matching is fragile. 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 File "compile.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier String (which is later used) File "compile.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "compile.ml", line 71, characters 11-19: 71 | if List.mem s forbidden then ^^^^^^^^ Warning 6: label set was omitted in the application of this function. File "compile.ml", lines 62-76, characters 2-37: 62 | ..match fc.template with 63 | ListArg( StringArg s :: _ ) -> 64 | let s = small s in 65 | if s = "" then s else 66 | let s = ... 73 | with Not_found -> small fc.var_name 74 | else s 75 | end 76 | | _ -> raise (Failure "gettklabel") Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", lines 220-222, characters 22-21: 220 | ......................function 221 | ListArg l -> String.concat ~sep:" " (List.map ~f:ppTemplate l) 222 | | t -> ppTemplate t Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", line 229, characters 25-59: 229 | let write_constructor ~w {ml_name = mlconstr; template = t} = ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 9: the following labels are not bound in this record pattern: component, var_name, result, safe Either bind these labels explicitly or add '; _' to the pattern. File "compile.ml", line 251, characters 21-55: 251 | let write_variant ~w {var_name = varname; template = t} = ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 9: the following labels are not bound in this record pattern: component, ml_name, result, safe Either bind these labels explicitly or add '; _' to the pattern. File "compile.ml", lines 334-366, characters 33-36: 334 | .................................function 335 | | Int -> "int_of_string " ^ arg 336 | | Float -> "float_of_string " ^ arg 337 | | Bool -> "(match " ^ arg ^ " with\n\ 338 | | \"1\" -> true\n\ ... 363 | | As (ty, _) -> converterTKtoCAML ~arg ty 364 | | t -> 365 | prerr_endline ("ERROR with " ^ arg ^ " " ^ ppMLtype t); 366 | fatal_error "converterTKtoCAML" Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 392-430, characters 6-9: 392 | ......begin match ty with 393 | Product tyl -> raise (Failure "Product -> record was done. ???") 394 | | Record tyl -> 395 | (* variables for each component of the product *) 396 | let vnames = varnames ~prefix:"a" (List.length tyl) in ... 427 | "let (v, _) = " ^ converterTKtoCAML ~arg:"args" ty ^ 428 | " in\n " ^ name ^ " v" 429 | end 430 | end...... Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 387-430, characters 2-15: 387 | ..match ty with 388 | Unit -> "(fun _ -> " ^ name ^ " ())" 389 | | As (ty, _) -> wrapper_code ~name ty 390 | | ty -> 391 | "(fun args ->\n " ^ ... 427 | "let (v, _) = " ^ converterTKtoCAML ~arg:"args" ty ^ 428 | " in\n " ^ name ^ " v" 429 | end 430 | end ^ ")" Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 458-468, characters 6-18: 458 | ......match c.template with 459 | ListArg [StringArg s] -> 460 | pp.zeroary <- (s, vname) :: 461 | pp.zeroary; true 462 | | ListArg [TypeArg(_, Int)] | ListArg[TypeArg(_, Float)] -> ... 465 | | ListArg [TypeArg(_, String)] -> 466 | if pp.stringpar <> [] then false 467 | else (pp.stringpar <- [vname]; true) 468 | | _ -> false Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", lines 458-468, characters 6-18: 458 | ......match c.template with 459 | ListArg [StringArg s] -> 460 | pp.zeroary <- (s, vname) :: 461 | pp.zeroary; true 462 | | ListArg [TypeArg(_, Int)] | ListArg[TypeArg(_, Float)] -> ... 465 | | ListArg [TypeArg(_, String)] -> 466 | if pp.stringpar <> [] then false 467 | else (pp.stringpar <- [vname]; true) 468 | | _ -> false Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 668-703, characters 20-38: 668 | ....................function 669 | StringArg s -> "TkToken \"" ^ s ^ "\"" 670 | | TypeArg (_, List (Subtype (sup, sub))) when not !Flags.camltk -> 671 | begin try 672 | let typdef = Hashtbl.find types_table sup in ... 700 | let defstr = String.concat ~sep:"; " (List.map ~f:coderec d) in 701 | "TkTokenList (match " ^ nv ^ " with\n" 702 | ^ " | Some " ^ nv ^ " -> [" ^ argstr ^ "]\n" 703 | ^ " | None -> [" ^ defstr ^ "])" Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 707-710, characters 4-41: 707 | ....match template with 708 | ListArg l -> 709 | "[|" ^ String.concat ~sep:";\n " (List.map ~f:coderec l) ^ "|]" 710 | | _ -> "[|" ^ coderec template ^ "|]" Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", lines 712-718, characters 4-27: 712 | ....match template with 713 | ListArg [x] -> coderec x 714 | | ListArg l -> 715 | "TkTokenList [" ^ 716 | String.concat ~sep:";\n " (List.map ~f:coderec l) ^ 717 | "]" 718 | | _ -> coderec template Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", lines 820-854, characters 34-72: 820 | ..................................function 821 | List String -> 822 | w "(splitlist res)" 823 | | List ty -> 824 | if !Flags.camltk then ... 851 | | ty -> 852 | match type_parser_arity ty with 853 | OneToken -> w (converterTKtoCAML ~arg:"res" ty) 854 | | MultipleToken -> w (converterTKtoCAML ~arg:"(splitlist res)" ty) Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 859-862, characters 23-16: 859 | .......................match def.template with 860 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" 861 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" 862 | | _ -> "dummy"... Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", lines 859-862, characters 23-16: 859 | .......................match def.template with 860 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" 861 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" 862 | | _ -> "dummy"... Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 896-901, characters 2-5: 896 | ..begin match def.result with 897 | | Unit | As (Unit, _) -> w "tkCommand "; w code 898 | | ty -> 899 | w "let res = tkEval "; w code ; w " in \n"; 900 | write_result_parsing ~w ty 901 | end. Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 908-911, characters 23-16: 908 | .......................match def.template with 909 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" 910 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" 911 | | _ -> "dummy"... Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", lines 908-911, characters 23-16: 908 | .......................match def.template with 909 | ListArg (TypeArg(_, UserDefined("widget")) :: _) -> "v1" 910 | | ListArg (TypeArg(_, Subtype("widget", _)) :: _) -> "v1" 911 | | _ -> "dummy"... Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", lines 936-941, characters 2-5: 936 | ..begin match def.result with 937 | | Unit | As (Unit, _) -> w "tkCommand "; w code 938 | | ty -> 939 | w "let res = tkEval "; w code ; w " in \n"; 940 | write_result_parsing ~w ty 941 | end. Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "compile.ml", line 1001, characters 40-57: 1001 | converterCAMLtoTK "w" "x" (Subtype("options",clas)) ^ ") options)\n"); ^^^^^^^^^^^^^^^^^ Warning 6: label context_widget was omitted in the application of this function. File "compile.ml", line 1012, characters 40-57: 1012 | converterCAMLtoTK "w" "x" (Subtype("options",clas)) ^ ") options)\n"); ^^^^^^^^^^^^^^^^^ Warning 6: label context_widget was omitted in the application of this function. File "compile.ml", line 1043, characters 10-19: 1043 | List.iter (Ppexec.exec (fun _ -> ()) w) ^^^^^^^^^ Warning 6: label f was omitted in the application of this function. File "compile.ml", lines 1035-1054, characters 2-61: 1035 | ..match def.template with 1036 | | StringArg fname -> 1037 | begin try 1038 | let realname = find_in_path !search_path (fname ^ ".ml") in 1039 | let ic = open_in_bin realname in ... 1051 | | Not_found -> 1052 | raise (Compiler_Error ("can't find external file: " ^ fname)) 1053 | end 1054 | | _ -> raise (Compiler_Error "invalid external definition") Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "compile.ml", line 28, characters 5-6: 28 | | l, t -> raise (Failure ("labeloff: " ^ l ^ " at " ^ at)) ^ Warning 27: unused variable t. File "compile.ml", line 197, characters 22-25: 197 | | Function (Product tyl) -> ^^^ Warning 27: unused variable tyl. File "compile.ml", line 214, characters 13-14: 214 | | TypeArg (l, t) -> "<" ^ ppMLtype t ^ ">" ^ Warning 27: unused variable l. File "compile.ml", line 273, characters 36-38: 273 | let labltk_write_type ~intf:w ~impl:w' name ~def:typdef = ^^ Warning 27: unused variable w'. File "compile.ml", line 393, characters 18-21: 393 | Product tyl -> raise (Failure "Product -> record was done. ???") ^^^ Warning 27: unused variable tyl. File "compile.ml", line 400, characters 25-26: 400 | begin fun v (l, ty) -> ^ Warning 27: unused variable l. File "compile.ml", line 732, characters 23-33: 732 | let code, variables, variables2, (co, _) = ^^^^^^^^^^ Warning 27: unused variable variables2. File "compile.ml", line 757, characters 23-33: 757 | let code, variables, variables2, (co, _) = ^^^^^^^^^^ Warning 27: unused variable variables2. File "compile.ml", line 828, characters 12-15: 828 | | Product tyl -> raise (Failure "Product -> record was done. ???") ^^^ Warning 27: unused variable tyl. File "compile.ml", line 913, characters 36-38: 913 | let code, variables, variables2, (co, lbl) = ^^ Warning 27: unused variable co. File "compile.ml", line 913, characters 40-43: 913 | let code, variables, variables2, (co, lbl) = ^^^ Warning 27: unused variable lbl. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support intf.ml File "intf.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "intf.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier String (which is later used) File "intf.ml", lines 78-87, characters 36-41: 78 | ....................................function 79 | [] -> u, l, o 80 | | (_, List(Subtype _) as x)::ls -> 81 | replace_args ~u ~l ~o:(x::o) ls 82 | | ("", _ as x)::ls -> 83 | replace_args ~u:(x::u) ~l ~o ls 84 | | (p, _ as x)::ls when p.[0] = '?' -> 85 | replace_args ~u ~l ~o:(x::o) ls 86 | | x::ls -> 87 | replace_args ~u ~l:(x::l) ~o ls Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.mltype. File "intf.ml", line 178, characters 10-19: 178 | List.iter (Ppexec.exec (fun _ -> ()) w) ^^^^^^^^^ Warning 6: label f was omitted in the application of this function. File "intf.ml", lines 169-191, characters 2-61: 169 | ..match def.template with 170 | | StringArg fname -> 171 | begin try 172 | let realname = find_in_path !search_path (fname ^ ".mli") in 173 | let ic = open_in_bin realname in ... 188 | | Not_found -> 189 | raise (Compiler_Error ("can't find external file: " ^ fname)) 190 | end 191 | | _ -> raise (Compiler_Error "invalid external definition") Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "intf.ml", line 57, characters 29-34: 57 | let camltk_write_create_p ~w wname = ^^^^^ Warning 27: unused variable wname. File "intf.ml", line 65, characters 35-40: 65 | let camltk_write_named_create_p ~w wname = ^^^^^ Warning 27: unused variable wname. /usr/bin/ocamlc.opt -g -c -w A-3 -g -g -I ../support maincompile.ml File "maincompile.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "maincompile.ml", line 55, characters 6-15: 55 | List.iter (Ppexec.exec ^^^^^^^^^ Warning 6: label f was omitted in the application of this function. File "maincompile.ml", lines 151-154, characters 17-20: 151 | .................begin match c.template with 152 | ListArg (x :: _) -> x 153 | | _ -> fatal_error "bogus hack" 154 | end. Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.template. File "maincompile.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier String (which is later used) File "maincompile.ml", line 194, characters 7-15: 194 | if List.mem typname !types_returned then ^^^^^^^^ Warning 6: label set was omitted in the application of this function. File "maincompile.ml", line 201, characters 12-26: 201 | if not (List.mem_assoc typname !types_external) then ^^^^^^^^^^^^^^ Warning 6: label map was omitted in the application of this function. File "maincompile.ml", lines 320-329, characters 6-15: 320 | ......match def.module_type with 321 | | Widget -> 322 | let name = caml_name name in 323 | output_string oc (Printf.sprintf 324 | "let %s (w : any widget) =\n" name); 325 | output_string oc (Printf.sprintf 326 | " Rawwidget.check_class w widget_%s_table;\n" name); 327 | output_string oc (Printf.sprintf 328 | " (Obj.magic w : %s widget);;\n\n" name); 329 | | _ -> ()................ Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Tables.module_type. File "maincompile.ml", line 112, characters 19-25: 112 | let code1, vars11, vars12, opts1 = ^^^^^^ Warning 27: unused variable vars11. File "maincompile.ml", line 112, characters 27-33: 112 | let code1, vars11, vars12, opts1 = ^^^^^^ Warning 27: unused variable vars12. File "maincompile.ml", line 112, characters 35-40: 112 | let code1, vars11, vars12, opts1 = ^^^^^ Warning 27: unused variable opts1. File "maincompile.ml", line 114, characters 19-25: 114 | let code2, vars12, vars22, opts2 = ^^^^^^ Warning 27: unused variable vars12. File "maincompile.ml", line 114, characters 27-33: 114 | let code2, vars12, vars22, opts2 = ^^^^^^ Warning 27: unused variable vars22. File "maincompile.ml", line 114, characters 35-40: 114 | let code2, vars12, vars22, opts2 = ^^^^^ Warning 27: unused variable opts2. /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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/compiler' cd labltk; make -f Makefile.gen make[1]: Entering directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd labltk; make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tk.ml File "tk.ml", line 1, characters 0-14: 1 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "tk.ml", line 35, characters 26-34: 35 | TkQuote (TkTokenList (List.map (fun x -> TkToken x) fp.extensions)) in ^^^^^^^^ Warning 6: label f was omitted in the application of this function. File "tk.ml", line 40, characters 34-42: 40 | | _ -> [TkQuote (TkTokenList (List.map (fun x -> TkToken x) fp.mactypes))] ^^^^^^^^ Warning 6: label f was omitted in the application of this function. File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the type identifier widget (which is later used) File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the type identifier any (which is later used) File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier forget_type (which is later used) File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier default_toplevel (which is later used) File "tk.ml", line 1, characters 0-14: 1 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier String (which is later used) File "tk.ml", line 930, characters 33-46: 930 | | l -> raise (Invalid_argument (String.concat " " ("TKtoCAMLscrollValue"::l))) ^^^^^^^^^^^^^ Warning 6: label sep was omitted in the application of this function. File "tk.ml", lines 1103-1106, characters 4-23: 1103 | ....match cCAMLtoTKtext_index base with 1104 | TkToken ppbase -> 1105 | String.concat ~sep:"" (ppbase :: List.map ~f:ppTextModifier ml) 1106 | | _ -> assert false Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Protocol.tkArgs. File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier dummy (which is later used) File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the type identifier menu (which is later used) File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier coe (which is later used) File "tk.ml", line 2, characters 0-11: 2 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "tk.ml", line 4, characters 0-12: 4 | open Support ^^^^^^^^^^^^ Warning 33: unused open Support. File "tk.ml", line 1453, characters 17-21: 1453 | let (a1, args) = cTKtoCAMLscrollValue args in ^^^^ Warning 27: unused variable args. File "tk.ml", line 1573, characters 17-21: 1573 | let (a2, args) = (Obj.magic (cTKtoCAMLwidget (List.hd args) ) : any widget), List.tl args in ^^^^ Warning 27: unused variable args. File "tk.ml", line 1905, characters 17-21: 1905 | let (a2, args) = float_of_string (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. File "tk.ml", line 1912, characters 17-21: 1912 | let (a2, args) = float_of_string (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. File "tk.ml", line 3927, characters 17-21: 3927 | let (a3, args) = (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps bell.mli File "bell.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "bell.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "bell.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps bell.ml File "bell.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "bell.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "bell.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "bell.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scale.mli File "scale.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "scale.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scale.ml File "scale.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "scale.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "scale.ml", line 53, characters 12-13: 53 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps winfo.mli File "winfo.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "winfo.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "winfo.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps winfo.ml File "winfo.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "winfo.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "winfo.ml", line 183, characters 12-13: 183 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "winfo.ml", line 214, characters 12-13: 214 | let r3, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scrollbar.mli File "scrollbar.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "scrollbar.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "scrollbar.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps scrollbar.ml File "scrollbar.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "scrollbar.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "scrollbar.ml", line 74, characters 12-13: 74 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "scrollbar.ml", line 93, characters 12-13: 93 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps entry.mli File "entry.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "entry.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "entry.mli", line 114, characters 0-45: 114 | val xview_get : entry widget -> float * float ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value xview_get. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps entry.ml File "entry.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "entry.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "entry.ml", line 42, characters 12-13: 42 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "entry.ml", line 145, characters 4-13: 145 | let xview_get v1 = ^^^^^^^^^ Warning 32: unused value xview_get. File "entry.ml", line 152, characters 12-13: 152 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "entry.ml", line 162, characters 12-13: 162 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps listbox.mli File "listbox.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "listbox.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "listbox.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps listbox.ml File "listbox.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "listbox.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "listbox.ml", line 47, characters 12-13: 47 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "listbox.ml", line 169, characters 12-13: 169 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "listbox.ml", line 189, characters 12-13: 189 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps wm.mli File "wm.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "wm.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "wm.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps wm.ml File "wm.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "wm.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "wm.ml", line 33, characters 12-13: 33 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "wm.ml", line 141, characters 12-13: 141 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "wm.ml", line 239, characters 12-13: 239 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "wm.ml", line 275, characters 12-13: 275 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "wm.ml", line 293, characters 12-13: 293 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "wm.ml", line 367, characters 12-13: 367 | let r2, l = (match (List.hd l) with ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkwait.mli File "tkwait.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "tkwait.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkwait.ml File "tkwait.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "tkwait.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "tkwait.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grab.mli File "grab.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "grab.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "grab.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grab.ml File "grab.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "grab.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "grab.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps font.mli File "font.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "font.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "font.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps font.ml File "font.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "font.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "font.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps canvas.mli File "canvas.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "canvas.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "canvas.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps canvas.ml File "canvas.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "canvas.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "canvas.ml", line 48, characters 12-13: 48 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "canvas.ml", line 423, characters 12-13: 423 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "canvas.ml", line 438, characters 12-13: 438 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps image.mli File "image.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "image.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "image.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "image.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps image.ml File "image.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "image.ml", line 36, characters 2-10: 36 | List.map cTKtoCAMLimage names ^^^^^^^^ Warning 6: label f was omitted in the application of this function. File "image.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "image.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "image.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps clipboard.mli File "clipboard.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "clipboard.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "clipboard.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps clipboard.ml File "clipboard.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "clipboard.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "clipboard.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps label.mli File "label.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "label.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps label.ml File "label.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "label.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps message.mli File "message.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "message.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps message.ml File "message.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "message.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps text.mli File "text.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "text.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "text.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps text.ml File "text.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "text.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "text.ml", line 42, characters 12-13: 42 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "text.ml", line 94, characters 12-13: 94 | let r5, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "text.ml", line 308, characters 12-13: 308 | let r2, l = cTKtoCAMLtext_index (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "text.ml", line 324, characters 12-13: 324 | let r2, l = cTKtoCAMLtext_index (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "text.ml", line 392, characters 12-13: 392 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "text.ml", line 407, characters 12-13: 407 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagephoto.mli File "imagephoto.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "imagephoto.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "imagephoto.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "imagephoto.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagephoto.ml File "imagephoto.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "imagephoto.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "imagephoto.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "imagephoto.ml", line 71, characters 12-13: 71 | let r3, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps option.mli File "option.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "option.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "option.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps option.ml File "option.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "option.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "option.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps frame.mli File "frame.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "frame.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "frame.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps frame.ml File "frame.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "frame.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps selection.mli File "selection.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "selection.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "selection.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps selection.ml File "selection.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "selection.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "selection.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps dialog.mli File "dialog.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "dialog.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "dialog.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps dialog.ml File "dialog.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "dialog.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "dialog.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps place.mli File "place.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "place.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "place.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps place.ml File "place.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "place.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "place.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pixmap.mli File "pixmap.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "pixmap.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "pixmap.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "pixmap.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pixmap.ml File "pixmap.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Bytes (which is later used) File "pixmap.ml", line 58, characters 2-19: 58 | Bytes.unsafe_blit pix_from.pixmap_data 0 ^^^^^^^^^^^^^^^^^ Warning 6: labels src, src_pos, dst, dst_pos, len were omitted in the application of this function. File "pixmap.ml", line 73, characters 2-18: 73 | Bytes.sub_string pixmap.pixmap_data pos 3 ^^^^^^^^^^^^^^^^ Warning 6: labels pos, len were omitted in the application of this function. File "pixmap.ml", line 77, characters 2-19: 77 | Bytes.unsafe_blit (Bytes.unsafe_of_string pixel) 0 pixmap.pixmap_data pos 3 ^^^^^^^^^^^^^^^^^ Warning 6: labels src, src_pos, dst, dst_pos, len were omitted in the application of this function. File "pixmap.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "pixmap.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "pixmap.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "pixmap.ml", line 22, characters 0-13: 22 | open Protocol ^^^^^^^^^^^^^ Warning 33: unused open Protocol. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menubutton.mli File "menubutton.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "menubutton.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menubutton.ml File "menubutton.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "menubutton.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps radiobutton.mli File "radiobutton.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "radiobutton.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps radiobutton.ml File "radiobutton.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "radiobutton.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps focus.mli File "focus.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "focus.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "focus.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps focus.ml File "focus.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "focus.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "focus.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "focus.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pack.mli File "pack.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "pack.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "pack.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pack.ml File "pack.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "pack.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "pack.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagebitmap.mli File "imagebitmap.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "imagebitmap.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "imagebitmap.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "imagebitmap.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps imagebitmap.ml File "imagebitmap.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "imagebitmap.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "imagebitmap.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps encoding.mli File "encoding.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "encoding.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "encoding.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "encoding.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps encoding.ml File "encoding.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "encoding.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "encoding.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "encoding.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps optionmenu.mli File "optionmenu.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "optionmenu.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps optionmenu.ml File "optionmenu.ml", line 25, characters 0-13: 25 | open Protocol;; ^^^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier tkEval (which is later used) File "optionmenu.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "optionmenu.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "optionmenu.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "optionmenu.ml", line 22, characters 0-13: 22 | open Protocol ^^^^^^^^^^^^^ Warning 33: unused open Protocol. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps checkbutton.mli File "checkbutton.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "checkbutton.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps checkbutton.ml File "checkbutton.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "checkbutton.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkvars.mli File "tkvars.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "tkvars.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "tkvars.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "tkvars.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps tkvars.ml File "tkvars.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "tkvars.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "tkvars.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "tkvars.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps palette.mli File "palette.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "palette.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "palette.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "palette.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps palette.ml File "palette.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "palette.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "palette.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menu.mli File "menu.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "menu.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps menu.ml File "menu.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "menu.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps button.mli File "button.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "button.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps button.ml File "button.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "button.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps toplevel.mli File "toplevel.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "toplevel.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "toplevel.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps toplevel.ml File "toplevel.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "toplevel.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grid.mli File "grid.mli", line 17, characters 0-14: 17 | open StdLabels ^^^^^^^^^^^^^^ Warning 33: unused open Stdlib.StdLabels. File "grid.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open Tk.Tkintf. File "grid.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps grid.ml File "grid.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "grid.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "grid.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open Textvariable. File "grid.ml", line 33, characters 12-13: 33 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "grid.ml", line 48, characters 12-13: 48 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "grid.ml", line 65, characters 12-13: 65 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "grid.ml", line 111, characters 12-13: 111 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "grid.ml", line 152, characters 12-13: 152 | let r2, l = int_of_string (List.hd l), List.tl l in ^ 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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd camltk; make -f Makefile.gen make[1]: Entering directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' cd camltk; make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTk.ml File "cTk.ml", line 116, characters 0-11: 116 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the type identifier widget (which is later used) File "cTk.ml", lines 1372-1378, characters 2-34: 1372 | ..match xe with 1373 | | Virtual s -> 1374 | if ml = [] then "<<"^s^">>" 1375 | else raise IllegalVirtualEvent 1376 | | _ -> 1377 | "<" ^ (String.concat " " (List.map cCAMLtoTKmodifier ml)) 1378 | ^ (cCAMLtoTKxEvent xe) ^ ">" Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type xEvent. File "cTk.ml", line 116, characters 0-11: 116 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier widget_any_table (which is later used) File "cTk.ml", line 116, characters 0-11: 116 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier chk_sub (which is later used) File "cTk.ml", lines 1535-1537, characters 5-24: 1535 | .....match cCAMLtoTKindex index_text_table base with 1536 | | TkToken ppbase -> List.fold_left (^) ppbase (List.map ppTextModifier ml) 1537 | | _ -> assert false Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Camltkwrap.Protocol.tkArgs. File "cTk.ml", line 116, characters 0-11: 116 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier widget_menu_table (which is later used) File "cTk.ml", line 116, characters 0-11: 116 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier default_toplevel (which is later used) File "cTk.ml", line 2768, characters 30-47: 2768 | let cbId = register_callback widget (wrapeventInfo f what) ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cTk.ml", line 2772, characters 30-47: 2772 | let cbId = register_callback widget (wrapeventInfo f what) ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cTk.ml", line 2777, characters 30-47: 2777 | let cbId = register_callback widget (wrapeventInfo f what) ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cTk.ml", line 2797, characters 30-47: 2797 | let cbId = register_callback Widget.dummy ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cTk.ml", line 2801, characters 30-47: 2801 | let cbId = register_callback Widget.dummy ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cTk.ml", line 2806, characters 30-47: 2806 | let cbId = register_callback Widget.dummy ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cTk.ml", line 116, characters 0-11: 116 | open Widget;; ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier dummy (which is later used) File "cTk.ml", line 3, characters 0-11: 3 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "cTk.ml", line 1900, characters 17-21: 1900 | let (a1, args) = cTKtoCAMLscrollValue args in ^^^^ Warning 27: unused variable args. File "cTk.ml", line 1962, characters 17-21: 1962 | let (a2, args) = cTKtoCAMLwidget (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. File "cTk.ml", line 2130, characters 17-21: 2130 | let (a2, args) = float_of_string (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. File "cTk.ml", line 2135, characters 17-21: 2135 | let (a2, args) = float_of_string (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. File "cTk.ml", line 2351, characters 4-23: 2351 | let tkPalette_any_table = [CPaletteActiveBackground; CPaletteActiveForeground; CPaletteBackground; CPaletteDisabledForeground; CPaletteForeground; CPaletteForegroundselectColor; CPaletteHighlightBackground; CPaletteHighlightColor; CPaletteInsertBackground; CPaletteSelectBackground; CPaletteSelectColor; CPaletteTroughColor] ^^^^^^^^^^^^^^^^^^^ Warning 32: unused value tkPalette_any_table. File "cTk.ml", line 2505, characters 17-21: 2505 | let (a3, args) = (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cBell.mli File "cBell.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cBell.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cBell.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cBell.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cBell.ml File "cBell.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cBell.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cBell.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cBell.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cBell.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScale.mli File "cScale.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cScale.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cScale.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cScale.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScale.ml File "cScale.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cScale.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cScale.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cScale.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cScale.ml", line 55, characters 12-13: 55 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cScale.ml", line 66, characters 12-13: 66 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWinfo.mli File "cWinfo.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cWinfo.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cWinfo.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cWinfo.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWinfo.ml File "cWinfo.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cWinfo.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cWinfo.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cWinfo.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cWinfo.ml", line 222, characters 12-13: 222 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cWinfo.ml", line 253, characters 12-13: 253 | let r3, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScrollbar.mli File "cScrollbar.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cScrollbar.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cScrollbar.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cScrollbar.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScrollbar.ml File "cScrollbar.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cScrollbar.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cScrollbar.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cScrollbar.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cScrollbar.ml", line 79, characters 12-13: 79 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cScrollbar.ml", line 98, characters 12-13: 98 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEntry.mli File "cEntry.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cEntry.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cEntry.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cEntry.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cEntry.mli", line 69, characters 0-51: 69 | val xview_get : (* entry *) widget -> float * float ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value xview_get. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEntry.ml File "cEntry.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cEntry.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cEntry.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cEntry.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cEntry.ml", line 48, characters 12-13: 48 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cEntry.ml", line 150, characters 4-13: 150 | let xview_get v1 = ^^^^^^^^^ Warning 32: unused value xview_get. File "cEntry.ml", line 157, characters 12-13: 157 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cEntry.ml", line 167, characters 12-13: 167 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cListbox.mli File "cListbox.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cListbox.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cListbox.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cListbox.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cListbox.ml File "cListbox.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cListbox.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cListbox.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cListbox.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cListbox.ml", line 53, characters 12-13: 53 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cListbox.ml", line 174, characters 12-13: 174 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cListbox.ml", line 194, characters 12-13: 194 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWm.mli File "cWm.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cWm.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cWm.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cWm.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWm.ml File "cWm.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cWm.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cWm.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cWm.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cWm.ml", line 32, characters 12-13: 32 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cWm.ml", line 140, characters 12-13: 140 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cWm.ml", line 238, characters 12-13: 238 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cWm.ml", line 274, characters 12-13: 274 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cWm.ml", line 292, characters 12-13: 292 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cWm.ml", line 366, characters 12-13: 366 | let r2, l = (match (List.hd l) with ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkwait.mli File "cTkwait.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cTkwait.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cTkwait.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkwait.ml File "cTkwait.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cTkwait.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cTkwait.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cTkwait.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrab.mli File "cGrab.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cGrab.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cGrab.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cGrab.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrab.ml File "cGrab.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cGrab.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cGrab.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cGrab.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFont.mli File "cFont.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cFont.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cFont.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cFont.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFont.ml File "cFont.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cFont.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cFont.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cFont.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCanvas.mli File "cCanvas.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cCanvas.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cCanvas.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cCanvas.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCanvas.ml File "cCanvas.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cCanvas.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cCanvas.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cCanvas.ml", line 474, characters 19-36: 474 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cCanvas.ml", line 477, characters 19-36: 477 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cCanvas.ml", line 482, characters 19-36: 482 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cCanvas.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cCanvas.ml", line 54, characters 12-13: 54 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cCanvas.ml", line 445, characters 12-13: 445 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cCanvas.ml", line 460, characters 12-13: 460 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImage.mli File "cImage.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cImage.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cImage.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cImage.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cImage.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImage.ml File "cImage.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cImage.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cImage.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cImage.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cImage.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cImage.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cClipboard.mli File "cClipboard.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cClipboard.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cClipboard.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cClipboard.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cClipboard.ml File "cClipboard.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cClipboard.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cClipboard.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cClipboard.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cLabel.mli File "cLabel.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cLabel.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cLabel.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cLabel.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cLabel.ml File "cLabel.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cLabel.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cLabel.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cLabel.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cResource.mli File "cResource.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cResource.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cResource.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cResource.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cResource.ml File "cResource.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cResource.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cResource.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cResource.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMessage.mli File "cMessage.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cMessage.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cMessage.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cMessage.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMessage.ml File "cMessage.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cMessage.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cMessage.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cMessage.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cText.mli File "cText.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cText.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cText.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cText.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cText.ml File "cText.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cText.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cText.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cText.ml", line 470, characters 19-36: 470 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cText.ml", line 473, characters 19-36: 473 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cText.ml", line 478, characters 19-36: 478 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cText.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cText.ml", line 48, characters 12-13: 48 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cText.ml", line 99, characters 12-13: 99 | let r5, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cText.ml", line 330, characters 12-13: 330 | let r2, l = cTKtoCAMLindex (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cText.ml", line 344, characters 12-13: 344 | let r2, l = cTKtoCAMLindex (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cText.ml", line 423, characters 12-13: 423 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cText.ml", line 438, characters 12-13: 438 | let r2, l = float_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagephoto.mli File "cImagephoto.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cImagephoto.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cImagephoto.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cImagephoto.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cImagephoto.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagephoto.ml File "cImagephoto.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cImagephoto.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cImagephoto.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cImagephoto.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cImagephoto.ml", line 75, characters 12-13: 75 | let r3, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOption.mli File "cOption.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cOption.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cOption.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cOption.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOption.ml File "cOption.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cOption.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cOption.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cOption.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFrame.mli File "cFrame.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cFrame.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cFrame.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cFrame.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFrame.ml File "cFrame.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cFrame.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cFrame.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cFrame.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cSelection.mli File "cSelection.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cSelection.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cSelection.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cSelection.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cSelection.ml File "cSelection.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cSelection.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cSelection.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cSelection.ml", line 51, characters 13-30: 51 | let id = register_callback w (function args -> ^^^^^^^^^^^^^^^^^ Warning 6: label callback was omitted in the application of this function. File "cSelection.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cSelection.ml", line 53, characters 14-18: 53 | let (a2,args) = int_of_string (List.hd args), List.tl args in ^^^^ Warning 27: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cDialog.mli File "cDialog.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cDialog.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cDialog.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cDialog.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cDialog.ml File "cDialog.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cDialog.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cDialog.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cDialog.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPlace.mli File "cPlace.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPlace.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPlace.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cPlace.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPlace.ml File "cPlace.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPlace.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPlace.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cPlace.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPixmap.mli File "cPixmap.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPixmap.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPixmap.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cPixmap.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cPixmap.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPixmap.ml File "cPixmap.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPixmap.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPixmap.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cPixmap.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cPixmap.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cPixmap.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cPixmap.ml", line 21, characters 0-13: 21 | open Protocol ^^^^^^^^^^^^^ Warning 33: unused open CTk.Protocol. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenubutton.mli File "cMenubutton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cMenubutton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cMenubutton.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cMenubutton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenubutton.ml File "cMenubutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cMenubutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cMenubutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cMenubutton.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cRadiobutton.mli File "cRadiobutton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cRadiobutton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cRadiobutton.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cRadiobutton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cRadiobutton.ml File "cRadiobutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cRadiobutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cRadiobutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cRadiobutton.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFocus.mli File "cFocus.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cFocus.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cFocus.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cFocus.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cFocus.ml File "cFocus.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cFocus.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cFocus.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cFocus.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cFocus.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPack.mli File "cPack.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPack.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPack.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cPack.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPack.ml File "cPack.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPack.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPack.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cPack.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagebitmap.mli File "cImagebitmap.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cImagebitmap.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cImagebitmap.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cImagebitmap.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cImagebitmap.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagebitmap.ml File "cImagebitmap.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cImagebitmap.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cImagebitmap.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cImagebitmap.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEncoding.mli File "cEncoding.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cEncoding.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cEncoding.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cEncoding.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cEncoding.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEncoding.ml File "cEncoding.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cEncoding.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cEncoding.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cEncoding.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cEncoding.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cEncoding.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOptionmenu.mli File "cOptionmenu.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cOptionmenu.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cOptionmenu.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOptionmenu.ml File "cOptionmenu.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cOptionmenu.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cOptionmenu.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cOptionmenu.ml", line 24, characters 0-13: 24 | open Protocol;; ^^^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier tkEval (which is later used) File "cOptionmenu.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cOptionmenu.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cOptionmenu.ml", line 21, characters 0-13: 21 | open Protocol ^^^^^^^^^^^^^ Warning 33: unused open CTk.Protocol. File "cOptionmenu.ml", line 41, characters 4-16: 41 | let create_named parent name variable values = ^^^^^^^^^^^^ Warning 32: unused value create_named. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCheckbutton.mli File "cCheckbutton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cCheckbutton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cCheckbutton.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cCheckbutton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cCheckbutton.ml File "cCheckbutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cCheckbutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cCheckbutton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cCheckbutton.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkvars.mli File "cTkvars.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cTkvars.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cTkvars.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cTkvars.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cTkvars.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkvars.ml File "cTkvars.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cTkvars.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cTkvars.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cTkvars.ml", line 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cTkvars.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cTkvars.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPalette.mli File "cPalette.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPalette.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPalette.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cPalette.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cPalette.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cPalette.ml File "cPalette.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cPalette.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cPalette.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cPalette.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33: unused open CTk.Widget. File "cPalette.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenu.mli File "cMenu.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cMenu.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cMenu.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cMenu.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cMenu.ml File "cMenu.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cMenu.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cMenu.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cMenu.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cButton.mli File "cButton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cButton.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cButton.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cButton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cButton.ml File "cButton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cButton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cButton.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cButton.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cToplevel.mli File "cToplevel.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cToplevel.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cToplevel.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cToplevel.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cToplevel.ml File "cToplevel.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cToplevel.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cToplevel.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cToplevel.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrid.mli File "cGrid.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cGrid.mli", line 17, characters 0-8: 17 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cGrid.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33: unused open CTk.Tkintf. File "cGrid.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cGrid.ml File "cGrid.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "cGrid.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "cGrid.ml", line 16, characters 0-8: 16 | open CTk ^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "cGrid.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33: unused open CTk.Textvariable. File "cGrid.ml", line 32, characters 12-13: 32 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cGrid.ml", line 47, characters 12-13: 47 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cGrid.ml", line 64, characters 12-13: 64 | let r4, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cGrid.ml", line 116, characters 12-13: 116 | let r2, l = int_of_string (List.hd l), List.tl l in ^ Warning 27: unused variable l. File "cGrid.ml", line 164, characters 12-13: 164 | let r2, l = int_of_string (List.hd l), List.tl l in ^ 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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' cd lib; make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' make superclean make[2]: Entering directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cd ../labltk; make make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd ../camltk; make make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/iurt/rpmbuild/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,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cd jpf; make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/jpf' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support fileselect.mli File "fileselect.mli", line 22, characters 0-12: 22 | open Support ^^^^^^^^^^^^ Warning 33: unused open Support. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support fileselect.ml File "fileselect.ml", line 29, characters 0-7: 29 | open Tk ^^^^^^^ Warning 44: this open statement shadows the value identifier bind (which is later used) File "fileselect.ml", line 58, characters 20-24: 58 | 0 -> close r; dup2 w stdout; ^^^^ Warning 6: labels src, dst were omitted in the application of this function. File "fileselect.ml", line 25, characters 0-15: 25 | open UnixLabels ^^^^^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier stdout (which is later used) File "fileselect.ml", line 24, characters 0-14: 24 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "fileselect.ml", line 121, characters 8-32: 121 | let rec get_directories_in_files path = ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 39: unused rec flag. File "fileselect.ml", line 30, characters 0-11: 30 | open Widget ^^^^^^^^^^^ Warning 44: this open statement shadows the value identifier coe (which is later used) File "fileselect.ml", line 27, characters 0-13: 27 | open Filename ^^^^^^^^^^^^^ 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 File "balloon.ml", line 19, characters 0-14: 19 | open StdLabels ^^^^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier List (which is later used) File "balloon.ml", line 26, characters 0-12: 26 | open Support ^^^^^^^^^^^^ 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 File "shell.ml", line 16, characters 0-9: 16 | open Unix ^^^^^^^^^ Warning 44: this open statement shadows the value identifier stdout (which is later used) File "shell.ml", line 16, characters 0-9: 16 | open Unix ^^^^^^^^^ 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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/jpf' cd frx; make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/frx' /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_misc.mli File "frx_misc.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 33: unused open Camltk. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_misc.ml File "frx_misc.ml", line 27, characters 0-11: 27 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "frx_misc.ml", lines 33-44, characters 12-14: 33 | ............(function 34 | Data s -> 35 | begin match !hasopt with 36 | None -> hasopt := Some (Data s) 37 | | Some _ -> raise (Protocol.TkError "two data sources in options") ... 41 | None -> hasopt := Some (File f) 42 | | Some _ -> raise (Protocol.TkError "two data sources in options") 43 | end 44 | | o -> ()) Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type CTk.options. File "frx_misc.ml", lines 55-57, characters 19-21: 55 | ...................(function 56 | | Data s -> File tmpfile 57 | | o -> o) Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type CTk.options. File "frx_misc.ml", lines 46-69, characters 2-21: 46 | ..match !hasopt with 47 | None -> raise (Protocol.TkError "no data source in options") 48 | | Some (Data s) -> 49 | begin 50 | let tmpfile = Filename.temp_file "img" "" in ... 66 | raise e 67 | end 68 | | Some (File s) -> Imagephoto.create options 69 | | _ -> assert false Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type CTk.options. File "frx_misc.ml", line 44, characters 6-7: 44 | | o -> ()) ^ Warning 27: unused variable o. File "frx_misc.ml", line 56, characters 19-20: 56 | | Data s -> File tmpfile ^ Warning 27: unused variable s. File "frx_misc.ml", line 68, characters 15-16: 68 | | Some (File s) -> Imagephoto.create options ^ Warning 27: unused variable s. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_widget.mli File "frx_widget.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_widget.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_widget.ml", line 17, characters 0-11: 17 | open Widget ^^^^^^^^^^^ Warning 33: unused open Camltk.Widget. File "frx_widget.ml", line 19, characters 4-11: 19 | let version = "$Id$" ^^^^^^^ 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 File "frx_font.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_font.ml", line 17, characters 0-11: 17 | open Widget ^^^^^^^^^^^ Warning 33: unused open Camltk.Widget. File "frx_font.ml", line 19, characters 4-11: 19 | let version = "$Id$" ^^^^^^^ Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_entry.mli File "frx_entry.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_entry.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_entry.ml", line 18, characters 4-11: 18 | let version = "$Id$" ^^^^^^^ Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_text.mli File "frx_text.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_text.ml", lines 60-63, characters 4-13: 60 | ....match tags with 61 | (WidgetBindings t)::l when t = tx -> 62 | bindtags tx ((WidgetBindings tx) :: (TagBindings "TEXT_RO") :: l) 63 | | _ -> () Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type CTk.bindings. File "frx_text.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "frx_text.ml", line 79, characters 32-51: 79 | let patternv = Frx_misc.autodef Textvariable.create ^^^^^^^^^^^^^^^^^^^ Warning 48: implicit elimination of optional argument ?on File "frx_text.ml", line 80, characters 29-48: 80 | and casev = Frx_misc.autodef Textvariable.create ^^^^^^^^^^^^^^^^^^^ Warning 48: implicit elimination of optional argument ?on File "frx_text.ml", lines 160-163, characters 4-13: 160 | ....match tags with 161 | (WidgetBindings t)::l when t = tx -> 162 | bindtags tx ((WidgetBindings tx) :: (TagBindings "SEARCH") :: l) 163 | | _ -> () Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type CTk.bindings. File "frx_text.ml", line 18, characters 4-11: 18 | let version = "$Id$" ^^^^^^^ Warning 32: unused value version. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_listbox.mli File "frx_listbox.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_listbox.ml", line 18, characters 4-11: 18 | let version = "$Id$" ^^^^^^^ 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 File "frx_req.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_req.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "frx_req.ml", line 23, characters 4-11: 23 | let version = "$Id$" ^^^^^^^ Warning 32: unused value version. File "frx_req.ml", line 166, characters 58-59: 166 | and fu,eu = Frx_entry.new_label_entry t "Username" (fun s -> ()) ^ Warning 27: unused variable s. File "frx_req.ml", line 167, characters 58-59: 167 | and fp,ep = Frx_entry.new_label_entry t "Password" (fun s -> ()) ^ Warning 27: unused variable s. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../camltk -I ../support frx_fillbox.mli File "frx_fillbox.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_focus.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_dialog.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_dialog.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "frx_dialog.ml", lines 45-51, characters 2-5: 45 | ..begin match bitmap with 46 | Predefined "" -> () 47 | | _ -> 48 | let b = 49 | Label.create_named ftop "bitmap" [Bitmap bitmap] in 50 | pack [b][Side Side_Left; PadX (Millimeters 3.0); PadY (Millimeters 3.0)] 51 | end. Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type CTk.bitmap. File "frx_dialog.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "frx_dialog.ml", lines 109-111, characters 8-25: 109 | ........match !grabstatus with 110 | Some(GrabGlobal) -> Grab.set_global x 111 | | _ -> Grab.set x Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type CTk.grabStatus. File "frx_dialog.ml", line 91, characters 9-10: 91 | | x::l -> grabstatus := Some(Grab.status x) ^ Warning 27: unused variable l. File "frx_dialog.ml", line 107, characters 8-9: 107 | | x::l -> ^ 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 File "frx_mem.ml", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_mem.ml", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ 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 File "frx_rpc.ml", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "frx_rpc.ml", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ 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 File "frx_synth.mli", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ 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 File "frx_synth.ml", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_synth.ml", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "frx_synth.ml", line 17, characters 0-11: 17 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Textvariable (which is later used) File "frx_synth.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ 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 File "frx_selection.ml", line 19, characters 0-11: 19 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_selection.ml", line 17, characters 0-11: 17 | open Widget ^^^^^^^^^^^ Warning 33: unused open Widget. File "frx_selection.ml", line 43, characters 9-10: 43 | | Some f -> () ^ 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 File "frx_fit.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_fit.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Widget (which is later used) File "frx_fit.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_ctext.mli", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 File "frx_ctext.ml", line 47, characters 16-21: 47 | let scroll, check = Frx_fit.vert t in ^^^^^ 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 File "frx_color.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ Warning 44: this open statement shadows the module identifier Protocol (which is later used) File "frx_color.ml", line 16, characters 0-11: 16 | open Camltk ^^^^^^^^^^^ 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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/frx' cd browser; make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/browser' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/browser' cd support; make opt make[1]: Entering directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/support' cd labltk; make -f Makefile.gen make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd labltk; make opt make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps tk.ml File "tk.ml", line 3672, characters 11-27: 3672 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLgrabStatus: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "tk.ml", line 3691, characters 11-27: 3691 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmenuItem: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "tk.ml", line 3861, characters 11-27: 3861 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscaleElement: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "tk.ml", line 3880, characters 11-27: 3880 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscrollbarElement: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "tk.ml", line 3906, characters 11-27: 3906 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmarkDirection: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "tk.ml", line 3940, characters 11-27: 3940 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLatomId: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "tk.ml", line 3951, characters 11-27: 3951 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLfocusModel: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "tk.ml", line 3962, characters 11-27: 3962 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLwmFrom: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "scale.ml", line 51, characters 11-27: 51 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps winfo.ml File "winfo.ml", line 66, characters 7-23: 66 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "winfo.ml", line 91, characters 7-23: 91 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "winfo.ml", line 133, characters 7-23: 133 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "winfo.ml", line 181, characters 11-27: 181 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "winfo.ml", line 211, characters 11-27: 211 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "winfo.ml", line 296, characters 7-23: 296 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps scrollbar.ml File "scrollbar.ml", line 72, characters 11-27: 72 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "scrollbar.ml", line 89, characters 11-27: 89 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps entry.ml File "entry.ml", line 38, characters 11-27: 38 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "entry.ml", line 125, characters 7-23: 125 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "entry.ml", line 150, characters 11-27: 150 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "entry.ml", line 160, characters 11-27: 160 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps listbox.ml File "listbox.ml", line 43, characters 11-27: 43 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "listbox.ml", line 143, characters 7-23: 143 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "listbox.ml", line 167, characters 11-27: 167 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "listbox.ml", line 187, characters 11-27: 187 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps wm.ml File "wm.ml", line 29, characters 11-27: 29 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 137, characters 11-27: 137 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 237, characters 11-27: 237 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 273, characters 11-27: 273 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 291, characters 11-27: 291 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 310, characters 7-23: 310 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 362, characters 11-27: 362 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 366, characters 7-23: 366 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "wm.ml", line 370, characters 7-23: 370 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "font.ml", line 44, characters 7-23: 44 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "font.ml", line 77, characters 7-23: 77 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps canvas.ml File "canvas.ml", line 44, characters 11-27: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "canvas.ml", line 421, characters 11-27: 421 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "canvas.ml", line 436, characters 11-27: 436 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "text.ml", line 38, characters 11-27: 38 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "text.ml", line 54, characters 7-23: 54 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "text.ml", line 89, characters 11-27: 89 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "text.ml", line 306, characters 11-27: 306 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "text.ml", line 322, characters 11-27: 322 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "text.ml", line 390, characters 11-27: 390 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "text.ml", line 405, characters 11-27: 405 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps imagephoto.ml File "imagephoto.ml", line 68, characters 11-27: 68 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "pack.ml", line 48, characters 7-23: 48 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "tkvars.ml", line 44, characters 7-23: 44 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "grid.ml", line 29, characters 11-27: 29 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "grid.ml", line 44, characters 11-27: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "grid.ml", line 61, characters 11-27: 61 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "grid.ml", line 109, characters 11-27: 109 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "grid.ml", line 121, characters 7-23: 121 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "grid.ml", line 150, characters 11-27: 150 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps labltk.ml make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd camltk; make -f Makefile.gen make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' cd camltk; make opt make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cTk.ml File "cTk.ml", line 2322, characters 11-27: 2322 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLgrabStatus: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2341, characters 11-27: 2341 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmenuItem: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2440, characters 11-27: 2440 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLwidgetElement: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2450, characters 11-27: 2450 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscrollbar_widgetElement: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2458, characters 11-27: 2458 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLscale_widgetElement: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2484, characters 11-27: 2484 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLmarkDirection: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2518, characters 11-27: 2518 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLatomId: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2529, characters 11-27: 2529 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLfocusModel: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cTk.ml", line 2540, characters 11-27: 2540 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLwmFrom: " ^ s)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "cScale.ml", line 53, characters 11-27: 53 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cScale.ml", line 64, characters 11-27: 64 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cWinfo.ml File "cWinfo.ml", line 81, characters 7-23: 81 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWinfo.ml", line 115, characters 7-23: 115 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWinfo.ml", line 164, characters 7-23: 164 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWinfo.ml", line 220, characters 11-27: 220 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWinfo.ml", line 250, characters 11-27: 250 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWinfo.ml", line 335, characters 7-23: 335 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cScrollbar.ml File "cScrollbar.ml", line 77, characters 11-27: 77 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cScrollbar.ml", line 94, characters 11-27: 94 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cEntry.ml File "cEntry.ml", line 44, characters 11-27: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cEntry.ml", line 130, characters 7-23: 130 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cEntry.ml", line 155, characters 11-27: 155 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cEntry.ml", line 165, characters 11-27: 165 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cListbox.ml File "cListbox.ml", line 49, characters 11-27: 49 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cListbox.ml", line 148, characters 7-23: 148 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cListbox.ml", line 172, characters 11-27: 172 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cListbox.ml", line 192, characters 11-27: 192 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cWm.ml File "cWm.ml", line 28, characters 11-27: 28 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 136, characters 11-27: 136 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 236, characters 11-27: 236 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 272, characters 11-27: 272 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 290, characters 11-27: 290 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 309, characters 7-23: 309 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 361, characters 11-27: 361 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 365, characters 7-23: 365 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cWm.ml", line 369, characters 7-23: 369 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))), List.tl l in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "cFont.ml", line 43, characters 7-23: 43 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cFont.ml", line 76, characters 7-23: 76 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cCanvas.ml File "cCanvas.ml", line 50, characters 11-27: 50 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cCanvas.ml", line 443, characters 11-27: 443 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cCanvas.ml", line 458, characters 11-27: 458 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "cText.ml", line 44, characters 11-27: 44 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cText.ml", line 60, characters 7-23: 60 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cText.ml", line 94, characters 11-27: 94 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cText.ml", line 328, characters 11-27: 328 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cText.ml", line 342, characters 11-27: 342 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cText.ml", line 421, characters 11-27: 421 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cText.ml", line 436, characters 11-27: 436 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cImagephoto.ml File "cImagephoto.ml", line 72, characters 11-27: 72 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "cPack.ml", line 46, characters 7-23: 46 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "cTkvars.ml", line 43, characters 7-23: 43 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /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 File "cGrid.ml", line 28, characters 11-27: 28 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cGrid.ml", line 43, characters 11-27: 43 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cGrid.ml", line 60, characters 11-27: 60 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cGrid.ml", line 114, characters 11-27: 114 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cGrid.ml", line 126, characters 7-23: 126 | | s -> Pervasives.raise (Invalid_argument ("cTKtoCAMLbool" ^ s))) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "cGrid.ml", line 162, characters 11-27: 162 | then Pervasives.raise (TkError ("unexpected result: " ^ res)) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps camltk.ml make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' cd lib; make opt make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' make superclean make[2]: Entering directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cd ../labltk; make opt make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' make[2]: Nothing to be done for 'opt'. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd ../camltk; make opt make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' make[2]: Nothing to be done for 'opt'. make[2]: Leaving directory '/home/iurt/rpmbuild/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,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -ltk8.6 -ltcl8.6\"" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cd jpf; make opt make[1]: Entering directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/jpf' cd frx; make opt make[1]: Entering directory '/home/iurt/rpmbuild/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 '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/frx' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NHr0yL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64 + cd labltk-8.06.5 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/bin + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/stublibs + make install BINDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/bin INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk STUBLIBDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/stublibs cd support; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/support' if test -d /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; then : ; else mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk cd /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; ranlib liblabltk.a cd /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/stublibs/; fi make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/support' cd lib; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' if test -d /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; then : ; else mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; fi cp labltk.cma labltktop /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/labltk.cma chmod 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/labltktop make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cp labltk /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/bin chmod 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/bin/labltk make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cd labltk; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' if test -d /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; then : ; else mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/*.cmi make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd camltk; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' if test -d /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; then : ; else mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/*.cmi make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' cd compiler; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/compiler' cp tkcompiler /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk cp pp /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/compiler' cd jpf; make install make[1]: Entering directory '/home/iurt/rpmbuild/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/jpf' cd frx; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/frx' cp *.cmi *.mli frxlib.cma /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/frx' cd browser; make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/browser' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/browser' if test -f lib/labltk.cmxa; then make installopt; else :; fi make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5' cd support; make installopt make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/support' cp fileevent.cmx protocol.cmx textvariable.cmx timer.cmx rawwidget.cmx widget.cmx /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk if test -f tkthread.o; then \ cp tkthread.cmx tkthread.o /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; \ chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/tkthread.cmx /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/tkthread.o; \ fi make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/support' cd lib; make installopt make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cp labltk.cmxa labltk.a /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk cd /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; ranlib labltk.a chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/labltk.cmxa chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/labltk.a make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/lib' cd labltk; make installopt make[2]: Entering directory '/home/iurt/rpmbuild/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/*.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/labltk' cd camltk; make installopt make[2]: Entering directory '/home/iurt/rpmbuild/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk chmod 644 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/*.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/camltk' cd jpf; make installopt make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/jpf' cp jpflib.cmxa jpflib.a fileselect.cmx balloon.cmx shell.cmx jpf_font.cmx /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk cd /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; ranlib jpflib.a make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/jpf' cd frx; make installopt make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/frx' cp frxlib.cmxa frxlib.a *.cmx /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk cd /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk; ranlib frxlib.a make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/labltk-8.06.5/frx' make[1]: Leaving directory '/home/iurt/rpmbuild/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 /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk + install -m 0644 /home/iurt/rpmbuild/SOURCES/META /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/labltk/META + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 8.06.5-5.mga8 --unique-debug-suffix -8.06.5-5.mga8.aarch64 --unique-debug-src-base ocaml-labltk-8.06.5-5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/labltk-8.06.5 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/stublibs/dlllabltk.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/lib64/ocaml/stublibs/dlllabltk.so original debug info size: 104kB, size after compression: 96kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 86 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /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-5.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BzorCL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd labltk-8.06.5 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk + cp -pr README.mlTk /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Balloon) = 16f5e72fd881fce3aa368ba0edfb66ff ocaml(Bell) = 22ce56750542b3af873e34d0b2799e5c ocaml(Button) = 52a88a200026b095a7f03d958662cf5a ocaml(CBell) = bda5b807936968bb8ed7faa16b20f833 ocaml(CButton) = 0c40d858e9d149b0493e24fbf4adfeca ocaml(CCanvas) = d92b63ec0f8177622de65a3f8294175d ocaml(CCheckbutton) = bffd98e288a9e85884e3389bcbbb02d3 ocaml(CClipboard) = e1224c4c966c14de247b7242ba3f639b ocaml(CDialog) = 1c0dc51556edd5b6a8aa809976e0b2bc ocaml(CEncoding) = b3da98a0461ed313a31255ab4875198d ocaml(CEntry) = f6b18c764b32cea776c499206ede8b9c ocaml(CFocus) = 5e64a40351b4aa944233e76ed22846ce ocaml(CFont) = 1de957f1514bb2dd9829ab1b86f8fb8c ocaml(CFrame) = 2be3007bddd2d4602078df0014da549f ocaml(CGrab) = a5596c9dd6b3ab339a416195c85d91ec ocaml(CGrid) = f2daa120d5478790e3ac7f19ce5d2be3 ocaml(CImage) = 78e47ee908b48a6641b78e6499675a1e ocaml(CImagebitmap) = 0945590f96c6dc8a2f2a28f9cd95614a ocaml(CImagephoto) = 58d67878a2953d85e55057d5863efbc2 ocaml(CLabel) = 79ebf6b88386806597718fc2b423b506 ocaml(CListbox) = f3a92198fe40fbb8e7a6e2e1e16246e5 ocaml(CMenu) = 88301c58969b4bb8560a03c247736184 ocaml(CMenubutton) = 8c8d16e5c672c31f98884c42affddc70 ocaml(CMessage) = 6f9edae61868d5e149b159c33ed837d5 ocaml(COption) = 3d9d9b45dd7dbb5b6f3d11d2b93b02cb ocaml(COptionmenu) = a219b5bf9a5acb59676ad56a6adab2c1 ocaml(CPack) = 79bf01023938968a39d25eb573d59e21 ocaml(CPalette) = b40576677b553c66acaf54e18bdc3d73 ocaml(CPixmap) = 93e0e2caeb510e739e4848ab784a91ac ocaml(CPlace) = 40db9dc542f9217acc57ca6de80d5512 ocaml(CRadiobutton) = 7a362c85cc01c3886169576d5c9f841e ocaml(CResource) = e5bc3c9cf323b5713261264fe80aecf8 ocaml(CScale) = bdc7faf85891ea2afe0373ce28ac2747 ocaml(CScrollbar) = 0619f22b1f62b9cc17bb432452f70cb5 ocaml(CSelection) = 611f5363c37e89d02d70e7860c5c9810 ocaml(CText) = aa06fb0a65c59804dd09e41cde7dc2a1 ocaml(CTk) = 48cf72cb4f318e4b3ac8dc451192b696 ocaml(CTkvars) = 55b76ade71cfa0e3c62898d21470ab99 ocaml(CTkwait) = c696ed1acacde4704656edd9f22a520a ocaml(CToplevel) = 1683b05b6e874fef5ad0afbec354a76b ocaml(CWinfo) = 45fe03176214e41b6e4d8556060a9375 ocaml(CWm) = 4bf24ccb7cb40bb6fa8e69dbfe2ca7eb ocaml(Camltk) = 95bd036daecad7f8f5bd8a612fe31ea4 ocaml(Camltkwrap) = 6262d049f4189c6c2f89af8a61942d61 ocaml(Canvas) = e718b9b2508ab5aa749e0ab571fcaa25 ocaml(Checkbutton) = 5517853ebb37bd87763455609748849d ocaml(Clipboard) = ca9ecfb55f97915731ae57aca15c6918 ocaml(Dialog) = 3def6c1fdbd20fce311543a8349d78b9 ocaml(Encoding) = b11e7257ca5775d5087983a83f12653d ocaml(Entry) = 7c9face499f54319d9ad73e0243fa90d ocaml(Fileevent) = 024ced82e43799c7cc30e65aaf393969 ocaml(Fileselect) = 7a842559f29d0536a999317bb9eea8a9 ocaml(Focus) = a1a24a3ced52d1e3f46f70da84d2803a ocaml(Font) = d1d03a37c360bb639011779b2f650d4c ocaml(Frame) = 360208a30994a1408d7564e69d11ec26 ocaml(Frx_after) = e44c518d81bfdd0b5f0d2a8fac404860 ocaml(Frx_color) = 13544e9f955e71f657cc8f2387046337 ocaml(Frx_ctext) = 8b6d1c81a2e09348482b3a8fc5612025 ocaml(Frx_dialog) = 07c03d35a75141e2ea6a37b72f55bb38 ocaml(Frx_entry) = 2587a4b46179d9d31c942ee3782550c8 ocaml(Frx_fillbox) = 1ffa1b02f1e91a47f04dfd44f5458de7 ocaml(Frx_fit) = 43bcceb89fabdc1dad3f8024a5a63ba8 ocaml(Frx_focus) = f812d16bca4841bd4baf8ff871b8b6f1 ocaml(Frx_font) = edcbbfc863d7dd555e061221dd764660 ocaml(Frx_listbox) = 29c8e138044a9cdd9f834cb8d19133b4 ocaml(Frx_mem) = 5e585f93af76c2640d6a32babf317693 ocaml(Frx_misc) = f5b4d75556f3f798b866169371e64856 ocaml(Frx_req) = 45593545adf2bd6ac0cdf842eba49447 ocaml(Frx_rpc) = 606e4761c4a0ebf3f7a530b5f6a8c2c2 ocaml(Frx_selection) = f8985d753c5220ed674f00c40efe925a ocaml(Frx_synth) = d0ab92db84e9797d6050b649ad92b975 ocaml(Frx_text) = 2c5fed9ac20ad845ecd89351684c5036 ocaml(Frx_widget) = 8e5002c121e121d2c0d5125803917713 ocaml(Grab) = 981eac2106761640d520c1f030cb2e01 ocaml(Grid) = c53d1111618346589af052400bc31a91 ocaml(Image) = 65fb8347dc59c255570944f9131da04f ocaml(Imagebitmap) = df66294ad6750bbb98725b7e641b331b ocaml(Imagephoto) = 922f9cbb0248792daf09fcc395a4c906 ocaml(Jpf_font) = dea5a52d11ba0054028ff3b4058cb005 ocaml(Label) = c934cf5b7ea36ceb3a7bfac0ab30833b ocaml(Labltk) = 72d230c94ded4d7a4a980459f803c61a ocaml(Listbox) = f308c4467d38ddb01dad745ce303b561 ocaml(Menu) = 4c341f44b60f672e3792c196d6dd4dff ocaml(Menubutton) = 16d8c5b6df45a56564adf005d229c012 ocaml(Message) = 297055b0ed186ddf91fdaed035324cb6 ocaml(Option) = 823db52a44c5c4ab49cb04ab87d28cd7 ocaml(Optionmenu) = 4b5e645f1167be6aa696ff9e9a780b01 ocaml(Pack) = bec45eae7fa4fa5f03d88a7f19d2886d ocaml(Palette) = 27263cdad61ba9b6e6d7110b43976bc6 ocaml(Pixmap) = 12a6cb149e460a2b4869e486e6abba44 ocaml(Place) = e8ebbc89a996199454f339aa891537e2 ocaml(Protocol) = 041986b16bf20d40dd9fd260d7dbfca9 ocaml(Radiobutton) = e509dadea1f18e8cfc05a16c7868230a ocaml(Rawwidget) = dac627a37672b9c0bed69ffc6ae2ec66 ocaml(Scale) = 1f1bec367ef0971f711c91dd4e1b39d8 ocaml(Scrollbar) = fc9d5e362c21a546e1512198b5accad9 ocaml(Selection) = 4098a17e4ae33b423bd91b493c636472 ocaml(Shell) = 07259f68cd72f6d11ab46fbebb92a125 ocaml(Support) = b68d5d111933cb103706e54139d296da ocaml(Text) = 0a72a3c7e05aef94cedf16bdc3752b1c ocaml(Textvariable) = ff58a8a999121e545a75a5ad2b01ecc3 ocaml(Timer) = bd86ad9f9478865dbea43a5951cdbe4d ocaml(Tk) = 7efbb93895475350d6869bb729113785 ocaml(Tkthread) = 7aed8f340668f655f2ad4a4d1a41f447 ocaml(Tkvars) = ad24b4fae621f7f6b1d38f1693036580 ocaml(Tkwait) = 7771fd776e731a715f28e421d4b848f8 ocaml(Toplevel) = cf726b5df93a73a99455c85697505a6c ocaml(Widget) = 90c35f6c3f5a1e9155a8b0b6b030cc84 ocaml(Winfo) = 937b5b4608cf36ff33bdedb1efc39ca6 ocaml(Wm) = f2e70a12e982c85182ca704bf13613e8 ocaml-labltk = 8.06.5-5.mga8 ocaml-labltk(aarch-64) = 8.06.5-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libtcl8.6.so()(64bit) libtk8.6.so()(64bit) ocaml(Bell) = 22ce56750542b3af873e34d0b2799e5c ocaml(Button) = 52a88a200026b095a7f03d958662cf5a ocaml(CBell) = bda5b807936968bb8ed7faa16b20f833 ocaml(CButton) = 0c40d858e9d149b0493e24fbf4adfeca ocaml(CCanvas) = d92b63ec0f8177622de65a3f8294175d ocaml(CCheckbutton) = bffd98e288a9e85884e3389bcbbb02d3 ocaml(CEntry) = f6b18c764b32cea776c499206ede8b9c ocaml(CFocus) = 5e64a40351b4aa944233e76ed22846ce ocaml(CFrame) = 2be3007bddd2d4602078df0014da549f ocaml(CGrab) = a5596c9dd6b3ab339a416195c85d91ec ocaml(CImagephoto) = 58d67878a2953d85e55057d5863efbc2 ocaml(CLabel) = 79ebf6b88386806597718fc2b423b506 ocaml(CListbox) = f3a92198fe40fbb8e7a6e2e1e16246e5 ocaml(CPlace) = 40db9dc542f9217acc57ca6de80d5512 ocaml(CRadiobutton) = 7a362c85cc01c3886169576d5c9f841e ocaml(CScrollbar) = 0619f22b1f62b9cc17bb432452f70cb5 ocaml(CSelection) = 611f5363c37e89d02d70e7860c5c9810 ocaml(CText) = aa06fb0a65c59804dd09e41cde7dc2a1 ocaml(CTk) = 48cf72cb4f318e4b3ac8dc451192b696 ocaml(CTkwait) = c696ed1acacde4704656edd9f22a520a ocaml(CToplevel) = 1683b05b6e874fef5ad0afbec354a76b ocaml(CWinfo) = 45fe03176214e41b6e4d8556060a9375 ocaml(CWm) = 4bf24ccb7cb40bb6fa8e69dbfe2ca7eb ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Camltk) = 95bd036daecad7f8f5bd8a612fe31ea4 ocaml(Camltkwrap) = 6262d049f4189c6c2f89af8a61942d61 ocaml(Condition) = 233a49acfae1a67c4ed603d1f75c6f17 ocaml(Entry) = 7c9face499f54319d9ad73e0243fa90d ocaml(Fileevent) = 024ced82e43799c7cc30e65aaf393969 ocaml(Focus) = a1a24a3ced52d1e3f46f70da84d2803a ocaml(Frame) = 360208a30994a1408d7564e69d11ec26 ocaml(Frx_after) = e44c518d81bfdd0b5f0d2a8fac404860 ocaml(Frx_entry) = 2587a4b46179d9d31c942ee3782550c8 ocaml(Frx_fit) = 43bcceb89fabdc1dad3f8024a5a63ba8 ocaml(Frx_listbox) = 29c8e138044a9cdd9f834cb8d19133b4 ocaml(Frx_misc) = f5b4d75556f3f798b866169371e64856 ocaml(Frx_text) = 2c5fed9ac20ad845ecd89351684c5036 ocaml(Frx_widget) = 8e5002c121e121d2c0d5125803917713 ocaml(Grab) = 981eac2106761640d520c1f030cb2e01 ocaml(Imagephoto) = 922f9cbb0248792daf09fcc395a4c906 ocaml(Label) = c934cf5b7ea36ceb3a7bfac0ab30833b ocaml(Listbox) = f308c4467d38ddb01dad745ce303b561 ocaml(Message) = 297055b0ed186ddf91fdaed035324cb6 ocaml(Mutex) = 519f9d1edadf61d2fbba74a05cfac9ef ocaml(Option) = 823db52a44c5c4ab49cb04ab87d28cd7 ocaml(Protocol) = 041986b16bf20d40dd9fd260d7dbfca9 ocaml(Rawwidget) = dac627a37672b9c0bed69ffc6ae2ec66 ocaml(Scrollbar) = fc9d5e362c21a546e1512198b5accad9 ocaml(Shell) = 07259f68cd72f6d11ab46fbebb92a125 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__arg) = 965c9e33adab6e9e8dc021fbfa95558d ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__bytesLabels) = f35398e23c35bc57c9b52a5e440b5989 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__filename) = e70d852a325736bc7266750bcc2e69f2 ocaml(Stdlib__gc) = 7fd146e11f52aa63b80f74c58258be74 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__listLabels) = 683be3036e610dcdee760b7c448f32ed ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printexc) = ed69988976f47e63364ac57d164dda5f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__queue) = 03c7b1e419bb4f4383376912cbd6bf5a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__set) = 2fa5bbe7cee6e11d5da34daaf89e1dbf ocaml(Stdlib__stdLabels) = ab1c96678ff9a88d0720eeb9f1e433af ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__stringLabels) = 246c1999640c298557265d4ea7994080 ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Str) = c5bcee777d07f9d2f20c78da78387372 ocaml(Support) = b68d5d111933cb103706e54139d296da ocaml(Textvariable) = ff58a8a999121e545a75a5ad2b01ecc3 ocaml(Thread) = 937568460bf33b62f0918f213aa41910 ocaml(Timer) = bd86ad9f9478865dbea43a5951cdbe4d ocaml(Tk) = 7efbb93895475350d6869bb729113785 ocaml(Tkwait) = 7771fd776e731a715f28e421d4b848f8 ocaml(Toplevel) = cf726b5df93a73a99455c85697505a6c ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocaml(UnixLabels) = 618916e3750d258813c503390a6d11af ocaml(Widget) = 90c35f6c3f5a1e9155a8b0b6b030cc84 ocaml(Winfo) = 937b5b4608cf36ff33bdedb1efc39ca6 ocaml(Wm) = f2e70a12e982c85182ca704bf13613e8 Processing files: ocaml-labltk-devel-8.06.5-5.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JvzNaL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd labltk-8.06.5 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk-devel + cp -pr README.mlTk /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk-devel + cp -pr examples_camltk /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk-devel + cp -pr examples_labltk /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64/usr/share/doc/ocaml-labltk-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Balloon) = 16f5e72fd881fce3aa368ba0edfb66ff ocaml(Bell) = 22ce56750542b3af873e34d0b2799e5c ocaml(Button) = 52a88a200026b095a7f03d958662cf5a ocaml(CBell) = bda5b807936968bb8ed7faa16b20f833 ocaml(CButton) = 0c40d858e9d149b0493e24fbf4adfeca ocaml(CCanvas) = d92b63ec0f8177622de65a3f8294175d ocaml(CCheckbutton) = bffd98e288a9e85884e3389bcbbb02d3 ocaml(CClipboard) = e1224c4c966c14de247b7242ba3f639b ocaml(CDialog) = 1c0dc51556edd5b6a8aa809976e0b2bc ocaml(CEncoding) = b3da98a0461ed313a31255ab4875198d ocaml(CEntry) = f6b18c764b32cea776c499206ede8b9c ocaml(CFocus) = 5e64a40351b4aa944233e76ed22846ce ocaml(CFont) = 1de957f1514bb2dd9829ab1b86f8fb8c ocaml(CFrame) = 2be3007bddd2d4602078df0014da549f ocaml(CGrab) = a5596c9dd6b3ab339a416195c85d91ec ocaml(CGrid) = f2daa120d5478790e3ac7f19ce5d2be3 ocaml(CImage) = 78e47ee908b48a6641b78e6499675a1e ocaml(CImagebitmap) = 0945590f96c6dc8a2f2a28f9cd95614a ocaml(CImagephoto) = 58d67878a2953d85e55057d5863efbc2 ocaml(CLabel) = 79ebf6b88386806597718fc2b423b506 ocaml(CListbox) = f3a92198fe40fbb8e7a6e2e1e16246e5 ocaml(CMenu) = 88301c58969b4bb8560a03c247736184 ocaml(CMenubutton) = 8c8d16e5c672c31f98884c42affddc70 ocaml(CMessage) = 6f9edae61868d5e149b159c33ed837d5 ocaml(COption) = 3d9d9b45dd7dbb5b6f3d11d2b93b02cb ocaml(COptionmenu) = a219b5bf9a5acb59676ad56a6adab2c1 ocaml(CPack) = 79bf01023938968a39d25eb573d59e21 ocaml(CPalette) = b40576677b553c66acaf54e18bdc3d73 ocaml(CPixmap) = 93e0e2caeb510e739e4848ab784a91ac ocaml(CPlace) = 40db9dc542f9217acc57ca6de80d5512 ocaml(CRadiobutton) = 7a362c85cc01c3886169576d5c9f841e ocaml(CResource) = e5bc3c9cf323b5713261264fe80aecf8 ocaml(CScale) = bdc7faf85891ea2afe0373ce28ac2747 ocaml(CScrollbar) = 0619f22b1f62b9cc17bb432452f70cb5 ocaml(CSelection) = 611f5363c37e89d02d70e7860c5c9810 ocaml(CText) = aa06fb0a65c59804dd09e41cde7dc2a1 ocaml(CTk) = 48cf72cb4f318e4b3ac8dc451192b696 ocaml(CTkvars) = 55b76ade71cfa0e3c62898d21470ab99 ocaml(CTkwait) = c696ed1acacde4704656edd9f22a520a ocaml(CToplevel) = 1683b05b6e874fef5ad0afbec354a76b ocaml(CWinfo) = 45fe03176214e41b6e4d8556060a9375 ocaml(CWm) = 4bf24ccb7cb40bb6fa8e69dbfe2ca7eb ocaml(Camltk) = 95bd036daecad7f8f5bd8a612fe31ea4 ocaml(Camltkwrap) = 6262d049f4189c6c2f89af8a61942d61 ocaml(Canvas) = e718b9b2508ab5aa749e0ab571fcaa25 ocaml(Checkbutton) = 5517853ebb37bd87763455609748849d ocaml(Clipboard) = ca9ecfb55f97915731ae57aca15c6918 ocaml(Dialog) = 3def6c1fdbd20fce311543a8349d78b9 ocaml(Encoding) = b11e7257ca5775d5087983a83f12653d ocaml(Entry) = 7c9face499f54319d9ad73e0243fa90d ocaml(Fileevent) = 024ced82e43799c7cc30e65aaf393969 ocaml(Fileselect) = 7a842559f29d0536a999317bb9eea8a9 ocaml(Focus) = a1a24a3ced52d1e3f46f70da84d2803a ocaml(Font) = d1d03a37c360bb639011779b2f650d4c ocaml(Frame) = 360208a30994a1408d7564e69d11ec26 ocaml(Frx_after) = e44c518d81bfdd0b5f0d2a8fac404860 ocaml(Frx_color) = 13544e9f955e71f657cc8f2387046337 ocaml(Frx_ctext) = 8b6d1c81a2e09348482b3a8fc5612025 ocaml(Frx_dialog) = 07c03d35a75141e2ea6a37b72f55bb38 ocaml(Frx_entry) = 2587a4b46179d9d31c942ee3782550c8 ocaml(Frx_fillbox) = 1ffa1b02f1e91a47f04dfd44f5458de7 ocaml(Frx_fit) = 43bcceb89fabdc1dad3f8024a5a63ba8 ocaml(Frx_focus) = f812d16bca4841bd4baf8ff871b8b6f1 ocaml(Frx_font) = edcbbfc863d7dd555e061221dd764660 ocaml(Frx_listbox) = 29c8e138044a9cdd9f834cb8d19133b4 ocaml(Frx_mem) = 5e585f93af76c2640d6a32babf317693 ocaml(Frx_misc) = f5b4d75556f3f798b866169371e64856 ocaml(Frx_req) = 45593545adf2bd6ac0cdf842eba49447 ocaml(Frx_rpc) = 606e4761c4a0ebf3f7a530b5f6a8c2c2 ocaml(Frx_selection) = f8985d753c5220ed674f00c40efe925a ocaml(Frx_synth) = d0ab92db84e9797d6050b649ad92b975 ocaml(Frx_text) = 2c5fed9ac20ad845ecd89351684c5036 ocaml(Frx_widget) = 8e5002c121e121d2c0d5125803917713 ocaml(Grab) = 981eac2106761640d520c1f030cb2e01 ocaml(Grid) = c53d1111618346589af052400bc31a91 ocaml(Image) = 65fb8347dc59c255570944f9131da04f ocaml(Imagebitmap) = df66294ad6750bbb98725b7e641b331b ocaml(Imagephoto) = 922f9cbb0248792daf09fcc395a4c906 ocaml(Jpf_font) = dea5a52d11ba0054028ff3b4058cb005 ocaml(Label) = c934cf5b7ea36ceb3a7bfac0ab30833b ocaml(Labltk) = 72d230c94ded4d7a4a980459f803c61a ocaml(Listbox) = f308c4467d38ddb01dad745ce303b561 ocaml(Menu) = 4c341f44b60f672e3792c196d6dd4dff ocaml(Menubutton) = 16d8c5b6df45a56564adf005d229c012 ocaml(Message) = 297055b0ed186ddf91fdaed035324cb6 ocaml(Option) = 823db52a44c5c4ab49cb04ab87d28cd7 ocaml(Optionmenu) = 4b5e645f1167be6aa696ff9e9a780b01 ocaml(Pack) = bec45eae7fa4fa5f03d88a7f19d2886d ocaml(Palette) = 27263cdad61ba9b6e6d7110b43976bc6 ocaml(Pixmap) = 12a6cb149e460a2b4869e486e6abba44 ocaml(Place) = e8ebbc89a996199454f339aa891537e2 ocaml(Protocol) = 041986b16bf20d40dd9fd260d7dbfca9 ocaml(Radiobutton) = e509dadea1f18e8cfc05a16c7868230a ocaml(Rawwidget) = dac627a37672b9c0bed69ffc6ae2ec66 ocaml(Scale) = 1f1bec367ef0971f711c91dd4e1b39d8 ocaml(Scrollbar) = fc9d5e362c21a546e1512198b5accad9 ocaml(Selection) = 4098a17e4ae33b423bd91b493c636472 ocaml(Shell) = 07259f68cd72f6d11ab46fbebb92a125 ocaml(Support) = b68d5d111933cb103706e54139d296da ocaml(Text) = 0a72a3c7e05aef94cedf16bdc3752b1c ocaml(Textvariable) = ff58a8a999121e545a75a5ad2b01ecc3 ocaml(Timer) = bd86ad9f9478865dbea43a5951cdbe4d ocaml(Tk) = 7efbb93895475350d6869bb729113785 ocaml(Tkvars) = ad24b4fae621f7f6b1d38f1693036580 ocaml(Tkwait) = 7771fd776e731a715f28e421d4b848f8 ocaml(Toplevel) = cf726b5df93a73a99455c85697505a6c ocaml(Widget) = 90c35f6c3f5a1e9155a8b0b6b030cc84 ocaml(Winfo) = 937b5b4608cf36ff33bdedb1efc39ca6 ocaml(Wm) = f2e70a12e982c85182ca704bf13613e8 ocaml-labltk-devel = 8.06.5-5.mga8 ocaml-labltk-devel(aarch-64) = 8.06.5-5.mga8 ocamlx(Balloon) = 9d1ee25b223d6b9f13306fd68050934c ocamlx(Bell) = b286f32d3136fc75e9d8ac4a907bb458 ocamlx(Button) = 4e308b6c5aaa8aa6651624580a556bf5 ocamlx(CBell) = 6cd0fb4717e937d19fe957109bd65a72 ocamlx(CButton) = 35c37e96b5eed57fefb024638a555534 ocamlx(CCanvas) = fed2bde078d0670e32acd7847cbbb39a ocamlx(CCheckbutton) = 4ace2f372b7bcfd6bd8bd756eb14d527 ocamlx(CClipboard) = 5a069596a1c63093219ca4e2205cb0c6 ocamlx(CDialog) = 8ead3c8a0263946de1c00e5f1116cd81 ocamlx(CEncoding) = 162695041eb25348d8e6af4b29c8d403 ocamlx(CEntry) = d953766a50fe7e2bf45941140b36e5f6 ocamlx(CFocus) = 3a9b02e98f64851b51d3666118b1d2da ocamlx(CFont) = 21d0d7862a3036e83fec4d9251c9a93d ocamlx(CFrame) = c2353affead435c56d2a8155dbfee7e6 ocamlx(CGrab) = dc2c92138336821e8f63acff40851211 ocamlx(CGrid) = 74d01bc30cadd0dc74ad00836ed1c474 ocamlx(CImage) = ca307c9ac08912df552551bd87af205b ocamlx(CImagebitmap) = 870731359138e3b2c708190f70bb987b ocamlx(CImagephoto) = 69f15de6aee6cb53b115ca345a639f17 ocamlx(CLabel) = e606b828b01dc270c587ecd8808cbcdd ocamlx(CListbox) = ee828e80ffeae0f8589911e2a90068d1 ocamlx(CMenu) = 1571344f3c0e13bded280c4e9a5b427e ocamlx(CMenubutton) = b3ffb9b9272fe709cbcb0c50a0c6863f ocamlx(CMessage) = 6c2be32a160c1336293eae4955c85c43 ocamlx(COption) = 0c604b77ad8f660d89fcb2f7c1b3d1e7 ocamlx(COptionmenu) = 6b055b60e5f9da7574b6bef282ea3849 ocamlx(CPack) = ea5ac930927f96a12f569061e1f6410a ocamlx(CPalette) = e1b761b34ee4cb5a416273c49303954f ocamlx(CPixmap) = ecf42c14c3fbb4c5b84fcb92b6596403 ocamlx(CPlace) = 1dc3153ee6ba3d99699108d6043c99ef ocamlx(CRadiobutton) = 3ef030383d9facd5dbf488373b4af38b ocamlx(CResource) = 93d7b0e32fdc2c4490acfa1f71aebc30 ocamlx(CScale) = 7718720605f3a144002315ec18fcffe1 ocamlx(CScrollbar) = 93f2720597157e375e31f1ee5b388245 ocamlx(CSelection) = 3338b297c32999b897f656eeb6a24ebe ocamlx(CText) = 26c5ca1073cd7401a532c851cc9c3050 ocamlx(CTk) = 10aa927e1e0bc1237a721fa2622b90d2 ocamlx(CTkvars) = c07a5785d4d9a84bc8fc29df00c00e55 ocamlx(CTkwait) = 3eabb2206a94dddb132e58cb16577917 ocamlx(CToplevel) = db9768d5bd74fb0c4781a9263ca8c377 ocamlx(CWinfo) = 845157929c9d27d959afe1f71b98854a ocamlx(CWm) = cc9b21fd73fc90d7b658c71fcc96beb5 ocamlx(Camltk) = 57b0f081eea3d0d0cce40b71a2de6e8a ocamlx(Camltkwrap) = 0742d6957f9c2a78c1b02f3c72c71164 ocamlx(Canvas) = 3bc197aec6e6bfbca98da25de624e675 ocamlx(Checkbutton) = 66f61d176e845d50ce18ad4313cd3619 ocamlx(Clipboard) = ab2fc25160a40a1d5dab045027fe97e7 ocamlx(Dialog) = f302816c704f33f0aa84123266882b2a ocamlx(Encoding) = 00565b24d0e8141dd4f850f14fafe9c0 ocamlx(Entry) = 5b9da7095c93f4759828b9fb63a62e44 ocamlx(Fileevent) = a871e5cb6a00d2cce8b18009f592984c ocamlx(Fileselect) = 1db611fa550379660644b954da1086ff ocamlx(Focus) = 71a0a63ecb21c097a0237068875de8e2 ocamlx(Font) = c76c44eccaf57f74b108e9ed20416ace ocamlx(Frame) = 720c964409910c24d8e4c9d3ac25d401 ocamlx(Frx_after) = f1242512c269617baf99d68e017d2ad9 ocamlx(Frx_color) = 4975fa0452f5cd35277a47176b1e2c29 ocamlx(Frx_ctext) = 7c7a288bb02625fdfa7570719b38f100 ocamlx(Frx_dialog) = e7679d4824845ce15e387fffc8d14c9e ocamlx(Frx_entry) = b384df3417a57e429bb80cd56b1aa957 ocamlx(Frx_fillbox) = 21763315aab04c507ab611d29df44e22 ocamlx(Frx_fit) = 1ce5ca1a8d287117d6402bb1aef5d9f5 ocamlx(Frx_focus) = 299936f06e4cf446fbab9858356f5ff3 ocamlx(Frx_font) = 0d27ae9de59d77ee5ab021d53d853a8c ocamlx(Frx_listbox) = d85bdf38dc21fca137c64b47d32dade1 ocamlx(Frx_mem) = 28438f3a31ab7b0662a353b5965db88b ocamlx(Frx_misc) = 03d5dfcef27c7e0456fbcf184d1ab5ec ocamlx(Frx_req) = 01d343125399b9db531652f9a1c0953a ocamlx(Frx_rpc) = a4ea49cce64f153054e30ba10d3402cf ocamlx(Frx_selection) = 6b71f860ac43dcd930fd2d0fbbc9dfd4 ocamlx(Frx_synth) = 1af9e6ff57a9e09df1c3b3fc7aff7e9a ocamlx(Frx_text) = 037191206fd000278c3eea27ba22f7d2 ocamlx(Frx_widget) = d248fcbc72b570c325970e24870ec4d9 ocamlx(Grab) = 30524ad58d82dfa668132acf6acea7d3 ocamlx(Grid) = 43b802993f9fbcf2d023515bd1969403 ocamlx(Image) = 16d111755e1b9e0d185a0e6e0eafa12d ocamlx(Imagebitmap) = b61a48565afed2993a3ecd888ddce606 ocamlx(Imagephoto) = fa95561a5c24b33d46e2238b07a7c063 ocamlx(Jpf_font) = 2c117e9b00d2fccdb8a49906e12faeed ocamlx(Label) = 43da0387606b709cabbffb109812305d ocamlx(Labltk) = 132886ede854967a09d70e4e1c070c71 ocamlx(Listbox) = 80137d728360c14bd2503f40cb15089e ocamlx(Menu) = 0d74622803411c1983f35196444f7bb9 ocamlx(Menubutton) = 1c282de06031489d79066e6ea0a78714 ocamlx(Message) = 5934f1db169623f201c36d4ffc899a41 ocamlx(Option) = bdd950f56e4045fdf1422f2b22cbb88a ocamlx(Optionmenu) = 4305e1c0087be5430eff2516d41e7d3f ocamlx(Pack) = 6a64e261d7545b14628b7e2d81ebf240 ocamlx(Palette) = af4e7129b71e49930ac2cb6c0d64ecdc ocamlx(Pixmap) = e26586de2b774d0f682e75cf23b5280b ocamlx(Place) = 50e4e31088f666811e5a80827c9890b2 ocamlx(Protocol) = 9373a392c9b70fe341f65f0ffbf167a7 ocamlx(Radiobutton) = 7c52e017492a221099a1087f889c0907 ocamlx(Rawwidget) = c6367d03a539e486e7879941a4a55a25 ocamlx(Scale) = c9f0422673709864a353b8982ac84ed0 ocamlx(Scrollbar) = 7c6d20a5df3f737c6f518fb9b725161b ocamlx(Selection) = a2dadfb0ad4b1b935f9bec82862b25b6 ocamlx(Shell) = ea8e1a0b21b496a9e2b26a7a49b84a9c ocamlx(Support) = 7578dc219c2efb0dcab54ccedb85eeeb ocamlx(Text) = 02cef8ed361059208bff320b468ce566 ocamlx(Textvariable) = 81bb345ba7e9e5dbd3d212d65ae74fea ocamlx(Timer) = dc5d48e5ccbd5aa41b27ca4e0db7e080 ocamlx(Tk) = 4cfff02dd7b799b89254c3700a4b350f ocamlx(Tkvars) = dcb90f2b1394a7f058147989e1e2c99a ocamlx(Tkwait) = 31b5612423e9f9ab3290b371e252e0c1 ocamlx(Toplevel) = 200a7e39643cbd667ec01a05b5721698 ocamlx(Widget) = b4d7adf8a895c014d31504b0c8c5e9c7 ocamlx(Winfo) = 4587f4b962a910c46257aa96d4656550 ocamlx(Wm) = 89b35aab02c1676f47f0449cf0b8e8ae Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Bell) = 22ce56750542b3af873e34d0b2799e5c ocaml(Button) = 52a88a200026b095a7f03d958662cf5a ocaml(CBell) = bda5b807936968bb8ed7faa16b20f833 ocaml(CButton) = 0c40d858e9d149b0493e24fbf4adfeca ocaml(CCanvas) = d92b63ec0f8177622de65a3f8294175d ocaml(CCheckbutton) = bffd98e288a9e85884e3389bcbbb02d3 ocaml(CEntry) = f6b18c764b32cea776c499206ede8b9c ocaml(CFocus) = 5e64a40351b4aa944233e76ed22846ce ocaml(CFrame) = 2be3007bddd2d4602078df0014da549f ocaml(CGrab) = a5596c9dd6b3ab339a416195c85d91ec ocaml(CImagephoto) = 58d67878a2953d85e55057d5863efbc2 ocaml(CLabel) = 79ebf6b88386806597718fc2b423b506 ocaml(CListbox) = f3a92198fe40fbb8e7a6e2e1e16246e5 ocaml(CPlace) = 40db9dc542f9217acc57ca6de80d5512 ocaml(CRadiobutton) = 7a362c85cc01c3886169576d5c9f841e ocaml(CScrollbar) = 0619f22b1f62b9cc17bb432452f70cb5 ocaml(CSelection) = 611f5363c37e89d02d70e7860c5c9810 ocaml(CText) = aa06fb0a65c59804dd09e41cde7dc2a1 ocaml(CTk) = 48cf72cb4f318e4b3ac8dc451192b696 ocaml(CTkwait) = c696ed1acacde4704656edd9f22a520a ocaml(CToplevel) = 1683b05b6e874fef5ad0afbec354a76b ocaml(CWinfo) = 45fe03176214e41b6e4d8556060a9375 ocaml(CWm) = 4bf24ccb7cb40bb6fa8e69dbfe2ca7eb ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Camltk) = 95bd036daecad7f8f5bd8a612fe31ea4 ocaml(Camltkwrap) = 6262d049f4189c6c2f89af8a61942d61 ocaml(Entry) = 7c9face499f54319d9ad73e0243fa90d ocaml(Fileevent) = 024ced82e43799c7cc30e65aaf393969 ocaml(Focus) = a1a24a3ced52d1e3f46f70da84d2803a ocaml(Frame) = 360208a30994a1408d7564e69d11ec26 ocaml(Frx_after) = e44c518d81bfdd0b5f0d2a8fac404860 ocaml(Frx_entry) = 2587a4b46179d9d31c942ee3782550c8 ocaml(Frx_fit) = 43bcceb89fabdc1dad3f8024a5a63ba8 ocaml(Frx_listbox) = 29c8e138044a9cdd9f834cb8d19133b4 ocaml(Frx_misc) = f5b4d75556f3f798b866169371e64856 ocaml(Frx_text) = 2c5fed9ac20ad845ecd89351684c5036 ocaml(Frx_widget) = 8e5002c121e121d2c0d5125803917713 ocaml(Grab) = 981eac2106761640d520c1f030cb2e01 ocaml(Imagephoto) = 922f9cbb0248792daf09fcc395a4c906 ocaml(Label) = c934cf5b7ea36ceb3a7bfac0ab30833b ocaml(Listbox) = f308c4467d38ddb01dad745ce303b561 ocaml(Message) = 297055b0ed186ddf91fdaed035324cb6 ocaml(Option) = 823db52a44c5c4ab49cb04ab87d28cd7 ocaml(Protocol) = 041986b16bf20d40dd9fd260d7dbfca9 ocaml(Rawwidget) = dac627a37672b9c0bed69ffc6ae2ec66 ocaml(Scrollbar) = fc9d5e362c21a546e1512198b5accad9 ocaml(Shell) = 07259f68cd72f6d11ab46fbebb92a125 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__arg) = 965c9e33adab6e9e8dc021fbfa95558d ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__bytesLabels) = f35398e23c35bc57c9b52a5e440b5989 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__filename) = e70d852a325736bc7266750bcc2e69f2 ocaml(Stdlib__gc) = 7fd146e11f52aa63b80f74c58258be74 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__listLabels) = 683be3036e610dcdee760b7c448f32ed ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printexc) = ed69988976f47e63364ac57d164dda5f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__set) = 2fa5bbe7cee6e11d5da34daaf89e1dbf ocaml(Stdlib__stdLabels) = ab1c96678ff9a88d0720eeb9f1e433af ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__stringLabels) = 246c1999640c298557265d4ea7994080 ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Str) = c5bcee777d07f9d2f20c78da78387372 ocaml(Support) = b68d5d111933cb103706e54139d296da ocaml(Textvariable) = ff58a8a999121e545a75a5ad2b01ecc3 ocaml(Timer) = bd86ad9f9478865dbea43a5951cdbe4d ocaml(Tk) = 7efbb93895475350d6869bb729113785 ocaml(Tkwait) = 7771fd776e731a715f28e421d4b848f8 ocaml(Toplevel) = cf726b5df93a73a99455c85697505a6c ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocaml(UnixLabels) = 618916e3750d258813c503390a6d11af ocaml(Widget) = 90c35f6c3f5a1e9155a8b0b6b030cc84 ocaml(Winfo) = 937b5b4608cf36ff33bdedb1efc39ca6 ocaml(Wm) = f2e70a12e982c85182ca704bf13613e8 ocamlx(Bell) = b286f32d3136fc75e9d8ac4a907bb458 ocamlx(Button) = 4e308b6c5aaa8aa6651624580a556bf5 ocamlx(CBell) = 6cd0fb4717e937d19fe957109bd65a72 ocamlx(CButton) = 35c37e96b5eed57fefb024638a555534 ocamlx(CCanvas) = fed2bde078d0670e32acd7847cbbb39a ocamlx(CCheckbutton) = 4ace2f372b7bcfd6bd8bd756eb14d527 ocamlx(CEntry) = d953766a50fe7e2bf45941140b36e5f6 ocamlx(CFocus) = 3a9b02e98f64851b51d3666118b1d2da ocamlx(CFrame) = c2353affead435c56d2a8155dbfee7e6 ocamlx(CGrab) = dc2c92138336821e8f63acff40851211 ocamlx(CImagephoto) = 69f15de6aee6cb53b115ca345a639f17 ocamlx(CLabel) = e606b828b01dc270c587ecd8808cbcdd ocamlx(CListbox) = ee828e80ffeae0f8589911e2a90068d1 ocamlx(CPlace) = 1dc3153ee6ba3d99699108d6043c99ef ocamlx(CRadiobutton) = 3ef030383d9facd5dbf488373b4af38b ocamlx(CScrollbar) = 93f2720597157e375e31f1ee5b388245 ocamlx(CSelection) = 3338b297c32999b897f656eeb6a24ebe ocamlx(CText) = 26c5ca1073cd7401a532c851cc9c3050 ocamlx(CTk) = 10aa927e1e0bc1237a721fa2622b90d2 ocamlx(CTkwait) = 3eabb2206a94dddb132e58cb16577917 ocamlx(CToplevel) = db9768d5bd74fb0c4781a9263ca8c377 ocamlx(CWinfo) = 845157929c9d27d959afe1f71b98854a ocamlx(CWm) = cc9b21fd73fc90d7b658c71fcc96beb5 ocamlx(Camltk) = 57b0f081eea3d0d0cce40b71a2de6e8a ocamlx(Camltkwrap) = 0742d6957f9c2a78c1b02f3c72c71164 ocamlx(Entry) = 5b9da7095c93f4759828b9fb63a62e44 ocamlx(Fileevent) = a871e5cb6a00d2cce8b18009f592984c ocamlx(Focus) = 71a0a63ecb21c097a0237068875de8e2 ocamlx(Frame) = 720c964409910c24d8e4c9d3ac25d401 ocamlx(Frx_after) = f1242512c269617baf99d68e017d2ad9 ocamlx(Frx_entry) = b384df3417a57e429bb80cd56b1aa957 ocamlx(Frx_fit) = 1ce5ca1a8d287117d6402bb1aef5d9f5 ocamlx(Frx_listbox) = d85bdf38dc21fca137c64b47d32dade1 ocamlx(Frx_misc) = 03d5dfcef27c7e0456fbcf184d1ab5ec ocamlx(Frx_text) = 037191206fd000278c3eea27ba22f7d2 ocamlx(Frx_widget) = d248fcbc72b570c325970e24870ec4d9 ocamlx(Grab) = 30524ad58d82dfa668132acf6acea7d3 ocamlx(Imagephoto) = fa95561a5c24b33d46e2238b07a7c063 ocamlx(Label) = 43da0387606b709cabbffb109812305d ocamlx(Listbox) = 80137d728360c14bd2503f40cb15089e ocamlx(Message) = 5934f1db169623f201c36d4ffc899a41 ocamlx(Option) = bdd950f56e4045fdf1422f2b22cbb88a ocamlx(Protocol) = 9373a392c9b70fe341f65f0ffbf167a7 ocamlx(Rawwidget) = c6367d03a539e486e7879941a4a55a25 ocamlx(Scrollbar) = 7c6d20a5df3f737c6f518fb9b725161b ocamlx(Shell) = ea8e1a0b21b496a9e2b26a7a49b84a9c ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__array) = d8cbd5c6bb9dc377a421cad028946a12 ocamlx(Stdlib__bytes) = 6f160e4554ac4fc65dcb567dac770c1b ocamlx(Stdlib__bytesLabels) = 1ec41b8d7b4bd4cc96b2b8c4e6c7241a ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__char) = d80ec3dec044dcabdaf3546ec3ca4692 ocamlx(Stdlib__filename) = 4acdb6cb1dcdea0eb5f64c37cb1fa406 ocamlx(Stdlib__gc) = 88ea814453410dc94978809800d4f5da ocamlx(Stdlib__hashtbl) = 1f15ad224dfe918b6a17c157f0f5836e ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__listLabels) = fd607df15f0e42966de65def97893f51 ocamlx(Stdlib__nativeint) = 9c651ab9558916b271b6e657ca96187c ocamlx(Stdlib__printexc) = 678fbefb5bcbeaeb7afb5ae5ca515b17 ocamlx(Stdlib__printf) = 19b790b69e71cc8a18d06eb2330f9df4 ocamlx(Stdlib__set) = 82f5cc8aac133142447f442798e3e68e ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 ocamlx(Stdlib__stringLabels) = 241e4bf7f31e6444af5a54c849f186b2 ocamlx(Stdlib__sys) = cc30c95de291d0ad184f95f6134db5d2 ocamlx(Str) = b2619808edfd808b4097e5ec36277e82 ocamlx(Support) = 7578dc219c2efb0dcab54ccedb85eeeb ocamlx(Textvariable) = 81bb345ba7e9e5dbd3d212d65ae74fea ocamlx(Timer) = dc5d48e5ccbd5aa41b27ca4e0db7e080 ocamlx(Tk) = 4cfff02dd7b799b89254c3700a4b350f ocamlx(Tkwait) = 31b5612423e9f9ab3290b371e252e0c1 ocamlx(Toplevel) = 200a7e39643cbd667ec01a05b5721698 ocamlx(Unix) = ba030e73c9a8a296035219290541184c ocamlx(UnixLabels) = 27707ead31735f5fc007cca109489449 ocamlx(Widget) = b4d7adf8a895c014d31504b0c8c5e9c7 ocamlx(Winfo) = 4587f4b962a910c46257aa96d4656550 ocamlx(Wm) = 89b35aab02c1676f47f0449cf0b8e8ae tk Processing files: ocaml-labltk-debugsource-8.06.5-5.mga8.aarch64 Provides: ocaml-labltk-debugsource = 8.06.5-5.mga8 ocaml-labltk-debugsource(aarch-64) = 8.06.5-5.mga8 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-5.mga8.aarch64 Provides: debuginfo(build-id) = e74a34756f13bb97a6b008436a7c531ac964788b ocaml-labltk-debuginfo = 8.06.5-5.mga8 ocaml-labltk-debuginfo(aarch-64) = 8.06.5-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-labltk-debugsource(aarch-64) = 8.06.5-5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-labltk-debugsource-8.06.5-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-labltk-debuginfo-8.06.5-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-labltk-8.06.5-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-labltk-devel-8.06.5-5.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AYPvOJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd labltk-8.06.5 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-labltk-8.06.5-5.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pbwAxN + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf labltk-8.06.5 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!