=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for tightvnc-1.3.10nb15 make Makefiles making Makefiles in libvncauth... mv -f Makefile Makefile.bak imake: executing: /usr/pkg/bin/tradcpp -I. -D__i386__ -D__i586__ -traditional -Di386 -debuglog .imake.cpplog -DBuildHtmlManPages=NO -DUseInstalled -I/usr/pkg/lib/X11/config -DTOPDIR=.. -DCURDIR=libvncauth .imake.start.c making Makefiles in vncpasswd... mv -f Makefile Makefile.bak imake: executing: /usr/pkg/bin/tradcpp -I. -D__i386__ -D__i586__ -traditional -Di386 -debuglog .imake.cpplog -DBuildHtmlManPages=NO -DUseInstalled -I/usr/pkg/lib/X11/config -DTOPDIR=.. -DCURDIR=vncpasswd .imake.start.c making Makefiles in vncconnect... mv -f Makefile Makefile.bak imake: executing: /usr/pkg/bin/tradcpp -I. -D__i386__ -D__i586__ -traditional -Di386 -debuglog .imake.cpplog -DBuildHtmlManPages=NO -DUseInstalled -I/usr/pkg/lib/X11/config -DTOPDIR=.. -DCURDIR=vncconnect .imake.start.c make depend depending in ./libvncauth... makedepend -- -I. -I../include -I/usr/pkg/include -I /usr/X11R7/include -DUSE_MAKEDEPEND -- vncauth.c d3des.c makedepend: warning: vncauth.c (reading /usr/include/sys/types.h, line 386): cannot find include file "pthread_types.h" not in ./pthread_types.h not in ../include/pthread_types.h not in /usr/pkg/include/pthread_types.h not in /usr/X11R7/include/pthread_types.h not in /usr/include/pthread_types.h depending in ./vncpasswd... makedepend -- -I../include -I/usr/pkg/include -I /usr/X11R7/include -DUSE_MAKEDEPEND -- vncpasswd.c makedepend: warning: vncpasswd.c (reading /usr/include/sys/types.h, line 386): cannot find include file "pthread_types.h" not in ../include/pthread_types.h not in /usr/pkg/include/pthread_types.h not in /usr/X11R7/include/pthread_types.h not in /usr/include/pthread_types.h depending in ./vncconnect... makedepend -- -I/usr/pkg/include -I /usr/X11R7/include -DUSE_MAKEDEPEND -- make all making all in ./libvncauth... cc -O -I. -I../include -I/usr/pkg/include -I /usr/X11R7/include -DDEFAULT_CPP=\"/usr/pkg/bin/tradcpp\" -Wno-error=return-type -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c vncauth.c vncauth.c:60:13: warning: implicit declaration of function 'vncEncryptAndStorePasswd2' is invalid in C99 [-Wimplicit-function-declaration] return (vncEncryptAndStorePasswd2(passwd, NULL, fname) == 0); ^ vncauth.c:92:13: warning: passing 'unsigned char [16]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(encryptedPasswd, passwd, 8); ^~~~~~~~~~~~~~~ /usr/include/string.h:64:32: note: passing argument to parameter here char *strncpy(char * __restrict, const char * __restrict, size_t); ^ vncauth.c:94:10: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(encryptedPasswd + 8, passwdViewOnly, 8); ^~~~~~~~~~~~~~~~~~~ /usr/include/string.h:64:32: note: passing argument to parameter here char *strncpy(char * __restrict, const char * __restrict, size_t); ^ vncauth.c:131:6: warning: implicit declaration of function 'vncDecryptPasswdFromFile2' is invalid in C99 [-Wimplicit-function-declaration] if (vncDecryptPasswdFromFile2(fname, passwd, NULL) == 0) { ^ vncauth.c:180:6: warning: passing 'char [16]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] des(passwd, passwd); ^~~~~~ ./d3des.h:43:32: note: passing argument to parameter here extern void des(unsigned char *, unsigned char *); ^ vncauth.c:180:14: warning: passing 'char [16]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] des(passwd, passwd); ^~~~~~ ./d3des.h:43:49: note: passing argument to parameter here extern void des(unsigned char *, unsigned char *); ^ vncauth.c:187:6: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] des(&passwd[8], &passwd[8]); ^~~~~~~~~~ ./d3des.h:43:32: note: passing argument to parameter here extern void des(unsigned char *, unsigned char *); ^ vncauth.c:187:18: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] des(&passwd[8], &passwd[8]); ^~~~~~~~~~ ./d3des.h:43:49: note: passing argument to parameter here extern void des(unsigned char *, unsigned char *); ^ 8 warnings generated. cc -O -I. -I../include -I/usr/pkg/include -I /usr/X11R7/include -DDEFAULT_CPP=\"/usr/pkg/bin/tradcpp\" -Wno-error=return-type -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c d3des.c rm -f libvncauth.a ar clq libvncauth.a vncauth.o d3des.o ranlib libvncauth.a making all in ./vncpasswd... cc -O -I../include -I/usr/pkg/include -I /usr/X11R7/include -DDEFAULT_CPP=\"/usr/pkg/bin/tradcpp\" -Wno-error=return-type -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c vncpasswd.c vncpasswd.c:130:8: warning: implicit declaration of function 'vncEncryptAndStorePasswd2' is invalid in C99 [-Wimplicit-function-declaration] if (!vncEncryptAndStorePasswd2(passwd1, passwd2_ptr, passwdFile)) { ^ vncpasswd.c:148:29: warning: data argument not used by format string [-Wformat-extra-args] argv[0], argv[0], argv[0]); ^ 2 warnings generated. rm -f vncpasswd cc -o vncpasswd -O -L/usr/pkg/lib vncpasswd.o ../libvncauth/libvncauth.a making all in ./vncconnect... cc -O -I/usr/pkg/include -I /usr/X11R7/include -DDEFAULT_CPP=\"/usr/pkg/bin/tradcpp\" -Wno-error=return-type -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -c vncconnect.c vncconnect.c:17:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1); ^ vncconnect.c:17:5: note: include the header or explicitly provide a declaration for 'exit' vncconnect.c:58:7: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' strlen(argv[i])); ^ vncconnect.c:58:7: note: include the header or explicitly provide a declaration for 'strlen' 2 warnings generated. bmake[2]: don't know how to make /usr/pkg/lib/libXext.a. Stop bmake[2]: stopped in /usr/pkgsrc/work/net/tightvnc/work/vnc_unixsrc/vncconnect *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/work/net/tightvnc/work/vnc_unixsrc *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/tightvnc/work/vnc_unixsrc *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/net/tightvnc *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/tightvnc