build_bpf_filter(u_char *texpr, const u_char *chunk, const size_t siz) BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: labrea_init.c:573:25: warning: pointer targets in passing argument 1 of 'build_bpf_filter' differ in signedness [-Wpointer-sign] BUILDSTDERR: build_bpf_filter(texpr, mybuffer, BPFSIZE); BUILDSTDERR: ^~~~~ BUILDSTDERR: labrea_init.c:123:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: build_bpf_filter(u_char *texpr, const u_char *chunk, const size_t siz) BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: labrea_init.c:573:32: warning: pointer targets in passing argument 2 of 'build_bpf_filter' differ in signedness [-Wpointer-sign] BUILDSTDERR: build_bpf_filter(texpr, mybuffer, BPFSIZE); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: labrea_init.c:123:1: note: expected 'const u_char *' {aka 'const unsigned char *'} but argument is of type 'char *' BUILDSTDERR: build_bpf_filter(u_char *texpr, const u_char *chunk, const size_t siz) BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: labrea_init.c:576:23: warning: pointer targets in passing argument 1 of 'build_bpf_filter' differ in signedness [-Wpointer-sign] BUILDSTDERR: build_bpf_filter(texpr, ")", BPFSIZE); BUILDSTDERR: ^~~~~ BUILDSTDERR: labrea_init.c:123:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: build_bpf_filter(u_char *texpr, const u_char *chunk, const size_t siz) BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: labrea_init.c:576:30: warning: pointer targets in passing argument 2 of 'build_bpf_filter' differ in signedness [-Wpointer-sign] BUILDSTDERR: build_bpf_filter(texpr, ")", BPFSIZE); BUILDSTDERR: ^~~ BUILDSTDERR: labrea_init.c:123:1: note: expected 'const u_char *' {aka 'const unsigned char *'} but argument is of type 'char *' BUILDSTDERR: build_bpf_filter(u_char *texpr, const u_char *chunk, const size_t siz) BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: labrea_init.c:670:13: warning: pointer targets in passing argument 1 of 'lbio_init' differ in signedness [-Wpointer-sign] BUILDSTDERR: lbio_init(dev, texpr); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from labrea_init.c:54: BUILDSTDERR: ../inc/lbio.h:66:7: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: void lbio_init(u_char *dev, u_char *texpr); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: labrea_init.c:670:18: warning: pointer targets in passing argument 2 of 'lbio_init' differ in signedness [-Wpointer-sign] BUILDSTDERR: lbio_init(dev, texpr); BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from labrea_init.c:54: BUILDSTDERR: ../inc/lbio.h:66:7: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: void lbio_init(u_char *dev, u_char *texpr); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: make[2]: *** [Makefile:243: labrea_init.o] Error 1 make[2]: Leaving directory '/builddir/build/BUILD/labrea-2.5-stable-1/src' make[1]: Leaving directory '/builddir/build/BUILD/labrea-2.5-stable-1' BUILDSTDERR: make[1]: *** [Makefile:188: all-recursive] Error 1 BUILDSTDERR: make: *** [Makefile:143: all] Error 2 BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.lX6R5S (%build) RPM build errors: BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.lX6R5S (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 626, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/labrea.spec