=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for bcc-95.3.12nb3
--- all-ld ---
--- all-as ---
--- all-bcc-cc1 ---
--- all-ld ---
all ===> ld
--- all-as ---
all ===> as
--- all-bcc-cc1 ---
all ===> bcc-cc1
--- all-ld ---
--- dumps.o ---
--- all-as ---
--- as.o ---
--- all-bcc-cc1 ---
--- assign.o ---
--- all-ld ---
clang -pipe -Os -m32    -DBSD_A_OUT -DSTANDARD_GNU_A_OUT -c dumps.c
--- all-as ---
clang -pipe -Os -m32    -c as.c
--- all-bcc-cc1 ---
clang -pipe -Os -m32    -DNSIG=32 -DLOCALPREFIX=\"/opt/pkg\" -c ../bcc/assign.c
../bcc/assign.c:19:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void assign(source, target)
            ^
--- all-as ---
as.c:60:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC int main(argc, argv)
           ^
as.c:88:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void as_abort(message)
            ^
--- all-bcc-cc1 ---
../bcc/assign.c:128:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void blockmove(source, target)
             ^
../bcc/assign.c:176:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void call3(funcname, target, source, size)
             ^
../bcc/assign.c:202:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void cast(type, target)
            ^
../bcc/assign.c:323:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void extend(target)
            ^
../bcc/assign.c:356:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void fconvert(source, type)
             ^
--- all-as ---
as.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE int my_creat(name, message)
            ^
as.c:156:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void process_args(argc, argv)
             ^
as.c:271:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void summary(fd)
             ^
as.c:282:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void summ_number(num)
             ^
--- all-ld ---
--- io.o ---
clang -pipe -Os -m32    -DBSD_A_OUT -DSTANDARD_GNU_A_OUT -c io.c
io.c:89:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void ioinit(progname)
            ^
io.c:142:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void errtrace(name, level)
            ^
io.c:191:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void openin(filename)
            ^
io.c:206:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void openout(filename)
            ^
io.c:229:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void outhexdigs(num)
             ^
io.c:240:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void put04x(num)
             ^
io.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void put08lx(num)
            ^
io.c:269:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void putbstr(width, str)
            ^
io.c:280:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void putbyte(ch)
            ^
io.c:295:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void putstr(message)
            ^
io.c:302:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void putstrn(message)
             ^
io.c:334:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void readin(buf, count)
            ^
io.c:348:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC bool_pt readineofok(buf, count)
               ^
io.c:363:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void seekin(offset)
            ^
io.c:371:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void seekout(offset)
            ^
io.c:380:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void seektrel(offset)
            ^
io.c:389:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writechar(ch)
            ^
io.c:405:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writedrel(buf, count)
            ^
io.c:422:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writeout(buf, count)
            ^
io.c:443:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writetrel(buf, count)
            ^
io.c:466:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void errexit(message)
             ^
io.c:473:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void fatalerror(message)
            ^
io.c:480:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void inputerror(message)
            ^
io.c:489:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void input1error(message)
            ^
io.c:497:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void outputerror(message)
             ^
io.c:516:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void redefined(name, message, archentry, deffilename, defarchentry)
            ^
io.c:554:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void reserved(name)
            ^
io.c:562:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void size_error(seg, count, size)
            ^
io.c:577:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void undefined(name)
            ^
io.c:600:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void use_error(message)
            ^
--- all-as ---
6 warnings generated.
--- assemble.o ---
clang -pipe -Os -m32    -c assemble.c
--- all-bcc-cc1 ---
6 warnings generated.
--- declare.o ---
clang -pipe -Os -m32    -DNSIG=32 -DLOCALPREFIX=\"/opt/pkg\" -c ../bcc/declare.c
../bcc/declare.c:51:28: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE struct typestruct *chainprefix(pretype, sufftype)
                           ^
../bcc/declare.c:316:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void declselt(structype, psoffset, ptypelist)
             ^
../bcc/declare.c:628:5: warning: cast to smaller integer type 'pointerint_t' (aka 'unsigned int') from 'char *' [-Wpointer-to-int-cast]
                  align(&symptr->name.namea[strlen(symptr->name.namea) + 1]))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../bcc/align.h:10:22: note: expanded from macro 'align'
#  define align(x) (((pointerint_t) (x) + (S_ALIGNMENT-1)) & ~(S_ALIGNMENT-1))
                     ^~~~~~~~~~~~~~~~~~
../bcc/declare.c:854:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void initarray(type)
             ^
../bcc/declare.c:896:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void inititem(type)
             ^
../bcc/declare.c:929:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void initstruct(type)
             ^
../bcc/declare.c:969:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void multidecl(sname)
             ^
../bcc/declare.c:975:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void need(charneeded)
             ^
--- all-ld ---
30 warnings generated.
--- ld.o ---
clang -pipe -Os -m32    -DBSD_A_OUT -DSTANDARD_GNU_A_OUT -c ld.c
--- all-as ---
--- error.o ---
clang -pipe -Os -m32    -c error.c
error.c:99:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC char *build_error_message(errnum, buf)
             ^
