=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for kterm-6.2.0nb24 --- button.o --- --- kfontlist.c --- --- cursor.o --- --- button.o --- clang -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DKTERM -DSTATUSLINE -DKEEPALIVE -I/usr/pkg/include -I/usr/include -c button.c --- kfontlist.c --- m4 kfontlist.m4 > kfontlist.c --- cursor.o --- clang -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DKTERM -DSTATUSLINE -DKEEPALIVE -I/usr/pkg/include -I/usr/include -c cursor.c --- data.o --- clang -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DKTERM -DSTATUSLINE -DKEEPALIVE -I/usr/pkg/include -I/usr/include -c data.c --- input.o --- --- button.o --- button.c:390:6: warning: implicit declaration of function 'check_ctext_kterm' is invalid in C99 [-Wimplicit-function-declaration] if (check_ctext_kterm((char*)value, *length)) { ^ button.c:427:9: warning: implicit declaration of function 'convCTtoCS' is invalid in C99 [-Wimplicit-function-declaration] n = convCTtoCS(ct, len, NULL); ^ button.c:457:9: warning: implicit declaration of function 'convUTF8toCS' is invalid in C99 [-Wimplicit-function-declaration] n = convUTF8toCS(ut, len, NULL); ^ button.c:555:6: warning: implicit declaration of function 'v_write' is invalid in C99 [-Wimplicit-function-declaration] v_write(pty, lag, cp - lag + 1); ^ button.c:559:2: warning: implicit declaration of function 'v_write' is invalid in C99 [-Wimplicit-function-declaration] v_write(pty, lag, end - lag); ^ --- cursor.o --- cursor.c:47:2: warning: implicit declaration of function 'TrackText' is invalid in C99 [-Wimplicit-function-declaration] TrackText(0, 0, 0, 0); ^ cursor.c:58:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CursorSet(screen, row, col, flags) ^ cursor.c:76:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cursor.c:81:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CursorBack(screen, n) ^ cursor.c:105:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cursor.c:110:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CursorForward(screen, n) ^ cursor.c:119:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cursor.c:125:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CursorDown(screen, n) ^ cursor.c:139:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cursor.c:145:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CursorUp(screen, n) ^ cursor.c:159:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cursor.c:180:2: warning: implicit declaration of function 'Scroll' is invalid in C99 [-Wimplicit-function-declaration] Scroll(screen, amount - j); ^ cursor.c:199:2: warning: implicit declaration of function 'RevScroll' is invalid in C99 [-Wimplicit-function-declaration] RevScroll(screen, amount - (screen->cur_row - screen->top_marg)); ^ cursor.c:206:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CarriageReturn(screen) ^ cursor.c:212:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cursor.c:217:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CursorSave(term, sc) ^ cursor.c:229:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cursor.c:234:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CursorRestore(term, sc) ^ cursor.c:247:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ --- input.o --- clang -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DKTERM -DSTATUSLINE -DKEEPALIVE -I/usr/pkg/include -I/usr/include -c input.c --- cursor.o --- 19 warnings generated. --- main.o --- --- button.o --- button.c:688:6: warning: implicit declaration of function 'HideCursor' is invalid in C99 [-Wimplicit-function-declaration] HideCursor (); ^ button.c:741:5: warning: implicit declaration of function 'v_write' is invalid in C99 [-Wimplicit-function-declaration] v_write(screen->respond, line, 5); ^ button.c:751:5: warning: implicit declaration of function 'v_write' is invalid in C99 [-Wimplicit-function-declaration] v_write(screen->respond, line, 9); ^ button.c:785:3: warning: implicit declaration of function 'DisownSelection' is invalid in C99 [-Wimplicit-function-declaration] DisownSelection(term); ^ button.c:895:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] ScrollSelection(screen, amount) ^ button.c:926:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ button.c:930:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] ResizeSelection (screen, rows, cols) ^ button.c:948:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ button.c:960:11: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register row, col; ~~~~~~~~ ^ button.c:960:16: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register row, col; ~~~~~~~~ ^ button.c:1335:18: warning: '&&' within '||' [-Wlogical-op-parentheses] if (0x41 <= c2 && c2 <= 0x5a || 0x61 <= c2 && c2 <= 0x7a) ~~~~~~~~~~~^~~~~~~~~~~~~ ~~ button.c:1335:18: note: place parentheses around the '&&' expression to silence this warning if (0x41 <= c2 && c2 <= 0x5a || 0x61 <= c2 && c2 <= 0x7a) ^ ( ) button.c:1335:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (0x41 <= c2 && c2 <= 0x5a || 0x61 <= c2 && c2 <= 0x7a) ~~ ~~~~~~~~~~~^~~~~~~~~~~~~ button.c:1335:46: note: place parentheses around the '&&' expression to silence this warning if (0x41 <= c2 && c2 <= 0x5a || 0x61 <= c2 && c2 <= 0x7a) ^ ( ) button.c:1347:18: warning: '&&' within '||' [-Wlogical-op-parentheses] if (0x21 <= c2 && c2 <= 0x38 || 0x41 <= c2 && c2 <= 0x58) ~~~~~~~~~~~^~~~~~~~~~~~~ ~~ --- main.o --- rm -f main.o clang -c -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DKTERM -DSTATUSLINE -DKEEPALIVE -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=11 -DOSMINORVERSION=2 main.c --- button.o --- button.c:1347:18: note: place parentheses around the '&&' expression to silence this warning if (0x21 <= c2 && c2 <= 0x38 || 0x41 <= c2 && c2 <= 0x58) --- input.o --- input.c:50:3: warning: implicit declaration of function 'WindowScroll' is invalid in C99 [-Wimplicit-function-declaration] --- button.o --- ^ --- input.o --- WindowScroll(screen, 0); --- button.o --- ( ) --- input.o --- ^ --- button.o --- button.c:1347:46: warning: '&&' within '||' [-Wlogical-op-parentheses] --- main.o --- main.c:304:10: fatal error: 'utmp.h' file not found --- input.o --- input.c:56:5: warning: implicit declaration of function 'Bell' is invalid in C99 [-Wimplicit-function-declaration] --- button.o --- if (0x21 <= c2 && c2 <= 0x38 || 0x41 <= c2 && c2 <= 0x58) --- main.o --- #include --- input.o --- Bell(XkbBI_MarginBell,0); --- button.o --- ~~ ~~~~~~~~~~~^~~~~~~~~~~~~ --- input.o --- ^ --- main.o --- ^~~~~~~~ --- button.o --- button.c:1347:46: note: place parentheses around the '&&' expression to silence this warning --- input.o --- input.c:90:15: warning: implicit declaration of function 'XmuLookupKana' is invalid in C99 [-Wimplicit-function-declaration] --- button.o --- if (0x21 <= c2 && c2 <= 0x38 || 0x41 <= c2 && c2 <= 0x58) --- input.o --- nbytes = XmuLookupKana (event, strbuf, STRBUFSIZE, --- button.o --- ^ --- input.o --- ^ --- button.o --- ( ) --- input.o --- input.c:120:3: warning: implicit declaration of function 'unparseseq' is invalid in C99 [-Wimplicit-function-declaration] unparseseq(&reply, pty); --- button.o --- button.c:1351:18: warning: '&&' within '||' [-Wlogical-op-parentheses] --- input.o --- ^ --- button.o --- if (0x21 <= c2 && c2 <= 0x41 || 0x51 <= c2 && c2 <= 0x71) ~~~~~~~~~~~^~~~~~~~~~~~~ ~~ --- input.o --- input.c:121:3: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] unparseputc((char)(keysym-XK_KP_F1+'P'), pty); --- button.o --- button.c:1351:18: note: place parentheses around the '&&' expression to silence this warning --- input.o --- ^ --- button.o --- if (0x21 <= c2 && c2 <= 0x41 || 0x51 <= c2 && c2 <= 0x71) ^ ( ) --- input.o --- input.c:127:4: warning: implicit declaration of function 'unparseseq' is invalid in C99 [-Wimplicit-function-declaration] unparseseq(&reply, pty); ^ --- button.o --- button.c:1351:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (0x21 <= c2 && c2 <= 0x41 || 0x51 <= c2 && c2 <= 0x71) ~~ ~~~~~~~~~~~^~~~~~~~~~~~~ --- input.o --- input.c:128:4: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] unparseputc(cur[keysym-XK_Left], pty); ^ --- button.o --- button.c:1351:46: note: place parentheses around the '&&' expression to silence this warning if (0x21 <= c2 && c2 <= 0x41 || 0x51 <= c2 && c2 <= 0x71) ^ ( ) --- input.o --- input.c:132:4: warning: implicit declaration of function 'unparseseq' is invalid in C99 [-Wimplicit-function-declaration] unparseseq(&reply, pty); ^ --- button.o --- button.c:1359:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (0x30 <= c1 && c1 <= 0x4e && 0x21 <= c2 && c2 <= 0x7e ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ --- input.o --- input.c:149:4: warning: implicit declaration of function 'unparseseq' is invalid in C99 [-Wimplicit-function-declaration] unparseseq(&reply, pty); ^ --- button.o --- button.c:1359:46: note: place parentheses around the '&&' expression to silence this warning if (0x30 <= c1 && c1 <= 0x4e && 0x21 <= c2 && c2 <= 0x7e ^ ( ) --- input.o --- input.c:154:4: warning: implicit declaration of function 'unparseseq' is invalid in C99 [-Wimplicit-function-declaration] unparseseq(&reply, pty); ^ --- button.o --- button.c:1360:18: warning: '&&' within '||' [-Wlogical-op-parentheses] || c1 == 0x4f && (0x21 <= c2 || c2 <= 0x53)) /* dai_1_suijun */ ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- input.o --- input.c:155:4: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] unparseputc(kypd_apl[keysym-XK_KP_Space], pty); ^ --- button.o --- button.c:1360:18: note: place parentheses around the '&&' expression to silence this warning || c1 == 0x4f && (0x21 <= c2 || c2 <= 0x53)) /* dai_1_suijun */ ^ ( ) --- input.o --- input.c:157:4: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] unparseputc(kypd_num[keysym-XK_KP_Space], pty); ^ --- button.o --- button.c:1362:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (0x50 <= c1 && c1 <= 0x73 && 0x21 <= c2 && c2 <= 0x7e ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ --- input.o --- input.c:173:9: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] unparseputc (033, pty); /* escape */ ^ --- button.o --- button.c:1362:46: note: place parentheses around the '&&' expression to silence this warning if (0x50 <= c1 && c1 <= 0x73 && 0x21 <= c2 && c2 <= 0x7e ^ --- input.o --- input.c:175:5: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] --- button.o --- ( ) --- input.o --- unparseputc(*string, pty); ^ --- button.o --- button.c:1363:18: warning: '&&' within '||' [-Wlogical-op-parentheses] || c1 == 0x74 && (0x21 <= c2 || c2 <= 0x24)) /* dai_2_suijun */ --- input.o --- input.c:185:6: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] --- button.o --- ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- input.o --- unparseputc(*string++, pty); ^ --- button.o --- button.c:1363:18: note: place parentheses around the '&&' expression to silence this warning || c1 == 0x74 && (0x21 <= c2 || c2 <= 0x24)) /* dai_2_suijun */ --- input.o --- input.c:200:6: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] --- button.o --- ^ --- input.o --- unparseputc(*optr++, pty); --- button.o --- ( ) --- input.o --- ^ --- main.o --- 1 error generated. --- button.o --- button.c:1439:7: warning: implicit declaration of function 'ScrnRefresh' is invalid in C99 [-Wimplicit-function-declaration] --- input.o --- input.c:231:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] --- button.o --- ScrnRefresh(screen, frow, fcol, 1, i, True); --- input.o --- StringInput (screen, string, nbytes) --- button.o --- ^ --- input.o --- ^ --- button.o --- button.c:1442:7: warning: implicit declaration of function 'ScrnRefresh' is invalid in C99 [-Wimplicit-function-declaration] --- input.o --- input.c:246:3: warning: implicit declaration of function 'unparseputc' is invalid in C99 [-Wimplicit-function-declaration] --- button.o --- ScrnRefresh(screen, frow+1, 0,i, screen->max_col+1, True); --- input.o --- unparseputc(*string++, pty); --- button.o --- ^ --- input.o --- ^ --- button.o --- button.c:1445:7: warning: implicit declaration of function 'ScrnRefresh' is invalid in C99 [-Wimplicit-function-declaration] --- input.o --- input.c:251:1: warning: control reaches end of non-void function [-Wreturn-type] --- button.o --- ScrnRefresh(screen, trow, 0, 1, tcol, True); --- input.o --- } --- button.o --- ^ --- input.o --- ^ --- main.o --- *** [main.o] Error code 1 bmake: stopped in /var/pkgsrc/work/x11/kterm/work/kterm-6.2.0 --- button.o --- button.c:1448:3: warning: implicit declaration of function 'ScrnRefresh' is invalid in C99 [-Wimplicit-function-declaration] ScrnRefresh(screen, frow, fcol, 1, tcol - fcol, True); ^ button.c:1503:3: warning: implicit declaration of function 'SysError' is invalid in C99 [-Wimplicit-function-declaration] SysError(ERROR_BMALLOC2); ^ button.c:1603:16: warning: implicit declaration of function 'pasteCStoUTF8' is invalid in C99 [-Wimplicit-function-declaration] *length = pasteCStoUTF8(xterm->screen.selection, NULL); ^ button.c:1608:16: warning: implicit declaration of function 'convCStoCT' is invalid in C99 [-Wimplicit-function-declaration] *length = convCStoCT(xterm->screen.selection, NULL); ^ button.c:1613:16: warning: implicit declaration of function 'convCStoLatin1' is invalid in C99 [-Wimplicit-function-declaration] *length = convCStoLatin1(xterm->screen.selection, NULL); ^ button.c:1645:23: warning: implicit declaration of function 'convCStoCT' is invalid in C99 [-Wimplicit-function-declaration] *(long*)*value = convCStoCT(xterm->screen.selection, NULL); ^ button.c:1812:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] DisownSelection(termw) ^ button.c:1839:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ button.c:1887:6: warning: implicit declaration of function 'ScrnGetAttributes' is invalid in C99 [-Wimplicit-function-declaration] if(ScrnGetAttributes(screen, row + screen->topline, 0, &attr, 1) == 1) { ^ button.c:1901:28: warning: '&&' within '||' [-Wlogical-op-parentheses] if (c < ' ' || c == 0x7f && !(g & CS96)) { ~~ ~~~~~~~~~~^~~~~~~~~~~~~~ button.c:1901:28: note: place parentheses around the '&&' expression to silence this warning if (c < ' ' || c == 0x7f && !(g & CS96)) { ^ ( ) button.c:1951:2: warning: implicit declaration of function 'v_write' is invalid in C99 [-Wimplicit-function-declaration] v_write(pty, line, 6); ^ --- input.o --- 19 warnings generated. --- button.o --- 39 warnings generated. 1 error bmake: stopped in /var/pkgsrc/work/x11/kterm/work/kterm-6.2.0 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/kterm *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/kterm