/wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3

[1/38] cxx dbg '' _gen/frontend/id_kind.asdl.cc _build/obj/cxx-dbg/_gen/frontend/id_kind.asdl.o
[2/38] cxx dbg '' mycpp/bump_leak_heap.cc _build/obj/cxx-dbg/mycpp/bump_leak_heap.o
[3/38] cxx dbg '' cpp/data_lang.cc _build/obj/cxx-dbg/cpp/data_lang.o
[4/38] cxx dbg '' _gen/display/pretty.asdl.cc _build/obj/cxx-dbg/_gen/display/pretty.asdl.o
[5/38] cxx dbg '' _gen/core/runtime.asdl.cc _build/obj/cxx-dbg/_gen/core/runtime.asdl.o
[6/38] cxx dbg '' mycpp/gc_builtins.cc _build/obj/cxx-dbg/mycpp/gc_builtins.o
[7/38] cxx dbg '' mycpp/gc_mops.cc _build/obj/cxx-dbg/mycpp/gc_mops.o
[8/38] cxx dbg '' mycpp/gc_iolib.cc _build/obj/cxx-dbg/mycpp/gc_iolib.o
[9/38] cxx dbg '' mycpp/hash.cc _build/obj/cxx-dbg/mycpp/hash.o
[10/38] cxx dbg '' _gen/core/value.asdl.cc _build/obj/cxx-dbg/_gen/core/value.asdl.o
[11/38] cxx dbg '' _gen/cpp/build_stamp.cc _build/obj/cxx-dbg/_gen/cpp/build_stamp.o
[12/38] cxx dbg '' _gen/bin/text_files.cc _build/obj/cxx-dbg/_gen/bin/text_files.o
[13/38] cxx dbg '' mycpp/gc_mylib.cc _build/obj/cxx-dbg/mycpp/gc_mylib.o
[14/38] cxx dbg '' cpp/fanos_shared.c _build/obj/cxx-dbg/cpp/fanos_shared.o
[15/38] cxx dbg '' mycpp/mark_sweep_heap.cc _build/obj/cxx-dbg/mycpp/mark_sweep_heap.o
[16/38] cxx dbg '' cpp/fanos.cc _build/obj/cxx-dbg/cpp/fanos.o
[17/38] cxx dbg '' cpp/core.cc _build/obj/cxx-dbg/cpp/core.o
FAILED: _build/obj/cxx-dbg/cpp/core.o 
build/ninja-rules-cpp.sh compile_one cxx dbg '' cpp/core.cc _build/obj/cxx-dbg/cpp/core.o _build/obj/cxx-dbg/cpp/core.o.d
cpp/core.cc: In function 'List<int>* pyos::WaitForInputs(List<int>)':
cpp/core.cc:261:21: error: no matching function for call to 'len(List<int>&)'
   int n = len(fds_in);
                     ^
In file included from /home/uke/oil/mycpp/gc_alloc.h:13,
                 from /home/uke/oil/mycpp/runtime.h:8,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
