Removing _devbuild/gen/* asdl/hnode.asdl -> (asdl_main) -> _devbuild/gen/hnode_asdl.py frontend/types.asdl -> (asdl_main) -> _devbuild/gen/types_asdl.py core/runtime.asdl -> (asdl_main) -> _devbuild/gen/runtime_asdl.py core/value.asdl -> (asdl_main) -> _devbuild/gen/value_asdl.py data_lang/nil8.asdl -> (asdl_main) -> _devbuild/gen/nil8_asdl.py data_lang/pretty.asdl -> (asdl_main) -> _devbuild/gen/pretty_asdl.py tools/find/find.asdl -> (asdl_main) -> _devbuild/gen/find_asdl.py (frontend/consts_gen) -> _devbuild/gen/id_kind_asdl.py (frontend/consts_gen) -> _devbuild/gen/id_kind.py frontend/syntax.asdl -> (asdl_main) -> _devbuild/gen/syntax_asdl.py (frontend/option_gen) -> _devbuild/gen/option_asdl.py (frontend/flag_gen) -> _devbuild/gen/arg_types.py yaks/yaks.asdl -> (asdl_main) -> _devbuild/gen/yaks_asdl.py mycpp/examples/expr.asdl -> (asdl_main) -> _devbuild/gen/expr_asdl.py asdl/examples/demo_lib.asdl -> (asdl_main) -> _devbuild/gen/demo_lib_asdl.py asdl/examples/typed_demo.asdl -> (asdl_main) -> _devbuild/gen/typed_demo_asdl.py asdl/examples/shared_variant.asdl -> (asdl_main) -> _devbuild/gen/shared_variant_asdl.py asdl/examples/typed_arith.asdl -> (asdl_main) -> _devbuild/gen/typed_arith_asdl.py ysh/grammar.pgen2 -> (ysh/grammar_gen) -> _devbuild/gen/grammar{.marshal,_nt.py} tools/find/find.pgen2 -> (ysh/grammar_gen) -> _devbuild/gen/find{.marshal,_nt.py} mycpp/examples/arith.pgen2 -> (ysh/grammar_gen) -> _devbuild/gen/arith{.marshal,_nt.py} (pyext/setup_libc.py) -> libc.so In file included from /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/Python.h:8, from pyext/libc.c:22: /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from pyext/libc.c:12: /usr/include/features.h:290: note: this is the location of the previous definition 290 | # define _POSIX_C_SOURCE 200809L | In file included from /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/Python.h:8, from pyext/libc.c:22: /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/pyconfig.h:1245: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from pyext/libc.c:12: /usr/include/features.h:214: note: this is the location of the previous definition 214 | # define _XOPEN_SOURCE 700 | OK _test/unit/pyext/libc_test.py.log (pyext/setup_line_input.py) -> line_input.so OK _test/unit/pyext/line_input_test.py.log (pyext/setup_posix.py) -> posix_.so OK _test/unit/pyext/posix_test.py.log (pyext/setup_fanos.py) -> fanos.so In file included from /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/Python.h:8, from pyext/fanos.c:9: /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/assert.h:35, from pyext/fanos.c:3: /usr/include/features.h:290: note: this is the location of the previous definition 290 | # define _POSIX_C_SOURCE 200809L | OK _test/unit/pyext/fanos_test.py.log (pyext/setup_fastfunc.py) -> fastfunc.so In file included from /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/Python.h:8, from pyext/fastfunc.c:12: /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/assert.h:35, from pyext/fastfunc.c:3: /usr/include/features.h:290: note: this is the location of the previous definition 290 | # define _POSIX_C_SOURCE 200809L | pyext/fastfunc.c: In function ‘func_J8EncodeString’: pyext/fastfunc.c:37:49: warning: pointer targets in passing argument 1 of ‘PyString_FromStringAndSize’ differ in signedness [-Wpointer-sign] 37 | PyObject *ret = PyString_FromStringAndSize(out.data, out.len); | ~~~^~~~~ | | | unsigned char * In file included from /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/Python.h:97, from pyext/fastfunc.c:12: /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/stringobject.h:62:51: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 62 | PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ pyext/fastfunc.c: In function ‘func_ShellEncodeString’: pyext/fastfunc.c:53:49: warning: pointer targets in passing argument 1 of ‘PyString_FromStringAndSize’ differ in signedness [-Wpointer-sign] 53 | PyObject *ret = PyString_FromStringAndSize(out.data, out.len); | ~~~^~~~~ | | | unsigned char * In file included from /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/Python.h:97, from pyext/fastfunc.c:12: /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/stringobject.h:62:51: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 62 | PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ pyext/fastfunc.c: In function ‘func_Utf8DecodeOne’: pyext/fastfunc.c:97:22: warning: pointer targets in passing argument 1 of ‘utf8_decode’ differ in signedness [-Wpointer-sign] 97 | utf8_decode(string + start, &decode_result); | ~~~~~~~^~~~~~~ | | | char * In file included from ./data_lang/j8.h:7, from pyext/fastfunc.c:8: ./data_lang/utf8.h:98:53: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ 98 | static inline void utf8_decode(const unsigned char *input, | ~~~~~~~~~~~~~~~~~~~~~^~~~~ OK _test/unit/pyext/fastfunc_test.py.log (asdl_main c) -> _gen/frontend/types.asdl_c.h (frontend/consts_gen c) -> _gen/frontend/id_kind.asdl_c.h (lexer_gen) -> _gen/_tmp/match.re2c-input.h _gen/_tmp/match.re2c-input.h -> (re2c) -> _gen/frontend/match.re2c.h (pyext/setup_fastlex.py) -> fastlex.so In file included from /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/Python.h:8, from pyext/fastlex.c:8: /wedge/oils-for-unix.org/pkg/python2/2.7.18/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from pyext/fastlex.c:6: /usr/include/features.h:290: note: this is the location of the previous definition 290 | # define _POSIX_C_SOURCE 200809L | OK _test/unit/pyext/fastlex_test.py.log CC benchmarks/time-helper.c Removing _devbuild/help/* mkdir: created directory '_release/VERSION/doc/ref' mkdir: created directory '_tmp/doc/ref' mkdir: created directory '_tmp/doc/ref/chap-builtin-cmd' mkdir: created directory '_tmp/code-blocks/doc' mkdir: created directory '_tmp/code-blocks/doc/ref' _tmp/doc/ref/chap-builtin-cmd -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-builtin-cmd.html mkdir: created directory '_tmp/doc/ref/chap-builtin-func' _tmp/doc/ref/chap-builtin-func -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-builtin-func.html mkdir: created directory '_tmp/doc/ref/chap-cmd-lang' _tmp/doc/ref/chap-cmd-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-cmd-lang.html mkdir: created directory '_tmp/doc/ref/chap-errors' _tmp/doc/ref/chap-errors -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-errors.html mkdir: created directory '_tmp/doc/ref/chap-expr-lang' _tmp/doc/ref/chap-expr-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-expr-lang.html mkdir: created directory '_tmp/doc/ref/chap-front-end' _tmp/doc/ref/chap-front-end -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-front-end.html mkdir: created directory '_tmp/doc/ref/chap-index' _tmp/doc/ref/chap-index -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-index.html mkdir: created directory '_tmp/doc/ref/chap-j8' _tmp/doc/ref/chap-j8 -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-j8.html mkdir: created directory '_tmp/doc/ref/chap-mini-lang' _tmp/doc/ref/chap-mini-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-mini-lang.html mkdir: created directory '_tmp/doc/ref/chap-option' _tmp/doc/ref/chap-option -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-option.html mkdir: created directory '_tmp/doc/ref/chap-osh-assign' _tmp/doc/ref/chap-osh-assign -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-osh-assign.html mkdir: created directory '_tmp/doc/ref/chap-plugin' _tmp/doc/ref/chap-plugin -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-plugin.html mkdir: created directory '_tmp/doc/ref/chap-special-var' _tmp/doc/ref/chap-special-var -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-special-var.html mkdir: created directory '_tmp/doc/ref/chap-stdlib' _tmp/doc/ref/chap-stdlib -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-stdlib.html mkdir: created directory '_tmp/doc/ref/chap-type-method' _tmp/doc/ref/chap-type-method -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-type-method.html mkdir: created directory '_tmp/doc/ref/chap-word-lang' _tmp/doc/ref/chap-word-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-word-lang.html mkdir: created directory '_tmp/doc/ref/chap-ysh-cmd' _tmp/doc/ref/chap-ysh-cmd -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-ysh-cmd.html mkdir: created directory '_tmp/doc/ref/disabled-chap-packle' _tmp/doc/ref/disabled-chap-packle -> (doctools/cmark) -> _release/VERSION/doc/ref/disabled-chap-packle.html mkdir: created directory '_tmp/doc/ref/index' _tmp/doc/ref/index -> (doctools/cmark) -> _release/VERSION/doc/ref/index.html mkdir: created directory '_tmp/doc/ref/toc-data' _tmp/doc/ref/toc-data -> (doctools/cmark) -> _release/VERSION/doc/ref/toc-data.html mkdir: created directory '_tmp/doc/ref/toc-osh' _tmp/doc/ref/toc-osh -> (doctools/cmark) -> _release/VERSION/doc/ref/toc-osh.html mkdir: created directory '_tmp/doc/ref/toc-ysh' _tmp/doc/ref/toc-ysh -> (doctools/cmark) -> _release/VERSION/doc/ref/toc-ysh.html Wrote _devbuild/help/osh-type-method Wrote _devbuild/help/osh-builtin-cmd Wrote _devbuild/help/osh-stdlib Wrote _devbuild/help/osh-front-end Wrote _devbuild/help/osh-cmd-lang Wrote _devbuild/help/osh-osh-assign Wrote _devbuild/help/osh-word-lang Wrote _devbuild/help/osh-mini-lang Wrote _devbuild/help/osh-option Wrote _devbuild/help/osh-special-var Wrote _devbuild/help/osh-plugin (doctools/make_help) -> 11 sections -> _devbuild/help Wrote _devbuild/help/ysh-type-method Wrote _devbuild/help/ysh-builtin-func Wrote _devbuild/help/ysh-builtin-cmd Wrote _devbuild/help/ysh-stdlib Wrote _devbuild/help/ysh-front-end Wrote _devbuild/help/ysh-cmd-lang Wrote _devbuild/help/ysh-ysh-cmd Wrote _devbuild/help/ysh-expr-lang Wrote _devbuild/help/ysh-word-lang Wrote _devbuild/help/ysh-mini-lang Wrote _devbuild/help/ysh-option Wrote _devbuild/help/ysh-special-var Wrote _devbuild/help/ysh-plugin (doctools/make_help) -> 13 sections -> _devbuild/help Wrote _devbuild/help/data-front-end Wrote _devbuild/help/data-j8-notation Wrote _devbuild/help/data-errors (doctools/make_help) -> 3 sections -> _devbuild/help 17 chapters -> (doctools/make_help) -> 415

cards from 135

sections to _devbuild/help DEPS _build/NINJA/asdl.asdl_main/deps.txt DEPS _build/NINJA/core.optview_gen/deps.txt DEPS _build/NINJA/frontend.consts_gen/deps.txt DEPS _build/NINJA/frontend.flag_gen/deps.txt DEPS _build/NINJA/frontend.lexer_gen/deps.txt DEPS _build/NINJA/frontend.option_gen/deps.txt DEPS _build/NINJA/ysh.grammar_gen/deps.txt DEPS _build/NINJA/osh.arith_parse_gen/deps.txt DEPS _build/NINJA/frontend.signal_gen/deps.txt DEPS _build/NINJA/cpp.embedded_file_gen/deps.txt DEPS _build/NINJA/bin.osh_eval/all.txt _build/NINJA/bin.osh_eval/translate.txt _build/NINJA/bin.osh_eval/typecheck.txt DEPS _build/NINJA/bin.oils_for_unix/all.txt _build/NINJA/bin.oils_for_unix/translate.txt _build/NINJA/bin.oils_for_unix/typecheck.txt DEPS _build/NINJA/yaks.yaks_main/all.txt _build/NINJA/yaks.yaks_main/translate.txt _build/NINJA/yaks.yaks_main/typecheck.txt DEPS prebuilt/ninja/mycpp.mycpp_main/deps.txt prebuilt/ninja/pea.pea_main/deps.txt ./configure: Turned on -D GC_TIMING because $_OIL_DEV is set ./configure: Wrote _build/detected-cpp-config.h ./configure: Wrote _build/detected-config.sh (build/ninja_main.py) -> build.ninja (3004 targets)