zeof(ctx)); /* In case it's sensitive */ BUILDSTDERR: ^~~~~~ BUILDSTDERR: md5.c:130:5: note: include '' or provide a declaration of 'memset' BUILDSTDERR: md5.c:130:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] BUILDSTDERR: memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ BUILDSTDERR: ^ BUILDSTDERR: md5.c: In function 'debugStatus': BUILDSTDERR: md5.c:262:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] BUILDSTDERR: printf("%s:\n", m); BUILDSTDERR: ^~~~~~ BUILDSTDERR: md5.c:262:2: warning: incompatible implicit declaration of built-in function 'printf' BUILDSTDERR: md5.c:262:2: note: include '' or provide a declaration of 'printf' BUILDSTDERR: md5.c:23:1: BUILDSTDERR: +#include BUILDSTDERR: BUILDSTDERR: md5.c:262:2: BUILDSTDERR: printf("%s:\n", m); BUILDSTDERR: ^~~~~~ BUILDSTDERR: md5.c: In function 'dumpBytes': BUILDSTDERR: md5.c:278:4: warning: incompatible implicit declaration of built-in function 'printf' BUILDSTDERR: printf("\n"); BUILDSTDERR: ^~~~~~ BUILDSTDERR: md5.c:278:4: note: include '' or provide a declaration of 'printf' BUILDSTDERR: md5.c:280:3: warning: incompatible implicit declaration of built-in function 'printf' BUILDSTDERR: printf("%02x", b[i]&0xff); BUILDSTDERR: ^~~~~~ BUILDSTDERR: md5.c:280:3: note: include '' or provide a declaration of 'printf' BUILDSTDERR: md5.c:282:2: warning: incompatible implicit declaration of built-in function 'printf' BUILDSTDERR: printf("\n"); BUILDSTDERR: ^~~~~~ BUILDSTDERR: md5.c:282:2: note: include '' or provide a declaration of 'printf' BUILDSTDERR: cc1: some warnings being treated as errors BUILDSTDERR: make: *** [Makefile:153: main.o] Error 1 BUILDSTDERR: make: *** Waiting for unfinished jobs.... BUILDSTDERR: heuristics.c: In function 'GuessOutputByte': BUILDSTDERR: heuristics.c:72:16: warning: unused variable 'byteBackup' [-Wunused-variable] BUILDSTDERR: unsigned char byteBackup=0; BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: heuristics.c:61:10: warning: unused variable 'E' [-Wunused-variable] BUILDSTDERR: u_char E, S[N]; BUILDSTDERR: ^ BUILDSTDERR: heuristics.c:59:12: warning: unused variable 'k' [-Wunused-variable] BUILDSTDERR: int i, j,k; BUILDSTDERR: ^ BUILDSTDERR: heuristics.c: In function 'GetWeakPackets': BUILDSTDERR: heuristics.c:325:42: warning: implicit declaration of function 'target_bssid'; did you mean 'gethostid'? [-Wimplicit-function-declaration] BUILDSTDERR: if (global_v.target_bssid_selected) if (target_bssid(pkt)) { BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: gethostid BUILDSTDERR: heuristics.c: In function 'CalculateSimpleHeuristics': BUILDSTDERR: heuristics.c:397:101: warning: unknown conversion type character ')' in format [-Wformat=] BUILDSTDERR: printf("Perhaps you should increase the default probability (--perc) to a higher value (default 70%), or capture more packets.\n"); BUILDSTDERR: ^ RPM build errors: BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.k6rAgS (%build) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.k6rAgS (%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/weplab.spec