=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for bacula-5.2.13nb20 --- all --- ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/scripts ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/lib --- attr.lo --- --- base64.lo --- --- berrno.lo --- --- bsys.lo --- --- binflate.lo --- --- bget_msg.lo --- --- bnet.lo --- --- bnet_server.lo --- --- runscript.lo --- --- bsock.lo --- --- bpipe.lo --- --- bsnprintf.lo --- --- btime.lo --- --- cram-md5.lo --- --- crc32.lo --- --- crypto.lo --- --- attr.lo --- Compiling attr.c --- base64.lo --- Compiling base64.c --- berrno.lo --- Compiling berrno.c --- binflate.lo --- Compiling binflate.c --- bget_msg.lo --- Compiling bget_msg.c --- bnet.lo --- Compiling bnet.c --- bnet_server.lo --- Compiling bnet_server.c --- runscript.lo --- Compiling runscript.c --- bpipe.lo --- Compiling bpipe.c --- bsnprintf.lo --- Compiling bsnprintf.c --- btime.lo --- Compiling btime.c --- cram-md5.lo --- Compiling cram-md5.c --- crc32.lo --- Compiling crc32.c --- crypto.lo --- Compiling crypto.c --- bsock.lo --- Compiling bsock.c --- bsys.lo --- Compiling bsys.c --- cram-md5.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- crypto.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- runscript.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- attr.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- binflate.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- bsnprintf.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- bsys.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- bnet_server.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- crc32.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- btime.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- bsock.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- bnet.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- base64.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- bpipe.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- berrno.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- bget_msg.lo --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- cram-md5.lo --- In file included from cram-md5.c:37: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ 2 warnings generated. --- crypto.lo --- In file included from crypto.c:46: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- attr.lo --- In file included from attr.c:36: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- bsnprintf.lo --- In file included from bsnprintf.c:45: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- crypto.lo --- crypto.c:207:1: error: unknown type name 'IMPLEMENT_STACK_OF' IMPLEMENT_STACK_OF(SignerInfo) ^ crypto.c:207:31: error: expected ';' after top level declarator IMPLEMENT_STACK_OF(SignerInfo) ^ ; crypto.c:285:15: error: field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') EVP_MD_CTX ctx; ^ /usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'evp_md_ctx_st' typedef struct evp_md_ctx_st EVP_MD_CTX; ^ crypto.c:303:19: error: field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') EVP_CIPHER_CTX ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ crypto.c:344:24: error: member access into incomplete type 'X509_EXTENSION' (aka 'X509_extension_st') ext_value_data = ext->value->data; ^ /usr/include/openssl/x509.h:79:16: note: forward declaration of 'X509_extension_st' typedef struct X509_extension_st X509_EXTENSION; ^ crypto.c:351:77: error: member access into incomplete type 'X509_EXTENSION' (aka 'X509_extension_st') keyid = (ASN1_OCTET_STRING *) ASN1_item_d2i(NULL, &ext_value_data, ext->value->length, ^ /usr/include/openssl/x509.h:79:16: note: forward declaration of 'X509_extension_st' typedef struct X509_extension_st X509_EXTENSION; ^ crypto.c:357:75: error: member access into incomplete type 'X509_EXTENSION' (aka 'X509_extension_st') keyid = (ASN1_OCTET_STRING *) method->d2i(NULL, &ext_value_data, ext->value->length); ^ /usr/include/openssl/x509.h:79:16: note: forward declaration of 'X509_extension_st' typedef struct X509_extension_st X509_EXTENSION; ^ crypto.c:377:37: error: invalid application of 'sizeof' to an incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') keypair = (X509_KEYPAIR *)malloc(sizeof(X509_KEYPAIR)); ^ ~~~~~~~~~~~~~~ ./smartall.h:75:55: note: expanded from macro 'malloc' #define malloc(x) sm_malloc(__FILE__, __LINE__, (x)) ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:380:11: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') keypair->keyid = NULL; ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:381:11: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') keypair->pubkey = NULL; ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:382:11: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') keypair->privkey = NULL; ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:405:15: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') if (keypair->pubkey) { ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:406:27: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') CRYPTO_add(&(keypair->pubkey->references), 1, CRYPTO_LOCK_EVP_PKEY); ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ --- bnet_server.lo --- In file included from bnet_server.c:34: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- binflate.lo --- In file included from binflate.c:33: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- crypto.lo --- crypto.c:406:53: error: use of undeclared identifier 'CRYPTO_LOCK_EVP_PKEY' CRYPTO_add(&(keypair->pubkey->references), 1, CRYPTO_LOCK_EVP_PKEY); ^ crypto.c:407:14: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') newpair->pubkey = keypair->pubkey; ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:411:15: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') if (keypair->privkey) { ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:412:27: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') CRYPTO_add(&(keypair->privkey->references), 1, CRYPTO_LOCK_EVP_PKEY); ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ crypto.c:412:54: error: use of undeclared identifier 'CRYPTO_LOCK_EVP_PKEY' CRYPTO_add(&(keypair->privkey->references), 1, CRYPTO_LOCK_EVP_PKEY); ^ crypto.c:413:14: error: member access into incomplete type 'X509_KEYPAIR' (aka 'X509_Keypair') newpair->privkey = keypair->privkey; ^ ./crypto.h:51:16: note: forward declaration of 'X509_Keypair' typedef struct X509_Keypair X509_KEYPAIR; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. --- runscript.lo --- In file included from runscript.c:36: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- crypto.lo --- *** [crypto.lo] Error code 1 make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/lib --- bsys.lo --- In file included from bsys.c:37: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- crc32.lo --- In file included from crc32.c:71: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- binflate.lo --- 2 warnings generated. --- berrno.lo --- In file included from berrno.c:41: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ --- bsock.lo --- In file included from bsock.c:35: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ --- berrno.lo --- ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- bsock.lo --- ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- attr.lo --- 2 warnings generated. --- bnet.lo --- In file included from bnet.c:38: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- base64.lo --- In file included from base64.c:37: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- bsock.lo --- bsock.c:914:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == NULL) { ^~~~ ~~~~ --- btime.lo --- In file included from btime.c:50: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- crc32.lo --- 2 warnings generated. --- bnet_server.lo --- 2 warnings generated. --- bget_msg.lo --- In file included from bget_msg.c:36: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- bpipe.lo --- In file included from bpipe.c:36: In file included from ../bacula.h:175: In file included from ../lib/lib.h:39: ./alist.h:116:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items == 0 : true; ^~~~ ~ ./alist.h:155:11: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] return this ? num_items : 0; ^~~~ ~ --- runscript.lo --- 2 warnings generated. --- bsnprintf.lo --- 2 warnings generated. --- berrno.lo --- 2 warnings generated. --- bsys.lo --- 2 warnings generated. --- bget_msg.lo --- 2 warnings generated. --- base64.lo --- 2 warnings generated. --- btime.lo --- 2 warnings generated. --- bnet.lo --- 2 warnings generated. --- bpipe.lo --- 2 warnings generated. --- bsock.lo --- 3 warnings generated. 1 error make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/lib ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/lib ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/findlib A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/findlib ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/findlib ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/filed A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/filed ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/filed ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/console A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/console ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/console ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/plugins/fd A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/plugins/fd ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/plugins/fd ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/cats A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/cats ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/cats ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/dird A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/dird ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/dird ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/stored A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/stored ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/stored ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/tools A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/tools ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/src/tools ====== ==>Entering directory /data/scratch/sysutils/bacula/work/bacula-5.2.13/manpages A failure has been detected in another branch of the parallel make make[1]: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13/manpages ====== Error in /data/scratch/sysutils/bacula/work/bacula-5.2.13/manpages ====== *** [all] Error code 1 make: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13 1 error make: stopped in /data/scratch/sysutils/bacula/work/bacula-5.2.13 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/sysutils/bacula *** Error code 1 Stop. make: stopped in /data/pkgsrc/sysutils/bacula