=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xxgdb-1.12nb2 --- calldbx.o --- --- command.o --- --- dbx.o --- --- calldbx.o --- clang -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -c calldbx.c --- command.o --- clang -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -c command.c --- dbx.o --- clang -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -c dbx.c --- command.o --- command.c:363:3: warning: implicit declaration of function 'signal_interrupt_dbx' is invalid in C99 [-Wimplicit-function-declaration] signal_interrupt_dbx (); ^ command.c:373:5: warning: implicit declaration of function 'StartEditor' is invalid in C99 [-Wimplicit-function-declaration] StartEditor(); ^ command.c:389:16: error: variable has incomplete type 'union wait' union wait status; ^ command.c:389:11: note: forward declaration of 'union wait' union wait status; ^ 2 warnings and 1 error generated. *** [command.o] Error code 1 bmake: stopped in /var/pkgsrc/work/devel/xxgdb/work/xxgdb-1.12 --- dbx.o --- dbx.c:104:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (fp = fopen(xdbxinit, "r")) { ~~~^~~~~~~~~~~~~~~~~~~~~~ dbx.c:104:12: note: place parentheses around the assignment to silence this warning if (fp = fopen(xdbxinit, "r")) { ^ ( ) dbx.c:104:12: note: use '==' to turn this assignment into an equality comparison if (fp = fopen(xdbxinit, "r")) { ^ == dbx.c:127:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static visited = False; ~~~~~~ ^ dbx.c:168:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (more = fgets(s, LINESIZ, dbxfp) && !Prompt) { ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbx.c:168:14: note: place parentheses around the assignment to silence this warning while (more = fgets(s, LINESIZ, dbxfp) && !Prompt) { ^ ( ) dbx.c:168:14: note: use '==' to turn this assignment into an equality comparison while (more = fgets(s, LINESIZ, dbxfp) && !Prompt) { ^ == dbx.c:231:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit(-1); ^ dbx.c:231:4: note: include the header or explicitly provide a declaration for 'exit' dbx.c:259:18: warning: too few arguments in call to 'read_dbx' read_dbx(); ~~~~~~~~ ^ 5 warnings generated. 1 error bmake: stopped in /var/pkgsrc/work/devel/xxgdb/work/xxgdb-1.12 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/devel/xxgdb *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/xxgdb