=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for wterm-6.2.9nb23 /usr/bin/sed -n -f ./makeprotos-sed command.c > command.pro /usr/bin/sed -n -f ./makeprotos-sed graphics.c > graphics.pro /usr/bin/sed -n -f ./makeprotos-sed grkelot.c > grkelot.pro /usr/bin/sed -n -f ./makeprotos-sed main.c > main.pro /usr/bin/sed -n -f ./makeprotos-sed menubar.c > menubar.pro /usr/bin/sed -n -f ./makeprotos-sed misc.c > misc.pro /usr/bin/sed -n -f ./makeprotos-sed netdisp.c > netdisp.pro /usr/bin/sed -n -f ./makeprotos-sed rmemset.c > rmemset.pro /usr/bin/sed -n -f ./makeprotos-sed screen.c > screen.pro /usr/bin/sed -n -f ./makeprotos-sed scrollbar2.c > scrollbar2.pro /usr/bin/sed -n -f ./makeprotos-sed utmp.c > utmp.pro /usr/bin/sed -n -f ./makeprotos-sed xdefaults.c > xdefaults.pro /usr/bin/sed -n -f ./makeprotos-sed xpm.c > xpm.pro cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 command.c command.c:515:9: warning: implicit declaration of function 'openpty' is invalid in C99 [-Wimplicit-function-declaration] if (openpty(&fd, &s, ttydev, NULL, NULL)) ^ command.c:1533:21: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ((PrivateModes && PrivMode_aplKP) ? !shft : shft) { ^ ~~~~~~~~~~~~~~ command.c:1533:21: note: use '&' for a bitwise operation if ((PrivateModes && PrivMode_aplKP) ? !shft : shft) { ^~ & command.c:1533:21: note: remove constant to silence this warning if ((PrivateModes && PrivMode_aplKP) ? !shft : shft) { ~^~~~~~~~~~~~~~~~~ command.c:1985:3: warning: implicit declaration of function 'scrollbar_show' is invalid in C99 [-Wimplicit-function-declaration] scrollbar_show(1); ^ command.c:2242:67: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XQueryTree(Xdisplay, TermWin.parent, &root, &parent, &list, &n); ^~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:3036:1: note: passing argument to parameter here ); ^ command.c:2252:63: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XQueryTree(Xdisplay, ParentWin1, &root, &parent, &list, &n); ^~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:3036:1: note: passing argument to parameter here ); ^ command.c:2224:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (Options & Opt_transparent) { ^ command.c:2285:66: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XQueryTree(Xdisplay, TermWin.parent, &root, &parent, &list, &n); ^~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:3036:1: note: passing argument to parameter here ); ^ command.c:2295:62: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XQueryTree(Xdisplay, ParentWin1, &root, &parent, &list, &n); ^~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:3036:1: note: passing argument to parameter here ); ^ command.c:2667:26: warning: passing 'unsigned char [256]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] tt_write(buf, strlen(buf)); ^~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ command.c:3204:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] PrivCases(PrivMode_BackSpace); ^ command.c:3113:5: note: expanded from macro 'PrivCases' else \ ^ 10 warnings generated. cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 graphics.c graphics.c:104:15: warning: passing 'char [7]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] tt_printf("\033W%ld\n", (long)grwin->win); ^~~~~~~~~~~~ ./command.pro:22:46: note: passing argument to parameter 'fmt' here void tt_printf __PROTO((const unsigned char *fmt,...)); ^ ./wterm.h:892:21: note: expanded from macro '__PROTO' # define __PROTO(p) p ^ graphics.c:150:32: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] x -= XTextWidth(TermWin.font, data->text, data->coords[3]); ^~~~~~~~~~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:3448:31: note: passing argument to parameter here _Xconst char* /* string */, ^ graphics.c:152:33: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] x -= (XTextWidth(TermWin.font, data->text, data->coords[3]) >> 1); ^~~~~~~~~~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:3448:31: note: passing argument to parameter here _Xconst char* /* string */, ^ graphics.c:168:3: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] data->text, data->coords[3]); ^~~~~~~~~~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:2422:31: note: passing argument to parameter here _Xconst char* /* string */, ^ graphics.c:179:12: warning: passing 'char [36]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] tt_printf("\033G%ld %d %d %u %u %d %d %ld %ld %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./command.pro:22:46: note: passing argument to parameter 'fmt' here void tt_printf __PROTO((const unsigned char *fmt,...)); ^ ./wterm.h:892:21: note: expanded from macro '__PROTO' # define __PROTO(p) p ^ graphics.c:188:12: warning: passing 'char [32]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] tt_printf("\033G0 0 0 %d %d %d %d %ld %ld %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./command.pro:22:46: note: passing argument to parameter 'fmt' here void tt_printf __PROTO((const unsigned char *fmt,...)); ^ ./wterm.h:892:21: note: expanded from macro '__PROTO' # define __PROTO(p) p ^ graphics.c:348:15: warning: passing 'char [15]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] tt_printf("\033%c%ld;%d;%d;\n", but, (long)grwin->win, x, y); ^~~~~~~~~~~~~~~~~~~~ ./command.pro:22:46: note: passing argument to parameter 'fmt' here void tt_printf __PROTO((const unsigned char *fmt,...)); ^ ./wterm.h:892:21: note: expanded from macro '__PROTO' # define __PROTO(p) p ^ 7 warnings generated. cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 grkelot.c cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 main.c main.c:228:2: warning: implicit declaration of function 'scrollbar_show' is invalid in C99 [-Wimplicit-function-declaration] scrollbar_show(2); ^ 1 warning generated. cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 menubar.c cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 misc.c cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 netdisp.c cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 rmemset.c rmemset.c:61:9: warning: assigning to 'R_u_int_p_t *' (aka 'unsigned int *') from 'R_int_p_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign] rp = (R_int_p_t *)lp; ^ ~~~~~~~~~~~~~~~ 1 warning generated. cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 screen.c cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 scrollbar2.c scrollbar2.c:234:9: warning: passing 'unsigned char [8]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] stp_bits, stp_width, stp_height); ^~~~~~~~ /usr/pkgsrc/work/x11/wterm/work/.buildlink/include/X11/Xlib.h:1619:29: note: passing argument to parameter here _Xconst char* /* data */, ^ scrollbar2.c:260:5: warning: implicit declaration of function 'scrollbar_show' is invalid in C99 [-Wimplicit-function-declaration] scrollbar_show(1); ^ 2 warnings generated. cc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I. -I.. -I. -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 utmp.c utmp.c:242:17: error: use of undeclared identifier 'WTMPX_FILE' update_wtmp(WTMP_FILENAME, &utmp); ^ ./wterm.h:480:26: note: expanded from macro 'WTMP_FILENAME' # define WTMP_FILENAME WTMPX_FILE ^ utmp.c:301:17: error: use of undeclared identifier 'WTMPX_FILE' update_wtmp(WTMP_FILENAME, putmp); ^ ./wterm.h:480:26: note: expanded from macro 'WTMP_FILENAME' # define WTMP_FILENAME WTMPX_FILE ^ 2 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/x11/wterm/work/wterm-6.2.9/src => Unwrapping files-to-be-installed.