=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 squidpurge-0.20040201nb1 g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL -DDARWIN -DMAJOR=20 -DMINOR=3 -DSOCKLEN=int -O2 -c convert.cc -o convert.o g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL -DDARWIN -DMAJOR=20 -DMINOR=3 -DSOCKLEN=int -O2 -c socket.cc -o socket.o g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL -DDARWIN -DMAJOR=20 -DMINOR=3 -DSOCKLEN=int -O2 -c signal.cc -o signal.o g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL -DDARWIN -DMAJOR=20 -DMINOR=3 -DSOCKLEN=int -O2 -c squid-tlv.cc -o squid-tlv.o g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL -DDARWIN -DMAJOR=20 -DMINOR=3 -DSOCKLEN=int -O2 -c copyout.cc -o copyout.o g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL -DDARWIN -DMAJOR=20 -DMINOR=3 -DSOCKLEN=int -O2 -c conffile.cc -o conffile.o g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL -DDARWIN -DMAJOR=20 -DMINOR=3 -DSOCKLEN=int -O2 -c purge.cc -o purge.o socket.cc:100:8: error: no matching function for call to 'getsockopt' if ( getsockopt( sockfd, IPPROTO_TCP, TCP_NODELAY, ^~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:708:9: note: candidate function not viable: no known conversion from 'int *' to 'socklen_t *' (aka 'unsigned int *') for 5th argument int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^ 1 error generated. gmake: *** [Makefile:138: socket.o] Error 1 gmake: *** Waiting for unfinished jobs.... convert.cc:113:16: error: no matching function for call to 'getpeername' if ( (peer ? getpeername( fd, (SA*) &socket, &len ) : ^~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:704:9: note: candidate function not viable: no known conversion from 'int *' to 'socklen_t *' (aka 'unsigned int *') for 3rd argument int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ convert.cc:114:2: error: no matching function for call to 'getsockname' getsockname( fd, (SA*) &socket, &len )) == -1 ) ^~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:706:9: note: candidate function not viable: no known conversion from 'int *' to 'socklen_t *' (aka 'unsigned int *') for 3rd argument int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ 2 errors generated. gmake: *** [Makefile:138: convert.o] Error 1 copyout.cc:244:27: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] filesize, metasize, position ); ^~~~~~~~ purge.cc:125:10: fatal error: 'siginfo.h' file not found #include ^~~~~~~~~~~ 1 warning generated. 1 error generated. gmake: *** [Makefile:156: purge.o] Error 1 conffile.cc:112:8: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[0].rm_so, subs[0].rm_eo, line ); ^~~~~~~~~~~~~ conffile.cc:112:23: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[0].rm_so, subs[0].rm_eo, line ); ^~~~~~~~~~~~~ conffile.cc:127:10: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:127:30: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:143:8: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:143:28: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:151:8: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:151:28: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:159:8: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:159:28: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:167:8: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ conffile.cc:167:28: warning: format specifies type 'int' but the argument has type 'regoff_t' (aka 'long long') [-Wformat] subs[offset].rm_so, subs[offset].rm_eo, ^~~~~~~~~~~~~~~~~~ 12 warnings generated. *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/www/squidpurge *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/www/squidpurge