Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'], chrootPath='/var/lib/mock/f35-build-26292383-3143263/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1615766400 Wrote: /builddir/build/SRPMS/ocaml-labltk-8.06.10-2.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'], chrootPath='/var/lib/mock/f35-build-26292383-3143263/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/ocaml-labltk.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1615766400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DKCVeJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf labltk-8.06.10 + /usr/bin/gzip -dc /builddir/build/SOURCES/8.06.10.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd labltk-8.06.10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (labltk-8.06.0-enable-debugging.patch):' Patch #1 (labltk-8.06.0-enable-debugging.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file support/Makefile.common Patch #2 (labltk-8.06.4-enable-more-debugging.patch): + echo 'Patch #2 (labltk-8.06.4-enable-more-debugging.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file support/Makefile + find -name .gitignore -delete + find -type f + xargs sed -i -e s/-warn-error/-w/g + mv browser browser.old + mkdir browser + echo -e 'all:\ninstall:\n' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sPq7so + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.10 + ./configure Configuring LablTk... tcl.h and tk.h version 8.6 found with "". Tcl/Tk libraries found. ** Configuration summary ** Configuration for the "labltk" library: use tcl/tk version ....... 8.6 options for compiling .... -I/usr/local/include options for linking ...... -ltk8.6 -ltcl8.6 use native compilers ..... yes + unset MAKEFLAGS + make all opt 'SHAREDCCCOMPOPTS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC' 'TK_LINK=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ltk8.6 -ltcl8.6' cd support; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/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-index]: unused for-loop index i. File "protocol.ml", line 230, characters 25-27: 230 | | "-display" :: s :: xs -> s ^^ Warning 27 [unused-var-strict]: unused variable xs. File "protocol.ml", line 231, characters 21-22: 231 | | "-colormap" :: s :: xs -> find_display xs ^ Warning 27 [unused-var-strict]: unused variable s. File "protocol.ml", line 232, characters 21-22: 232 | | "-geometry" :: s :: xs -> find_display xs ^ Warning 27 [unused-var-strict]: unused variable s. File "protocol.ml", line 233, characters 17-18: 233 | | "-name" :: s :: xs -> find_display xs ^ Warning 27 [unused-var-strict]: unused variable s. File "protocol.ml", line 235, characters 16-17: 235 | | "-use" :: s :: xs -> find_display xs ^ Warning 27 [unused-var-strict]: unused variable s. File "protocol.ml", line 236, characters 19-20: 236 | | "-window" :: s :: xs -> find_display xs ^ Warning 27 [unused-var-strict]: unused variable s. File "protocol.ml", line 237, characters 19-20: 237 | | "-visual" :: s :: xs -> find_display xs ^ Warning 27 [unused-var-strict]: 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-declaration]: 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-index]: unused for-loop index i. gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkCaml.c In file included from cltkCaml.c:21: cltkCaml.c: In function 'camltk_return': /usr/lib/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'Tcl_SetResult' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #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:65: 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 -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkUtf.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkEval.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkEvent.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkFile.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkMisc.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkTimer.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkVar.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkWait.c gcc -O2 -fno-strict-aliasing -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/ocaml/caml -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -g -c cltkImg.c /usr/bin/ocamlmklib -g -o labltk cltkCaml.o cltkUtf.o cltkEval.o cltkEvent.o cltkFile.o cltkMain.o cltkMisc.o cltkTimer.o cltkVar.o cltkWait.o cltkImg.o -ldopt "-Wl,-z,relro" -ldopt "-Wl,--as-needed" -ldopt "-Wl,-z,now" -ldopt "-specs=/usr/lib/rpm/redhat/redhat-hardened-ld" -ldopt "-ltk8.6" -ldopt "-ltcl8.6" make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/support' cd compiler; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/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 [open-shadow-identifier]: 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 [missing-record-field-pattern]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [fragile-match]: 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 [fragile-match]: 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 [labels-omitted]: 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 [missing-record-field-pattern]: 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 [labels-omitted]: 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-var-strict]: 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-var-strict]: unused variable l. File "tables.ml", line 214, characters 14-15: 214 | | TypeArg (l,t) -> enter_argtype t ^ Warning 27 [unused-var-strict]: unused variable l. File "tables.ml", line 231, characters 14-15: 231 | | TypeArg (l,t) -> add_dependancies s t ^ Warning 27 [unused-var-strict]: unused variable l. File "tables.ml", line 238, characters 14-15: 238 | | TypeArg (l,Function _ ) -> true ^ Warning 27 [unused-var-strict]: 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-var-strict]: unused variable l. File "tables.ml", line 403, characters 19-20: 403 | Constructor, l -> fatal_error "unexpected Constructor" ^ Warning 27 [unused-var-strict]: 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 [open-shadow-identifier]: 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]: unused rec flag. File "printer.ml", line 134, characters 8-27: 134 | let rec print_fullcomponent = function ^^^^^^^^^^^^^^^^^^^ Warning 39 [unused-rec-flag]: unused rec flag. File "printer.ml", line 147, characters 8-23: 147 | let rec print_component = function ^^^^^^^^^^^^^^^ Warning 39 [unused-rec-flag]: unused rec flag. File "printer.ml", line 158, characters 8-26: 158 | let rec print_parser_arity = function ^^^^^^^^^^^^^^^^^^ Warning 39 [unused-rec-flag]: unused rec flag. File "printer.ml", line 162, characters 8-22: 162 | let rec print_type_def = function ^^^^^^^^^^^^^^ Warning 39 [unused-rec-flag]: unused rec flag. File "printer.ml", line 180, characters 8-25: 180 | let rec print_module_type = function ^^^^^^^^^^^^^^^^^ Warning 39 [unused-rec-flag]: unused rec flag. File "printer.ml", line 184, characters 8-24: 184 | let rec print_module_def = function ^^^^^^^^^^^^^^^^ Warning 39 [unused-rec-flag]: unused rec flag. File "printer.ml", line 83, characters 15-16: 83 | let print_poly x = print_string "";; ^ Warning 27 [unused-var-strict]: 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 [open-shadow-identifier]: this open statement shadows the module identifier List (which is later used) File "lexer.mll", line 20, characters 0-14: Warning 44 [open-shadow-identifier]: this open statement shadows the module identifier Bytes (which is later used) File "lexer.mll", line 77, characters 10-26: Warning 6 [labels-omitted]: 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 [fragile-match]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [labels-omitted]: 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 [fragile-match]: 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 [fragile-match]: 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 [missing-record-field-pattern]: 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 [missing-record-field-pattern]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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 [labels-omitted]: 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 [labels-omitted]: 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 [labels-omitted]: 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 [fragile-match]: 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-var-strict]: unused variable t. File "compile.ml", line 197, characters 22-25: 197 | | Function (Product tyl) -> ^^^ Warning 27 [unused-var-strict]: unused variable tyl. File "compile.ml", line 214, characters 13-14: 214 | | TypeArg (l, t) -> "<" ^ ppMLtype t ^ ">" ^ Warning 27 [unused-var-strict]: 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-var-strict]: unused variable w'. File "compile.ml", line 393, characters 18-21: 393 | Product tyl -> raise (Failure "Product -> record was done. ???") ^^^ Warning 27 [unused-var-strict]: unused variable tyl. File "compile.ml", line 400, characters 25-26: 400 | begin fun v (l, ty) -> ^ Warning 27 [unused-var-strict]: unused variable l. File "compile.ml", line 732, characters 23-33: 732 | let code, variables, variables2, (co, _) = ^^^^^^^^^^ Warning 27 [unused-var-strict]: unused variable variables2. File "compile.ml", line 757, characters 23-33: 757 | let code, variables, variables2, (co, _) = ^^^^^^^^^^ Warning 27 [unused-var-strict]: unused variable variables2. File "compile.ml", line 828, characters 12-15: 828 | | Product tyl -> raise (Failure "Product -> record was done. ???") ^^^ Warning 27 [unused-var-strict]: unused variable tyl. File "compile.ml", line 913, characters 36-38: 913 | let code, variables, variables2, (co, lbl) = ^^ Warning 27 [unused-var-strict]: unused variable co. File "compile.ml", line 913, characters 40-43: 913 | let code, variables, variables2, (co, lbl) = ^^^ Warning 27 [unused-var-strict]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [fragile-match]: 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 [labels-omitted]: 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 [fragile-match]: 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-var-strict]: unused variable wname. File "intf.ml", line 65, characters 35-40: 65 | let camltk_write_named_create_p ~w wname = ^^^^^ Warning 27 [unused-var-strict]: 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 [open-shadow-identifier]: 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 [labels-omitted]: 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 [fragile-match]: 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 [open-shadow-identifier]: 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 [labels-omitted]: 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 [labels-omitted]: 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 [fragile-match]: 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-var-strict]: unused variable vars11. File "maincompile.ml", line 112, characters 27-33: 112 | let code1, vars11, vars12, opts1 = ^^^^^^ Warning 27 [unused-var-strict]: unused variable vars12. File "maincompile.ml", line 112, characters 35-40: 112 | let code1, vars11, vars12, opts1 = ^^^^^ Warning 27 [unused-var-strict]: unused variable opts1. File "maincompile.ml", line 114, characters 19-25: 114 | let code2, vars12, vars22, opts2 = ^^^^^^ Warning 27 [unused-var-strict]: unused variable vars12. File "maincompile.ml", line 114, characters 27-33: 114 | let code2, vars12, vars22, opts2 = ^^^^^^ Warning 27 [unused-var-strict]: unused variable vars22. File "maincompile.ml", line 114, characters 35-40: 114 | let code2, vars12, vars22, opts2 = ^^^^^ Warning 27 [unused-var-strict]: 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 '/builddir/build/BUILD/labltk-8.06.10/compiler' cd labltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd ..; /usr/bin/ocamlrun compiler/tkcompiler -outdir labltk (echo 'open StdLabels'; \ echo 'open Widget'; \ echo 'open Protocol'; \ echo 'open Support'; \ echo 'open Textvariable'; \ cat ../builtin/report.ml; \ cat ../builtin/builtin_*.ml; \ cat _tkgen.ml; \ echo ; \ echo ; \ echo 'module Tkintf = struct'; \ cat ../builtin/builtini_*.ml; \ cat _tkigen.ml; \ echo 'end (* module Tkintf *)'; \ echo ; \ echo ; \ echo 'open Tkintf' ;\ echo ; \ echo ; \ cat ../builtin/builtinf_*.ml; \ cat _tkfgen.ml; \ echo ; \ ) > _tk.ml /usr/bin/ocamlrun ../compiler/pp < _tk.ml > tk.ml rm -f _tk.ml /usr/bin/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd labltk; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/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 [open-shadow-identifier]: 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 [labels-omitted]: 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 [labels-omitted]: label f was omitted in the application of this function. File "tk.ml", line 120, characters 0-11: 120 | open Widget;; ^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [labels-omitted]: 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 [fragile-match]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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]: unused open Widget. File "tk.ml", line 4, characters 0-12: 4 | open Support ^^^^^^^^^^^^ Warning 33 [unused-open]: unused open Support. File "tk.ml", line 1453, characters 17-21: 1453 | let (a1, args) = cTKtoCAMLscrollValue args in ^^^^ Warning 27 [unused-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "bell.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "bell.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "bell.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "bell.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "bell.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "scale.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "winfo.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "winfo.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "scrollbar.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "scrollbar.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "entry.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "entry.mli", line 114, characters 0-45: 114 | val xview_get : entry widget -> float * float ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32 [unused-value-declaration]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: unused variable l. File "entry.ml", line 145, characters 4-13: 145 | let xview_get v1 = ^^^^^^^^^ Warning 32 [unused-value-declaration]: 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-var-strict]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "listbox.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "listbox.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "wm.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "wm.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: unused variable l. File "wm.ml", line 367, characters 12-13: 367 | let r2, l = (match (List.hd l) with ^ Warning 27 [unused-var-strict]: 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]: unused open Stdlib.StdLabels. File "tkwait.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "tkwait.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "tkwait.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "grab.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "grab.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: unused open Widget. File "grab.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "font.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "font.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "font.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "font.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "canvas.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "canvas.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "image.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "image.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "image.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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 [labels-omitted]: 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]: unused open Tk.Tkintf. File "image.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "image.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "clipboard.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "clipboard.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "clipboard.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "clipboard.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "label.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "label.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "message.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "message.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "text.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "text.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "imagephoto.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "imagephoto.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "imagephoto.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: unused open Widget. File "imagephoto.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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]: unused open Stdlib.StdLabels. File "option.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "option.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "option.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "option.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "frame.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "frame.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "frame.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "selection.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps selection.ml File "selection.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open Textvariable. File "selection.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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]: unused open Widget. File "selection.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "dialog.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "dialog.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: unused open Widget. File "dialog.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "place.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps place.ml File "place.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open Textvariable. File "place.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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]: unused open Widget. File "place.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "pixmap.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "pixmap.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "pixmap.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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-omitted]: 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-omitted]: 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-omitted]: 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]: unused open Tk.Tkintf. File "pixmap.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "pixmap.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open Textvariable. File "pixmap.ml", line 22, characters 0-13: 22 | open Protocol ^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "menubutton.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "menubutton.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "radiobutton.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "radiobutton.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "focus.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps focus.ml File "focus.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open Textvariable. File "focus.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open Stdlib.StdLabels. File "focus.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "focus.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "focus.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "pack.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps pack.ml File "pack.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open Textvariable. File "pack.ml", line 16, characters 0-14: 16 | open StdLabels ^^^^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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]: unused open Widget. File "pack.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "imagebitmap.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "imagebitmap.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "imagebitmap.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "imagebitmap.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "imagebitmap.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "encoding.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "encoding.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "encoding.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "encoding.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "encoding.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "encoding.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "optionmenu.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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]: unused open Tk.Tkintf. File "optionmenu.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "optionmenu.ml", line 22, characters 0-13: 22 | open Protocol ^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "checkbutton.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "checkbutton.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "tkvars.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "tkvars.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "tkvars.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "tkvars.ml", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "tkvars.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "tkvars.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "palette.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "palette.mli", line 20, characters 0-11: 20 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "palette.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "palette.ml", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Widget. File "palette.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "menu.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "menu.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "button.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "button.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "toplevel.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "toplevel.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "toplevel.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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]: unused open Stdlib.StdLabels. File "grid.mli", line 19, characters 0-11: 19 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open Tk.Tkintf. File "grid.mli", line 21, characters 0-17: 21 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 [open-shadow-identifier]: 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]: unused open Widget. File "grid.ml", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps labltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd camltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cd ..; /usr/bin/ocamlrun compiler/tkcompiler -camltk -outdir camltk (echo '##define CAMLTK'; \ echo 'include Camltkwrap'; \ echo 'open Widget'; \ echo 'open Protocol'; \ echo 'open Textvariable'; \ echo ; \ cat ../builtin/report.ml; \ echo ; \ cat ../builtin/builtin_*.ml; \ echo ; \ cat _tkgen.ml; \ echo ; \ echo ; \ echo 'module Tkintf = struct'; \ cat ../builtin/builtini_*.ml; \ cat _tkigen.ml; \ echo 'end (* module Tkintf *)'; \ echo ; \ echo ; \ echo 'open Tkintf' ;\ echo ; \ echo ; \ cat ../builtin/builtinf_*.ml; \ cat _tkfgen.ml; \ echo ; \ ) > _cTk.ml /usr/bin/ocamlrun ../compiler/pp < _cTk.ml > cTk.ml rm -f _cTk.ml /usr/bin/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cd camltk; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/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 [open-shadow-identifier]: 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 [fragile-match]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [fragile-match]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [labels-omitted]: 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 [labels-omitted]: 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 [labels-omitted]: 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 [labels-omitted]: 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 [labels-omitted]: 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 [labels-omitted]: label callback was omitted in the application of this function. File "cTk.ml", line 116, characters 0-11: 116 | open Widget;; ^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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]: unused open Widget. File "cTk.ml", line 1900, characters 17-21: 1900 | let (a1, args) = cTKtoCAMLscrollValue args in ^^^^ Warning 27 [unused-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-declaration]: 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-var-strict]: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cBell.mli File "cBell.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cBell.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cBell.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cScale.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWinfo.mli File "cWinfo.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cWinfo.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cScrollbar.mli File "cScrollbar.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cScrollbar.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cEntry.mli File "cEntry.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cEntry.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Textvariable. File "cEntry.mli", line 69, characters 0-51: 69 | val xview_get : (* entry *) widget -> float * float ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32 [unused-value-declaration]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: unused variable l. File "cEntry.ml", line 150, characters 4-13: 150 | let xview_get v1 = ^^^^^^^^^ Warning 32 [unused-value-declaration]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cListbox.mli File "cListbox.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cListbox.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cWm.mli File "cWm.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cWm.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: unused variable l. File "cWm.ml", line 366, characters 12-13: 366 | let r2, l = (match (List.hd l) with ^ Warning 27 [unused-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cTkwait.mli File "cTkwait.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cGrab.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cFont.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cCanvas.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 474, characters 19-36: 474 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: 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 [labels-omitted]: 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 [labels-omitted]: 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]: 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-var-strict]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImage.mli File "cImage.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cImage.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cImage.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cImage.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cImage.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cClipboard.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cLabel.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cResource.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cMessage.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cText.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 470, characters 19-36: 470 | let cbId = register_callback widget (wrapeventInfo f what) in ^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: 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 [labels-omitted]: 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 [labels-omitted]: 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]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cImagephoto.mli File "cImagephoto.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cImagephoto.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cImagephoto.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cOption.mli File "cOption.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cOption.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cFrame.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cSelection.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 51, characters 13-30: 51 | let id = register_callback w (function args -> ^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: 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]: 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-var-strict]: unused variable args. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps cDialog.mli File "cDialog.mli", line 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cDialog.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cPlace.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cPixmap.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cPixmap.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cPixmap.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cPixmap.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Textvariable. File "cPixmap.ml", line 21, characters 0-13: 21 | open Protocol ^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cMenubutton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cRadiobutton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cFocus.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cFocus.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cPack.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cImagebitmap.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cImagebitmap.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cEncoding.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cEncoding.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cEncoding.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cEncoding.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: 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 24, characters 0-13: 24 | open Protocol;; ^^^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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]: unused open CTk.Tkintf. File "cOptionmenu.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cOptionmenu.ml", line 21, characters 0-13: 21 | open Protocol ^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Protocol. File "cOptionmenu.ml", line 41, characters 4-16: 41 | let create_named parent name variable values = ^^^^^^^^^^^^ Warning 32 [unused-value-declaration]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cCheckbutton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cTkvars.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cTkvars.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 17, characters 0-11: 17 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cTkvars.ml", line 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cTkvars.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cPalette.mli", line 19, characters 0-11: 19 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cPalette.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Widget ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Widget. File "cPalette.ml", line 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cMenu.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cButton.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cToplevel.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 18, characters 0-11: 18 | open Tkintf ^^^^^^^^^^^ Warning 33 [unused-open]: unused open CTk.Tkintf. File "cGrid.mli", line 20, characters 0-17: 20 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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 19, characters 0-17: 19 | open Textvariable ^^^^^^^^^^^^^^^^^ Warning 33 [unused-open]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: 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-var-strict]: unused variable l. /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../support -no-alias-deps camltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cd lib; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/lib' make superclean make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/lib' if test -f tk.cmo; then \ echo We have changes... Now lib directory has no .cmo files; \ rm -f *.cm* *.o; \ fi make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/lib' cd ../labltk; make make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/labltk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd ../camltk; make make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/camltk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' /usr/bin/ocamlmklib -g -ocamlc '/usr/bin/ocamlc -g' -o labltk \ -I ../labltk -I ../camltk ../support/support.cmo ../support/rawwidget.cmo ../support/widget.cmo ../support/protocol.cmo ../support/textvariable.cmo ../support/timer.cmo ../support/fileevent.cmo ../support/camltkwrap.cmo tk.cmo bell.cmo scale.cmo winfo.cmo scrollbar.cmo entry.cmo listbox.cmo wm.cmo tkwait.cmo grab.cmo font.cmo canvas.cmo image.cmo clipboard.cmo label.cmo message.cmo text.cmo imagephoto.cmo option.cmo frame.cmo selection.cmo dialog.cmo place.cmo pixmap.cmo menubutton.cmo radiobutton.cmo focus.cmo pack.cmo imagebitmap.cmo encoding.cmo optionmenu.cmo checkbutton.cmo tkvars.cmo palette.cmo menu.cmo button.cmo toplevel.cmo grid.cmo cTk.cmo cBell.cmo cScale.cmo cWinfo.cmo cScrollbar.cmo cEntry.cmo cListbox.cmo cWm.cmo cTkwait.cmo cGrab.cmo cFont.cmo cCanvas.cmo cImage.cmo cClipboard.cmo cLabel.cmo cResource.cmo cMessage.cmo cText.cmo cImagephoto.cmo cOption.cmo cFrame.cmo cSelection.cmo cDialog.cmo cPlace.cmo cPixmap.cmo cMenubutton.cmo cRadiobutton.cmo cFocus.cmo cPack.cmo cImagebitmap.cmo cEncoding.cmo cOptionmenu.cmo cCheckbutton.cmo cTkvars.cmo cPalette.cmo cMenu.cmo cButton.cmo cToplevel.cmo cGrid.cmo labltk.cmo camltk.cmo \ -cclib "\"-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ltk8.6 -ltcl8.6\"" /usr/bin/ocamlc.opt -g -verbose -linkall -o labltktop -I ../support \ ocamlcommon.cma ocamlbytecomp.cma ocamltoplevel.cma \ -I +compiler-libs unix.cma \ -I ../labltk -I ../camltk labltk.cma \ str.cma \ topstart.cmo Generate labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/lib' cd jpf; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/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]: 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 [open-shadow-identifier]: 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-omitted]: labels src, dst were omitted in the application of this function. File "fileselect.ml", line 25, characters 0-15: 25 | open UnixLabels ^^^^^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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]: unused rec flag. File "fileselect.ml", line 30, characters 0-11: 30 | open Widget ^^^^^^^^^^^ Warning 44 [open-shadow-identifier]: 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]: 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 [open-shadow-identifier]: 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]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: this open statement shadows the value identifier stderr (which is later used) /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support jpf_font.mli /usr/bin/ocamlc.opt -g -c -w A-3 -g -I ../labltk -I ../support jpf_font.ml /usr/bin/ocamlc.opt -g -a -g -o jpflib.cma fileselect.cmo balloon.cmo shell.cmo jpf_font.cmo make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/jpf' cd frx; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/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]: 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 [open-shadow-identifier]: 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 [fragile-match]: 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 [fragile-match]: 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 [fragile-match]: 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-var-strict]: unused variable o. File "frx_misc.ml", line 56, characters 19-20: 56 | | Data s -> File tmpfile ^ Warning 27 [unused-var-strict]: unused variable s. File "frx_misc.ml", line 68, characters 15-16: 68 | | Some (File s) -> Imagephoto.create options ^ Warning 27 [unused-var-strict]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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]: unused open Camltk.Widget. File "frx_widget.ml", line 19, characters 4-11: 19 | let version = "$Id$" ^^^^^^^ Warning 32 [unused-value-declaration]: 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 [open-shadow-identifier]: 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]: unused open Camltk.Widget. File "frx_font.ml", line 19, characters 4-11: 19 | let version = "$Id$" ^^^^^^^ Warning 32 [unused-value-declaration]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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-declaration]: 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 [open-shadow-identifier]: 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 [fragile-match]: 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 [open-shadow-identifier]: 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 [eliminated-optional-arguments]: 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 [eliminated-optional-arguments]: 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 [fragile-match]: 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-declaration]: 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 [open-shadow-identifier]: 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-declaration]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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-declaration]: 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-var-strict]: 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-var-strict]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [fragile-match]: 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 [open-shadow-identifier]: 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 [fragile-match]: 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-var-strict]: unused variable l. File "frx_dialog.ml", line 107, characters 8-9: 107 | | x::l -> ^ Warning 27 [unused-var-strict]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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]: 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 [open-shadow-identifier]: 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]: unused open Widget. File "frx_selection.ml", line 43, characters 9-10: 43 | | Some f -> () ^ Warning 27 [unused-var-strict]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: 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-var-strict]: 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 [open-shadow-identifier]: 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 [open-shadow-identifier]: this open statement shadows the module identifier Widget (which is later used) /usr/bin/ocamlc.opt -g -a -g -o frxlib.cma frx_misc.cmo frx_widget.cmo frx_font.cmo frx_entry.cmo frx_text.cmo frx_listbox.cmo frx_req.cmo frx_fillbox.cmo frx_focus.cmo frx_dialog.cmo frx_mem.cmo frx_rpc.cmo frx_synth.cmo frx_selection.cmo frx_after.cmo frx_fit.cmo frx_ctext.cmo frx_color.cmo make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/frx' cd browser; make make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/browser' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/browser' cd support; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/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/lib/ocaml/systhreads/threads.cmxa; then \ /usr/bin/ocamlopt.opt -g -c -I +threads -I vmthreads tkthread.ml ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/support' cd labltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/labltk' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd labltk; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/labltk' /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps tk.ml /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps winfo.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps scrollbar.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps entry.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps listbox.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps wm.ml /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps canvas.ml /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps imagephoto.ml /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 /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 /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps labltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd camltk; make -f Makefile.gen make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/camltk' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cd camltk; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/camltk' /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cTk.ml /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cWinfo.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cScrollbar.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cEntry.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cListbox.ml /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cWm.ml /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cCanvas.ml /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps cImagephoto.ml /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 /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 /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 /usr/bin/ocamlopt.opt -g -c -I ../support -no-alias-deps camltk.ml make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cd lib; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/lib' make superclean make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/lib' if test -f tk.cmo; then \ echo We have changes... Now lib directory has no .cmo files; \ rm -f *.cm* *.o; \ fi make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/lib' cd ../labltk; make opt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/labltk' make[2]: Nothing to be done for 'opt'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd ../camltk; make opt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/camltk' make[2]: Nothing to be done for 'opt'. make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' /usr/bin/ocamlmklib -g -ocamlopt '/usr/bin/ocamlopt -g' -o labltk -oc labltk \ -I ../labltk -I ../camltk ../support/support.cmx ../support/rawwidget.cmx ../support/widget.cmx ../support/protocol.cmx ../support/textvariable.cmx ../support/timer.cmx ../support/fileevent.cmx ../support/camltkwrap.cmx tk.cmx bell.cmx scale.cmx winfo.cmx scrollbar.cmx entry.cmx listbox.cmx wm.cmx tkwait.cmx grab.cmx font.cmx canvas.cmx image.cmx clipboard.cmx label.cmx message.cmx text.cmx imagephoto.cmx option.cmx frame.cmx selection.cmx dialog.cmx place.cmx pixmap.cmx menubutton.cmx radiobutton.cmx focus.cmx pack.cmx imagebitmap.cmx encoding.cmx optionmenu.cmx checkbutton.cmx tkvars.cmx palette.cmx menu.cmx button.cmx toplevel.cmx grid.cmx cTk.cmx cBell.cmx cScale.cmx cWinfo.cmx cScrollbar.cmx cEntry.cmx cListbox.cmx cWm.cmx cTkwait.cmx cGrab.cmx cFont.cmx cCanvas.cmx cImage.cmx cClipboard.cmx cLabel.cmx cResource.cmx cMessage.cmx cText.cmx cImagephoto.cmx cOption.cmx cFrame.cmx cSelection.cmx cDialog.cmx cPlace.cmx cPixmap.cmx cMenubutton.cmx cRadiobutton.cmx cFocus.cmx cPack.cmx cImagebitmap.cmx cEncoding.cmx cOptionmenu.cmx cCheckbutton.cmx cTkvars.cmx cPalette.cmx cMenu.cmx cButton.cmx cToplevel.cmx cGrid.cmx labltk.cmx camltk.cmx \ -cclib "\"-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ltk8.6 -ltcl8.6\"" make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/lib' cd jpf; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/jpf' /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support fileselect.ml /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support balloon.ml /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support shell.ml /usr/bin/ocamlopt.opt -g -c -I ../labltk -I ../support jpf_font.ml /usr/bin/ocamlopt.opt -g -a -g -o jpflib.cmxa fileselect.cmx balloon.cmx shell.cmx jpf_font.cmx make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/jpf' cd frx; make opt make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/frx' /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_misc.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_widget.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_font.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_entry.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_text.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_listbox.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_req.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_fillbox.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_focus.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_dialog.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_mem.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_rpc.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_synth.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_selection.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_after.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_fit.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_ctext.ml /usr/bin/ocamlopt.opt -g -c -I ../camltk -I ../support frx_color.ml /usr/bin/ocamlopt.opt -g -a -g -o frxlib.cmxa frx_misc.cmx frx_widget.cmx frx_font.cmx frx_entry.cmx frx_text.cmx frx_listbox.cmx frx_req.cmx frx_fillbox.cmx frx_focus.cmx frx_dialog.cmx frx_mem.cmx frx_rpc.cmx frx_synth.cmx frx_selection.cmx frx_after.cmx frx_fit.cmx frx_ctext.cmx frx_color.cmx make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/frx' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8DYTBb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386 ++ dirname /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386 + cd labltk-8.06.10 + mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk + mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/stublibs + make install BINDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/bin INSTALLDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk STUBLIBDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/stublibs cd support; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/support' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/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 camltkwrap.cmi liblabltk.a /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; ranlib liblabltk.a cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/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 camltkwrap.cmi liblabltk.a if test -f dlllabltk.so; then \ cp dlllabltk.so /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/stublibs/; fi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/support' cd lib; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/lib' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; fi cp labltk.cma labltktop /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/labltk.cma chmod 755 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/labltktop make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/lib' cp labltk /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/bin chmod 755 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/bin/labltk make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/lib' make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/lib' cd labltk; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/labltk' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; fi cp bell.cmi scale.cmi winfo.cmi scrollbar.cmi entry.cmi listbox.cmi wm.cmi tkwait.cmi grab.cmi font.cmi canvas.cmi image.cmi clipboard.cmi label.cmi message.cmi text.cmi imagephoto.cmi option.cmi frame.cmi selection.cmi dialog.cmi place.cmi pixmap.cmi menubutton.cmi radiobutton.cmi focus.cmi pack.cmi imagebitmap.cmi encoding.cmi optionmenu.cmi checkbutton.cmi tkvars.cmi palette.cmi menu.cmi button.cmi toplevel.cmi grid.cmi tk.cmi labltk.cmi bell.mli scale.mli winfo.mli scrollbar.mli entry.mli listbox.mli wm.mli tkwait.mli grab.mli font.mli canvas.mli image.mli clipboard.mli label.mli message.mli text.mli imagephoto.mli option.mli frame.mli selection.mli dialog.mli place.mli pixmap.mli menubutton.mli radiobutton.mli focus.mli pack.mli imagebitmap.mli encoding.mli optionmenu.mli checkbutton.mli tkvars.mli palette.mli menu.mli button.mli toplevel.mli grid.mli /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/*.cmi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd camltk; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/camltk' if test -d /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; fi cp cBell.cmi cScale.cmi cWinfo.cmi cScrollbar.cmi cEntry.cmi cListbox.cmi cWm.cmi cTkwait.cmi cGrab.cmi cFont.cmi cCanvas.cmi cImage.cmi cClipboard.cmi cLabel.cmi cResource.cmi cMessage.cmi cText.cmi cImagephoto.cmi cOption.cmi cFrame.cmi cSelection.cmi cDialog.cmi cPlace.cmi cPixmap.cmi cMenubutton.cmi cRadiobutton.cmi cFocus.cmi cPack.cmi cImagebitmap.cmi cEncoding.cmi cOptionmenu.cmi cCheckbutton.cmi cTkvars.cmi cPalette.cmi cMenu.cmi cButton.cmi cToplevel.cmi cGrid.cmi cTk.cmi camltk.cmi /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk cp cBell.mli cScale.mli cWinfo.mli cScrollbar.mli cEntry.mli cListbox.mli cWm.mli cTkwait.mli cGrab.mli cFont.mli cCanvas.mli cImage.mli cClipboard.mli cLabel.mli cResource.mli cMessage.mli cText.mli cImagephoto.mli cOption.mli cFrame.mli cSelection.mli cDialog.mli cPlace.mli cPixmap.mli cMenubutton.mli cRadiobutton.mli cFocus.mli cPack.mli cImagebitmap.mli cEncoding.mli cOptionmenu.mli cCheckbutton.mli cTkvars.mli cPalette.mli cMenu.mli cButton.mli cToplevel.mli cGrid.mli /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/*.cmi make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cd compiler; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/compiler' cp tkcompiler /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk cp pp /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/compiler' cd jpf; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/jpf' cp fileselect.cmi balloon.cmi shell.cmi jpf_font.cmi fileselect.mli balloon.mli shell.mli jpf_font.mli jpflib.cma /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/jpf' cd frx; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/frx' cp *.cmi *.mli frxlib.cma /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/frx' cd browser; make install make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/browser' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/browser' if test -f lib/labltk.cmxa; then make installopt; else :; fi make[1]: Entering directory '/builddir/build/BUILD/labltk-8.06.10' cd support; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/support' cp fileevent.cmx protocol.cmx textvariable.cmx timer.cmx rawwidget.cmx widget.cmx camltkwrap.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk if test -f tkthread.o; then \ cp tkthread.cmx tkthread.o /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; \ chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/tkthread.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/tkthread.o; \ fi make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/support' cd lib; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/lib' cp labltk.cmxa labltk.a /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; ranlib labltk.a chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/labltk.cmxa chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/labltk.a make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/lib' cd labltk; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cp bell.cmx scale.cmx winfo.cmx scrollbar.cmx entry.cmx listbox.cmx wm.cmx tkwait.cmx grab.cmx font.cmx canvas.cmx image.cmx clipboard.cmx label.cmx message.cmx text.cmx imagephoto.cmx option.cmx frame.cmx selection.cmx dialog.cmx place.cmx pixmap.cmx menubutton.cmx radiobutton.cmx focus.cmx pack.cmx imagebitmap.cmx encoding.cmx optionmenu.cmx checkbutton.cmx tkvars.cmx palette.cmx menu.cmx button.cmx toplevel.cmx grid.cmx tk.cmx labltk.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/*.cmx make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/labltk' cd camltk; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cp cBell.cmx cScale.cmx cWinfo.cmx cScrollbar.cmx cEntry.cmx cListbox.cmx cWm.cmx cTkwait.cmx cGrab.cmx cFont.cmx cCanvas.cmx cImage.cmx cClipboard.cmx cLabel.cmx cResource.cmx cMessage.cmx cText.cmx cImagephoto.cmx cOption.cmx cFrame.cmx cSelection.cmx cDialog.cmx cPlace.cmx cPixmap.cmx cMenubutton.cmx cRadiobutton.cmx cFocus.cmx cPack.cmx cImagebitmap.cmx cEncoding.cmx cOptionmenu.cmx cCheckbutton.cmx cTkvars.cmx cPalette.cmx cMenu.cmx cButton.cmx cToplevel.cmx cGrid.cmx cTk.cmx camltk.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk chmod 644 /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk/*.cmx make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/camltk' cd jpf; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/jpf' cp jpflib.cmxa jpflib.a fileselect.cmx balloon.cmx shell.cmx jpf_font.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; ranlib jpflib.a make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/jpf' cd frx; make installopt make[2]: Entering directory '/builddir/build/BUILD/labltk-8.06.10/frx' cp frxlib.cmxa frxlib.a *.cmx /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk cd /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk; ranlib frxlib.a make[2]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10/frx' make[1]: Leaving directory '/builddir/build/BUILD/labltk-8.06.10' + install -m 0644 camltk/cBell.o camltk/cButton.o camltk/cCanvas.o camltk/cCheckbutton.o camltk/cClipboard.o camltk/cDialog.o camltk/cEncoding.o camltk/cEntry.o camltk/cFocus.o camltk/cFont.o camltk/cFrame.o camltk/cGrab.o camltk/cGrid.o camltk/cImage.o camltk/cImagebitmap.o camltk/cImagephoto.o camltk/cLabel.o camltk/cListbox.o camltk/cMenu.o camltk/cMenubutton.o camltk/cMessage.o camltk/cOption.o camltk/cOptionmenu.o camltk/cPack.o camltk/cPalette.o camltk/cPixmap.o camltk/cPlace.o camltk/cRadiobutton.o camltk/cResource.o camltk/cScale.o camltk/cScrollbar.o camltk/cSelection.o camltk/cText.o camltk/cTk.o camltk/cTkvars.o camltk/cTkwait.o camltk/cToplevel.o camltk/cWinfo.o camltk/cWm.o camltk/camltk.o /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/labltk + /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 8.06.10-2.fc35 --unique-debug-suffix -8.06.10-2.fc35.i386 --unique-debug-src-base ocaml-labltk-8.06.10-2.fc35.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/labltk-8.06.10 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/stublibs/dlllabltk.so extracting debug info from /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/lib/ocaml/stublibs/dlllabltk.so original debug info size: 76kB, size after compression: 64kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 86 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/labltk from /bin/sh to #!/usr/bin/sh Processing files: ocaml-labltk-8.06.10-2.fc35.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ns3Xrr + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.10 + DOCDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk + cp -pr Changes /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk + cp -pr README.mlTk /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Balloon) = 57acfd370a550fa82ad427ca013425c9 ocaml(Bell) = ab215bdd265f6fbf87e887c6d51b581c ocaml(Button) = 870b56af0c5841f8fd1b0eea67e966e3 ocaml(CBell) = 5eef6395e0388ab8777a7e1139d93608 ocaml(CButton) = ddf9915f60612412e119732d0ee283aa ocaml(CCanvas) = fcc36d0f1a845be1e30edb7384b3f9ca ocaml(CCheckbutton) = 9c2f55bf4ae3929606b8e3d1916e8bb4 ocaml(CClipboard) = cf07a89219e92942cb92437addb6a7c4 ocaml(CDialog) = e106db237688be1bf5a8f4f790ceaf8d ocaml(CEncoding) = 149425d60aff053c3ebe304ddb0e183c ocaml(CEntry) = 6a91388136624cd98d006a36deba46be ocaml(CFocus) = c9ab5460ed15ff386f64144c230f1a8c ocaml(CFont) = 0ccada7d77dc74aba1eddaba6f36d375 ocaml(CFrame) = b3a5f3c3d018849569e9e65825fe17eb ocaml(CGrab) = 7ae254d7af1105923f82dffada8043c3 ocaml(CGrid) = 755733e0d694981d273498613a2db4c9 ocaml(CImage) = f09e57b66b5d017d06546699c4048a4d ocaml(CImagebitmap) = c3ea07445f9531b942d0f273dc832ba0 ocaml(CImagephoto) = 7370775fcc2e09c4ba126f9eb445eba9 ocaml(CLabel) = 2e5bdaf796ab8214d51e77a5e89b796c ocaml(CListbox) = edbe2622b95eb77e94fdbfb597bb7e1a ocaml(CMenu) = 374edb89565843cb859d03ba5416a79b ocaml(CMenubutton) = 11796873557c7711bfd41d1be1d66628 ocaml(CMessage) = dd30f48543f0d4627f408edf86ebab4e ocaml(COption) = da2a866d22d95186b4dd346184516bc8 ocaml(COptionmenu) = ea6c4b9e7249dc6a527a6ca6e9d90179 ocaml(CPack) = 4da8c7fb0bf5ae597a1944745bbbbe5f ocaml(CPalette) = 8c6b212c67b96fcd2911e28ee9c7da8e ocaml(CPixmap) = 88f2745b5e77950c1fb9a0d3a261e6c6 ocaml(CPlace) = c550653ad943bc5d879289a92f2370a3 ocaml(CRadiobutton) = 191ff93d0919ea32663c6c9095f053e3 ocaml(CResource) = b719a75f85bbd365826b9a714ac6d682 ocaml(CScale) = e3bb47f02ceba88cdf194b00226f4623 ocaml(CScrollbar) = 101025e9ab5f917654d886bf369b6c3e ocaml(CSelection) = ee0dcc889bf69d2e915e4383612694da ocaml(CText) = 9ee49f27192d560b4e0182772536d4e2 ocaml(CTk) = 1024ffa5c0345e02475dd14d010789df ocaml(CTkvars) = 397964c0b63d405f51c5e9c0ce2a2e5c ocaml(CTkwait) = 0dad3ef2da93e1488911c06082c72f1b ocaml(CToplevel) = e19b5384a700b493d6eb00f8a7c40650 ocaml(CWinfo) = 5feeb0e6b970e329495b9d974355826b ocaml(CWm) = 15d0070372b0f1d509404ab90a2aab78 ocaml(Camltk) = 2b6bcee250d0f26db0be88deb5af5279 ocaml(Camltkwrap) = 237dbb609b9d8c091283df2a8b40e956 ocaml(Canvas) = 7996f1dd1d6dcb3e37425ee5531d406f ocaml(Checkbutton) = d7392bb3549c572891fc95047706a83c ocaml(Clipboard) = 2cd129221aa07661010305a4d8f2a01d ocaml(Dialog) = 8b21d028af31fa4f50ed3530c24b31b3 ocaml(Encoding) = d3b0ff6154ea8f81ee8b777404ad731d ocaml(Entry) = 0ff197e16e453c0a7f71415dac41390a ocaml(Fileevent) = e87fed79a934f43ca26c82e54c070dd2 ocaml(Fileselect) = 34caf302999afa78fc914444ba208318 ocaml(Focus) = 76a937960fcc7cdf4b48570e4d8d6b25 ocaml(Font) = d3360a40d1358320669b72025270dc73 ocaml(Frame) = 03b31047e2ecb3e40fa8cce0148f9ff7 ocaml(Frx_after) = 77ccb744aa2980cd6dc7f8f83aef749b ocaml(Frx_color) = fcf2f00034cc0083d4b0be20d77046cf ocaml(Frx_ctext) = d32b8c94f69576c1c5e6093e50fbb019 ocaml(Frx_dialog) = 4180f7b83fc1718c65f1eb0bb47cc0d8 ocaml(Frx_entry) = fd8a8edbde5d70218b5d98a5bdd70c3e ocaml(Frx_fillbox) = 26c9ad4426de76de1b03e5556de6162b ocaml(Frx_fit) = 8d1b579c441735934d82a26e76e873b6 ocaml(Frx_focus) = c6f0aefcd7b11441b0ddfec20877e5c9 ocaml(Frx_font) = d20f9956ec9990762bdc2adb64e3219b ocaml(Frx_listbox) = e171cd60200e1235a0e084e9bcdfa7e4 ocaml(Frx_mem) = eebc14a831ac0a930201af86caa35534 ocaml(Frx_misc) = a8734620670fb8f23e1da64ed8880c90 ocaml(Frx_req) = 21d0d484cccf925f646f753f423d8508 ocaml(Frx_rpc) = 41e6d264cac88ae825e74579e19d3c7a ocaml(Frx_selection) = a83594ed19c1d17eb91a8ee91baddf4c ocaml(Frx_synth) = 1d5ca92ac3710e7ee1ca5effa7cbbb7b ocaml(Frx_text) = e0ce85fdcab179d7714070b5ffafc619 ocaml(Frx_widget) = c8054290b87c8ee8baeafeec1743c2bf ocaml(Grab) = 28f8106979d712fa21d2a4db40c60b9a ocaml(Grid) = c5c6c838ed70170f52e5e846f7ad9b94 ocaml(Image) = 0b734922aae403eef9adb686b5835164 ocaml(Imagebitmap) = c640b54e30a928022831da0d05d66c24 ocaml(Imagephoto) = de78a06293fc856f7da305b398dae55b ocaml(Jpf_font) = c73370c47132904aff2b732863d9b8ed ocaml(Label) = 7e9388acceb79db9d487c1f4ef0b3a6f ocaml(Labltk) = b414303cac0526bddd6d0d302cdce02e ocaml(Listbox) = 036a75713d3b407ccdc25c69d678d542 ocaml(Menu) = e0a85a73380c528002d496b785da0be0 ocaml(Menubutton) = 9eb242c0bc4f6a44c6dcaf25fb8ee56e ocaml(Message) = 409bae6eb2da84a9d872428c2759ea35 ocaml(Option) = 115ccf40ce487f7f7a3e1626f979e355 ocaml(Optionmenu) = fcb0b89ef47505b9de8d40fd42dff838 ocaml(Pack) = da96c94c277bbc186c14bfe6771e2512 ocaml(Palette) = 21ca579ca04d6c9b4d1c741abd3b234e ocaml(Pixmap) = 87fbc2ea649b823ab58c9fcec14ee0e8 ocaml(Place) = a35aec0c3ce5403df4c8208f1c50be5f ocaml(Protocol) = 0082ab6efd303b04d556f8c25df097ff ocaml(Radiobutton) = df5ea0c69e446898b074dea2ce137911 ocaml(Rawwidget) = 6777e24cfba4117bd863a6cb41e4f41c ocaml(Scale) = d171176ff8c135abc463438ffd39820d ocaml(Scrollbar) = 085f9c4ceb82cfdb27b18ce86a3aedd0 ocaml(Selection) = e0d67aaf188998cff70f31524bcd2d99 ocaml(Shell) = fa065dabe789114b3ccedcd5831b318b ocaml(Support) = 87d2eb18f108e054f6f96eb2bd1a1903 ocaml(Text) = 6dc4d2132a57d2b3abf964cae60f5c78 ocaml(Textvariable) = 33afbb7e76e7abdcf5db883326b7f2f9 ocaml(Timer) = 7c010489828237f126fe148aa888b3e0 ocaml(Tk) = 24bb2233c2e6062dc8307d38087982ad ocaml(Tkthread) = 7c16686eb194953e7cf5fc7e69135467 ocaml(Tkvars) = 0060530b7b248168215ade2c246dc6af ocaml(Tkwait) = 267817d46c0ae55189ed9c18403b5573 ocaml(Toplevel) = 8e56722d7a3ac006fe6efd589af061c7 ocaml(Widget) = 9c6f60a6826eb02cc566064ccc488daf ocaml(Winfo) = 30e613ac4fff0268c2259bea33a69272 ocaml(Wm) = d33fcec668d74afc95cfd6cb95e6785d ocaml-labltk = 8.06.10-2.fc35 ocaml-labltk(x86-32) = 8.06.10-2.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libtcl8.6.so libtk8.6.so ocaml(Bell) = ab215bdd265f6fbf87e887c6d51b581c ocaml(Button) = 870b56af0c5841f8fd1b0eea67e966e3 ocaml(CBell) = 5eef6395e0388ab8777a7e1139d93608 ocaml(CButton) = ddf9915f60612412e119732d0ee283aa ocaml(CCanvas) = fcc36d0f1a845be1e30edb7384b3f9ca ocaml(CCheckbutton) = 9c2f55bf4ae3929606b8e3d1916e8bb4 ocaml(CEntry) = 6a91388136624cd98d006a36deba46be ocaml(CFocus) = c9ab5460ed15ff386f64144c230f1a8c ocaml(CFrame) = b3a5f3c3d018849569e9e65825fe17eb ocaml(CGrab) = 7ae254d7af1105923f82dffada8043c3 ocaml(CImagephoto) = 7370775fcc2e09c4ba126f9eb445eba9 ocaml(CLabel) = 2e5bdaf796ab8214d51e77a5e89b796c ocaml(CListbox) = edbe2622b95eb77e94fdbfb597bb7e1a ocaml(CPlace) = c550653ad943bc5d879289a92f2370a3 ocaml(CRadiobutton) = 191ff93d0919ea32663c6c9095f053e3 ocaml(CScrollbar) = 101025e9ab5f917654d886bf369b6c3e ocaml(CSelection) = ee0dcc889bf69d2e915e4383612694da ocaml(CText) = 9ee49f27192d560b4e0182772536d4e2 ocaml(CTk) = 1024ffa5c0345e02475dd14d010789df ocaml(CTkwait) = 0dad3ef2da93e1488911c06082c72f1b ocaml(CToplevel) = e19b5384a700b493d6eb00f8a7c40650 ocaml(CWinfo) = 5feeb0e6b970e329495b9d974355826b ocaml(CWm) = 15d0070372b0f1d509404ab90a2aab78 ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Camltk) = 2b6bcee250d0f26db0be88deb5af5279 ocaml(Camltkwrap) = 237dbb609b9d8c091283df2a8b40e956 ocaml(Condition) = 76cd8b455eb0162ced68da0cd9930f3a ocaml(Entry) = 0ff197e16e453c0a7f71415dac41390a ocaml(Fileevent) = e87fed79a934f43ca26c82e54c070dd2 ocaml(Focus) = 76a937960fcc7cdf4b48570e4d8d6b25 ocaml(Frame) = 03b31047e2ecb3e40fa8cce0148f9ff7 ocaml(Frx_after) = 77ccb744aa2980cd6dc7f8f83aef749b ocaml(Frx_entry) = fd8a8edbde5d70218b5d98a5bdd70c3e ocaml(Frx_fit) = 8d1b579c441735934d82a26e76e873b6 ocaml(Frx_listbox) = e171cd60200e1235a0e084e9bcdfa7e4 ocaml(Frx_misc) = a8734620670fb8f23e1da64ed8880c90 ocaml(Frx_text) = e0ce85fdcab179d7714070b5ffafc619 ocaml(Frx_widget) = c8054290b87c8ee8baeafeec1743c2bf ocaml(Grab) = 28f8106979d712fa21d2a4db40c60b9a ocaml(Imagephoto) = de78a06293fc856f7da305b398dae55b ocaml(Label) = 7e9388acceb79db9d487c1f4ef0b3a6f ocaml(Listbox) = 036a75713d3b407ccdc25c69d678d542 ocaml(Message) = 409bae6eb2da84a9d872428c2759ea35 ocaml(Mutex) = ec993c9491bec46cd3ee373f9d313390 ocaml(Option) = 115ccf40ce487f7f7a3e1626f979e355 ocaml(Protocol) = 0082ab6efd303b04d556f8c25df097ff ocaml(Rawwidget) = 6777e24cfba4117bd863a6cb41e4f41c ocaml(Scrollbar) = 085f9c4ceb82cfdb27b18ce86a3aedd0 ocaml(Shell) = fa065dabe789114b3ccedcd5831b318b ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__bytesLabels) = 43620baf7497a8edaccd249b25fcf77b ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__gc) = dc6a7673c4090b9da739ce254d1f56a1 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__listLabels) = 7777798186fee7d7f5b1c4904757878e ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printexc) = 2ed36879cfa0bc71cb0de0098e5580b3 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__queue) = d2482d035931625f85b5c791c05b388c ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Str) = bef96aee1069de14a002f95c42f07d31 ocaml(Support) = 87d2eb18f108e054f6f96eb2bd1a1903 ocaml(Textvariable) = 33afbb7e76e7abdcf5db883326b7f2f9 ocaml(Thread) = a5f19c00abf12e43bcffa2998c478777 ocaml(Timer) = 7c010489828237f126fe148aa888b3e0 ocaml(Tk) = 24bb2233c2e6062dc8307d38087982ad ocaml(Tkwait) = 267817d46c0ae55189ed9c18403b5573 ocaml(Toplevel) = 8e56722d7a3ac006fe6efd589af061c7 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocaml(UnixLabels) = 0ab0b52bb02837d4589edd5b80c6f85e ocaml(Widget) = 9c6f60a6826eb02cc566064ccc488daf ocaml(Winfo) = 30e613ac4fff0268c2259bea33a69272 ocaml(Wm) = d33fcec668d74afc95cfd6cb95e6785d rtld(GNU_HASH) Processing files: ocaml-labltk-devel-8.06.10-2.fc35.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.h5qxeE + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.10 + DOCDIR=/builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk-devel + cp -pr README.mlTk /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk-devel + cp -pr examples_camltk /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk-devel + cp -pr examples_labltk /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386/usr/share/doc/ocaml-labltk-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Balloon) = 57acfd370a550fa82ad427ca013425c9 ocaml(Bell) = ab215bdd265f6fbf87e887c6d51b581c ocaml(Button) = 870b56af0c5841f8fd1b0eea67e966e3 ocaml(CBell) = 5eef6395e0388ab8777a7e1139d93608 ocaml(CButton) = ddf9915f60612412e119732d0ee283aa ocaml(CCanvas) = fcc36d0f1a845be1e30edb7384b3f9ca ocaml(CCheckbutton) = 9c2f55bf4ae3929606b8e3d1916e8bb4 ocaml(CClipboard) = cf07a89219e92942cb92437addb6a7c4 ocaml(CDialog) = e106db237688be1bf5a8f4f790ceaf8d ocaml(CEncoding) = 149425d60aff053c3ebe304ddb0e183c ocaml(CEntry) = 6a91388136624cd98d006a36deba46be ocaml(CFocus) = c9ab5460ed15ff386f64144c230f1a8c ocaml(CFont) = 0ccada7d77dc74aba1eddaba6f36d375 ocaml(CFrame) = b3a5f3c3d018849569e9e65825fe17eb ocaml(CGrab) = 7ae254d7af1105923f82dffada8043c3 ocaml(CGrid) = 755733e0d694981d273498613a2db4c9 ocaml(CImage) = f09e57b66b5d017d06546699c4048a4d ocaml(CImagebitmap) = c3ea07445f9531b942d0f273dc832ba0 ocaml(CImagephoto) = 7370775fcc2e09c4ba126f9eb445eba9 ocaml(CLabel) = 2e5bdaf796ab8214d51e77a5e89b796c ocaml(CListbox) = edbe2622b95eb77e94fdbfb597bb7e1a ocaml(CMenu) = 374edb89565843cb859d03ba5416a79b ocaml(CMenubutton) = 11796873557c7711bfd41d1be1d66628 ocaml(CMessage) = dd30f48543f0d4627f408edf86ebab4e ocaml(COption) = da2a866d22d95186b4dd346184516bc8 ocaml(COptionmenu) = ea6c4b9e7249dc6a527a6ca6e9d90179 ocaml(CPack) = 4da8c7fb0bf5ae597a1944745bbbbe5f ocaml(CPalette) = 8c6b212c67b96fcd2911e28ee9c7da8e ocaml(CPixmap) = 88f2745b5e77950c1fb9a0d3a261e6c6 ocaml(CPlace) = c550653ad943bc5d879289a92f2370a3 ocaml(CRadiobutton) = 191ff93d0919ea32663c6c9095f053e3 ocaml(CResource) = b719a75f85bbd365826b9a714ac6d682 ocaml(CScale) = e3bb47f02ceba88cdf194b00226f4623 ocaml(CScrollbar) = 101025e9ab5f917654d886bf369b6c3e ocaml(CSelection) = ee0dcc889bf69d2e915e4383612694da ocaml(CText) = 9ee49f27192d560b4e0182772536d4e2 ocaml(CTk) = 1024ffa5c0345e02475dd14d010789df ocaml(CTkvars) = 397964c0b63d405f51c5e9c0ce2a2e5c ocaml(CTkwait) = 0dad3ef2da93e1488911c06082c72f1b ocaml(CToplevel) = e19b5384a700b493d6eb00f8a7c40650 ocaml(CWinfo) = 5feeb0e6b970e329495b9d974355826b ocaml(CWm) = 15d0070372b0f1d509404ab90a2aab78 ocaml(Camltk) = 2b6bcee250d0f26db0be88deb5af5279 ocaml(Camltkwrap) = 237dbb609b9d8c091283df2a8b40e956 ocaml(Canvas) = 7996f1dd1d6dcb3e37425ee5531d406f ocaml(Checkbutton) = d7392bb3549c572891fc95047706a83c ocaml(Clipboard) = 2cd129221aa07661010305a4d8f2a01d ocaml(Dialog) = 8b21d028af31fa4f50ed3530c24b31b3 ocaml(Encoding) = d3b0ff6154ea8f81ee8b777404ad731d ocaml(Entry) = 0ff197e16e453c0a7f71415dac41390a ocaml(Fileevent) = e87fed79a934f43ca26c82e54c070dd2 ocaml(Fileselect) = 34caf302999afa78fc914444ba208318 ocaml(Focus) = 76a937960fcc7cdf4b48570e4d8d6b25 ocaml(Font) = d3360a40d1358320669b72025270dc73 ocaml(Frame) = 03b31047e2ecb3e40fa8cce0148f9ff7 ocaml(Frx_after) = 77ccb744aa2980cd6dc7f8f83aef749b ocaml(Frx_color) = fcf2f00034cc0083d4b0be20d77046cf ocaml(Frx_ctext) = d32b8c94f69576c1c5e6093e50fbb019 ocaml(Frx_dialog) = 4180f7b83fc1718c65f1eb0bb47cc0d8 ocaml(Frx_entry) = fd8a8edbde5d70218b5d98a5bdd70c3e ocaml(Frx_fillbox) = 26c9ad4426de76de1b03e5556de6162b ocaml(Frx_fit) = 8d1b579c441735934d82a26e76e873b6 ocaml(Frx_focus) = c6f0aefcd7b11441b0ddfec20877e5c9 ocaml(Frx_font) = d20f9956ec9990762bdc2adb64e3219b ocaml(Frx_listbox) = e171cd60200e1235a0e084e9bcdfa7e4 ocaml(Frx_mem) = eebc14a831ac0a930201af86caa35534 ocaml(Frx_misc) = a8734620670fb8f23e1da64ed8880c90 ocaml(Frx_req) = 21d0d484cccf925f646f753f423d8508 ocaml(Frx_rpc) = 41e6d264cac88ae825e74579e19d3c7a ocaml(Frx_selection) = a83594ed19c1d17eb91a8ee91baddf4c ocaml(Frx_synth) = 1d5ca92ac3710e7ee1ca5effa7cbbb7b ocaml(Frx_text) = e0ce85fdcab179d7714070b5ffafc619 ocaml(Frx_widget) = c8054290b87c8ee8baeafeec1743c2bf ocaml(Grab) = 28f8106979d712fa21d2a4db40c60b9a ocaml(Grid) = c5c6c838ed70170f52e5e846f7ad9b94 ocaml(Image) = 0b734922aae403eef9adb686b5835164 ocaml(Imagebitmap) = c640b54e30a928022831da0d05d66c24 ocaml(Imagephoto) = de78a06293fc856f7da305b398dae55b ocaml(Jpf_font) = c73370c47132904aff2b732863d9b8ed ocaml(Label) = 7e9388acceb79db9d487c1f4ef0b3a6f ocaml(Labltk) = b414303cac0526bddd6d0d302cdce02e ocaml(Listbox) = 036a75713d3b407ccdc25c69d678d542 ocaml(Menu) = e0a85a73380c528002d496b785da0be0 ocaml(Menubutton) = 9eb242c0bc4f6a44c6dcaf25fb8ee56e ocaml(Message) = 409bae6eb2da84a9d872428c2759ea35 ocaml(Option) = 115ccf40ce487f7f7a3e1626f979e355 ocaml(Optionmenu) = fcb0b89ef47505b9de8d40fd42dff838 ocaml(Pack) = da96c94c277bbc186c14bfe6771e2512 ocaml(Palette) = 21ca579ca04d6c9b4d1c741abd3b234e ocaml(Pixmap) = 87fbc2ea649b823ab58c9fcec14ee0e8 ocaml(Place) = a35aec0c3ce5403df4c8208f1c50be5f ocaml(Protocol) = 0082ab6efd303b04d556f8c25df097ff ocaml(Radiobutton) = df5ea0c69e446898b074dea2ce137911 ocaml(Rawwidget) = 6777e24cfba4117bd863a6cb41e4f41c ocaml(Scale) = d171176ff8c135abc463438ffd39820d ocaml(Scrollbar) = 085f9c4ceb82cfdb27b18ce86a3aedd0 ocaml(Selection) = e0d67aaf188998cff70f31524bcd2d99 ocaml(Shell) = fa065dabe789114b3ccedcd5831b318b ocaml(Support) = 87d2eb18f108e054f6f96eb2bd1a1903 ocaml(Text) = 6dc4d2132a57d2b3abf964cae60f5c78 ocaml(Textvariable) = 33afbb7e76e7abdcf5db883326b7f2f9 ocaml(Timer) = 7c010489828237f126fe148aa888b3e0 ocaml(Tk) = 24bb2233c2e6062dc8307d38087982ad ocaml(Tkvars) = 0060530b7b248168215ade2c246dc6af ocaml(Tkwait) = 267817d46c0ae55189ed9c18403b5573 ocaml(Toplevel) = 8e56722d7a3ac006fe6efd589af061c7 ocaml(Widget) = 9c6f60a6826eb02cc566064ccc488daf ocaml(Winfo) = 30e613ac4fff0268c2259bea33a69272 ocaml(Wm) = d33fcec668d74afc95cfd6cb95e6785d ocaml-labltk-devel = 8.06.10-2.fc35 ocaml-labltk-devel(x86-32) = 8.06.10-2.fc35 ocamlx(Balloon) = e527f00e76c301ceb5c6cc10b2e91580 ocamlx(Bell) = e1446740975e23843e6b467f04902c1b ocamlx(Button) = 75c2138d833f3613a39a0014ab7bc7f3 ocamlx(CBell) = 3679a6fa8b3b305593319857da8040df ocamlx(CButton) = bddf99c57f134aaa328f0e6c0846cd2e ocamlx(CCanvas) = 2fe8fd076c749781a717dddeeb6ae0b6 ocamlx(CCheckbutton) = 180102e2ccec51addc9a3a421bf466c0 ocamlx(CClipboard) = 800e742237bbeabce0912df78afe0381 ocamlx(CDialog) = 4eaee34b8ae4c44c5ac1d4f0d435a9c7 ocamlx(CEncoding) = bca49b258cae120b84a12da140716492 ocamlx(CEntry) = db4355f77701a830889c77b9da22a8d5 ocamlx(CFocus) = 9e881a40565c93fb02d0c6ddc2ac204d ocamlx(CFont) = 3a24f8c53256eeeb14374b4946a4d985 ocamlx(CFrame) = 6d88f0a25289f9b7116e095ae1f0045f ocamlx(CGrab) = a31a7ba7ccf48fa5cbc6f4e905637f4a ocamlx(CGrid) = b0350318d3c774675b590767b80ddcba ocamlx(CImage) = 1745107db2533dc76475d0f537d59e72 ocamlx(CImagebitmap) = 2a9620b7efd546de8bf1f7a78d795b23 ocamlx(CImagephoto) = 726c5ad2fba9b90151adcb8f1bcf09b8 ocamlx(CLabel) = ad8b6e0cca2435feb1ea4210362c4eaf ocamlx(CListbox) = d3716247ca3847a8274bd5081fb47e79 ocamlx(CMenu) = 5769c8ab61d653c264ae7554fc2a5e8b ocamlx(CMenubutton) = e66f9cc5bc8f2c32a3e6d4d70bc6e273 ocamlx(CMessage) = 563ff674dfa43b03f1c1473d3e7de4b9 ocamlx(COption) = b99ea839d9ef9df4a834e84931abad30 ocamlx(COptionmenu) = d059e7db179da6f4d660c6444440e82f ocamlx(CPack) = 65e83d314599af3e1e1d6776fe754056 ocamlx(CPalette) = 71e74c68d5f77ddbb504498d1bb7059e ocamlx(CPixmap) = 2de2256ee6e7dcb084d1e296d9191763 ocamlx(CPlace) = b66a86c54787058be6cd8693cf80992e ocamlx(CRadiobutton) = 968040ad961e0996fc658a41b3ec6717 ocamlx(CResource) = d3c44e8ab293fdc6265ea2a83399fb1c ocamlx(CScale) = 045bfbe95ff20d56e3a424114022fcfc ocamlx(CScrollbar) = cc4a515816d1574851e5747b73813c4d ocamlx(CSelection) = 68b59b1545752364d7094d184b6d10dc ocamlx(CText) = dc44249ae81400c9bbccb03765c84c42 ocamlx(CTk) = fe0e19d75728c4d9eb211c51c0fe8444 ocamlx(CTkvars) = d3c34b61a87e400c600ed82df8633db2 ocamlx(CTkwait) = 9b237ec3fef5bfa9acbe76d76ee3ea34 ocamlx(CToplevel) = 25824f25ae4182da9d861d2f98b33101 ocamlx(CWinfo) = 8634f0a4fa9e0cf21cb29091330d5b0f ocamlx(CWm) = 3979dc4d37b6ea0d8e5b4de9561b10f4 ocamlx(Camltk) = 306a87323837eff0d92ff0d578b306b6 ocamlx(Camltkwrap) = dc8b6538a05127e2202b11405e378d0b ocamlx(Canvas) = a309a47984274b01f2e602d124d12272 ocamlx(Checkbutton) = f803bbaf8653eefe579339340d72b85f ocamlx(Clipboard) = 783ae641ca2e47d9a336ec0341b27779 ocamlx(Dialog) = f52dae426261db94a9f54d57bf92988e ocamlx(Encoding) = c40a7f7303f96dce329a1eb1324f626c ocamlx(Entry) = 1e907f2ff909e83d4fe86e0ef5c0e837 ocamlx(Fileevent) = b8842c54345e2235cf24b13a0eac9566 ocamlx(Fileselect) = b89bd4a4a1345ce9ccaa214cbb11218b ocamlx(Focus) = f0523eb7195fc0b472520f9bc17ded99 ocamlx(Font) = bd28461f0405ed2149221c481687b865 ocamlx(Frame) = f8c46d7ec8d4f914a95124f02c6484dc ocamlx(Frx_after) = 9cb0c0da80b659ec1aad00ab2362ab39 ocamlx(Frx_color) = be2ee0006d23ae9a324c24ded7028484 ocamlx(Frx_ctext) = e907b3dfee21baf38121eb706f25df36 ocamlx(Frx_dialog) = 0a385e507ced054a56952c643062f6df ocamlx(Frx_entry) = 84ec477c884f8131aaa96b65ad258860 ocamlx(Frx_fillbox) = e85667c5251294caa4bef516e24fc057 ocamlx(Frx_fit) = 9eb431efd8f64352a8a98917b377a7b5 ocamlx(Frx_focus) = b38bd2e4325320d8902f7ba06b927682 ocamlx(Frx_font) = 7c32ac7ca34b570071aaed8485d723cf ocamlx(Frx_listbox) = dc19e4e934fe6a776b46ef8da004e313 ocamlx(Frx_mem) = 44ecb798b4ff03cb69c07d544531cdd6 ocamlx(Frx_misc) = f369b77f056a5e8f4aa76e89b0163ca1 ocamlx(Frx_req) = 8a730e41d4d9daae3bd81970e3c69620 ocamlx(Frx_rpc) = d23e7f0845840afdd67e2dd0ea1e16b2 ocamlx(Frx_selection) = 636c2fdd59117020680654cdb0baab9b ocamlx(Frx_synth) = 4c1701e57f972d75085b22e86a02204c ocamlx(Frx_text) = ab04b4f3c3c86c2d3f31315c16de0f7d ocamlx(Frx_widget) = eabf5b615ca0388dae38e632d3e46fef ocamlx(Grab) = 2e8ec3bd740601827be72a934cbc0393 ocamlx(Grid) = 2655a534c8a5f52cd7ccd6248077e2be ocamlx(Image) = a81c92e6f7f350841c3ed5f929e3a355 ocamlx(Imagebitmap) = 693a2a18b3b28db00d0fe61f78e4dc14 ocamlx(Imagephoto) = 5ebe4acf30a15bb353a88f3b4b7a9faa ocamlx(Jpf_font) = 59c7fb25868a3953766a7f2702952c6a ocamlx(Label) = ad672276ab096888e2cff0503f293a8d ocamlx(Labltk) = 57b1601fccb4ee8e54c9f092a458c368 ocamlx(Listbox) = 7864265f1b9b87b98a7901d8e106b252 ocamlx(Menu) = 1ed3ee25798f203dc14d46f0c74087b7 ocamlx(Menubutton) = 0ad0a1ef39de08eb074c2afa4d14bbfa ocamlx(Message) = 7a67ad785f0c8c1a813b3800b61133c5 ocamlx(Option) = b2636d2d502b08c3a47420e5097da797 ocamlx(Optionmenu) = d5f7e5407d6c0484befc122c7f0745e1 ocamlx(Pack) = cd1d87f6709305ff5b7afb1f40a23416 ocamlx(Palette) = 4687a12170f3f4b94938e2580f895da2 ocamlx(Pixmap) = a0f3c88607aa3baae2d2ab7dfbb7468b ocamlx(Place) = 79d35c7dae60fd0863107d6d8e9f1ed5 ocamlx(Protocol) = b9bbc9de1bcfad798cf01526a0a20766 ocamlx(Radiobutton) = 5a1ada1aa2fa520dc0a36ca534d01bca ocamlx(Rawwidget) = f95255cad5f3deb72ed9817817e3de22 ocamlx(Scale) = 29d0501ef53dd679c57f6f0bc362b896 ocamlx(Scrollbar) = ad19b59d7f78c436251046f6b83060ca ocamlx(Selection) = 9311c43f19434e56b398d2d5dbd1d499 ocamlx(Shell) = 804c0bae7130a6c58f9c6b3da9068298 ocamlx(Support) = fbfd2fda67438023bd05bb78a7517859 ocamlx(Text) = c35cf7a96b3b374eea2db9ba25b04aea ocamlx(Textvariable) = f5a8e54399f77267564cfde4b5bef186 ocamlx(Timer) = 2a5df69074b6103db7421afccb77456e ocamlx(Tk) = d2174f5c653d54986538fdebb76f9709 ocamlx(Tkvars) = e59c46d20850d0294189fe224ba4d3f4 ocamlx(Tkwait) = d71818b8b77f18afb8196bd85f02360b ocamlx(Toplevel) = b6356f6daa1ae6391fe0edc354f2622e ocamlx(Widget) = 33d42e31846d1e06e5ef8942a841e8c2 ocamlx(Winfo) = af82657fd0de23eb05661771bb7be5db ocamlx(Wm) = 5c373b2c44f0a94b9ac6962eba1da567 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/ocamlrun /usr/bin/sh ocaml(Bell) = ab215bdd265f6fbf87e887c6d51b581c ocaml(Button) = 870b56af0c5841f8fd1b0eea67e966e3 ocaml(CBell) = 5eef6395e0388ab8777a7e1139d93608 ocaml(CButton) = ddf9915f60612412e119732d0ee283aa ocaml(CCanvas) = fcc36d0f1a845be1e30edb7384b3f9ca ocaml(CCheckbutton) = 9c2f55bf4ae3929606b8e3d1916e8bb4 ocaml(CEntry) = 6a91388136624cd98d006a36deba46be ocaml(CFocus) = c9ab5460ed15ff386f64144c230f1a8c ocaml(CFrame) = b3a5f3c3d018849569e9e65825fe17eb ocaml(CGrab) = 7ae254d7af1105923f82dffada8043c3 ocaml(CImagephoto) = 7370775fcc2e09c4ba126f9eb445eba9 ocaml(CLabel) = 2e5bdaf796ab8214d51e77a5e89b796c ocaml(CListbox) = edbe2622b95eb77e94fdbfb597bb7e1a ocaml(CPlace) = c550653ad943bc5d879289a92f2370a3 ocaml(CRadiobutton) = 191ff93d0919ea32663c6c9095f053e3 ocaml(CScrollbar) = 101025e9ab5f917654d886bf369b6c3e ocaml(CSelection) = ee0dcc889bf69d2e915e4383612694da ocaml(CText) = 9ee49f27192d560b4e0182772536d4e2 ocaml(CTk) = 1024ffa5c0345e02475dd14d010789df ocaml(CTkwait) = 0dad3ef2da93e1488911c06082c72f1b ocaml(CToplevel) = e19b5384a700b493d6eb00f8a7c40650 ocaml(CWinfo) = 5feeb0e6b970e329495b9d974355826b ocaml(CWm) = 15d0070372b0f1d509404ab90a2aab78 ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Camltk) = 2b6bcee250d0f26db0be88deb5af5279 ocaml(Camltkwrap) = 237dbb609b9d8c091283df2a8b40e956 ocaml(Entry) = 0ff197e16e453c0a7f71415dac41390a ocaml(Fileevent) = e87fed79a934f43ca26c82e54c070dd2 ocaml(Focus) = 76a937960fcc7cdf4b48570e4d8d6b25 ocaml(Frame) = 03b31047e2ecb3e40fa8cce0148f9ff7 ocaml(Frx_after) = 77ccb744aa2980cd6dc7f8f83aef749b ocaml(Frx_entry) = fd8a8edbde5d70218b5d98a5bdd70c3e ocaml(Frx_fit) = 8d1b579c441735934d82a26e76e873b6 ocaml(Frx_listbox) = e171cd60200e1235a0e084e9bcdfa7e4 ocaml(Frx_misc) = a8734620670fb8f23e1da64ed8880c90 ocaml(Frx_text) = e0ce85fdcab179d7714070b5ffafc619 ocaml(Frx_widget) = c8054290b87c8ee8baeafeec1743c2bf ocaml(Grab) = 28f8106979d712fa21d2a4db40c60b9a ocaml(Imagephoto) = de78a06293fc856f7da305b398dae55b ocaml(Label) = 7e9388acceb79db9d487c1f4ef0b3a6f ocaml(Listbox) = 036a75713d3b407ccdc25c69d678d542 ocaml(Message) = 409bae6eb2da84a9d872428c2759ea35 ocaml(Option) = 115ccf40ce487f7f7a3e1626f979e355 ocaml(Protocol) = 0082ab6efd303b04d556f8c25df097ff ocaml(Rawwidget) = 6777e24cfba4117bd863a6cb41e4f41c ocaml(Scrollbar) = 085f9c4ceb82cfdb27b18ce86a3aedd0 ocaml(Shell) = fa065dabe789114b3ccedcd5831b318b ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__bytesLabels) = 43620baf7497a8edaccd249b25fcf77b ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__gc) = dc6a7673c4090b9da739ce254d1f56a1 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__listLabels) = 7777798186fee7d7f5b1c4904757878e ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printexc) = 2ed36879cfa0bc71cb0de0098e5580b3 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Str) = bef96aee1069de14a002f95c42f07d31 ocaml(Support) = 87d2eb18f108e054f6f96eb2bd1a1903 ocaml(Textvariable) = 33afbb7e76e7abdcf5db883326b7f2f9 ocaml(Timer) = 7c010489828237f126fe148aa888b3e0 ocaml(Tk) = 24bb2233c2e6062dc8307d38087982ad ocaml(Tkwait) = 267817d46c0ae55189ed9c18403b5573 ocaml(Toplevel) = 8e56722d7a3ac006fe6efd589af061c7 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocaml(UnixLabels) = 0ab0b52bb02837d4589edd5b80c6f85e ocaml(Widget) = 9c6f60a6826eb02cc566064ccc488daf ocaml(Winfo) = 30e613ac4fff0268c2259bea33a69272 ocaml(Wm) = d33fcec668d74afc95cfd6cb95e6785d ocamlx(Bell) = e1446740975e23843e6b467f04902c1b ocamlx(Button) = 75c2138d833f3613a39a0014ab7bc7f3 ocamlx(CBell) = 3679a6fa8b3b305593319857da8040df ocamlx(CButton) = bddf99c57f134aaa328f0e6c0846cd2e ocamlx(CCanvas) = 2fe8fd076c749781a717dddeeb6ae0b6 ocamlx(CCheckbutton) = 180102e2ccec51addc9a3a421bf466c0 ocamlx(CEntry) = db4355f77701a830889c77b9da22a8d5 ocamlx(CFocus) = 9e881a40565c93fb02d0c6ddc2ac204d ocamlx(CFrame) = 6d88f0a25289f9b7116e095ae1f0045f ocamlx(CGrab) = a31a7ba7ccf48fa5cbc6f4e905637f4a ocamlx(CImagephoto) = 726c5ad2fba9b90151adcb8f1bcf09b8 ocamlx(CLabel) = ad8b6e0cca2435feb1ea4210362c4eaf ocamlx(CListbox) = d3716247ca3847a8274bd5081fb47e79 ocamlx(CPlace) = b66a86c54787058be6cd8693cf80992e ocamlx(CRadiobutton) = 968040ad961e0996fc658a41b3ec6717 ocamlx(CScrollbar) = cc4a515816d1574851e5747b73813c4d ocamlx(CSelection) = 68b59b1545752364d7094d184b6d10dc ocamlx(CText) = dc44249ae81400c9bbccb03765c84c42 ocamlx(CTk) = fe0e19d75728c4d9eb211c51c0fe8444 ocamlx(CTkwait) = 9b237ec3fef5bfa9acbe76d76ee3ea34 ocamlx(CToplevel) = 25824f25ae4182da9d861d2f98b33101 ocamlx(CWinfo) = 8634f0a4fa9e0cf21cb29091330d5b0f ocamlx(CWm) = 3979dc4d37b6ea0d8e5b4de9561b10f4 ocamlx(Camltk) = 306a87323837eff0d92ff0d578b306b6 ocamlx(Camltkwrap) = dc8b6538a05127e2202b11405e378d0b ocamlx(Entry) = 1e907f2ff909e83d4fe86e0ef5c0e837 ocamlx(Fileevent) = b8842c54345e2235cf24b13a0eac9566 ocamlx(Focus) = f0523eb7195fc0b472520f9bc17ded99 ocamlx(Frame) = f8c46d7ec8d4f914a95124f02c6484dc ocamlx(Frx_after) = 9cb0c0da80b659ec1aad00ab2362ab39 ocamlx(Frx_entry) = 84ec477c884f8131aaa96b65ad258860 ocamlx(Frx_fit) = 9eb431efd8f64352a8a98917b377a7b5 ocamlx(Frx_listbox) = dc19e4e934fe6a776b46ef8da004e313 ocamlx(Frx_misc) = f369b77f056a5e8f4aa76e89b0163ca1 ocamlx(Frx_text) = ab04b4f3c3c86c2d3f31315c16de0f7d ocamlx(Frx_widget) = eabf5b615ca0388dae38e632d3e46fef ocamlx(Grab) = 2e8ec3bd740601827be72a934cbc0393 ocamlx(Imagephoto) = 5ebe4acf30a15bb353a88f3b4b7a9faa ocamlx(Label) = ad672276ab096888e2cff0503f293a8d ocamlx(Listbox) = 7864265f1b9b87b98a7901d8e106b252 ocamlx(Message) = 7a67ad785f0c8c1a813b3800b61133c5 ocamlx(Option) = b2636d2d502b08c3a47420e5097da797 ocamlx(Protocol) = b9bbc9de1bcfad798cf01526a0a20766 ocamlx(Rawwidget) = f95255cad5f3deb72ed9817817e3de22 ocamlx(Scrollbar) = ad19b59d7f78c436251046f6b83060ca ocamlx(Shell) = 804c0bae7130a6c58f9c6b3da9068298 ocamlx(Stdlib) = d5811101bd70b27a22caae850c4f25ad ocamlx(Stdlib__array) = 0ed96c91772f0d78b4b05bba1247b309 ocamlx(Stdlib__bytes) = 65cc81dcedb05e8afec213e717ab3360 ocamlx(Stdlib__bytesLabels) = eb7e11f58500cb4574f17d21c47e3acd ocamlx(Stdlib__callback) = 0f0bc55cf4ea5965a3e8ffc3b83e67f7 ocamlx(Stdlib__char) = caa3dfda8f15ead30a477bd7b5a5ecb4 ocamlx(Stdlib__filename) = 119c35f4dd6ea060778bc3be9b499a27 ocamlx(Stdlib__gc) = 3c8775f52c3db53bca6b0e2c1dec0965 ocamlx(Stdlib__hashtbl) = 3829fa7ab7d1045feecb0bee57955fbc ocamlx(Stdlib__list) = dc8662e5891df73b42dce8a441050a58 ocamlx(Stdlib__listLabels) = 96537655fb70021c1f700bddab0427df ocamlx(Stdlib__nativeint) = 46a7c127daec8b37f69fb10392d01d74 ocamlx(Stdlib__printexc) = 59502601ad27498624d47bc529d2ad6e ocamlx(Stdlib__printf) = 95403ab2a8b865c4b034b23444a15d9c ocamlx(Stdlib__set) = 81efdb4b8549da0598e59fd446b2b9b1 ocamlx(Stdlib__string) = 6dbca81d6b400f24cd01a405d0c04036 ocamlx(Stdlib__stringLabels) = 62d8197f2d07cd4c1b7d80698895af2b ocamlx(Stdlib__sys) = 16bca4b039c6c202e8d959d6bc418bb4 ocamlx(Str) = c03ea0dc81e77ecee522d4b78064d3f9 ocamlx(Support) = fbfd2fda67438023bd05bb78a7517859 ocamlx(Textvariable) = f5a8e54399f77267564cfde4b5bef186 ocamlx(Timer) = 2a5df69074b6103db7421afccb77456e ocamlx(Tk) = d2174f5c653d54986538fdebb76f9709 ocamlx(Tkwait) = d71818b8b77f18afb8196bd85f02360b ocamlx(Toplevel) = b6356f6daa1ae6391fe0edc354f2622e ocamlx(Unix) = ad4d21fe167a122842c722284c19ba1b ocamlx(UnixLabels) = a47907b2db353843920ceb219e734729 ocamlx(Widget) = 33d42e31846d1e06e5ef8942a841e8c2 ocamlx(Winfo) = af82657fd0de23eb05661771bb7be5db ocamlx(Wm) = 5c373b2c44f0a94b9ac6962eba1da567 Processing files: ocaml-labltk-debugsource-8.06.10-2.fc35.i686 Provides: ocaml-labltk-debugsource = 8.06.10-2.fc35 ocaml-labltk-debugsource(x86-32) = 8.06.10-2.fc35 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.10-2.fc35.i686 Provides: debuginfo(build-id) = 5426356bc65898e2c69f2eca1a44d7e780d4b450 ocaml-labltk-debuginfo = 8.06.10-2.fc35 ocaml-labltk-debuginfo(x86-32) = 8.06.10-2.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-labltk-debugsource(x86-32) = 8.06.10-2.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386 Wrote: /builddir/build/RPMS/ocaml-labltk-debuginfo-8.06.10-2.fc35.i686.rpm Wrote: /builddir/build/RPMS/ocaml-labltk-debugsource-8.06.10-2.fc35.i686.rpm Wrote: /builddir/build/RPMS/ocaml-labltk-8.06.10-2.fc35.i686.rpm Wrote: /builddir/build/RPMS/ocaml-labltk-devel-8.06.10-2.fc35.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fRM9d4 + umask 022 + cd /builddir/build/BUILD + cd labltk-8.06.10 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-labltk-8.06.10-2.fc35.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0