-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o peervpn.o peervpn.c BUILDSTDERR: In file included from libp2psec/rsa.c:24, BUILDSTDERR: from libp2psec/nodeid.c:24, BUILDSTDERR: from libp2psec/nodedb.c:26, BUILDSTDERR: from libp2psec/peermgt.c:24, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: libp2psec/crypto.c:50:17: error: field 'enc_ctx' has incomplete type BUILDSTDERR: EVP_CIPHER_CTX enc_ctx; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: libp2psec/crypto.c:51:17: error: field 'dec_ctx' has incomplete type BUILDSTDERR: EVP_CIPHER_CTX dec_ctx; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: libp2psec/crypto.c:52:11: error: field 'hmac_ctx' has incomplete type BUILDSTDERR: HMAC_CTX hmac_ctx; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from libp2psec/rsa.c:24, BUILDSTDERR: from libp2psec/nodeid.c:24, BUILDSTDERR: from libp2psec/nodedb.c:26, BUILDSTDERR: from libp2psec/peermgt.c:24, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: libp2psec/crypto.c: In function 'cryptoSetKeys': BUILDSTDERR: libp2psec/crypto.c:172:11: error: storage size of 'hmac_ctx' isn't known BUILDSTDERR: HMAC_CTX hmac_ctx; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: libp2psec/crypto.c:178:2: warning: implicit declaration of function 'HMAC_CTX_init'; did you mean 'HMAC_CTX_new'? [-Wimplicit-function-declaration] BUILDSTDERR: HMAC_CTX_init(&hmac_ctx); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: HMAC_CTX_new BUILDSTDERR: libp2psec/crypto.c:224:2: warning: implicit declaration of function 'HMAC_CTX_cleanup'; did you mean 'HMAC_CTX_get_md'? [-Wimplicit-function-declaration] BUILDSTDERR: HMAC_CTX_cleanup(&hmac_ctx); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: HMAC_CTX_get_md BUILDSTDERR: libp2psec/crypto.c:172:11: warning: unused variable 'hmac_ctx' [-Wunused-variable] BUILDSTDERR: HMAC_CTX hmac_ctx; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from libp2psec/auth.c:29, BUILDSTDERR: from libp2psec/authmgt.c:24, BUILDSTDERR: from libp2psec/peermgt.c:25, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: libp2psec/dh.c: In function 'dhGenKey': BUILDSTDERR: libp2psec/dh.c:87:19: error: dereferencing pointer to incomplete type 'DH' {aka 'struct dh_st'} BUILDSTDERR: bn = dhstate->dh->pub_key; BUILDSTDERR: ^~ BUILDSTDERR: In file included from libp2psec/nodedb.c:26, BUILDSTDERR: from libp2psec/peermgt.c:24, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: At top level: BUILDSTDERR: libp2psec/nodeid.c:84:12: warning: 'nodekeyLoadPEM' defined but not used [-Wunused-function] BUILDSTDERR: static int nodekeyLoadPEM(struct s_nodekey *nodekey, unsigned char *pubkey, const int pubkey_size) { BUILDSTDERR: ^~~~~~~~~~~~~~ RPM build errors: BUILDSTDERR: make: *** [: peervpn.o] Error 1 BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.44aEyn (%build) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.44aEyn (%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/peervpn.spec