=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xp-1.2b10nb4 sed -e "s;XAPPLOADDIR;/usr/pkg/lib/X11/app-defaults;" xp.man cc -O -I/usr/pkg/include -I /usr/X11R7/include -DHASVFORK -DHAS_STRERROR -I/usr/X11R7/include -c xp.c xp.c:418:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xp.c:494:54: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] parse = XParseGeometry(geometrySpec, &x, &y, &width, &height); ^~~~~~ /usr/pkgsrc/work/x11/xp/work/.buildlink/include/X11/Xlib.h:2873:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ xp.c:494:62: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] parse = XParseGeometry(geometrySpec, &x, &y, &width, &height); ^~~~~~~ /usr/pkgsrc/work/x11/xp/work/.buildlink/include/X11/Xlib.h:2875:1: note: passing argument to parameter here ); ^ xp.c:626:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main (argc, argv) ^~~~ xp.c:642:26: warning: passing 'Cardinal *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] (Cardinal *) &argc, argv, ^~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/x11/xp/work/.buildlink/include/X11/Intrinsic.h:1491:28: note: passing argument to parameter here int* /* argc_in_out */, ^ xp.c:678:60: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] parse = XParseGeometry(app_resources.geometry, &x, &y, &width, &height); ^~~~~~ /usr/pkgsrc/work/x11/xp/work/.buildlink/include/X11/Xlib.h:2873:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ xp.c:678:68: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] parse = XParseGeometry(app_resources.geometry, &x, &y, &width, &height); ^~~~~~~ /usr/pkgsrc/work/x11/xp/work/.buildlink/include/X11/Xlib.h:2875:1: note: passing argument to parameter here ); ^ xp.c:762:5: warning: implicit declaration of function 'redirect' is invalid in C99 [-Wimplicit-function-declaration] redirect(); ^ xp.c:1648:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static validAction; ~~~~~~ ^ xp.c:1753:7: warning: implicit declaration of function 'mysystem' is invalid in C99 [-Wimplicit-function-declaration] if (mysystem(cmndbuf,file_name(te->file)) < 0) ^ xp.c:1783:32: warning: implicit declaration of function 'Where' is invalid in C99 [-Wimplicit-function-declaration] sprintf(cmndbuf,"%d", Where(te->widget)); ^ xp.c:1849:8: warning: implicit declaration of function 'regsearch' is invalid in C99 [-Wimplicit-function-declaration] if (regsearch(data, data+startpos, uptr+1,TRUE, ^ xp.c:1992:7: warning: too few arguments in call to 'Next' Next(); ~~~~ ^ xp.c:1995:11: warning: too few arguments in call to 'Previous' Previous(); ~~~~~~~~ ^ xp.c:2152:7: warning: implicit declaration of function 'outputselection' is invalid in C99 [-Wimplicit-function-declaration] outputselection(target->widget,fout,target->data); ^ xp.c:2156:46: warning: implicit declaration of function 'mypclose' is invalid in C99 [-Wimplicit-function-declaration] background ? fclose(fout) : mypclose(fout); ^ xp.c:2198:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] redirect() ^~~~~~~~ xp.c:2210:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 18 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DHASVFORK -DHAS_STRERROR -I/usr/X11R7/include -c text.c text.c:195:2: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] write(fileno(file),data + from,length); ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DHASVFORK -DHAS_STRERROR -I/usr/X11R7/include -c readfile.c readfile.c:37:14: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration] extern char *malloc(); ^ readfile.c:37:14: note: 'malloc' is a builtin with type 'void *(unsigned int)' readfile.c:38:14: warning: incompatible redeclaration of library function 'realloc' [-Wincompatible-library-redeclaration] extern char *realloc(); ^ readfile.c:38:14: note: 'realloc' is a builtin with type 'void *(void *, unsigned int)' readfile.c:70:9: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration] (void) free (cp); ^ 3 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DHASVFORK -DHAS_STRERROR -I/usr/X11R7/include -c regexp.c regexp.c:197:15: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration] extern char *malloc(); ^ regexp.c:197:15: note: 'malloc' is a builtin with type 'void *(unsigned int)' regexp.c:255:32: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' if (OP(scan) == EXACTLY && strlen(OPERAND(scan)) >= len) { ^ regexp.c:255:32: note: please include the header or explicitly provide a declaration for 'strlen' regexp.c:535:10: warning: implicitly declaring library function 'strcspn' with type 'unsigned int (const char *, const char *)' len = strcspn(regparse, META); ^ regexp.c:535:10: note: please include the header or explicitly provide a declaration for 'strcspn' regexp.c:724:8: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned int)' if (strncmp(s, prog->regmust, prog->regmlen) == 0) ^ regexp.c:724:8: note: please include the header or explicitly provide a declaration for 'strncmp' 4 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DHASVFORK -DHAS_STRERROR -I/usr/X11R7/include -c search.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DHASVFORK -DHAS_STRERROR -I/usr/X11R7/include -c mysystem.c mysystem.c:10:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern Argc; ~~~~~~ ^ mysystem.c:60:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] mysystem(cmnd,currentfile) ^~~~~~~~ mysystem.c:128:13: warning: implicit declaration of function 'wait' is invalid in C99 [-Wimplicit-function-declaration] died = wait(&status); ^ 3 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DHASVFORK -DHAS_STRERROR -I/usr/X11R7/include -c utils.c utils.c:3:9: warning: 'NULL' macro redefined #define NULL 0 ^ /usr/include/sys/null.h:13:9: note: previous definition is here #define NULL ((void *)0) ^ 1 warning generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/x11/xp/work/xp-1.2b10 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/x11/xp *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/xp