=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for dynipclient-3.00nb2 cd /usr/pkgsrc/work/net/dynipclient/work/dynip_3.00 && ./Configure freebsd /usr/pkg/bin /usr/pkg/etc /usr/pkg/man Compiling FreeBSD target ===== Starting Build ===== rm -f *.o cc -O2 -DFREEBSD -DCFGDIR=\"/usr/pkg/etc\" -c dynipclient.c In file included from dynipclient.c:56: ./dynipclient.h:144:1: warning: implicit declaration of function 'profSetEntryInt' is invalid in C99 [-Wimplicit-function-declaration] profSetEntryInt("ClientPID",0, achInitFile); ^ ./dynipclient.h:162:86: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] recvfrom(socketSI, (char *)&smp.usVersion, sizeof(SMP), 0,(struct sockaddr *)&sock, &namelen); ^~~~~~~~ /usr/include/sys/socket.h:632:58: note: passing argument to parameter here struct sockaddr * __restrict, socklen_t * __restrict); ^ In file included from dynipclient.c:56: ./dynipclient.h:169:5: warning: implicit declaration of function 'profSetEntryString' is invalid in C99 [-Wimplicit-function-declaration] profSetEntryString("DomainActive","No",achInitFile); ^ ./dynipclient.h:197:19: warning: format specifies type 'long' but the argument has type 'u_int' (aka 'unsigned int') [-Wformat] fprintf(fp,"%ld", (u_int)pids); ~~~ ^~~~~~~~~~~ %u dynipclient.c:66:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void main(int argc, char *argv[]) ^ dynipclient.c:66:1: note: change return type to 'int' void main(int argc, char *argv[]) ^~~~ int dynipclient.c:137:1: warning: implicit declaration of function 'profInit' is invalid in C99 [-Wimplicit-function-declaration] profInit(); /* initialize prof module */ ^ dynipclient.c:143:2: warning: implicit declaration of function 'profGetEntryString' is invalid in C99 [-Wimplicit-function-declaration] profGetEntryString("ClientPIDDirectory", achTemp, sizeof(achTemp), "/tmp", achInitFile); ^ dynipclient.c:166:17: warning: implicit declaration of function 'profGetEntryInt' is invalid in C99 [-Wimplicit-function-declaration] if ((ulKeyID1 = profGetEntryInt("RegCode1", 0L, achInitFile)) == 0L) ^ dynipclient.c:371:1: warning: implicit declaration of function 'profShutdown' is invalid in C99 [-Wimplicit-function-declaration] profShutdown(); ^ 9 warnings generated. cc -O2 -DFREEBSD -c prof.c prof.c:144:25: warning: format specifies type 'long' but the argument has type 'u_int' (aka 'unsigned int') [-Wformat] sprintf(achValue,"%ld", uiValue); ~~~ ^~~~~~~ %u 1 warning generated. cc -O2 -DFREEBSD -c opt.c cc -O2 -DFREEBSD -c log.c log.c:73:1: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' sprintf(achProgram,"%s[%d]: ", pProgName, getpid()); ^ log.c:73:1: note: please include the header or explicitly provide a declaration for 'sprintf' log.c:101:1: warning: implicitly declaring library function 'vsprintf' with type 'int (char *, const char *, __builtin_va_list)' vsprintf(achBuffer, pString, va); ^ log.c:101:1: note: please include the header or explicitly provide a declaration for 'vsprintf' log.c:106:9: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' printf("%s%s", achProgram,achBuffer); ^ log.c:106:9: note: please include the header or explicitly provide a declaration for 'printf' log.c:109:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] syslog(LOG_ERR,achBuffer); ^~~~~~~~~ 4 warnings generated. cc -o dynipclient dynipclient.o prof.o opt.o log.o dynipclient.o: In function `SMPProcessor': dynipclient.c:(.text+0xb75): undefined reference to `sigblock' dynipclient.c:(.text+0xc1b): undefined reference to `sigblock' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make: stopped in /usr/pkgsrc/work/net/dynipclient/work/dynip_3.00 ===== Build Done ===== Now run 'make install' to install programs and 'make man' to install man pages => Unwrapping files-to-be-installed. => Creating /usr/pkgsrc/work/net/dynipclient/work/dynipclient