--- all-ld ---
ld.c:52:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE char *buildname(pre, mid, suf)
              ^
ld.c:66:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE char *expandlib(fn)
              ^
ld.c:88:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC int main(argc, argv)
           ^
--- all-as ---
1 warning generated.
--- express.o ---
clang -pipe -Os -m32    -c express.c
express.c:35:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void experror(errnum)
             ^
--- all-ld ---
3 warnings generated.
--- readobj.o ---
clang -pipe -Os -m32    -DBSD_A_OUT -DSTANDARD_GNU_A_OUT -c readobj.c
--- all-as ---
1 warning generated.
--- genbin.o ---
clang -pipe -Os -m32    -c genbin.c
--- all-ld ---
readobj.c:62:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void readsyms(filename, trace)
            ^
readobj.c:107:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE long readarheader(parchentry)
             ^
readobj.c:146:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void readmodule(filename, archentry)
             ^
readobj.c:229:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void entrysym(symptr)
            ^
readobj.c:292:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE bool_pt redsym(symptr, value)
                ^
readobj.c:334:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE unsigned checksum(string, length)
                 ^
readobj.c:345:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC offset_t readconvsize(countindex)
                ^
readobj.c:351:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC offset_t readsize(count)
                ^
readobj.c:362:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE unsigned segbits(seg, sizedesc)
                 ^
readobj.c:370:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC unsigned segsizecount(seg, modptr)
                ^
--- all-as ---
genbin.c:157:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void putbin(ch)
            ^
genbin.c:201:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void putbinoffset(offset, size)
             ^
--- all-bcc-cc1 ---
8 warnings generated.
--- gencode.o ---
clang -pipe -Os -m32    -DNSIG=32 -DLOCALPREFIX=\"/opt/pkg\" -c ../bcc/gencode.c
../bcc/gencode.c:150:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void abop(op, source, target)
             ^
../bcc/gencode.c:211:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void bileaf(exp)
            ^
../bcc/gencode.c:368:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC fastin_pt bitcount(number)
                 ^
../bcc/gencode.c:458:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC fastin_pt highbit(number)
                 ^
../bcc/gencode.c:468:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void makeleaf(exp)
            ^
../bcc/gencode.c:691:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void smakeleaf(exp)
             ^
../bcc/gencode.c:715:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void tcheck(exp)
             ^
--- all-as ---
2 warnings generated.
--- genlist.o ---
clang -pipe -Os -m32    -c genlist.c
genlist.c:102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE char *build_1hex_number(num, where)
              ^
genlist.c:113:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC char *build_2hex_number(num, where)
             ^
genlist.c:124:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC char *build_number(num, width, where)
             ^
genlist.c:149:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void error(errnum)
            ^
genlist.c:204:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void list1(fd)
             ^
genlist.c:396:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void paderrorline(nspaces)
             ^
genlist.c:409:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writec(ch)
            ^
genlist.c:424:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writeoff(offset)
            ^
genlist.c:439:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writes(s)
            ^
genlist.c:447:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writesn(s)
            ^
genlist.c:456:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void writew(word)
            ^
--- all-ld ---
10 warnings generated.
--- table.o ---
clang -pipe -Os -m32    -DBSD_A_OUT -DSTANDARD_GNU_A_OUT -c table.c
table.c:48:26: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC struct symstruct *addsym(name)
                         ^
--- all-bcc-cc1 ---
7 warnings generated.
--- all-ld ---
table.c:79:26: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC struct symstruct *findsym(name)
                         ^
table.c:93:28: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE struct symstruct **gethashptr(name)
                           ^
table.c:134:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC char *moveup(nbytes)
             ^
table.c:150:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC char *ourmalloc(nbytes)
             ^
table.c:164:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void ourfree(cptr)
            ^
table.c:194:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void release(cptr)
            ^
table.c:202:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC char *stralloc(s)
             ^
--- all-bcc-cc1 ---
--- label.o ---
clang -pipe -Os -m32    -DNSIG=32 -DLOCALPREFIX=\"/opt/pkg\" -c ../bcc/label.c
../bcc/label.c:74:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void addlabel(cond, label, patch)
             ^
../bcc/label.c:132:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void clearlabels(patchbuf, patchtop)
            ^
../bcc/label.c:170:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void deflabel(label)
            ^
../bcc/label.c:232:15: warning: array index -1 is before the beginning of the array [-Warray-bounds]
                                labptr = &vislab[-1];
                                          ^      ~~
../bcc/label.c:64:1: note: array 'vislab' declared here
PRIVATE struct labdatstruct vislab[MAXVISLAB];  /* bss, all labnum's init 0 */
^
../bcc/const.h:51:17: note: expanded from macro 'PRIVATE'
#define PRIVATE static
                ^
../bcc/label.c:244:30: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE struct labdatstruct *findlabel(label)
                             ^
../bcc/label.c:277:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void jump(label)
            ^
../bcc/label.c:285:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void lbranch(cond, label)
            ^
