DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75
make all-recursive
make[1]: Entering directory 'TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/build'
Making all in lib
make[2]: Entering directory 'TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/build/lib'
i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../lrzsz-0.12.20/lib -I.. -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/lrzsz-0.12.20=/usr/src/debug/lrzsz/0.12.20 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/lrzsz-0.12.20=/usr/src/debug/lrzsz/0.12.20 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/build=/usr/src/debug/lrzsz/0.12.20 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/build=/usr/src/debug/lrzsz/0.12.20 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/recipe-sysroot-native= -pipe -Wno-error=incompatible-pointer-types -c -o long-options.o ../../lrzsz-0.12.20/lib/long-options.c
../../lrzsz-0.12.20/lib/long-options.c: In function 'parse_long_options':
../../lrzsz-0.12.20/lib/long-options.c:39:1: warning: old-style function definition [-Wold-style-definition]
39 | parse_long_options (argc, argv,version, usage)
| ^~~~~~~~~~~~~~~~~~
../../lrzsz-0.12.20/lib/long-options.c:43:13: error: argument 'usage' doesn't match prototype
43 | void (*usage)();
| ^~~~~
In file included from ../../lrzsz-0.12.20/lib/long-options.c:27:
../../lrzsz-0.12.20/lib/long-options.h:8:6: error: prototype declaration
8 | void parse_long_options __P ((int _argc, char **_argv,
| ^~~~~~~~~~~~~~~~~~
../../lrzsz-0.12.20/lib/long-options.c:61:12: error: too many arguments to function 'usage'; expected 0, have 1
61 | (*usage) (0);
| ~^~~~~~~ ~
../../lrzsz-0.12.20/lib/long-options.c:64:12: error: too many arguments to function 'version'; expected 0, have 1
64 | (*version) (0);
| ~^~~~~~~~~ ~
make[2]: *** [Makefile:396: long-options.o] Error 1
make[2]: Leaving directory 'TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/build/lib'
make[1]: *** [Makefile:414: all-recursive] Error 1
make[1]: Leaving directory 'TOPDIR/tmp/work/core2-32-poky-linux-musl/lrzsz/0.12.20/build'
make: *** [Makefile:349: all] Error 2
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.