DEBUG: Executing shell function do_compile
NOTE: make -j 32 -l 48.0
make all-recursive
make[1]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git'
Making all in include
make[2]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/include'
Making all in src
make[2]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src'
Making all in libply
make[3]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
LEX lexer.c
updating lexer.h
YACC grammar.c
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:8.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
8 | %expect 0
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:10.1-8: warning: POSIX Yacc does not support %defines [-Wyacc]
10 | %defines
| ^~~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:12.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
12 | %define api.pure
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:13.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
13 | %define parse.error verbose
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:19.1-5: warning: POSIX Yacc does not support %code [-Wyacc]
19 | %code requires {
| ^~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:43.1-15: warning: POSIX Yacc does not support %initial-action [-Wyacc]
43 | %initial-action {
| ^~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:47.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
47 | %define api.value.type { struct node * }
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:124.3-8: warning: POSIX Yacc does not support %empty [-Wyacc]
124 | | %empty { $$ = NULL; }
| ^~~~~~
updating grammar.h
make all-am
make[4]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
make[4]: *** No rule to make target 'arch/mips.c', needed by 'arch/libply_la-mips.lo'. Stop.
make[4]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
Makefile:440: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
Makefile:354: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src'
Makefile:455: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git'
Makefile:366: recipe for target 'all' failed
make: *** [all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/temp/run.do_compile.22487:1 exit 1 from 'do_compile'
ERROR: Execution of 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/temp/run.do_compile.22487' failed with exit code 1:
make all-recursive
make[1]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git'
Making all in include
make[2]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/include'
Making all in src
make[2]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src'
Making all in libply
make[3]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
LEX lexer.c
updating lexer.h
YACC grammar.c
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:8.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
8 | %expect 0
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:10.1-8: warning: POSIX Yacc does not support %defines [-Wyacc]
10 | %defines
| ^~~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:12.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
12 | %define api.pure
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:13.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
13 | %define parse.error verbose
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:19.1-5: warning: POSIX Yacc does not support %code [-Wyacc]
19 | %code requires {
| ^~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:43.1-15: warning: POSIX Yacc does not support %initial-action [-Wyacc]
43 | %initial-action {
| ^~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:47.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
47 | %define api.value.type { struct node * }
| ^~~~~~~
TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply/grammar.y:124.3-8: warning: POSIX Yacc does not support %empty [-Wyacc]
124 | | %empty { $$ = NULL; }
| ^~~~~~
updating grammar.h
make all-am
make[4]: Entering directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
make[4]: *** No rule to make target 'arch/mips.c', needed by 'arch/libply_la-mips.lo'. Stop.
make[4]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
Makefile:440: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src/libply'
Makefile:354: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git/src'
Makefile:455: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/git'
Makefile:366: recipe for target 'all' failed
make: *** [all] Error 2
WARNING: TOPDIR/build/tmp/work/mips32r2-yoe-linux/ply/git-r0/temp/run.do_compile.22487:1 exit 1 from 'do_compile'