DEBUG: Executing shell function do_compile
NOTE: make -j 70 -l 140
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/git=/usr/src/debug/daemonize/1.7.8 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/git=/usr/src/debug/daemonize/1.7.8 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/build=/usr/src/debug/daemonize/1.7.8 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/build=/usr/src/debug/daemonize/1.7.8 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot-native= -pipe -c ../git/daemonize.c -I. -I../git
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/git=/usr/src/debug/daemonize/1.7.8 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/git=/usr/src/debug/daemonize/1.7.8 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/build=/usr/src/debug/daemonize/1.7.8 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/build=/usr/src/debug/daemonize/1.7.8 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/recipe-sysroot-native= -pipe -c ../git/getopt.c -I. -I../git
../git/getopt.c: In function 'x_getopt':
../git/getopt.c:51:16: error: too many arguments to function 'write'; expected 0, have 3
51 | (void) write(2, argv[0], (unsigned)strlen(argv[0]));\
| ^~~~~ ~
../git/getopt.c:78:17: note: in expansion of macro 'ERR'
78 | ERR(": illegal option -- ", c);
| ^~~
../git/getopt.c:48:20: note: declared here
48 | extern int write();\
| ^~~~~
../git/getopt.c:78:17: note: in expansion of macro 'ERR'
78 | ERR(": illegal option -- ", c);
| ^~~
../git/getopt.c:52:16: error: too many arguments to function 'write'; expected 0, have 3
52 | (void) write(2, s, (unsigned)strlen(s));\
| ^~~~~ ~
../git/getopt.c:78:17: note: in expansion of macro 'ERR'
78 | ERR(": illegal option -- ", c);
| ^~~
../git/getopt.c:48:20: note: declared here
48 | extern int write();\
| ^~~~~
../git/getopt.c:78:17: note: in expansion of macro 'ERR'
78 | ERR(": illegal option -- ", c);
| ^~~
../git/getopt.c:53:16: error: too many arguments to function 'write'; expected 0, have 3
53 | (void) write(2, errbuf, 2);}
| ^~~~~ ~
../git/getopt.c:78:17: note: in expansion of macro 'ERR'
78 | ERR(": illegal option -- ", c);
| ^~~
../git/getopt.c:48:20: note: declared here
48 | extern int write();\
| ^~~~~
../git/getopt.c:78:17: note: in expansion of macro 'ERR'
78 | ERR(": illegal option -- ", c);
| ^~~
../git/getopt.c:51:16: error: too many arguments to function 'write'; expected 0, have 3
51 | (void) write(2, argv[0], (unsigned)strlen(argv[0]));\
| ^~~~~ ~
../git/getopt.c:89:25: note: in expansion of macro 'ERR'
89 | ERR(": option requires an argument -- ", c);
| ^~~
../git/getopt.c:48:20: note: declared here
48 | extern int write();\
| ^~~~~
../git/getopt.c:89:25: note: in expansion of macro 'ERR'
89 | ERR(": option requires an argument -- ", c);
| ^~~
../git/getopt.c:52:16: error: too many arguments to function 'write'; expected 0, have 3
52 | (void) write(2, s, (unsigned)strlen(s));\
| ^~~~~ ~
../git/getopt.c:89:25: note: in expansion of macro 'ERR'
89 | ERR(": option requires an argument -- ", c);
| ^~~
../git/getopt.c:48:20: note: declared here
48 | extern int write();\
| ^~~~~
../git/getopt.c:89:25: note: in expansion of macro 'ERR'
89 | ERR(": option requires an argument -- ", c);
| ^~~
../git/getopt.c:53:16: error: too many arguments to function 'write'; expected 0, have 3
53 | (void) write(2, errbuf, 2);}
| ^~~~~ ~
../git/getopt.c:89:25: note: in expansion of macro 'ERR'
89 | ERR(": option requires an argument -- ", c);
| ^~~
../git/getopt.c:48:20: note: declared here
48 | extern int write();\
| ^~~~~
../git/getopt.c:89:25: note: in expansion of macro 'ERR'
89 | ERR(": option requires an argument -- ", c);
| ^~~
make: *** [Makefile:22: getopt.o] Error 1
make: *** Waiting for unfinished jobs....
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/temp/run.do_compile.246271:181 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/temp/run.do_compile.246271, line 181
#2: die, TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/temp/run.do_compile.246271, line 165
#3: oe_runmake, TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/temp/run.do_compile.246271, line 160
#4: autotools_do_compile, TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/temp/run.do_compile.246271, line 155
#5: do_compile, TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/temp/run.do_compile.246271, line 150
#6: main, TOPDIR/tmp/work/core2-64-oe-linux/daemonize/1.7.8/temp/run.do_compile.246271, line 194