=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for cucipop-1.31nb3 --- cucipop.o --- --- authenticate.o --- --- atotime.o --- --- locking.o --- --- xcreat.o --- --- dbops.o --- --- hsort.o --- --- simplecrypt.o --- --- cucipop.o --- clang -O2 -O -DINET6 -c cucipop.c --- authenticate.o --- clang -O2 -O -DINET6 -c authenticate.c --- atotime.o --- clang -O2 -O -DINET6 -c atotime.c --- locking.o --- clang -O2 -O -DINET6 -c locking.c --- xcreat.o --- clang -O2 -O -DINET6 -c xcreat.c --- dbops.o --- clang -O2 -O -DINET6 -c dbops.c --- hsort.o --- clang -O2 -O -DINET6 -c hsort.c --- simplecrypt.o --- clang -O2 -O -DINET6 -c simplecrypt.c --- xcreat.o --- xcreat.c:22:26: warning: '/*' within block comment [-Wcomment] /*#define NOuname /* uncomment if uname is not available */ ^ xcreat.c:23:26: warning: '/*' within block comment [-Wcomment] /*#define NOstrpbrk /* uncomment if strpbrk is not available */ ^ --- dbops.o --- In file included from dbops.c:12: ./config.h:4:25: warning: '/*' within block comment [-Wcomment] /*#define USEfcntl_lock /**/ /* to test which combinations make sense */ ^ ./config.h:5:20: warning: '/*' within block comment [-Wcomment] /*#define USElockf /**/ /* run the lockingtest program part of */ ^ ./config.h:6:20: warning: '/*' within block comment [-Wcomment] /*#define USEflock /**/ /* the procmail installation process */ ^ ./config.h:8:25: warning: '/*' within block comment [-Wcomment] --- xcreat.o --- xcreat.c:24:38: warning: '/*' within block comment [-Wcomment] --- dbops.o --- /*#define SHADOW_PASSWD /**/ /* shadow password library support */ ^ --- xcreat.o --- /*#define strchr(s,c) index(s,c) /* uncomment if strchr is not available */ ^ --- dbops.o --- ./config.h:65:38: warning: '/*' within block comment [-Wcomment] /*#define LOG_FAILED_PASSWORD /* log failed passwords */ ^ --- cucipop.o --- In file included from cucipop.c:18: ./config.h:4:25: warning: '/*' within block comment [-Wcomment] /*#define USEfcntl_lock /**/ /* to test which combinations make sense */ ^ ./config.h:5:20: warning: '/*' within block comment [-Wcomment] /*#define USElockf /**/ /* run the lockingtest program part of */ ^ ./config.h:6:20: warning: '/*' within block comment [-Wcomment] /*#define USEflock /**/ /* the procmail installation process */ ^ ./config.h:8:25: warning: '/*' within block comment [-Wcomment] /*#define SHADOW_PASSWD /**/ /* shadow password library support */ ^ ./config.h:65:38: warning: '/*' within block comment [-Wcomment] /*#define LOG_FAILED_PASSWORD /* log failed passwords */ ^ --- locking.o --- In file included from locking.c:11: ./config.h:4:25: warning: '/*' within block comment [-Wcomment] /*#define USEfcntl_lock /**/ /* to test which combinations make sense */ ^ ./config.h:5:20: warning: '/*' within block comment [-Wcomment] /*#define USElockf /**/ /* run the lockingtest program part of */ ^ ./config.h:6:20: warning: '/*' within block comment [-Wcomment] /*#define USEflock /**/ /* the procmail installation process */ ^ ./config.h:8:25: warning: '/*' within block comment [-Wcomment] /*#define SHADOW_PASSWD /**/ /* shadow password library support */ ^ ./config.h:65:38: warning: '/*' within block comment [-Wcomment] /*#define LOG_FAILED_PASSWORD /* log failed passwords */ ^ --- dbops.o --- dbops.c:36:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static dounlink(const char*file) ~~~~~~ ^ dbops.c:41:1: warning: non-void function does not return a value [-Wreturn-type] } ^ dbops.c:48:27: warning: expression result unused [-Wunused-value] dbinited=!db_appinit(cplib,0,&dbenv, ^~~~~ ./sdb.h:37:3: note: expanded from macro 'db_appinit' (db_home,db_config,dbenv,flags,-1) ^~~~~~~ dbops.c:59:17: warning: expression result unused [-Wunused-value] db_appexit(&dbenv),dbinited=0; ^~~~~~ ./sdb.h:38:28: note: expanded from macro 'db_appexit' #define db_appexit(dbenv) (dbenv,-1) ^~~~~ --- hsort.o --- hsort.c:39:37: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] --- dbops.o --- dbops.c:76:26: warning: expression result unused [-Wunused-value] if(reterrno=db_open(statedbfile,DB_HASH, ^~~~~~~~~~~ --- hsort.o --- child=rroot+(childoffset=(parent-rroot<<1)+width); /* find child */ ~~~~~~^~~~~~~~ --- dbops.o --- ./sdb.h:40:3: note: expanded from macro 'db_open' (file,type,flags,mode,dbenv,dbinfo,dbpp,-1) ^~~~ dbops.c:76:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(reterrno=db_open(statedbfile,DB_HASH, ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- hsort.o --- hsort.c:39:37: note: place parentheses around the '-' expression to silence this warning --- dbops.o --- dbops.c:76:17: note: place parentheses around the assignment to silence this warning if(reterrno=db_open(statedbfile,DB_HASH, ^ ( dbops.c:76:17: note: use '==' to turn this assignment into an equality comparison --- hsort.o --- child=rroot+(childoffset=(parent-rroot<<1)+width); /* find child */ ^ ( ) --- dbops.o --- if(reterrno=db_open(statedbfile,DB_HASH, ^ == --- authenticate.o --- In file included from authenticate.c:29: ./config.h:4:25: warning: '/*' within block comment [-Wcomment] /*#define USEfcntl_lock /**/ /* to test which combinations make sense */ ^ ./config.h:5:20: warning: '/*' within block comment [-Wcomment] /*#define USElockf /**/ /* run the lockingtest program part of */ ^ ./config.h:6:20: warning: '/*' within block comment [-Wcomment] /*#define USEflock /**/ /* the procmail installation process */ ^ ./config.h:8:25: warning: '/*' within block comment [-Wcomment] /*#define SHADOW_PASSWD /**/ /* shadow password library support */ ^ ./config.h:65:38: warning: '/*' within block comment [-Wcomment] /*#define LOG_FAILED_PASSWORD /* log failed passwords */ ^ --- xcreat.o --- xcreat.c:85:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] { register i; /* within the set [0-9A-Za-z-_] */ ~~~~~~~~ ^ xcreat.c:97:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] { unsigned long retry=mrotbSERIAL;int i; /* create unique file name */ ^~~~~~~~~~~ xcreat.c:61:34: note: expanded from macro 'mrotbSERIAL' #define mrotbSERIAL ((maskSERIAL&irotbSERIAL-1)+irotbSERIAL) ^~~~~~~~~~~ xcreat.c:60:36: note: expanded from macro 'irotbSERIAL' #define irotbSERIAL (1L<