=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xmon-1.5.6 cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c decode11.c decode11.c:798:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short Request; ^ ./xmond.h:107:81: note: previous declaration is here Global void DecodeReply P((Server *server , unsigned char *buf , long n , short Request )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ decode11.c:1080:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Bool' (aka 'short') declared in a previous prototype [-Wknr-promoted-parameter] Bool real_event; ^ ./xmond.h:109:80: note: previous declaration is here Global void DecodeEvent P((Server *server , unsigned char *buf , long n , Bool real_event )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ decode11.c:1275:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short RequestType; ^ decode11.c:49:62: note: previous declaration is here static void SequencedReplyExpected P((Client *client , short RequestType )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ decode11.c:1302:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short SequenceNumber; ^ ./xmond.h:111:56: note: previous declaration is here Global short CheckReplyTable P((Server *server , short SequenceNumber , Bool checkZero )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ decode11.c:1303:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Bool' (aka 'short') declared in a previous prototype [-Wknr-promoted-parameter] Bool checkZero; ^ ./xmond.h:111:78: note: previous declaration is here Global short CheckReplyTable P((Server *server , short SequenceNumber , Bool checkZero )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ decode11.c:1358:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short Request; ^ decode11.c:50:53: note: previous declaration is here static void ReplyExpected P((Client *client , short Request )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ 6 warnings generated. cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c linkl.c cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c print11.c cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c server.c server.c:156:24: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned short' declared in a previous prototype [-Wknr-promoted-parameter] unsigned short value; ^ ./xmond.h:335:42: note: previous declaration is here Global void ShortToBuf P((unsigned short value , unsigned char *buf )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ 1 warning generated. cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c fd.c cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c main.c main.c:437:9: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration] nfds = select ^ main.c:927:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Bool' (aka 'short') declared in a previous prototype [-Wknr-promoted-parameter] Bool is_server; ^ main.c:67:114: note: previous declaration is here static Bool ReadAndProcessData P((Pointer private_data , FDDescriptor *read_fdd , FDDescriptor *write_fdd , Bool is_server )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ main.c:972:27: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] "Server bytes", fd, inbuffer->data, ^~~~~~~~~~~~~~ ./xmond.h:349:62: note: passing argument to parameter 'buf' here Global void DumpItem P((char *name , int fd , unsigned char *buf , long n )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ main.c:984:52: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] DumpItem(is_server ? "Server" : "Client", fd, read_buf, num_read); ^~~~~~~~ ./xmond.h:349:62: note: passing argument to parameter 'buf' here Global void DumpItem P((char *name , int fd , unsigned char *buf , long n )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ main.c:1008:20: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] private_data, process_buf, inbuffer->num_Needed ^~~~~~~~~~~ main.c:1098:67: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] ClientFD = accept(ConnectionSocket, (struct sockaddr *)&from, &len); ^~~~ /usr/include/sys/socket.h:642:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ 6 warnings generated. cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c prtype.c prtype.c:80:17: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned short' declared in a previous prototype [-Wknr-promoted-parameter] unsigned short c; ^ prtype.c:39:41: note: previous declaration is here static char *printrep P((unsigned short c )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:122:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short which; ^ ./xmond.h:347:37: note: previous declaration is here Global void SetIndentLevel P((short which )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:143:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short amount; ^ ./xmond.h:348:40: note: previous declaration is here Global void ModifyIndentLevel P((short amount )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:622:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short length; ^ ./xmond.h:385:58: note: previous declaration is here Global int PrintENUMERATED P((unsigned char *buf , short length , ValueListEntryType *ValueList )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:649:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short length; ^ ./xmond.h:386:51: note: previous declaration is here Global int PrintSET P((unsigned char *buf , short length , ValueListEntryType *ValueList )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:700:13: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short start; ^ ./xmond.h:387:54: note: previous declaration is here Global void PrintField P((unsigned char *buf , short start , short length , short FieldType , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:701:13: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short length; ^ ./xmond.h:387:68: note: previous declaration is here Global void PrintField P((unsigned char *buf , short start , short length , short FieldType , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:702:13: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short FieldType; ^ ./xmond.h:387:83: note: previous declaration is here Global void PrintField P((unsigned char *buf , short start , short length , short FieldType , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:751:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short ListType; ^ ./xmond.h:388:66: note: previous declaration is here Global int PrintList P((unsigned char *buf , long number , short ListType , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:929:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short clength; ^ ./xmond.h:393:59: note: previous declaration is here Global void PrintValues P((unsigned char *control , short clength , short ctype , unsigned char *values , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:930:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short ctype; ^ ./xmond.h:393:75: note: previous declaration is here Global void PrintValues P((unsigned char *control , short clength , short ctype , unsigned char *values , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:979:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short length; ^ ./xmond.h:394:58: note: previous declaration is here Global void PrintTextList8 P((unsigned char *buf , short length , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ prtype.c:1007:8: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short length; ^ ./xmond.h:395:59: note: previous declaration is here Global void PrintTextList16 P((unsigned char *buf , short length , char *name )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ 13 warnings generated. cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c table11.c table11.c:79:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short typeid; ^ table11.c:41:33: note: previous declaration is here static TYPE DefineType P((short typeid , short class , char *name , PrintHandlerType printproc )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ table11.c:80:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short class; ^ table11.c:41:48: note: previous declaration is here static TYPE DefineType P((short typeid , short class , char *name , PrintHandlerType printproc )); ^ ./common.h:40:22: note: expanded from macro 'P' #define P(args) args ^ 2 warnings generated. rm -f xmond cc -o xmond -g -L/usr/pkg/lib decode11.o linkl.o print11.o server.o fd.o main.o prtype.o table11.o cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c widgeti.c cc -g -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c xmonui.c xmonui.c:215:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(toggledata[toggle_count].output_string); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/x11/xmon/work/xmon.1.5.6 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/xmon *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/xmon