/home/uke/oil/mycpp/gc_str.h:103:12: note: candidate: 'int len(const BigStr*)'
 inline int len(const BigStr* s) {
            ^~~
/home/uke/oil/mycpp/gc_str.h:103:12: note:   no known conversion for argument 1 from 'List<int>' to 'const BigStr*'
/home/uke/oil/mycpp/gc_str.h:184:12: note: candidate: 'int len(Str)'
 inline int len(const Str s) {
            ^~~
/home/uke/oil/mycpp/gc_str.h:184:12: note:   no known conversion for argument 1 from 'List<int>' to 'Str'
In file included from /home/uke/oil/mycpp/runtime.h:13,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
/home/uke/oil/mycpp/gc_list.h:216:5: note: candidate: 'template<class T> int len(const List<T>*)'
 int len(const List<T>* L) {
     ^~~
/home/uke/oil/mycpp/gc_list.h:216:5: note:   template argument deduction/substitution failed:
cpp/core.cc:261:21: note:   mismatched types 'const List<T>*' and 'List<int>'
   int n = len(fds_in);
                     ^
In file included from /home/uke/oil/mycpp/runtime.h:14,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
/home/uke/oil/mycpp/gc_dict.h:417:12: note: candidate: 'template<class K, class V> int len(const Dict<K, V>*)'
 inline int len(const Dict<K, V>* d) {
            ^~~
/home/uke/oil/mycpp/gc_dict.h:417:12: note:   template argument deduction/substitution failed:
cpp/core.cc:261:21: note:   mismatched types 'const Dict<K, V>*' and 'List<int>'
   int n = len(fds_in);
                     ^
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:196,
                 from /usr/include/stdlib.h:394,
                 from /usr/include/c++/8/cstdlib:75,
                 from /usr/include/c++/8/stdlib.h:36,
                 from /home/uke/oil/mycpp/mark_sweep_heap.h:4,
                 from /home/uke/oil/mycpp/gc_alloc.h:19,
                 from /home/uke/oil/mycpp/runtime.h:8,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
cpp/core.cc:263:18: error: base operand of '->' has non-pointer type 'List<int>'
     FD_SET(fds_in->at(n), &fds);
                  ^~
cpp/core.cc:263:18: error: base operand of '->' has non-pointer type 'List<int>'
     FD_SET(fds_in->at(n), &fds);
                  ^~
cpp/core.cc:266:30: error: no matching function for call to 'len(int&)'
   for (int i = 0; i < len(out); ++i) {
                              ^
In file included from /home/uke/oil/mycpp/gc_alloc.h:13,
                 from /home/uke/oil/mycpp/runtime.h:8,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
/home/uke/oil/mycpp/gc_str.h:103:12: note: candidate: 'int len(const BigStr*)' <near match>
 inline int len(const BigStr* s) {
            ^~~
/home/uke/oil/mycpp/gc_str.h:103:12: note:   conversion of argument 1 would be ill-formed:
cpp/core.cc:266:27: error: invalid conversion from 'int' to 'const BigStr*' [-fpermissive]
   for (int i = 0; i < len(out); ++i) {
                           ^~~
In file included from /home/uke/oil/mycpp/gc_alloc.h:13,
                 from /home/uke/oil/mycpp/runtime.h:8,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
/home/uke/oil/mycpp/gc_str.h:184:12: note: candidate: 'int len(Str)'
 inline int len(const Str s) {
            ^~~
/home/uke/oil/mycpp/gc_str.h:184:12: note:   no known conversion for argument 1 from 'int' to 'Str'
In file included from /home/uke/oil/mycpp/runtime.h:13,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
/home/uke/oil/mycpp/gc_list.h:216:5: note: candidate: 'template<class T> int len(const List<T>*)'
 int len(const List<T>* L) {
     ^~~
/home/uke/oil/mycpp/gc_list.h:216:5: note:   template argument deduction/substitution failed:
cpp/core.cc:266:30: note:   mismatched types 'const List<T>*' and 'int'
   for (int i = 0; i < len(out); ++i) {
                              ^
In file included from /home/uke/oil/mycpp/runtime.h:14,
                 from /home/uke/oil/_gen/frontend/syntax.asdl.h:8,
                 from /home/uke/oil/cpp/core.h:9,
                 from cpp/core.cc:3:
/home/uke/oil/mycpp/gc_dict.h:417:12: note: candidate: 'template<class K, class V> int len(const Dict<K, V>*)'
 inline int len(const Dict<K, V>* d) {
            ^~~
/home/uke/oil/mycpp/gc_dict.h:417:12: note:   template argument deduction/substitution failed:
cpp/core.cc:266:30: note:   mismatched types 'const Dict<K, V>*' and 'int'
   for (int i = 0; i < len(out); ++i) {
                              ^
cpp/core.cc:267:30: error: base operand of '->' has non-pointer type 'List<int>'
     if (inputAvailable(fds_in->at(n))) {
                              ^~
cpp/core.cc:267:9: error: 'inputAvailable' was not declared in this scope
     if (inputAvailable(fds_in->at(n))) {
         ^~~~~~~~~~~~~~
cpp/core.cc:267:9: note: suggested alternative: 'InputAvailable'
     if (inputAvailable(fds_in->at(n))) {
         ^~~~~~~~~~~~~~
         InputAvailable
cpp/core.cc:268:25: error: base operand of '->' has non-pointer type 'List<int>'
       ret->append(fds_in->(n));
                         ^~
cpp/core.cc:268:27: error: expected unqualified-id before '(' token
       ret->append(fds_in->(n));
                           ^
[18/38] cxx dbg '' _gen/frontend/syntax.asdl.cc _build/obj/cxx-dbg/_gen/frontend/syntax.asdl.o
[19/38] cxx dbg '' cpp/frontend_flag_spec.cc _build/obj/cxx-dbg/cpp/frontend_flag_spec.o
[20/38] cxx dbg '' cpp/frontend_pyreadline.cc _build/obj/cxx-dbg/cpp/frontend_pyreadline.o
[21/38] cxx dbg '' cpp/frontend_match.cc _build/obj/cxx-dbg/cpp/frontend_match.o
[22/38] cxx dbg '' mycpp/gc_str.cc _build/obj/cxx-dbg/mycpp/gc_str.o
ninja: build stopped: subcommand failed.