~/oil/_tmp/native-tar-test/oils-for-unix-0.18.0 ~/oil/_tmp/native-tar-test ./configure: Wrote _build/detected-cpp-config.h ./configure: Wrote _build/detected-config.sh ./configure: Wrote _build/detected-config.h _build/oils.sh: Building oils-for-unix: _bin/cxx-opt-sh/oils-for-unix CXX _gen/bin/oils_for_unix.mycpp.cc CXX _gen/bin/text_files.cc CXX _gen/core/runtime.asdl.cc CXX _gen/cpp/build_stamp.cc CXX _gen/frontend/arg_types.cc CXX _gen/frontend/consts.cc CXX _gen/frontend/help_meta.cc CXX _gen/frontend/id_kind.asdl.cc CXX _gen/frontend/signal.cc CXX _gen/frontend/syntax.asdl.cc CXX _gen/osh/arith_parse.cc CXX _gen/ysh/grammar_tables.cc CXX cpp/core.cc CXX cpp/fanos.cc CXX cpp/fanos_shared.c CXX cpp/frontend_flag_spec.cc CXX cpp/frontend_match.cc CXX cpp/frontend_pyreadline.cc CXX cpp/libc.cc CXX cpp/osh.cc CXX cpp/osh_tdop.cc CXX cpp/pgen2.cc CXX cpp/pylib.cc CXX cpp/stdlib.cc CXX mycpp/bump_leak_heap.cc CXX mycpp/gc_builtins.cc CXX mycpp/gc_mylib.cc CXX mycpp/gc_str.cc CXX mycpp/hash.cc CXX mycpp/mark_sweep_heap.cc WAIT In file included from /home/uke/oil/_tmp/native-tar-test/oils-for-unix-0.18.0/mycpp/runtime.h:13, from /home/uke/oil/_tmp/native-tar-test/oils-for-unix-0.18.0/_gen/core/optview.h:5, from /home/uke/oil/_tmp/native-tar-test/oils-for-unix-0.18.0/cpp/preamble.h:7, from _gen/bin/oils_for_unix.mycpp.cc:5: /home/uke/oil/_tmp/native-tar-test/oils-for-unix-0.18.0/mycpp/gc_list.h: In member function 'Tuple2 cmd_eval::CommandEvaluator::ExecuteAndCatch(syntax_asdl::command_t*, int)': /home/uke/oil/_tmp/native-tar-test/oils-for-unix-0.18.0/mycpp/gc_list.h:280:3: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized] slab_->items_[i] = item; ^~~~~ _gen/bin/oils_for_unix.mycpp.cc:29544:7: note: 'status' was declared here int status; ^~~~~~ real 10.44 user 38.85 sys 0.86 LINK _bin/cxx-opt-sh/oils-for-unix 'osh' -> 'oils-for-unix.stripped' 'ysh' -> 'oils-for-unix.stripped' real 0m40.727s user 1m6.752s sys 0m2.636s -rwxr-xr-x 1 uke uke 1716696 Oct 4 06:20 _bin/cxx-opt-sh/oils-for-unix.stripped You can now run _bin/cxx-opt-sh/oils-for-unix.stripped. Example: + _bin/cxx-opt-sh/oils-for-unix.stripped osh -n -c 'echo "hello $name"' (command.Simple blame_tok: (Token id: Id.Lit_Chars col: 0 length: 4 span_id: 0 line: (SourceLine line_num:1 content:'echo "hello $name"' src:(source.CFlag)) tval: echo ) more_env: [] words: [ (CompoundWord parts: [ (Token id: Id.Lit_Chars col: 0 length: 4 span_id: 0 line: (SourceLine line_num:1 content:'echo "hello $name"' src:(source.CFlag)) tval: echo ) ] ) (CompoundWord parts: [ (DoubleQuoted left: (Token id: Id.Left_DoubleQuote col: 5 length: 1 span_id: 2 line: (SourceLine line_num:1 content:'echo "hello $name"' src:(source.CFlag)) tval: '"' ) parts: [ (Token id: Id.Lit_Chars col: 6 length: 6 span_id: 3 line: (SourceLine line_num:1 content:'echo "hello $name"' src:(source.CFlag)) tval: 'hello ' ) (SimpleVarSub left: (Token id: Id.VSub_DollarName col: 12 length: 5 span_id: 4 line: (SourceLine line_num:1 content:'echo "hello $name"' src:(source.CFlag)) tval: '$name' ) var_name: name ) ] right: (Token id: Id.Right_DoubleQuote col: 17 length: 1 span_id: 5 line: (SourceLine line_num:1 content:'echo "hello $name"' src:(source.CFlag)) tval: '"' ) ) ] ) ] redirects: [] do_fork: T ) ~/oil/_tmp/native-tar-test