=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for baci-20000725 cd /var/pkgsrc/work/lang/baci/work/bacisrc/ccomp && /usr/pkg/bin/bmake gcc -g -Wall -c baccutil.c rm -f date.c (cd ../lib; make makedate) gcc -g -Wall -o makedate makedate.c ../lib/makedate gcc -g -Wall -c date.c bison -y -tvd bac.y bac.y:245.17-18: warning: symbol NE redeclared [-Wother] %token NE LE GE NE EQ OR AND PLPL MIMI ^^ mv -f y.tab.c gram.c mv -f y.tab.h ytab.h chmod 444 gram.c ytab.h gcc -g -Wall -c gram.c flex bac.l mv -f lex.yy.c lex.c chmod 444 lex.c gcc -g -Wall -c lex.c lex.yy.c:1537:13: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bac.l:40:61: note: expanded from macro 'YY_INPUT' #define YY_INPUT(buf,result,maxsize) (result = baci_yyinput(buf,maxsize)) ^~~ bac.l:38:34: note: passing argument to parameter 'buf' here int baci_yyinput(unsigned char* buf, int maxsize); ^ bac.l:265:10: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] char* p = buf; ^ ~~~ bac.l:339:17: warning: result of comparison of constant 256 with expression of type 'unsigned char' is always true [-Wtautological-constant-out-of-range-compare] return ((esc < 256) ? esc : 0x20); ~~~ ^ ~~~ 3 warnings generated. (cd ../lib; make) gcc -g -Wall -o makedate makedate.c gcc -g -Wall -c compdata.c gcc -g -Wall -c globdata.c gcc -g -Wall -c incfiles.c gcc -g -Wall -c genutil.c gcc -g -Wall -c writetab.c gcc -g -Wall -c computil.c gcc -g -Wall -c readtab.c gcc -g -Wall -c disutils.c ar cr libba.a compdata.o globdata.o incfiles.o genutil.o writetab.o computil.o readtab.o disutils.o ranlib libba.a gcc -g -Wall -o bacc baccutil.o date.o gram.o lex.o -L../lib -lba rm date.o cd /var/pkgsrc/work/lang/baci/work/bacisrc/disasm && /usr/pkg/bin/bmake gcc -c -g -Wall badautil.c gcc -c -g -Wall main.c rm -f date.c (cd ../lib; make makedate) `makedate' is up to date. ../lib/makedate gcc -c -g -Wall date.c (cd ../lib; make) gcc -g -Wall -o badis badautil.o main.o date.o -L../lib -lba rm date.o cd /var/pkgsrc/work/lang/baci/work/bacisrc/interp && /usr/pkg/bin/bmake gcc -c -g -Wall main.c gcc -c -g -Wall bainterp.c gcc -c -g -Wall baiutils.c baiutils.c:257:30: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] printf("%s\n",(char *) s[tmp]); ^ 1 warning generated. gcc -c -g -Wall random.c rm -f date.c (cd ../lib; make makedate) `makedate' is up to date. ../lib/makedate gcc -c -g -Wall date.c (cd ../lib; make) gcc -g -Wall -o bainterp main.o bainterp.o baiutils.o random.o date.o -L../lib -lba rm date.o cd /var/pkgsrc/work/lang/baci/work/bacisrc/pascomp && /usr/pkg/bin/bmake gcc -g -Wall -c bacutils.c rm -f date.c # make sure old date.c is gone (cd ../lib; make makedate) `makedate' is up to date. ../lib/makedate gcc -g -Wall -c date.c bison -tvd bapascal.y mv -f bapascal.tab.c gram.c mv -f bapascal.tab.h ytab.h chmod 444 gram.c ytab.h gcc -g -Wall -c gram.c bapascal.y:362:16: warning: implicit declaration of function 'strtoi' is invalid in C99 [-Wimplicit-function-declaration] {(yyval) = strtoi(numbertext,numberbase);} ^ 1 warning generated. flex bapascal.l mv -f lex.yy.c lex.c chmod 444 lex.c gcc -g -Wall -c lex.c bapascal.l:390:17: warning: result of comparison of constant 256 with expression of type 'unsigned char' is always true [-Wtautological-constant-out-of-range-compare] return ((esc < 256) ? esc : 0x20); ~~~ ^ ~~~ 1 warning generated. (cd ../lib; make) gcc -g -Wall -o bapas bacutils.o date.o gram.o lex.o -L../lib -lba gram.o: In function `yyparse': /var/pkgsrc/work/lang/baci/work/bacisrc/pascomp/bapascal.y:362: undefined reference to `strtoi' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/lang/baci/work/bacisrc/pascomp *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/lang/baci *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/lang/baci