[Omake] Announcing OMake 0.9.8

Janne Hellsten jjhellst at gmail.com
Tue Dec 12 12:35:43 PST 2006


Hi,

For some reason I cannot reproduce this anymore. :(

I tried compiling it with "make all" again and it worked on the first try.

Trying to build it with GODI still fails though but for a different reason:

>     val forall2 :
>       ('a -> 'b -> bool) -> (Base.t, 'a) tree -> (Base.t, 'b) tree -> bool
>     val forall : ('a -> 'b -> bool) -> ('a, 'b) tree -> bool
>     val exists : ('a -> 'b -> bool) -> ('a, 'b) tree -> bool
>     val find_iter : ('a -> 'b -> 'c option) -> ('a, 'b) tree -> 'c option
>     val isect_mem :
>       (Base.t, 'a) tree -> (Base.t -> bool) -> (Base.t, 'a) tree
>     val keys_acc : ('a, 'b) tree -> 'a list -> 'a list
>     val keys : ('a, 'b) tree -> 'a list
>     val data_acc : ('a, 'b) tree -> 'b list -> 'b list
>     val data : ('a, 'b) tree -> 'b list
>     val add_list :
>       (Base.t, 'a) tree -> (Base.t * 'a) list -> (Base.t, 'a) tree
>   end,
> contains type variables that cannot be generalized
> *** omake: 728/1528 targets are up to date
> *** omake: failed (26.5 sec, 224/224 scans, 132/187 rules, 565/1417 digests)
> *** omake: targets were not rebuilt because of errors:
>    src/libmojave/Lm_map.o
>       depends on: src/libmojave/Lm_map.ml
>    src/libmojave/Lm_map.cmx
>       depends on: src/libmojave/Lm_map.ml
>    src/libmojave/Lm_map.cmi
>       depends on: src/libmojave/Lm_map.ml
> make: *** [all] Error 2

Whole log attached again.

Hope this helps!

Janne

On 12/12/06, Aleksey Nogin <nogin at metaprl.org> wrote:
> On 12.12.2006 01:55, Janne Hellsten wrote:
>
> > Sorry, the command I gave to get this error was just "make all" on a
> > clean OMake source directory.  Running "make boot" followed by a "make
> > all" appears to work.
> >
> This is a second report of this as well. Doubly weird - given that there
> is an explicit "all: boot" dependency in the Makefile...
>
> Aleksey
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake
>
-------------- next part --------------
===> Cleaning for godi-omake-0.9.8godi1
=> Checksum OK for omake-0.9.8-1.tar.gz.
===> Extracting for godi-omake-0.9.8godi1
===> Required installed package godi-ocaml>=3.08: godi-ocaml-3.09.2 found
/bin/mkdir -p /Users/janne/godi/build/godi/godi-omake/work/omake-0.9.8
===> Patching for godi-omake-0.9.8godi1
===> Configuring for godi-omake-0.9.8godi1
===> Building for godi-omake-0.9.8godi1
mkdir -p boot
ln -sf ../src/Makefile boot/Makefile
ln -sf ../src/clib/omake_shell_sys.c omake_shell_sys.c
ln -sf ../src/clib/readline.c readline.c
ln -sf ../src/clib/../libmojave-external/cutil/lm_heap.c lm_heap.c
ln -sf ../src/clib/../libmojave-external/cutil/lm_heap.h lm_heap.h
ln -sf ../src/clib/../libmojave-external/cutil/lm_channel.c lm_channel.c
ln -sf ../src/clib/../libmojave-external/cutil/lm_compat_win32.c lm_compat_win32.c
ln -sf ../src/clib/../libmojave-external/cutil/lm_compat_win32.h lm_compat_win32.h
ln -sf ../src/clib/../libmojave-external/cutil/lm_ctype.c lm_ctype.c
ln -sf ../src/clib/../libmojave-external/cutil/lm_printf.c lm_printf.c
ln -sf ../src/clib/../libmojave-external/cutil/lm_uname_ext.c lm_uname_ext.c
ln -sf ../src/clib/../libmojave-external/cutil/lm_unix_cutil.c lm_unix_cutil.c
ln -sf ../src/clib/../libmojave-external/cutil/unixsupport.h unixsupport.h
ln -sf ../src/clib/../libmojave-external/cutil/fam_win32.c fam_win32.c
ln -sf ../src/clib/../libmojave-external/cutil/fam_kqueue.c fam_kqueue.c
ln -sf ../src/clib/../libmojave-external/cutil/fam_inotify.c fam_inotify.c
ln -sf ../src/clib/../libmojave-external/cutil/fam_pseudo.h fam_pseudo.h
ln -sf ../src/clib/../libmojave-external/cutil/lm_notify.c lm_notify.c
ln -sf ../src/clib/../libmojave-external/cutil/inotify.h inotify.h
ln -sf ../src/clib/../libmojave-external/cutil/inotify-syscalls.h inotify-syscalls.h
ln -sf ../src/clib/../libmojave-external/cutil/inotify-test.c inotify-test.c
ln -sf ../src/clib/../libmojave-external/cutil/inotify.om inotify.om
ln -sf ../src/clib/../libmojave-external/cutil/lm_termsize.c lm_termsize.c
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_printf.ml lm_printf.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_debug.ml lm_debug.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_heap.ml lm_heap.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_list_util.ml lm_list_util.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_array_util.ml lm_array_util.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_set_sig.ml lm_set_sig.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_set.ml lm_set.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_map_sig.ml lm_map_sig.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_map.ml lm_map.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_int_set.ml lm_int_set.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_index.ml lm_index.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_thread_sig.ml lm_thread_sig.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_thread.ml lm_thread.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_string_util.ml lm_string_util.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_string_set.ml lm_string_set.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_filename_util.ml lm_filename_util.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_printf.mli lm_printf.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_debug.mli lm_debug.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_list_util.mli lm_list_util.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_array_util.mli lm_array_util.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_set.mli lm_set.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_map.mli lm_map.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_int_set.mli lm_int_set.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_index.mli lm_index.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_thread_core.mli lm_thread_core.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_thread.mli lm_thread.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_string_util.mli lm_string_util.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_string_set.mli lm_string_set.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_filename_util.mli lm_filename_util.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_thread_pool.mli lm_thread_pool.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_arg.ml lm_arg.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_hash.ml lm_hash.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_location.ml lm_location.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_position.ml lm_position.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_channel.ml lm_channel.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_lexer.ml lm_lexer.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_parser.ml lm_parser.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_glob.ml lm_glob.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_db.ml lm_db.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_arg.mli lm_arg.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_hash.mli lm_hash.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_location.mli lm_location.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_position.mli lm_position.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_channel.mli lm_channel.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_lexer.mli lm_lexer.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_parser.mli lm_parser.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_glob.mli lm_glob.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_db.mli lm_db.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_termsize.ml lm_termsize.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_termsize.mli lm_termsize.mli
ln -sf ../src/libmojave/../libmojave-external/unix/lm_uname.ml lm_uname.ml
ln -sf ../src/libmojave/../libmojave-external/unix/lm_unix_util.ml lm_unix_util.ml
ln -sf ../src/libmojave/../libmojave-external/unix/lm_uname.mli lm_uname.mli
ln -sf ../src/libmojave/../libmojave-external/unix/lm_unix_util.mli lm_unix_util.mli
ln -sf ../src/libmojave/../libmojave-external/unix/lm_notify.ml lm_notify.ml
ln -sf ../src/libmojave/../libmojave-external/unix/lm_notify.mli lm_notify.mli
ln -sf ../src/libmojave/../libmojave-external/util/lm_symbol_hash.ml lm_symbol.ml
ln -sf ../src/libmojave/../libmojave-external/util/lm_symbol_hash.mli lm_symbol.mli
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_thread_pool_null.ml lm_thread_pool.ml
ln -sf ../src/libmojave/../libmojave-external/stdlib/lm_thread_core_null.ml lm_thread_core.ml
ln -sf ../src/util/fmarshal.ml fmarshal.ml
ln -sf ../src/util/ocaml_patch.mli ocaml_patch.mli
ln -sf ../src/util/omake_marshal.ml omake_marshal.ml
ln -sf ../src/util/omake_print_util.ml omake_print_util.ml
ln -sf ../src/util/omake_print_util.mli omake_print_util.mli
ln -sf ../src/util/omake_printf.ml omake_printf.ml
ln -sf ../src/util/omake_readline.ml omake_readline.ml
ln -sf ../src/util/omake_readline.mli omake_readline.mli
ln -sf ../src/util/omake_util.ml omake_util.ml
ln -sf ../src/util/omake_util.mli omake_util.mli
ln -sf ../src/util/omake_wild.ml omake_wild.ml
ln -sf ../src/util/omake_wild.mli omake_wild.mli
ln -sf ../src/util/ocaml_patch_unix.ml ocaml_patch.ml
ln -sf ../src/magic/omake_gen_magic.ml omake_gen_magic.ml
ln -sf ../src/ir/omake_cache.ml omake_cache.ml
ln -sf ../src/ir/omake_cache.mli omake_cache.mli
ln -sf ../src/ir/omake_cache_type.ml omake_cache_type.ml
ln -sf ../src/ir/omake_command.ml omake_command.ml
ln -sf ../src/ir/omake_command.mli omake_command.mli
ln -sf ../src/ir/omake_command_type.ml omake_command_type.ml
ln -sf ../src/ir/omake_install.ml omake_install.ml
ln -sf ../src/ir/omake_install.mli omake_install.mli
ln -sf ../src/ir/omake_ir.ml omake_ir.ml
ln -sf ../src/ir/omake_ir_print.ml omake_ir_print.ml
ln -sf ../src/ir/omake_ir_print.mli omake_ir_print.mli
ln -sf ../src/ir/omake_ir_util.ml omake_ir_util.ml
ln -sf ../src/ir/omake_ir_util.mli omake_ir_util.mli
ln -sf ../src/ir/omake_node.ml omake_node.ml
ln -sf ../src/ir/omake_node.mli omake_node.mli
ln -sf ../src/ir/omake_node_sig.ml omake_node_sig.ml
ln -sf ../src/ir/omake_node_type.ml omake_node_type.ml
ln -sf ../src/ir/omake_options.ml omake_options.ml
ln -sf ../src/ir/omake_options.mli omake_options.mli
ln -sf ../src/ir/omake_shell_type.ml omake_shell_type.ml
ln -sf ../src/ir/omake_state.ml omake_state.ml
ln -sf ../src/ir/omake_state.mli omake_state.mli
ln -sf ../src/ir/omake_symbol.ml omake_symbol.ml
ln -sf ../src/ir/omake_virtual_id.ml omake_virtual_id.ml
ln -sf ../src/ir/omake_virtual_id.mli omake_virtual_id.mli
ln -sf ../src/exec/omake_exec.ml omake_exec.ml
ln -sf ../src/exec/omake_exec.mli omake_exec.mli
ln -sf ../src/exec/omake_exec_id.ml omake_exec_id.ml
ln -sf ../src/exec/omake_exec_id.mli omake_exec_id.mli
ln -sf ../src/exec/omake_exec_local.ml omake_exec_local.ml
ln -sf ../src/exec/omake_exec_local.mli omake_exec_local.mli
ln -sf ../src/exec/omake_exec_notify.ml omake_exec_notify.ml
ln -sf ../src/exec/omake_exec_notify.mli omake_exec_notify.mli
ln -sf ../src/exec/omake_exec_print.ml omake_exec_print.ml
ln -sf ../src/exec/omake_exec_print.mli omake_exec_print.mli
ln -sf ../src/exec/omake_exec_remote.ml omake_exec_remote.ml
ln -sf ../src/exec/omake_exec_remote.mli omake_exec_remote.mli
ln -sf ../src/exec/omake_exec_type.ml omake_exec_type.ml
ln -sf ../src/exec/omake_exec_util.ml omake_exec_util.ml
ln -sf ../src/exec/omake_exec_util.mli omake_exec_util.mli
ln -sf ../src/ast/omake_ast.ml omake_ast.ml
ln -sf ../src/ast/omake_ast_print.ml omake_ast_print.ml
ln -sf ../src/ast/omake_ast_print.mli omake_ast_print.mli
ln -sf ../src/ast/omake_ast_util.ml omake_ast_util.ml
ln -sf ../src/ast/omake_ast_util.mli omake_ast_util.mli
ln -sf ../src/env/omake_ast_lex.mli omake_ast_lex.mli
ln -sf ../src/env/omake_command_digest.ml omake_command_digest.ml
ln -sf ../src/env/omake_command_digest.mli omake_command_digest.mli
ln -sf ../src/env/omake_env.ml omake_env.ml
ln -sf ../src/env/omake_env.mli omake_env.mli
ln -sf ../src/env/omake_exn_print.ml omake_exn_print.ml
ln -sf ../src/env/omake_exn_print.mli omake_exn_print.mli
ln -sf ../src/env/omake_gen_parse.ml omake_gen_parse.ml
ln -sf ../src/env/omake_ir_ast.ml omake_ir_ast.ml
ln -sf ../src/env/omake_ir_ast.mli omake_ir_ast.mli
ln -sf ../src/env/omake_ir_free_vars.ml omake_ir_free_vars.ml
ln -sf ../src/env/omake_ir_free_vars.mli omake_ir_free_vars.mli
ln -sf ../src/env/omake_ir_semant.ml omake_ir_semant.ml
ln -sf ../src/env/omake_ir_semant.mli omake_ir_semant.mli
ln -sf ../src/env/omake_lexer.ml omake_lexer.ml
ln -sf ../src/env/omake_parser.ml omake_parser.ml
ln -sf ../src/env/omake_ast_lex.mll omake_ast_lex.mll
ln -sf ../src/env/omake_ast_parse.input omake_ast_parse.input
ln -sf ../src/shell/omake_shell_job.ml omake_shell_job.ml
ln -sf ../src/shell/omake_shell_job.mli omake_shell_job.mli
ln -sf ../src/shell/omake_shell_lex.ml omake_shell_lex.ml
ln -sf ../src/shell/omake_shell_lex.mli omake_shell_lex.mli
ln -sf ../src/shell/omake_shell_sys.mli omake_shell_sys.mli
ln -sf ../src/shell/omake_shell_sys_type.ml omake_shell_sys_type.ml
ln -sf ../src/shell/omake_shell_parse.mly omake_shell_parse.mly
ln -sf ../src/shell/omake_shell_sys_unix.ml omake_shell_sys.ml
ln -sf ../src/eval/omake_eval.ml omake_eval.ml
ln -sf ../src/eval/omake_eval.mli omake_eval.mli
ln -sf ../src/eval/omake_value.ml omake_value.ml
ln -sf ../src/eval/omake_value.mli omake_value.mli
ln -sf ../src/build/omake_build.ml omake_build.ml
ln -sf ../src/build/omake_build.mli omake_build.mli
ln -sf ../src/build/omake_build_tee.ml omake_build_tee.ml
ln -sf ../src/build/omake_build_tee.mli omake_build_tee.mli
ln -sf ../src/build/omake_build_type.ml omake_build_type.ml
ln -sf ../src/build/omake_build_util.ml omake_build_util.ml
ln -sf ../src/build/omake_build_util.mli omake_build_util.mli
ln -sf ../src/build/omake_builtin.ml omake_builtin.ml
ln -sf ../src/build/omake_builtin.mli omake_builtin.mli
ln -sf ../src/build/omake_builtin_type.ml omake_builtin_type.ml
ln -sf ../src/build/omake_builtin_util.ml omake_builtin_util.ml
ln -sf ../src/build/omake_builtin_util.mli omake_builtin_util.mli
ln -sf ../src/build/omake_rule.ml omake_rule.ml
ln -sf ../src/build/omake_rule.mli omake_rule.mli
ln -sf ../src/build/omake_target.ml omake_target.ml
ln -sf ../src/build/omake_target.mli omake_target.mli
ln -sf ../src/builtin/omake_builtin_arith.ml omake_builtin_arith.ml
ln -sf ../src/builtin/omake_builtin_arith.mli omake_builtin_arith.mli
ln -sf ../src/builtin/omake_builtin_base.ml omake_builtin_base.ml
ln -sf ../src/builtin/omake_builtin_base.mli omake_builtin_base.mli
ln -sf ../src/builtin/omake_builtin_file.ml omake_builtin_file.ml
ln -sf ../src/builtin/omake_builtin_file.mli omake_builtin_file.mli
ln -sf ../src/builtin/omake_builtin_fun.ml omake_builtin_fun.ml
ln -sf ../src/builtin/omake_builtin_fun.mli omake_builtin_fun.mli
ln -sf ../src/builtin/omake_builtin_io.ml omake_builtin_io.ml
ln -sf ../src/builtin/omake_builtin_io.mli omake_builtin_io.mli
ln -sf ../src/builtin/omake_builtin_io_fun.ml omake_builtin_io_fun.ml
ln -sf ../src/builtin/omake_builtin_io_fun.mli omake_builtin_io_fun.mli
ln -sf ../src/builtin/omake_builtin_object.ml omake_builtin_object.ml
ln -sf ../src/builtin/omake_builtin_object.mli omake_builtin_object.mli
ln -sf ../src/builtin/omake_builtin_rule.ml omake_builtin_rule.ml
ln -sf ../src/builtin/omake_builtin_rule.mli omake_builtin_rule.mli
ln -sf ../src/builtin/omake_builtin_shell.ml omake_builtin_shell.ml
ln -sf ../src/builtin/omake_builtin_shell.mli omake_builtin_shell.mli
ln -sf ../src/builtin/omake_builtin_sys.ml omake_builtin_sys.ml
ln -sf ../src/builtin/omake_builtin_sys.mli omake_builtin_sys.mli
ln -sf ../src/builtin/omake_builtin_target.ml omake_builtin_target.ml
ln -sf ../src/builtin/omake_builtin_target.mli omake_builtin_target.mli
ln -sf ../src/builtin/omake_builtin_test.ml omake_builtin_test.ml
ln -sf ../src/builtin/omake_builtin_test.mli omake_builtin_test.mli
ln -sf ../src/main/cvs_realclean.ml cvs_realclean.ml
ln -sf ../src/main/omake_main.ml omake_main.ml
ln -sf ../src/main/omake_main.mli omake_main.mli
ln -sf ../src/main/omake_shell.ml omake_shell.ml
ln -sf ../src/main/omake_shell.mli omake_shell.mli
ocamllex omake_ast_lex.mll
84 states, 2048 transitions, table size 8696 bytes
ocamlc  -c omake_gen_parse.ml
ocamlc  -custom -o omake_gen_parse  unix.cma   omake_gen_parse.cmo
./omake_gen_parse -o omake_ast_parse.mly omake_ast_parse.input
ocamlyacc omake_ast_parse.mly
ocamlyacc omake_shell_parse.mly
ocamldep  *.ml *.mli > Makefile.dep
make[1]: `Makefile.dep' is up to date.
ocamlc  -c lm_string_util.mli
ocamlc  -c omake_gen_magic.ml
ocamlc  -c lm_printf.mli
ocamlc  -c lm_printf.ml
ocamlc  -c lm_debug.mli
ocamlc  -c lm_debug.ml
ocamlc  -c lm_heap.ml
ocamlc  -c lm_list_util.mli
ocamlc  -c lm_list_util.ml
ocamlc  -c lm_array_util.mli
ocamlc  -c lm_array_util.ml
ocamlc  -c lm_set_sig.ml
ocamlc  -c lm_set.mli
ocamlc  -c lm_set.ml
ocamlc  -c lm_map_sig.ml
ocamlc  -c lm_map.mli
ocamlc  -c lm_map.ml
ocamlc  -c lm_int_set.mli
ocamlc  -c lm_int_set.ml
ocamlc  -c lm_termsize.mli
ocamlc  -c lm_termsize.ml
ocamlc  -c lm_arg.mli
ocamlc  -c lm_arg.ml
ocamlc  -c lm_index.mli
ocamlc  -c lm_index.ml
ocamlc  -c lm_thread_sig.ml
ocamlc  -c lm_thread_core.mli
ocamlc  -c lm_thread_core.ml
ocamlc  -c lm_thread.mli
ocamlc  -c lm_thread.ml
ocamlc  -c lm_string_util.ml
ocamlc  -c lm_string_set.mli
ocamlc  -c lm_string_set.ml
ocamlc  -c lm_hash.mli
ocamlc  -c lm_hash.ml
ocamlc  -c lm_symbol.mli
ocamlc  -c lm_symbol.ml
ocamlc  -c lm_location.mli
ocamlc  -c lm_location.ml
ocamlc  -c lm_position.mli
ocamlc  -c lm_position.ml
ocamlc  -c lm_filename_util.mli
ocamlc  -c lm_filename_util.ml
ocamlc  -c lm_uname.mli
ocamlc  -c lm_uname.ml
ocamlc  -c lm_thread_pool.mli
ocamlc  -c lm_thread_pool.ml
ocamlc  -c lm_channel.mli
ocamlc  -c lm_channel.ml
ocamlc  -c lm_lexer.mli
ocamlc  -c lm_lexer.ml
ocamlc  -c lm_parser.mli
ocamlc  -c lm_parser.ml
ocamlc  -c lm_unix_util.mli
ocamlc  -c lm_unix_util.ml
ocamlc  -c lm_glob.mli
ocamlc  -c lm_glob.ml
ocamlc  -c lm_db.mli
ocamlc  -c lm_db.ml
ocamlc  -c lm_notify.mli
ocamlc  -c lm_notify.ml
ocamlc   -a -o lm.cma lm_printf.cmo lm_debug.cmo lm_heap.cmo lm_list_util.cmo lm_array_util.cmo lm_set_sig.cmo lm_set.cmo lm_map_sig.cmo lm_map.cmo lm_int_set.cmo lm_termsize.cmo lm_arg.cmo lm_index.cmo lm_thread_sig.cmo lm_thread_core.cmo lm_thread.cmo lm_string_util.cmo lm_string_set.cmo lm_hash.cmo lm_symbol.cmo lm_location.cmo lm_position.cmo lm_filename_util.cmo lm_uname.cmo lm_thread_pool.cmo lm_channel.cmo lm_lexer.cmo lm_parser.cmo lm_unix_util.cmo lm_glob.cmo lm_db.cmo lm_notify.cmo
ocamlc  -custom -o omake_gen_magic  unix.cma  lm.cma omake_gen_magic.cmo
./omake_gen_magic -o omake_magic.ml --version version.txt --magic --cache-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_map.ml lm_position.ml lm_set.ml lm_symbol.ml omake_cache.ml omake_cache_type.ml omake_node.ml    --omc-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_symbol.ml omake_node.ml omake_ir.ml    --omo-files lm_filename_util.ml lm_hash.ml lm_lexer.ml lm_location.ml lm_map.ml lm_parser.ml lm_position.ml lm_set.ml lm_symbol.ml omake_cache_type.ml omake_ir.ml omake_node.ml omake_env.ml
ocamlc  -c omake_magic.ml
ocamlc   -a -o magic.cma omake_magic.cmo
ocamlc  -c omake_symbol.ml
ocamlc  -c omake_lexer.ml
ocamlc  -c omake_parser.ml
ocamlc  -c fmarshal.ml
ocamlc  -c omake_marshal.ml
ocamlc  -c omake_node_sig.ml
ocamlc  -c omake_node.mli
ocamlc  -c omake_ir.ml
ocamlc  -c omake_shell_type.ml
ocamlc  -c omake_options.mli
ocamlc  -c omake_ir_free_vars.mli
ocamlc  -c omake_exec_id.mli
ocamlc  -c omake_ir_print.mli
ocamlc  -c omake_command_type.ml
ocamlc  -c omake_exec_type.ml
ocamlc  -c omake_cache_type.ml
ocamlc  -c omake_exec_util.mli
ocamlc  -c omake_exec.mli
ocamlc  -c omake_cache.mli
ocamlc  -c omake_ast.ml
ocamlc  -c omake_env.mli
ocamlc  -c omake_value.mli
ocamlc  -c omake_state.mli
ocamlc  -c omake_shell_sys_type.ml
ocamlc  -c omake_shell_sys.mli
ocamlc  -c omake_shell_job.mli
ocamlc  -c omake_readline.mli
ocamlc  -c omake_ir_ast.mli
ocamlc  -c omake_exn_print.mli
ocamlc  -c omake_eval.mli
ocamlc  -c omake_build_type.ml
ocamlc  -c omake_builtin_type.ml
ocamlc  -c omake_builtin.mli
ocamlc  -c omake_ast_print.mli
ocamlc  -c omake_ast_lex.mli
ocamlc  -c omake_shell.mli
ocamlc  -c omake_shell.ml
ocamlc  -c omake_rule.mli
ocamlc  -c omake_install.mli
ocamlc  -c omake_exec_remote.mli
ocamlc  -c omake_builtin_io_fun.mli
ocamlc  -c omake_build.mli
ocamlc  -c omake_main.mli
ocamlc  -c omake_main.ml
ocamlc  -c ocaml_patch.mli
ocamlc  -c ocaml_patch.ml
ocamlc  -c omake_util.mli
ocamlc  -c omake_util.ml
ocamlc  -c omake_wild.mli
ocamlc  -c omake_wild.ml
ocamlc  -c omake_print_util.mli
ocamlc  -c omake_print_util.ml
ocamlc  -c omake_readline.ml
ocamlc  -c omake_printf.ml
ocamlc   -a -o util.cma fmarshal.cmo ocaml_patch.cmo omake_util.cmo omake_wild.cmo omake_print_util.cmo omake_readline.cmo omake_printf.cmo omake_marshal.cmo
ocamlc  -c omake_ast_util.mli
ocamlc  -c omake_ast_util.ml
ocamlc  -c omake_ast_print.ml
ocamlc   -a -o ast.cma omake_ast.cmo omake_ast_util.cmo omake_ast_print.cmo
ocamlc  -c omake_options.ml
ocamlc  -c omake_state.ml
ocamlc  -c omake_node_type.ml
ocamlc  -c omake_node.ml
ocamlc  -c omake_virtual_id.mli
ocamlc  -c omake_virtual_id.ml
ocamlc  -c omake_install.ml
ocamlc  -c omake_ir_util.mli
ocamlc  -c omake_ir_util.ml
ocamlc  -c omake_ir_print.ml
ocamlc  -c omake_command.mli
ocamlc  -c omake_command.ml
ocamlc  -c omake_cache.ml
ocamlc   -a -o ir.cma omake_options.cmo omake_symbol.cmo omake_state.cmo omake_node_type.cmo omake_node_sig.cmo omake_node.cmo omake_virtual_id.cmo omake_install.cmo omake_ir.cmo omake_ir_util.cmo omake_ir_print.cmo omake_command_type.cmo omake_shell_type.cmo omake_command.cmo omake_cache_type.cmo omake_cache.cmo
ocamlc  -c omake_ir_free_vars.ml
ocamlc  -c omake_env.ml
ocamlc  -c omake_exn_print.ml
ocamlc  -c omake_ast_parse.mli
ocamlc  -c omake_ast_parse.ml
ocamlc  -c omake_ast_lex.ml
ocamlc  -c omake_ir_ast.ml
ocamlc  -c omake_ir_semant.mli
ocamlc  -c omake_ir_semant.ml
ocamlc  -c omake_command_digest.mli
ocamlc  -c omake_command_digest.ml
ocamlc   -a -o env.cma omake_lexer.cmo omake_parser.cmo omake_ir_free_vars.cmo omake_env.cmo omake_exn_print.cmo omake_ast_parse.cmo omake_ast_lex.cmo omake_ir_ast.cmo omake_ir_semant.cmo omake_command_digest.cmo
ocamlc  -c omake_exec_id.ml
ocamlc  -c omake_exec_print.mli
ocamlc  -c omake_exec_print.ml
ocamlc  -c omake_exec_util.ml
ocamlc  -c omake_exec_local.mli
ocamlc  -c omake_exec_local.ml
ocamlc  -c omake_exec_remote.ml
ocamlc  -c omake_exec_notify.mli
ocamlc  -c omake_exec_notify.ml
ocamlc  -c omake_exec.ml
ocamlc   -a -o exec.cma omake_exec_id.cmo omake_exec_type.cmo omake_exec_print.cmo omake_exec_util.cmo omake_exec_local.cmo omake_exec_remote.cmo omake_exec_notify.cmo omake_exec.cmo
ocamlc  -c omake_eval.ml
ocamlc  -c omake_value.ml
ocamlc   -a -o eval.cma omake_eval.cmo omake_value.cmo
ocamlc  -c omake_shell_parse.mli
ocamlc  -c omake_shell_parse.ml
ocamlc  -c omake_shell_lex.mli
ocamlc  -c omake_shell_lex.ml
ocamlc  -c omake_shell_sys.ml
ocamlc  -c omake_shell_job.ml
ocamlc   -a -o shell.cma omake_shell_parse.cmo omake_shell_lex.cmo omake_shell_sys_type.cmo omake_shell_sys.cmo omake_shell_job.cmo
ocamlc  -c omake_rule.ml
ocamlc  -c omake_build_util.mli
ocamlc  -c omake_build_util.ml
ocamlc  -c omake_builtin_util.mli
ocamlc  -c omake_builtin_util.ml
ocamlc  -c omake_target.mli
ocamlc  -c omake_target.ml
ocamlc  -c omake_builtin.ml
ocamlc  -c omake_build_tee.mli
ocamlc  -c omake_build_tee.ml
ocamlc  -c omake_build.ml
ocamlc   -a -o build.cma omake_rule.cmo omake_build_type.cmo omake_build_util.cmo omake_builtin_type.cmo omake_builtin_util.cmo omake_target.cmo omake_builtin.cmo omake_build_tee.cmo omake_build.cmo
ocamlc  -c omake_builtin_base.mli
ocamlc  -c omake_builtin_base.ml
ocamlc  -c omake_builtin_arith.mli
ocamlc  -c omake_builtin_arith.ml
ocamlc  -c omake_builtin_file.mli
ocamlc  -c omake_builtin_file.ml
ocamlc  -c omake_builtin_fun.mli
ocamlc  -c omake_builtin_fun.ml
ocamlc  -c omake_builtin_io.mli
ocamlc  -c omake_builtin_io.ml
ocamlc  -c omake_builtin_io_fun.ml
ocamlc  -c omake_builtin_sys.mli
ocamlc  -c omake_builtin_sys.ml
ocamlc  -c omake_builtin_target.mli
ocamlc  -c omake_builtin_target.ml
ocamlc  -c omake_builtin_shell.mli
ocamlc  -c omake_builtin_shell.ml
ocamlc  -c omake_builtin_rule.mli
ocamlc  -c omake_builtin_rule.ml
ocamlc  -c omake_builtin_test.mli
ocamlc  -c omake_builtin_test.ml
ocamlc  -c omake_builtin_object.mli
ocamlc  -c omake_builtin_object.ml
ocamlc  -linkall -a -o builtin.cma omake_builtin_base.cmo omake_builtin_arith.cmo omake_builtin_file.cmo omake_builtin_fun.cmo omake_builtin_io.cmo omake_builtin_io_fun.cmo omake_builtin_sys.cmo omake_builtin_target.cmo omake_builtin_shell.cmo omake_builtin_rule.cmo omake_builtin_test.cmo omake_builtin_object.cmo
cc  -I"`ocamlc -where`" -c lm_heap.c
cc  -I"`ocamlc -where`" -c lm_channel.c
cc  -I"`ocamlc -where`" -c lm_printf.c
cc  -I"`ocamlc -where`" -c lm_ctype.c
cc  -I"`ocamlc -where`" -c lm_uname_ext.c
cc  -I"`ocamlc -where`" -c lm_unix_cutil.c
cc  -I"`ocamlc -where`" -c lm_compat_win32.c
cc  -I"`ocamlc -where`" -c readline.c
cc  -I"`ocamlc -where`" -c omake_shell_sys.c
cc  -I"`ocamlc -where`" -c fam_win32.c
cc  -I"`ocamlc -where`" -c fam_kqueue.c
cc  -I"`ocamlc -where`" -c fam_inotify.c
cc  -I"`ocamlc -where`" -c lm_notify.c
cc  -I"`ocamlc -where`" -c lm_termsize.c
rm -f clib.a
ar cq clib.a lm_heap.o lm_channel.o lm_printf.o lm_ctype.o lm_uname_ext.o lm_unix_cutil.o lm_compat_win32.o readline.o omake_shell_sys.o fam_win32.o fam_kqueue.o fam_inotify.o lm_notify.o lm_termsize.o
ranlib: file: clib.a(fam_win32.o) has no symbols
ranlib: file: clib.a(fam_kqueue.o) has no symbols
ranlib: file: clib.a(fam_inotify.o) has no symbols
ocamlc  -custom -o omake -cclib clib.a unix.cma  lm.cma util.cma magic.cma ast.cma ir.cma env.cma exec.cma eval.cma shell.cma build.cma builtin.cma omake_shell.cmo omake_main.cmo
touch .config
OMAKEFLAGS= OMAKEPATH=lib ./omake-boot --dotomake .omake --force-dotomake -j2 main
*** omake: reading OMakefiles
--- Testing for gcc... (found /usr/bin/gcc)
--- Testing for g++... (found /usr/bin/g++)
--- Testing for ocamlfind... (found /Users/janne/godi/bin/ocamlfind)
--- Testing for ocamlc.opt... (found /Users/janne/godi/bin/ocamlc.opt)
--- Testing for ocamlopt.opt... (found /Users/janne/godi/bin/ocamlopt.opt)
--- Testing whether ocamlc understands the "z" warnings... (yes)
--- Testing if ocamldep understands -modules... (no)
--- Looking for ocamldep-omake bytecode file... (found /Users/janne/godi/build/godi/godi-omake/work/omake-0.9.8/ocamldep/ocamldep-omake)
--- Testing if ocamldep-omake runs... (yes)
--- Testing for menhir... (FAILED - no menhir found)
--- Testing for latex... (found /opt/local/bin/latex)
--- Configuring LaTeX defaults... (tetex2 enabled)
--- Testing for svn... (found /opt/local/bin/svn)
--- Testing for FAM... (using kqueue)
--- Testing for string.h... (found)
--- Testing for strings.h... (found)
--- Testing for ncurses... (enabled)
--- Testing for readline... (enabled) (non-GNU)
Updating the .config file.
--- Testing for function snprintf... (found)
--- Testing for hevea... (found /Users/janne/godi/bin/hevea)
--- Testing for hacha... (found /Users/janne/godi/bin/hacha)
--- Looking for hevea configs... (/Users/janne/godi/share/hevea)
--- Checking if /Users/janne/godi/share/hevea exists... (yes)
*** omake: finished reading OMakefiles (2.8 sec)
*** omake: warning: stdout is not a tty, disabling the progress bar
   (use --progress to override).
*** omake: saved .omakedb
File "Lm_map.ml", line 63, characters 14-54591:
The type of this module,
functor (Base : Lm_map_sig.OrderedType) ->
  sig
    type ('a, 'b) path =
        Left of ('a, 'b) tree
      | Right of ('a, 'b) tree
      | Delete of ('a, 'b) tree
    type key = Base.t
    type 'a t = (key, 'a) tree
    exception Unchanged
    val cardinality : ('a, 'b) tree -> int
    val cardinal : ('a, 'b) tree -> int
    val new_black :
      'a -> 'b -> ('a, 'b) tree -> ('a, 'b) tree -> ('a, 'b) tree
    val new_red : 'a -> 'b -> ('a, 'b) tree -> ('a, 'b) tree -> ('a, 'b) tree
    val check_size : ('a, 'b) tree -> int
    val check_red : ('a, 'b) tree -> unit
    val black_depth : int -> ('a, 'b) tree -> int
    val check_black_aux : int -> int -> ('a, 'b) tree -> unit
    val check_black : ('a, 'b) tree -> unit
    val check_sort_lt : Base.t -> (Base.t, 'a) tree -> unit
    val check_sort_gt : Base.t -> (Base.t, 'a) tree -> unit
    val check_sort_gt_lt : Base.t -> Base.t -> (Base.t, 'a) tree -> unit
    val check_sort : (Base.- build src/libmojave Lm_map.o
+ ocamlopt.opt -warn-error A -w Aez -I . -c Lm_map.ml
t, 'a) tree -> unit
    val check : (Base.t, 'a) tree -> (Base.t, 'a) tree
    val insert :
      Base.t -> ('a option -> 'a) -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val filter_add :
      (Base.t, 'a) tree -> Base.t -> ('a option -> 'a) -> (Base.t, 'a) tree
    val replace :
      (Base.t, 'a) tree -> Base.t -> ('a -> 'a) -> (Base.t, 'a) tree
    val add : (Base.t, 'a) tree -> Base.t -> 'a -> (Base.t, 'a) tree
    val find_aux : Base.t -> (Base.t, 'a) tree -> 'a
    val find : (Base.t, 'a) tree -> Base.t -> 'a
    val find_aux : Base.t -> (Base.t, 'a list) tree -> 'a list
    val find_all : (Base.t, 'a list) tree -> Base.t -> 'a list
    val delete :
      Base.t ->
      ('a -> 'a option) ->
      (Base.t, 'a) path list -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val restore :
      (Base.t, 'a) path list -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val delete_min :
      (Base.t, 'a) path list -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val lift :
      Base.t * 'a ->
      (Base.t, 'a) path list -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val lift_black :
      Base.t * 'a ->
      (Base.t, 'a) path list -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val remove : (Base.t, 'a) tree -> Base.t -> (Base.t, 'a) tree
    val filter_remove :
      (Base.t, 'a) tree -> Base.t -> ('a -> 'a option) -> (Base.t, 'a) tree
    val choose : ('a, 'b) tree -> 'a * 'b
    val to_list_aux : ('a * 'b) list -> ('a, 'b) tree -> ('a * 'b) list
    val to_list : ('a, 'b) tree -> ('a * 'b) list
    val elements : ('a, 'b) tree -> ('a * 'b) list
    val keys_aux : 'a list -> ('a, 'b) tree -> 'a list
    val keys : (Base.t, '_a) tree -> Base.t list
    val reverse : 'a list -> 'a list -> 'a list
    val merge :
      (Base.t * 'a list) list ->
      (Base.t * 'a list) list ->
      (Base.t * 'a list) list -> (Base.t * 'a list) list
    val log2 : int -> int -> int
    val log2 : int -> int -> int
    val of_array :
      int -> int -> ('a * 'b) array -> int -> int -> ('a, 'b) tree
    val of_list : ('a * 'b) list -> ('a, 'b) tree
    val union_append :
      (Base.t -> 'a -> 'a -> 'a) ->
      (Base.t, 'a) tree -> Base.t -> 'a -> (Base.t, 'a) tree
    val union_aux :
      (Base.t -> 'a -> 'a -> 'a) ->
      (Base.t, 'a) tree -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val union :
      (Base.t -> 'a -> 'a -> 'a) ->
      (Base.t, 'a) tree -> (Base.t, 'a) tree -> (Base.t, 'a) tree
    val intersect_aux : Base.t list -> Base.t list -> bool
    val intersectp : (Base.t, '_a) tree -> (Base.t, '_a) tree -> bool
    val equal :
      ('a -> 'b -> bool) -> (Base.t, 'a) tree -> (Base.t, 'b) tree -> bool
    val mem_aux : (Base.t, 'a) tree -> Base.t -> bool
    val mem : (Base.t, 'a) tree -> Base.t -> bool
    val empty : ('a, 'b) tree
    val is_empty : ('a, 'b) tree -> bool
    val make : 'a -> 'b -> ('a, 'b) tree
    val iter : ('a -> 'b -> 'c) -> ('a, 'b) tree -> unit
    val iter_all : ('a -> 'b -> 'c) -> ('a, 'b) tree -> unit
    val map : ('a -> 'b) -> ('c, 'a) tree -> ('c, 'b) tree
    val mapi : ('a -> 'b -> 'c) -> ('a, 'b) tree -> ('a, 'c) tree
    val mapi_all : ('a -> 'b -> 'c) -> ('a, 'b) tree -> ('a, 'c) tree
    val fold : ('a -> 'b -> 'c -> 'a) -> 'a -> ('b, 'c) tree -> 'a
    val fold_all : ('a -> 'b -> 'c -> 'a) -> 'a -> ('b, 'c) tree -> 'a
    val fold_map :
      ('a -> 'b -> 'c -> 'a * 'd) ->
      'a -> ('b, 'c) tree -> 'a * ('b, 'd) tree
    val forall2 :
      ('a -> 'b -> bool) -> (Base.t, 'a) tree -> (Base.t, 'b) tree -> bool
    val forall : ('a -> 'b -> bool) -> ('a, 'b) tree -> bool
    val exists : ('a -> 'b -> bool) -> ('a, 'b) tree -> bool
    val find_iter : ('a -> 'b -> 'c option) -> ('a, 'b) tree -> 'c option
    val isect_mem :
      (Base.t, 'a) tree -> (Base.t -> bool) -> (Base.t, 'a) tree
    val keys_acc : ('a, 'b) tree -> 'a list -> 'a list
    val keys : ('a, 'b) tree -> 'a list
    val data_acc : ('a, 'b) tree -> 'b list -> 'b list
    val data : ('a, 'b) tree -> 'b list
    val add_list :
      (Base.t, 'a) tree -> (Base.t * 'a) list -> (Base.t, 'a) tree
  end,
contains type variables that cannot be generalized
*** omake: 728/1528 targets are up to date
*** omake: failed (26.5 sec, 224/224 scans, 132/187 rules, 565/1417 digests)
*** omake: targets were not rebuilt because of errors:
   src/libmojave/Lm_map.o
      depends on: src/libmojave/Lm_map.ml
   src/libmojave/Lm_map.cmx
      depends on: src/libmojave/Lm_map.ml
   src/libmojave/Lm_map.cmi
      depends on: src/libmojave/Lm_map.ml
make: *** [all] Error 2
*** Error code 2

Stop.
godi_make: stopped in /Users/janne/godi/build/godi/godi-omake
*** Error code 1

Stop.
godi_make: stopped in /Users/janne/godi/build/godi/godi-omake


More information about the Omake mailing list