=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for awka-0.7.5nb3 --- awka_exe --- --- libawka --- --- awka_exe --- cd awka; /usr/bin/make --- libawka --- cd lib; /usr/bin/make --- awka_exe --- --- translate.o --- --- awka.o --- --- scan.o --- --- libawka --- --- libawka.h --- --- awka_exe --- --- translate.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c translate.c --- libawka --- /usr/bin/awk -f ../examples/fixhdr.awk libawka.h.in >libawka.h --- awka_exe --- --- awka.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c awka.c --- scan.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c scan.c --- libawka --- --- ../regexp/regex.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I. -I../regexp -c ../regexp/regex.c -o ../regexp/regex.o --- awka_exe --- scan.c: In function 'yylex': scan.c:734:20: warning: implicit declaration of function 'bi_funct_find' [-Wimplicit-function-declaration] if (bi_funct_find(string_buff)) ^ scan.c: In function 'fillbuff': scan.c:1212:19: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] switch (r = read(fd, target, size)) ^ --- awka.o --- awka.c: In function 'main': awka.c:244:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] unlink(c_file); ^ --- libawka --- ../regexp/regex.c: In function 'awka_regexec': ../regexp/regex.c:6039:11: warning: implicit declaration of function 'dfaexec' [-Wimplicit-function-declaration] ret = dfaexec((struct dfa *) preg->dfa, string, string+len, 1, &count, &try_backref); ^ --- ../regexp/dfa.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I. -I../regexp -c ../regexp/dfa.c -o ../regexp/dfa.o --- array.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c array.c --- awka_exe --- --- memory.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c memory.c --- libawka --- --- builtin.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c builtin.c builtin.c: In function 'awka_system': builtin.c:888:17: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] switch (pid = fork()) ^ builtin.c:896:7: warning: implicit declaration of function 'execl' [-Wimplicit-function-declaration] execl(awka_shell, awka_shell, "-c", ptr, (char *) NULL); ^ builtin.c:896:7: warning: incompatible implicit declaration of built-in function 'execl' builtin.c:899:7: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(system(ptr) / 256); ^ builtin.c:899:7: warning: incompatible implicit declaration of built-in function '_exit' --- awka_exe --- --- hash.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c hash.c --- libawka --- --- error.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c error.c --- awka_exe --- --- code.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c code.c --- libawka --- --- init.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c init.c --- io.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c io.c io.c: In function '_awka_socketopen': io.c:179:11: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(socket_fd); ^ io.c:190:13: warning: implicit declaration of function 'geteuid' [-Wimplicit-function-declaration] if (geteuid() != 0) ^ io.c: In function '_awka_io_2open': io.c:386:13: warning: implicit declaration of function 'dup' [-Wimplicit-function-declaration] newfd = dup(fd); ^ io.c:434:9: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] if (pipe(ptoc) < 0) ^ io.c:446:16: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] if ((pid = fork()) < 0) ^ io.c:468:7: warning: implicit declaration of function 'execl' [-Wimplicit-function-declaration] execl(awka_shell, "sh", "-c", str, NULL); ^ io.c:468:7: warning: incompatible implicit declaration of built-in function 'execl' io.c:469:7: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(127); ^ io.c:469:7: warning: incompatible implicit declaration of built-in function '_exit' io.c: In function 'awka_cleanup': io.c:943:3: warning: implicit declaration of function '_awka_gc_kill' [-Wimplicit-function-declaration] _awka_gc_kill(); ^ io.c: In function '_awka_wait_pid': io.c:996:10: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] id = wait(&exit_value); ^ --- awka_exe --- --- bi_funct.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c bi_funct.c --- libawka --- --- var.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c var.c --- awka_exe --- --- da.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c da.c --- libawka --- --- garbage.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c garbage.c --- awka_exe --- --- error.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c error.c --- libawka --- --- rexp.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -c rexp.c --- awka_exe --- --- init.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c init.c --- bi_vars.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c bi_vars.c --- cast.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c cast.c --- libawka --- rexp.c: In function '_awka_compile_regexp_SPLIT': rexp.c:191:17: warning: implicit declaration of function '_awka_hashstr' [-Wimplicit-function-declaration] idx = (hval = _awka_hashstr(str, len)) % RE_LIST_SIZE; ^ rexp.c:145:31: warning: implicit declaration of function 'dfacomp' [-Wimplicit-function-declaration] list->re_fs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^ rexp.c:214:9: note: in expansion of macro '_return_re_SPLIT' _return_re_SPLIT; ^ --- awka_exe --- --- print.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -Dawka_LIBDIR=\"/usr/pkg/lib\" -Dawka_INCDIR=\"/usr/pkg/include\" -c print.c In file included from /usr/include/stdio.h:597:0, from awka.h:36, from print.c:29: print.c:52:11: error: expected declaration specifiers or '...' before numeric constant int PROTO(sprintf, (char *, const char *,...)) ; ^ print.c:52:5: note: in expansion of macro 'PROTO' int PROTO(sprintf, (char *, const char *,...)) ; ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from awka.h:36, from print.c:29: print.c:52:11: error: expected declaration specifiers or '...' before '__builtin_object_size' int PROTO(sprintf, (char *, const char *,...)) ; ^ print.c:52:5: note: in expansion of macro 'PROTO' int PROTO(sprintf, (char *, const char *,...)) ; ^ print.c: In function 'write_error': print.c:157:4: warning: implicit declaration of function 'awka_exit' [-Wimplicit-function-declaration] awka_exit(2) ; ^ *** [print.o] Error code 1 make[1]: stopped in /scratch/work/lang/awka/work/awka-0.7.5/awka --- libawka --- A failure has been detected in another branch of the parallel make make[1]: stopped in /scratch/work/lang/awka/work/awka-0.7.5/lib *** [libawka] Error code 2 make: stopped in /scratch/work/lang/awka/work/awka-0.7.5 --- awka_exe --- 1 error make[1]: stopped in /scratch/work/lang/awka/work/awka-0.7.5/awka *** [awka_exe] Error code 2 make: stopped in /scratch/work/lang/awka/work/awka-0.7.5 2 errors make: stopped in /scratch/work/lang/awka/work/awka-0.7.5 *** Error code 2 Stop. make[1]: stopped in /tree/pkgsrc/lang/awka *** Error code 1 Stop. make: stopped in /tree/pkgsrc/lang/awka