[Omake] Announcing OMake 0.9.8

Janne Hellsten jjhellst at gmail.com
Tue Dec 12 01:44:29 PST 2006


Hi,

I'm trying to update OMake from GODI but alas the build fails for some
reason.  The error is here:

8<
> + ocamlopt.opt -warn-error A -w Aez -I . -c Lm_set.ml
> File "Lm_set.ml", line 1, characters 0-1:
> Could not find the .cmi file for interface Lm_set.mli.
> *** omake: 578/1502 targets are up to date
> *** omake: failed (30.5 sec, 196/196 scans, 73/94 rules, 467/1168 digests)
> *** omake: targets were not rebuilt because of errors:
>    src/libmojave/Lm_set.cmx
>       depends on: src/libmojave/Lm_set.ml
>    src/libmojave/Lm_set.cmi
>       depends on: src/libmojave/Lm_set.ml
>    src/libmojave/Lm_set.o
>       depends on: src/libmojave/Lm_set.ml
8<

The full log is attached.

Thanks,
Janne

On 12/12/06, Aleksey Nogin <nogin at metaprl.org> wrote:
> We are proud to announce the latest release of the OMake Build System -
> OMake 0.9.8.
>
> OMake 0.9.8 is a major feature enhancements and bugfixes release; it is
> not fully backwards-compatible. The changes in this release include:
>
>  * The main change in this release is that the OMake values will now be
>    converted into the shell command lines directly (all the previous
>    versions of OMake should first "flatten" the value into a string and
>    then perform sh-like parsing of the resulting string). In particular,
>    this means that:
>       + All the special symbols in files and directory values will be
>         preserved.
>       + All the spaces inside the array elements will be preserved.
>       + All the special symbols in OMake-quoted values ($"..." and
>         $'...') will be preserved.
>       + If  the first element of the command line is a file value,
>         neither PATH- nor alias-expansion will be performed. Note -
>         there will also be no alias-expansion if the executable value
>         contains quoted parts or starts with a \.
>       + The Shell. aliases will now receive the values passed on the
>         shell command line as is, not the string-expanded version. Also,
>         if some of the arguments are the result of a glob-expansion, the
>         alias function will receive the appropriate file values, not the
>         strings.
>       + OMake 0.9.8 will not be fully backwards-compatible with the
>         earlier releases.
>  * Major redesign of the OMake documentation (using Hevea).
>       + The documentation is significantly expanded, examples added,
>         bugs fixed.
>       + There  are  now  a number of indices, including a index of
>         variables, an index of functions, and an overall index.
>  * OCaml.om improvements:
>       + Implemented a new approach to computing the dependencies in
>         OCaml projects in OMake. In this approach a special version of
>         ocamldep  is used to only extract the list of the external
>         modules a file depends on and then OMake is used to map those
>         modules  to files in the include path. This eliminates the
>         "standard" deficiency of having to generate all the relevant
>         OCaml source files before ocamldep is called. This feature is
>         considered highly expire mental and is disabled by default. Use
>         the OCAMLDEP_MODULES_ENABLED variable to enable.
>       + Added support for the Menhir parser-generator (experimental).
>  * C.om improvements:
>       + Changed the CProgram function to consider LIBS to be the actual
>         library files (_without_ the extension) that need to be linked
>         in.
>       + Improved the C scanner rule on Windows.
>  * LaTeX.om improvements:
>       + BSTINPUTS environment variable joins TEXINPUTS and BIBINPUTS in
>         the list of variables initialized from the OMake's TEXINPUTS
>         variable.
>       + The list of such variables is now configurable (TEXVARS variable
>         contains an array of names).
>  * More control over the OMake output and verbosity.
>       + By default, OMake is now much more silent ("-S --progress" is
>         enabled by default when it outputs to a terminal, and "-S" is
>         enabled in all other cases).
>       + Added a --verbose option that would make OMake very verbose,
>         when needed.
>       + Added an ability to postpone and/or repeat the rule execution
>         output (so that, for example, only the output of the rules that
>         fail is printed, or the output of the rules that failed is
>         repeated at the end of the omake -k execution). This feature is
>         somewhat experimental and might change in the future versions of
>         OMake.
>       + Added the -o option for better control of OMake verbosity.
>  * Added three special .PHONY targets: .BUILD_BEGIN, .BUILD_SUCCESS, and
>    .BUILD_FAILURE. .BUILD_BEGIN is built before anything else in your
>    project. One of .BUILD_SUCCESS or .BUILD_FAILURE is built when the
>    build for your project terminates.
>    Note:
>       + This feature is experimental and is likely to change in the
>         future versions of OMake.
>       + If you want to use these targets, you should probably add them
>         to your ~/.omakerc, rather than adding them directly to each of
>         the projects you work on.
>  * OMake will now save the .omakedb periodically, preventing the state
>    loss in case the OMake process dies unexpectedly (for example, when
>    Cygwin kills OMake after user presses Ctrl-C). The checkpointing
>    interval may be configured both at compile time and via the command
>    line.
>  * The variables such as $< and $@ in rules and % in implicit rules will
>    no longer be expanded to strings; instead they will be passed as Node
>    ("file") values.
>  * Much better handling of the exit function, a number of bugs fixed.
>  * Implicit  rules can no longer have target patterns referring to
>    another directories.
>  * New  functions:  Shell.ln-or-cp,  html-escaped, string-escaped,
>    encode-uri, decode-uri, random, find-targets-in-path.
>  * Added an ability to turn a string into an input channel. This allows,
>    for example, to use an OMake variable as an input to built-in awk
>    without having to write it to a temporary file first.
>  * New flags added to built-in awk and grep.
>  * A large number of other bug fixes and improvements.
>
> For more information on OMake, please visit the OMake Home Page at
> http://omake.metaprl.org/
>
> Source and binary packages of OMake 0.9.8 may be downloaded from
> http://omake.metaprl.org/download.html. In addition, OMake may be
> obtained via the GODI packaging system.
>
> OMake 0.9.8 is still an alpha release. While we have made an effort
> to ensure that it is bug-free, it is possible some functions may not
> behave as you would expect. Please report any comments and/or bugs to
> the mailing list omake at metaprl.org and/or at http://bugzilla.metaprl.org/
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake
>
-------------- next part --------------
=> omake-0.9.8-1.tar.gz doesn't seem to exist on this system.
=> Attempting to fetch omake-0.9.8-1.tar.gz from http://omake.metaprl.org/downloads/.
=> [2766147 bytes]
===> 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 (5.5 sec)
*** omake: warning: stdout is not a tty, disabling the progress bar
   (use --progress to override).
*** omake: saved .omakedb
- build src/libmojave Lm_set.cmx
+ ocamlopt.opt -warn-error A -w Aez -I . -c Lm_set.ml
File "Lm_set.ml", line 1, characters 0-1:
Could not find the .cmi file for interface Lm_set.mli.
*** omake: 578/1502 targets are up to date
*** omake: failed (30.5 sec, 196/196 scans, 73/94 rules, 467/1168 digests)
*** omake: targets were not rebuilt because of errors:
   src/libmojave/Lm_set.cmx
      depends on: src/libmojave/Lm_set.ml
   src/libmojave/Lm_set.cmi
      depends on: src/libmojave/Lm_set.ml
   src/libmojave/Lm_set.o
      depends on: src/libmojave/Lm_set.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