../bcc/label.c:377:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void outlabel(label)
            ^
../bcc/label.c:386:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void outnlabel(label)
            ^
../bcc/label.c:399:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void sbranch(cond, label)
            ^
--- all-as ---
11 warnings generated.
--- genobj.o ---
clang -pipe -Os -m32    -c genobj.c
--- all-ld ---
8 warnings generated.
--- all-as ---
genobj.c:55:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void accumulate_rmb(offset)
            ^
--- all-ld ---
--- typeconv.o ---
clang -pipe -Os -m32    -DBSD_A_OUT -DSTANDARD_GNU_A_OUT -c typeconv.c
--- all-as ---
genobj.c:230:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void genobjadr(adrptr, size)
             ^
genobj.c:590:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void putabs(ch)
            ^
genobj.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void putobj(ch)
            ^
genobj.c:618:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void putobj1(ch)
             ^
genobj.c:628:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void putobj4(offset)
             ^
genobj.c:639:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void putobjoffset(offset, size)
             ^
genobj.c:662:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void putobjword(word)
             ^
genobj.c:674:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void writeobj(buf, count)
             ^
--- all-ld ---
typeconv.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE u2_pt c2u2_00(buf)
              ^
typeconv.c:73:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE u4_pt c4u4_00(buf)
              ^
typeconv.c:87:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE u2_pt c2u2_ss(buf)
              ^
typeconv.c:97:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE u4_pt c4u4_ss(buf)
              ^
typeconv.c:111:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE u4_pt c4u4_s0(buf)
              ^
typeconv.c:125:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE u4_pt c4u4_0s(buf)
              ^
typeconv.c:139:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC u2_pt c2u2(buf)
             ^
typeconv.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC u4_t c4u4(buf)
            ^
typeconv.c:151:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC u2_pt cnu2(buf, count)
             ^
typeconv.c:168:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC u4_t cnu4(buf, count)
            ^
typeconv.c:189:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void u2c2_00(buf, offset)
             ^
typeconv.c:198:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void u4c4_00(buf, offset)
             ^
typeconv.c:210:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void u2c2_ss(buf, offset)
             ^
typeconv.c:221:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void u4c4_ss(buf, offset)
             ^
typeconv.c:233:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void u4c4_s0(buf, offset)
             ^
typeconv.c:245:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PRIVATE void u4c4_0s(buf, offset)
             ^
typeconv.c:257:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void u2c2(buf, offset)
            ^
typeconv.c:264:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void u4c4(buf, offset)
            ^
typeconv.c:271:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void u2cn(buf, offset, count)
            ^
typeconv.c:290:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void u4cn(buf, offset, count)
            ^
typeconv.c:311:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC bool_pt typeconv_init(big_endian, long_big_endian)
               ^
21 warnings generated.
--- writebin.o ---
clang -pipe -Os -m32    -DBSD_A_OUT -DSTANDARD_GNU_A_OUT -c writebin.c
--- all-bcc-cc1 ---
10 warnings generated.
--- preserve.o ---
clang -pipe -Os -m32    -DNSIG=32 -DLOCALPREFIX=\"/opt/pkg\" -c ../bcc/preserve.c
--- all-ld ---
writebin.c:16:13: fatal error: 'a.out.h' file not found
#   include <a.out.h>
            ^~~~~~~~~
1 error generated.
*** [writebin.o] Error code 1

bmake[1]: stopped in /Users/pbulk/build/devel/bcc/work/bcc/ld
1 error

bmake[1]: stopped in /Users/pbulk/build/devel/bcc/work/bcc/ld
*** [all-ld] Error code 2

bmake: stopped in /Users/pbulk/build/devel/bcc/work/bcc
--- all-bcc-cc1 ---
../bcc/preserve.c:13:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void changesp(newsp, absflag)
            ^
../bcc/preserve.c:50:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void loadpres(source, target)
            ^
../bcc/preserve.c:77:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void modstk(newsp)
            ^
../bcc/preserve.c:102:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void pres2(source, target)
            ^
../bcc/preserve.c:123:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void preserve(source)
            ^
../bcc/preserve.c:138:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC store_pt preslval(source, target)
                ^
../bcc/preserve.c:157:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void recovlist(reglist)
            ^
../bcc/preserve.c:174:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
PUBLIC void savereturn(savelist, saveoffset)
            ^
8 warnings generated.
A failure has been detected in another branch of the parallel make

bmake[1]: stopped in /Users/pbulk/build/devel/bcc/work/bcc/bcc-cc1
*** [all-bcc-cc1] Error code 2

bmake: stopped in /Users/pbulk/build/devel/bcc/work/bcc
--- all-as ---
9 warnings generated.
A failure has been detected in another branch of the parallel make

bmake[1]: stopped in /Users/pbulk/build/devel/bcc/work/bcc/as
*** [all-as] Error code 2

bmake: stopped in /Users/pbulk/build/devel/bcc/work/bcc
3 errors

bmake: stopped in /Users/pbulk/build/devel/bcc/work/bcc
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/bcc
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/bcc