=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for catclock-0.0nb6 cc -O -I. -I/include -I /usr/X11R7/include -I/usr/pkg/include -I /usr/X11R7/include -DHAS_GNU_EMACS -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c xclock.c xclock.c:289:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ xclock.c:424:11: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] (unsigned int *)&argc, argv, NULL, ^~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1473:28: note: passing argument to parameter here int* /* argc_in_out */, ^ xclock.c:669:16: warning: incompatible pointer types passing 'void (Widget, XtPointer, XEvent *)' to parameter of type 'XtEventHandler' (aka 'void (*)(Widget, XtPointer, XEvent *, Boolean *)') [-Wincompatible-pointer-types] False, MapCallback, (XtPointer)NULL); ^~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:831:31: note: passing argument to parameter here XtEventHandler /* proc */, ^ xclock.c:778:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cp = getenv("HOME")) { ~~~^~~~~~~~~~~~~~~~ xclock.c:778:9: note: place parentheses around the assignment to silence this warning if (cp = getenv("HOME")) { ^ ( ) xclock.c:778:9: note: use '==' to turn this assignment into an equality comparison if (cp = getenv("HOME")) { ^ == xclock.c:780:27: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration] } else if (pw = getpwuid(getuid())) { ^ xclock.c:780:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] } else if (pw = getpwuid(getuid())) { ~~~^~~~~~~~~~~~~~~~~~~~ xclock.c:780:16: note: place parentheses around the assignment to silence this warning } else if (pw = getpwuid(getuid())) { ^ ( ) xclock.c:780:16: note: use '==' to turn this assignment into an equality comparison } else if (pw = getpwuid(getuid())) { ^ == xclock.c:822:43: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmDrawingAreaCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] XtAddCallback(canvas, XmNexposeCallback, HandleExpose, NULL); ^~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:823:43: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmDrawingAreaCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] XtAddCallback(canvas, XmNresizeCallback, HandleResize, NULL); ^~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:824:43: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmDrawingAreaCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] XtAddCallback(canvas, XmNinputCallback, HandleInput, NULL); ^~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:878:16: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &x, &y, &width, &height); ^~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Xlib.h:2861:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ xclock.c:878:24: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &x, &y, &width, &height); ^~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Xlib.h:2863:1: note: passing argument to parameter here ); ^ xclock.c:997:16: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &x, &y, &width, &height); ^~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Xlib.h:2861:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ xclock.c:997:24: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &x, &y, &width, &height); ^~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Xlib.h:2863:1: note: passing argument to parameter here ); ^ xclock.c:1118:16: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &x, &y, &width, &height); ^~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Xlib.h:2861:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ xclock.c:1118:24: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &x, &y, &width, &height); ^~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Xlib.h:2863:1: note: passing argument to parameter here ); ^ xclock.c:1447:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (*str++ = *cp++); ~~~~~~~^~~~~~~ xclock.c:1447:16: note: place parentheses around the assignment to silence this warning while (*str++ = *cp++); ^ ( ) xclock.c:1447:16: note: use '==' to turn this assignment into an equality comparison while (*str++ = *cp++); ^ == xclock.c:2217:9: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmToggleButtonCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] AlarmSetCallback, NULL); ^~~~~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:2224:9: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmToggleButtonCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] AlarmBellCallback, NULL); ^~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:2231:9: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmToggleButtonCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] ChimeCallback, NULL); ^~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:2235:9: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmPushButtonCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] AckAlarmCallback, NULL); ^~~~~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:2239:9: warning: incompatible pointer types passing 'void (Widget, Widget, XmPushButtonCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] RereadAlarmCallback, setW); ^~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:2243:9: warning: incompatible pointer types passing 'void (Widget, Widget, XmPushButtonCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] EditAlarmCallback, setW); ^~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:2250:44: warning: incompatible pointer types passing 'void (Widget, XtPointer, XmPushButtonCallbackStruct *)' to parameter of type 'XtCallbackProc' (aka 'void (*)(Widget, XtPointer, XtPointer)') [-Wincompatible-pointer-types] XtAddCallback(exitW, XmNactivateCallback, ExitCallback, NULL); ^~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Intrinsic.h:1238:35: note: passing argument to parameter here XtCallbackProc /* callback */, ^ xclock.c:2253:26: warning: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XButtonPressedEvent *' (aka 'XButtonEvent *') [-Wincompatible-pointer-types] XmMenuPosition(menu, callData->event); ^~~~~~~~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/Xm/RowColumn.h:52:46: note: passing argument to parameter 'event' here XButtonPressedEvent *event) ; ^ xclock.c:2265:26: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (appData.alarmSet = appData.alarmSet ? False : True) { ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xclock.c:2265:26: note: place parentheses around the assignment to silence this warning if (appData.alarmSet = appData.alarmSet ? False : True) { ^ ( ) xclock.c:2265:26: note: use '==' to turn this assignment into an equality comparison if (appData.alarmSet = appData.alarmSet ? False : True) { ^ == 25 warnings generated. cc -O -I. -I/include -I /usr/X11R7/include -I/usr/pkg/include -I /usr/X11R7/include -DHAS_GNU_EMACS -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c alarm.c alarm.c:155:13: warning: incompatible pointer types passing 'short [15]' to parameter of type 'const char *' [-Wincompatible-pointer-types] bell_bits, ^~~~~~~~~ /usr/pkgsrc/work/time/catclock/work/.x11-buildlink/include/X11/Xlib.h:1607:29: note: passing argument to parameter here _Xconst char* /* data */, ^ alarm.c:199:21: warning: incompatible pointer types passing 'void (void)' to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal(SIGALRM, TextScroll); ^~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ alarm.c:390:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cp = index(tp, '\n')) { ~~~^~~~~~~~~~~~~~~~~ alarm.c:390:9: note: place parentheses around the assignment to silence this warning if (cp = index(tp, '\n')) { ^ ( ) alarm.c:390:9: note: use '==' to turn this assignment into an equality comparison if (cp = index(tp, '\n')) { ^ == alarm.c:402:30: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (nextAlarm.alarmAnnounce = malloc(strlen(tp) + 1)) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ alarm.c:402:30: note: place parentheses around the assignment to silence this warning if (nextAlarm.alarmAnnounce = malloc(strlen(tp) + 1)) { ^ ( ) alarm.c:402:30: note: use '==' to turn this assignment into an equality comparison if (nextAlarm.alarmAnnounce = malloc(strlen(tp) + 1)) { ^ == 4 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/time/catclock/work/catclock *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/time/catclock *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/time/catclock