=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for ucblogo-5.3nb5 cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c coms.c coms.c:95:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (val_status & OUTPUT_TAIL ^ 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c error.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c eval.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c files.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c graphics.c graphics.c:187:5: warning: implicit declaration of function 'save_pen' is invalid in C99 [-Wimplicit-function-declaration] save_pen(&saved_pen); ^ graphics.c:237:5: warning: implicit declaration of function 'restore_pen' is invalid in C99 [-Wimplicit-function-declaration] restore_pen(&saved_pen); ^ graphics.c:980:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ graphics.c:1474:4: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] draw_string((unsigned char *)(record + r_index + One+1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xgraphics.h:88:45: note: expanded from macro 'draw_string' (s),strlen((s))); ^~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ graphics.c:1474:4: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] draw_string((unsigned char *)(record + r_index + One+1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xgraphics.h:88:34: note: expanded from macro 'draw_string' (s),strlen((s))); ^~~ /usr/pkgsrc/work/lang/ucblogo/work/.x11-buildlink/include/X11/Xlib.h:2410:31: note: passing argument to parameter here _Xconst char* /* string */, ^ 5 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c init.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c intern.c echo 'char *libloc="'/usr/pkg/share/ucblogo'/logolib";' > libloc.c echo 'char *helploc="'/usr/pkg/share/ucblogo'/helpfiles";' >> libloc.c echo 'char *temploc="/tmp";' >> libloc.c echo 'char *separator="/";' >> libloc.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c libloc.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c lists.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c logodata.c logodata.c:410:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c main.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c math.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -O0 -c mem.c mem.c:104:23: warning: '/*' within block comment [-Wcomment] /* #define GC_DEBUG 1 /* */ ^ 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c paren.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c parse.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c print.c cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/X11R7/include -O0 -I/usr/X11R7/include -c term.c term.c:105:17: warning: incompatible pointer types passing 'int (char)' to parameter of type 'int (*)(int)' [-Wincompatible-pointer-types] tputs(str,1,termcap_putter); ^~~~~~~~~~~~~~ /usr/include/termcap.h:40:37: note: passing argument to parameter here int tputs(const char *, int, int (*)(int)); ^ term.c:138:10: error: use of undeclared identifier 'TIOCGETP' ioctl(0,TIOCGETP,(char *)(&tty_cooked)); ^ term.c:139:13: error: incomplete type 'struct sgttyb' is not assignable tty_cbreak = tty_cooked; ~~~~~~~~~~ ^ term.c:81:8: note: forward declaration of 'struct sgttyb' struct sgttyb tty_cooked, tty_cbreak; ^ term.c:140:12: error: incomplete definition of type 'struct sgttyb' tty_cbreak.sg_flags |= CBREAK; ~~~~~~~~~~^ term.c:81:8: note: forward declaration of 'struct sgttyb' struct sgttyb tty_cooked, tty_cbreak; ^ term.c:140:25: error: use of undeclared identifier 'CBREAK' tty_cbreak.sg_flags |= CBREAK; ^ term.c:141:12: error: incomplete definition of type 'struct sgttyb' tty_cbreak.sg_flags &= ~ECHO; ~~~~~~~~~~^ term.c:81:8: note: forward declaration of 'struct sgttyb' struct sgttyb tty_cooked, tty_cbreak; ^ term.c:190:10: error: use of undeclared identifier 'TIOCSETP' ioctl(0,TIOCSETP,(char *)(&tty_cbreak)); ^ term.c:206:10: error: use of undeclared identifier 'TIOCSETP' ioctl(0,TIOCSETP,(char *)(&tty_cooked)); ^ term.c:81:15: error: tentative definition has type 'struct sgttyb' that is never completed struct sgttyb tty_cooked, tty_cbreak; ^ term.c:81:8: note: forward declaration of 'struct sgttyb' struct sgttyb tty_cooked, tty_cbreak; ^ term.c:81:27: error: tentative definition has type 'struct sgttyb' that is never completed struct sgttyb tty_cooked, tty_cbreak; ^ term.c:81:8: note: forward declaration of 'struct sgttyb' struct sgttyb tty_cooked, tty_cbreak; ^ 1 warning and 9 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/ucblogo/work/ucblogo-5.3 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/lang/ucblogo *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/lang/ucblogo