=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for tvtwm-11nb3 cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c gram.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c lex.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c deftwmrc.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c add_window.c add_window.c:1167:5: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] &Scr->hilite.width, &Scr->hilite.height, ^~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/wm/tvtwm/work/.buildlink/include/X11/Xmu/Drawing.h:115:9: note: passing argument to parameter 'width_return' here int *width_return, ^ add_window.c:1167:25: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] &Scr->hilite.width, &Scr->hilite.height, ^~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/wm/tvtwm/work/.buildlink/include/X11/Xmu/Drawing.h:116:9: note: passing argument to parameter 'height_return' here int *height_return, ^ 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c gc.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c list.c list.c:110:7: 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 type; ^ ./list.h:71:52: note: previous declaration is here AddToList(name_list **list_head, char *name, short type, char *ptr); ^ 1 warning generated. rm -f twm.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -DXLOADIMAGE=\"/usr/pkg/bin/xloadimage\" -DM4_DEFAULT twm.c rm -f parse.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM '-DSYSTEM_INIT_FILE="'/usr/pkg/lib/X11/twm'/system.tvtwmrc"' parse.c parse.c:1577:11: 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 matchtype; /* match type */ ^ ./twm.h:448:60: note: previous declaration is here void do_squeeze_entry (name_list **list, char *name, short icontype, int justify, ^ parse.c:1890:27: warning: passing 'int [32]' to parameter of type '__gid_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] ngids = getgroups(NGIDS, gids); ^~~~ /usr/include/unistd.h:119:27: note: passing argument to parameter here int getgroups(int, gid_t []); ^ 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c menus.c menus.c:489:24: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] tb->name, NULL, 0, &tb->width, &tb->height, ^~~~~~~~~~ /usr/pkgsrc/work/wm/tvtwm/work/.buildlink/include/X11/Xmu/Drawing.h:115:9: note: passing argument to parameter 'width_return' here int *width_return, ^ menus.c:489:36: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] tb->name, NULL, 0, &tb->width, &tb->height, ^~~~~~~~~~~ /usr/pkgsrc/work/wm/tvtwm/work/.buildlink/include/X11/Xmu/Drawing.h:116:9: note: passing argument to parameter 'height_return' here int *height_return, ^ 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c events.c events.c:745:17: warning: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XFocusInEvent *' (aka 'XFocusChangeEvent *') [-Wincompatible-pointer-types] HandleFocusIn(event); ^~~~~ events.c:747:22: warning: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XFocusOutEvent *' (aka 'XFocusChangeEvent *') [-Wincompatible-pointer-types] HandleFocusOut(event); ^~~~~ 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c resize.c rm -f util.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -DNOPUTENV util.c util.c:380:32: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] return GetCursorGlyph(name+1, widthp, heightp, shape_mask); ^~~~~~ ./twm.h:406:40: note: passing argument to parameter 'widthp' here Pixmap GetCursorGlyph(char *name, int *widthp, int *heightp, ^ util.c:380:40: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] return GetCursorGlyph(name+1, widthp, heightp, shape_mask); ^~~~~~~ ./twm.h:406:53: note: passing argument to parameter 'heightp' here Pixmap GetCursorGlyph(char *name, int *widthp, int *heightp, ^ util.c:406:28: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] Scr->d_depth, NULL, 0, widthp, heightp, &HotX, &HotY, ^~~~~~ ./twm.h:402:14: note: passing argument to parameter 'widthp' here int *widthp, int *heightp, int *xhotp, int *yhotp, ^ util.c:406:36: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] Scr->d_depth, NULL, 0, widthp, heightp, &HotX, &HotY, ^~~~~~~ ./twm.h:402:27: note: passing argument to parameter 'heightp' here int *widthp, int *heightp, int *xhotp, int *yhotp, ^ util.c:751:11: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i; ~~~~~~~~ ^ 5 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c version.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c iconmgr.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c cursor.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c icons.c icons.c:394:7: 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 icontype; ^ ./twm.h:444:38: note: previous declaration is here void AddIconRegion(char *name, short type, char *geom, Bool iterate, ^ icons.c:433:7: 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 type; ^ icons.c:128:36: note: previous declaration is here AddOneIconRegion(char *name, short type, int x, int y, int w, int h, ^ 2 warnings generated. rm -f vdt.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -DXLOADIMAGE=\"/usr/pkg/bin/xloadimage\" vdt.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c move.c rm -f LocPixmap.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM '-DBITMAPDIR="/usr/pkg/include/X11/bitmaps"' LocPixmap.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSHAPE -DXPM -I/usr/X11R7/include -c regexp.c regexp.c:205:15: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration] extern char *malloc(); ^ regexp.c:205:15: note: 'malloc' is a builtin with type 'void *(unsigned int)' 1 warning generated. bmake: don't know how to make /usr/pkg/lib/libXmu.a. Stop bmake: stopped in /usr/pkgsrc/work/wm/tvtwm/work/tvtwm *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/wm/tvtwm *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/wm/tvtwm