=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for fvwm-wharf-1.0nb1 making all in ./lib... cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c CatString3.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c SendInfo.c SendInfo.c:16:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] write(fd[0],&window, sizeof(unsigned long)); ^ SendInfo.c:17:9: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' w=strlen(message); ^ SendInfo.c:17:9: note: include the header or explicitly provide a declaration for 'strlen' 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c SendText.c SendText.c:14:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] write(fd[0],&window, sizeof(unsigned long)); ^ SendText.c:16:9: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' w=strlen(message); ^ SendText.c:16:9: note: include the header or explicitly provide a declaration for 'strlen' 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c wild.c wild.c:62:25: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if ((*string == 0) && (strcmp(pattern, "*") == 0)) ^ wild.c:62:25: note: include the header or explicitly provide a declaration for 'strcmp' 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c safemalloc.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c findIconFile.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c mystrcasecmp.c mystrcasecmp.c:10:5: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' n=strlen(s1); ^ mystrcasecmp.c:10:5: note: include the header or explicitly provide a declaration for 'strlen' 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c strncmp.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c hostname.c hostname.c:13:3: warning: implicitly declaring library function 'strncpy' with type 'char *(char *, const char *, unsigned int)' strncpy(client,sysname.nodename,length); ^ hostname.c:13:3: note: include the header or explicitly provide a declaration for 'strncpy' hostname.c:14:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c ReadPacket.c ReadPacket.c:12:33: warning: '/*' within block comment [-Wcomment] * void DeadPipe(int nonsense); /* Called if the pipe is no longer open ^ ReadPacket.c:28:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if((count = read(fd,header,3*sizeof(unsigned long))) >0) ^ 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c sleep.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c CopyString.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c mygetostype.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c GetFdWidth.c rm -f libafterstep.a ar clq libafterstep.a CatString3.o SendInfo.o SendText.o wild.o safemalloc.o findIconFile.o mystrcasecmp.o strncmp.o hostname.o ReadPacket.o sleep.o CopyString.o mygetostype.o GetFdWidth.o ranlib libafterstep.a making all in ./modules/Wharf... cc -O -I. -I/usr/pkg/include -I /usr/X11R7/include -DENABLE_DND -DENABLE_SOUND -I/usr/X11R7/include -c Wharf.c Wharf.c:194:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void main(int argc, char **argv) ^ Wharf.c:194:1: note: change return type to 'int' void main(int argc, char **argv) ^~~~ int Wharf.c:286:23: warning: more '%' conversions than data arguments [-Wformat] fprintf(stderr,"%s: could not create pipe. Disabling sound\n"); ~^ Wharf.c:505:12: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2626:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ Wharf.c:505:19: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2627:38: note: passing argument to parameter here unsigned int* /* height_return */, ^ Wharf.c:505:26: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2628:44: note: passing argument to parameter here unsigned int* /* border_width_return */, ^ Wharf.c:505:33: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2630:1: note: passing argument to parameter here ); ^ Wharf.c:617:27: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2626:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ Wharf.c:617:34: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2627:38: note: passing argument to parameter here unsigned int* /* height_return */, ^ Wharf.c:617:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2628:44: note: passing argument to parameter here unsigned int* /* border_width_return */, ^ Wharf.c:617:48: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &junk2,&junk3,&junk4,&junk5); ^~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2630:1: note: passing argument to parameter here ); ^ Wharf.c:698:33: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] Command=safemalloc(strlen(data) ^~~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ Wharf.c:698:14: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] Command=safemalloc(strlen(data) ^~~~~~~~~~~~~~~~~~~~~~~~ Wharf.c:700:15: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(Command,Buttons[dummy].drop_action, ^~~~~~~ /usr/include/stdio.h:268:31: note: passing argument to parameter here int sprintf(char * __restrict, const char * __restrict, ...) ^ Wharf.c:702:19: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] SendInfo(fd,Command,0); ^~~~~~~ ./../../lib/aftersteplib.h:6:29: note: passing argument to parameter 'message' here void SendInfo(int *fd,char *message,unsigned long window); ^ Wharf.c:966:42: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XGetGeometry(dpy,win,&junk_win,&x,&y,&w,&h,&junk_bd,&junk_depth); ^~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2626:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ Wharf.c:966:45: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XGetGeometry(dpy,win,&junk_win,&x,&y,&w,&h,&junk_bd,&junk_depth); ^~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2627:38: note: passing argument to parameter here unsigned int* /* height_return */, ^ Wharf.c:966:48: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XGetGeometry(dpy,win,&junk_win,&x,&y,&w,&h,&junk_bd,&junk_depth); ^~~~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2628:44: note: passing argument to parameter here unsigned int* /* border_width_return */, ^ Wharf.c:966:57: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XGetGeometry(dpy,win,&junk_win,&x,&y,&w,&h,&junk_bd,&junk_depth); ^~~~~~~~~~~ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:2630:1: note: passing argument to parameter here ); ^ Wharf.c:2270:19: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] ((ks = XKeycodeToKeysym(dpy, kc, 0)) != NoSymbol)) ^ /usr/pkgsrc/work/x11/fvwm-wharf/work/.buildlink/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here extern KeySym XKeycodeToKeysym( ^ 19 warnings generated. cc -O -I. -I/usr/pkg/include -I /usr/X11R7/include -DENABLE_DND -DENABLE_SOUND -I/usr/X11R7/include -c icons.c cc -O -I. -I/usr/pkg/include -I /usr/X11R7/include -DENABLE_DND -DENABLE_SOUND -I/usr/X11R7/include -c stepgfx.c bmake[1]: don't know how to make /usr/pkg/lib/libXext.a. Stop bmake[1]: stopped in /usr/pkgsrc/work/x11/fvwm-wharf/work/AfterStep-1.0/modules/Wharf *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/work/x11/fvwm-wharf/work/AfterStep-1.0 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/fvwm-wharf *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/fvwm-wharf