=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 conserver8-8.2.1nb4 --- all --- for n in conserver console conserver.cf; do ( cd $n && /usr/bin/make all ) || exit 1; done --- access.o --- --- client.o --- --- consent.o --- --- group.o --- --- main.o --- --- master.o --- --- readcfg.o --- --- fallback.o --- --- cutil.o --- --- convert.o --- --- access.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o access.o access.c --- client.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o client.o client.c --- consent.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o consent.o consent.c --- group.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o group.o group.c --- main.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o main.o main.c --- master.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o master.o master.c --- readcfg.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o readcfg.o readcfg.c --- cutil.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o cutil.o cutil.c --- convert.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o convert.o convert.c --- fallback.o --- clang -O2 -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/include -I/usr/include -c -o fallback.o fallback.c --- main.o --- main.c:115:7: error: incomplete definition of type 'struct dh_st' dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:116:7: error: incomplete definition of type 'struct dh_st' dh->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:117:12: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:117:31: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:149:7: error: incomplete definition of type 'struct dh_st' dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:150:7: error: incomplete definition of type 'struct dh_st' dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:151:12: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:151:31: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:196:7: error: incomplete definition of type 'struct dh_st' dh->p = BN_bin2bn(dh2048_p, sizeof(dh2048_p), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:197:7: error: incomplete definition of type 'struct dh_st' dh->g = BN_bin2bn(dh2048_g, sizeof(dh2048_g), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:198:12: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:198:31: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:269:7: error: incomplete definition of type 'struct dh_st' dh->p = BN_bin2bn(dh4096_p, sizeof(dh4096_p), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:270:7: error: incomplete definition of type 'struct dh_st' dh->g = BN_bin2bn(dh4096_g, sizeof(dh4096_g), NULL); ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:271:12: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ main.c:271:31: error: incomplete definition of type 'struct dh_st' if ((dh->p == NULL) || (dh->g == NULL)) { ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ 16 errors generated. *** [main.o] Error code 1 make[1]: stopped in /data/scratch/comms/conserver8/work/conserver-8.2.1/conserver --- master.o --- master.c:568:18: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] ":@%s" + iSep, pRC->rhost); ~~~~~~~^~~~~~ master.c:568:18: note: use array indexing to silence this warning ":@%s" + iSep, pRC->rhost); ^ & [ ] master.c:651:50: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] FilePrint(pCLServing->fd, FLAGTRUE, ":%hu" + iSep, ~~~~~~~^~~~~~ master.c:651:50: note: use array indexing to silence this warning FilePrint(pCLServing->fd, FLAGTRUE, ":%hu" + iSep, ^ & [ ] --- readcfg.o --- readcfg.c:3121:28: warning: expression which evaluates to zero treated as a null pointer constant of type 'time_t *' (aka 'long *') [-Wnon-literal-null-conversion] timers[T_ROLL] = time((time_t)0); ^~~~~~~~~ --- master.o --- 2 warnings generated. --- readcfg.o --- 1 warning generated. 1 error make[1]: stopped in /data/scratch/comms/conserver8/work/conserver-8.2.1/conserver *** [all] Error code 1 make: stopped in /data/scratch/comms/conserver8/work/conserver-8.2.1 1 error make: stopped in /data/scratch/comms/conserver8/work/conserver-8.2.1 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/comms/conserver8 *** Error code 1 Stop. make: stopped in /data/pkgsrc/comms/conserver8