=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for pc-lisp-6.0
clang -pipe -Os   -c -o buabs.o buabs.c
clang -pipe -Os   -c -o buacos.o buacos.c
clang -pipe -Os   -c -o buadd1.o buadd1.c
clang -pipe -Os   -c -o bualphp.o bualphp.c
clang -pipe -Os   -c -o buand.o buand.c
clang -pipe -Os   -c -o buappend.o buappend.c
clang -pipe -Os   -c -o buarg.o buarg.c
clang -pipe -Os   -c -o buargq.o buargq.c
clang -pipe -Os   -c -o buarray.o buarray.c
clang -pipe -Os   -c -o buarrayd.o buarrayd.c
clang -pipe -Os   -c -o buarrayp.o buarrayp.c
clang -pipe -Os   -c -o buascii.o buascii.c
clang -pipe -Os   -c -o buasembl.o buasembl.c
clang -pipe -Os   -c -o buasin.o buasin.c
clang -pipe -Os   -c -o buassoc.o buassoc.c
clang -pipe -Os   -c -o buatan.o buatan.c
clang -pipe -Os   -c -o buatom.o buatom.c
clang -pipe -Os   -c -o buattach.o buattach.c
clang -pipe -Os   -c -o bubaktra.o bubaktra.c
clang -pipe -Os   -c -o buboole.o buboole.c
clang -pipe -Os   -c -o buboundp.o buboundp.c
clang -pipe -Os   -c -o bucadar.o bucadar.c
clang -pipe -Os   -c -o bucar.o bucar.c
clang -pipe -Os   -c -o bucaseq.o bucaseq.c
clang -pipe -Os   -c -o bucdr.o bucdr.c
clang -pipe -Os   -c -o buchix.o buchix.c
clang -pipe -Os   -c -o buclmemu.o buclmemu.c
clang -pipe -Os   -c -o bucmdlna.o bucmdlna.c
clang -pipe -Os   -c -o bucompil.o bucompil.c
bucompil.c:404:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
       if (pair = busymtmember(&c1))
           ~~~~~^~~~~~~~~~~~~~~~~~~
bucompil.c:404:17: note: place parentheses around the assignment to silence this warning
       if (pair = busymtmember(&c1))
                ^
           (                       )
bucompil.c:404:17: note: use '==' to turn this assignment into an equality comparison
       if (pair = busymtmember(&c1))
                ^
                ==
bucompil.c:641:33: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
       EMIT1FIX((long)bu_litref(a));
                                ^
bucompil.c:811:37: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
                    bu_compile_atom(l);
                                    ^
bucompil.c:918:47: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
           struct conscell *type = bu_declare(func, LIST(newintop(n)), linenum);
                                              ^~~~
bucompil.c:950:41: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
               EMIT1FIX((long)bu_litref(func));
                                        ^~~~
bucompil.c:1030:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
           if (l = l->cdrp) { EMIT1ATM("POP"); EMITEND(); }
               ~~^~~~~~~~~
bucompil.c:1030:18: note: place parentheses around the assignment to silence this warning
           if (l = l->cdrp) { EMIT1ATM("POP"); EMITEND(); }
                 ^
               (          )
bucompil.c:1030:18: note: use '==' to turn this assignment into an equality comparison
           if (l = l->cdrp) { EMIT1ATM("POP"); EMITEND(); }
                 ^
                 ==
bucompil.c:1132:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
           if (special = (elt->cdrp == NULL)) {                 /* if no body must DUP expr value as return value */
               ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
bucompil.c:1132:24: note: place parentheses around the assignment to silence this warning
           if (special = (elt->cdrp == NULL)) {                 /* if no body must DUP expr value as return value */
                       ^
               (                            )
bucompil.c:1132:24: note: use '==' to turn this assignment into an equality comparison
           if (special = (elt->cdrp == NULL)) {                 /* if no body must DUP expr value as return value */
                       ^
                       ==
bucompil.c:1187:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(s->carp);
                           ^~~~~~~
bucompil.c:1193:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(s->carp);
                           ^~~~~~~
bucompil.c:1202:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(s->carp);
                           ^~~~~~~
bucompil.c:1248:60: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       EMIT1ATM("CALL"); EMIT1FIX(naargs); bu_compile_atom(LIST(CreateInternedAtom("list"))); EMITEND();
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
bucompil.c:1255:24: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       bu_compile_atom(work);
                       ^~~~
bucompil.c:1258:24: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       bu_compile_atom(work);
                       ^~~~
bucompil.c:1264:24: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       bu_compile_atom(work);
                       ^~~~
bucompil.c:1304:60: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       EMIT1ATM("CALL"); EMIT1FIX(naargs); bu_compile_atom(LIST(CreateInternedAtom("list"))); EMITEND();
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
bucompil.c:1305:55: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       EMIT1ATM("CALL"); EMIT1FIX(2); bu_compile_atom(LIST(CreateInternedAtom("apply"))); EMITEND();
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
bucompil.c:1359:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(l->carp);
                           ^~~~~~~
bucompil.c:1366:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(l->carp);
                           ^~~~~~~
bucompil.c:1398:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(l->carp);
                           ^~~~~~~
bucompil.c:1405:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(l->carp);
                           ^~~~~~~
bucompil.c:1437:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(l->carp);
                           ^~~~~~~
bucompil.c:1444:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(l->carp);
                           ^~~~~~~
bucompil.c:1477:29: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
            bu_compile_atom(var);
                            ^~~
bucompil.c:1529:46: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       EMIT1ATM("SPUSHNIL"); bu_compile_atom(lvar); EMITEND();
                                             ^~~~
bucompil.c:1541:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
       if (args = args->cdrp) {
           ~~~~~^~~~~~~~~~~~
bucompil.c:1541:17: note: place parentheses around the assignment to silence this warning
       if (args = args->cdrp) {
                ^
           (                )
bucompil.c:1541:17: note: use '==' to turn this assignment into an equality comparison
       if (args = args->cdrp) {
                ^
                ==
bucompil.c:1594:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
       if (args = args->cdrp) {
           ~~~~~^~~~~~~~~~~~
bucompil.c:1594:17: note: place parentheses around the assignment to silence this warning
       if (args = args->cdrp) {
                ^
           (                )
bucompil.c:1594:17: note: use '==' to turn this assignment into an equality comparison
       if (args = args->cdrp) {
                ^
                ==
bucompil.c:1635:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(s->carp);
                           ^~~~~~~
bucompil.c:1648:28: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
           bu_compile_atom(s->carp);
                           ^~~~~~~
bucompil.c:1788:29: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
            bu_compile_atom(var);
                            ^~~
bucompil.c:1828:26: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (cdrp = args->cdrp) {
                    ~~~~~^~~~~~~~~~~~
bucompil.c:1828:26: note: place parentheses around the assignment to silence this warning
                if (cdrp = args->cdrp) {
                         ^
                    (                )
bucompil.c:1828:26: note: use '==' to turn this assignment into an equality comparison
                if (cdrp = args->cdrp) {
                         ^
                         ==
bucompil.c:1872:26: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (cdrp = args->cdrp) {
                    ~~~~~^~~~~~~~~~~~
bucompil.c:1872:26: note: place parentheses around the assignment to silence this warning
                if (cdrp = args->cdrp) {
                         ^
                    (                )
bucompil.c:1872:26: note: use '==' to turn this assignment into an equality comparison
                if (cdrp = args->cdrp) {
                         ^
                         ==
bucompil.c:2033:41: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
er2:   cerror("go: target not an atom", label);
                                        ^~~~~
bucompil.c:2035:94: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
er3:   cerror("go: target out of scope of closest enclosing prog, while, foreach or repeat", label);
                                                                                             ^~~~~
bucompil.c:2364:34: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
              bu_compile_literal(quotehold);
                                 ^~~~~~~~~
bucompil.c:2373:34: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
       EMIT1FIX((long) bu_litref(self));
                                 ^~~~
bucompil.c:2399:34: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
       EMIT1FIX((long) bu_litref(self));
                                 ^~~~
bucompil.c:2461:39: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
       want_compile = bu_want_compile(atm);                            /* ask if we are to compile this or not */
                                      ^~~
bucompil.c:2471:27: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
       atmref = bu_litref(atm);                                        /* allocate a reference# for this atom */
                          ^~~
bucompil.c:2476:28: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
           bu_declare_func(atm, atm->func);                            /* declare the type for future type checking */
                           ^~~
bucompil.c:2476:33: warning: incompatible pointer types passing 'struct conscell *(*)()' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
           bu_declare_func(atm, atm->func);                            /* declare the type for future type checking */
                                ^~~~~~~~~
bucompil.c:2487:35: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
                  bu_compile_atom(self);                               /* PUSHL <defun> */
                                  ^~~~
bucompil.c:2494:35: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
                  bu_compile_atom(LIST(CreateInternedAtom("apply")));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
bucompil.c:2502:32: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
               bu_compile_atom(LIST(atm));                             /* PUSHL <atom> */
                               ^~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
bucompil.c:2505:35: warning: incompatible pointer types passing 'struct conscell *(*)()' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
               EMIT1FIX(bu_litref(atm->func));                         /* PUSHL <func body> */
                                  ^~~~~~~~~
bucompil.c:2509:32: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
               bu_compile_atom(LIST(CreateInternedAtom("putd")));
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
bucompil.c:2545:24: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
       bu_declare_func(atm, atm->func);                         /* declare the type for future type checking */
                       ^~~
bucompil.c:2545:29: warning: incompatible pointer types passing 'struct conscell *(*)()' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
       bu_declare_func(atm, atm->func);                         /* declare the type for future type checking */
                            ^~~~~~~~~
bucompil.c:2547:24: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       bu_compile_atom(LIST(self));                             /* PUSHL <defmacro> */
                       ^~~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
bucompil.c:2554:24: warning: incompatible pointer types passing 'struct conscell *' to parameter of type 'struct alphacell *' [-Wincompatible-pointer-types]
       bu_compile_atom(LIST(CreateInternedAtom("apply")));
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lisp.h:843:33: note: expanded from macro 'LIST'
#define         LIST(x)         ((struct conscell   *)(x))
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
49 warnings generated.
clang -pipe -Os   -c -o buconcat.o buconcat.c
buconcat.c:26:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
           while(*d++ = *s++);
                 ~~~~~^~~~~~
buconcat.c:26:23: note: place parentheses around the assignment to silence this warning
           while(*d++ = *s++);
                      ^
                 (          )
buconcat.c:26:23: note: use '==' to turn this assignment into an equality comparison
           while(*d++ = *s++);
                      ^
                      ==
1 warning generated.
clang -pipe -Os   -c -o bucond.o bucond.c
clang -pipe -Os   -c -o bucons.o bucons.c
clang -pipe -Os   -c -o bucopy.o bucopy.c
clang -pipe -Os   -c -o bucopysy.o bucopysy.c
clang -pipe -Os   -c -o bucos.o bucos.c
clang -pipe -Os   -c -o bucxr.o bucxr.c
clang -pipe -Os   -c -o budeclar.o budeclar.c
clang -pipe -Os   -c -o budefine.o budefine.c
clang -pipe -Os   -c -o budefun.o budefun.c
clang -pipe -Os   -c -o budelete.o budelete.c
clang -pipe -Os   -c -o budiff.o budiff.c
clang -pipe -Os   -c -o budisasm.o budisasm.c
budisasm.c:170:17: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                else
                ^
1 warning generated.
clang -pipe -Os   -c -o budivide.o budivide.c
clang -pipe -Os   -c -o budrain.o budrain.c
clang -pipe -Os   -c -o bueq.o bueq.c
clang -pipe -Os   -c -o buequal.o buequal.c
clang -pipe -Os   -c -o buequals.o buequals.c
clang -pipe -Os   -c -o buevenp.o buevenp.c
clang -pipe -Os   -c -o buexec.o buexec.c
clang -pipe -Os   -c -o buexit.o buexit.c
clang -pipe -Os   -c -o buexp.o buexp.c
clang -pipe -Os   -c -o buexplod.o buexplod.c
clang -pipe -Os   -c -o buexpmem.o buexpmem.c
clang -pipe -Os   -c -o buexpt.o buexpt.c
clang -pipe -Os   -c -o bufact.o bufact.c
clang -pipe -Os   -c -o bufclose.o bufclose.c
clang -pipe -Os   -c -o bufilepo.o bufilepo.c
clang -pipe -Os   -c -o bufilest.o bufilest.c
clang -pipe -Os   -c -o bufillar.o bufillar.c
clang -pipe -Os   -c -o bufix.o bufix.c
clang -pipe -Os   -c -o bufixp.o bufixp.c
clang -pipe -Os   -c -o buflatc.o buflatc.c
clang -pipe -Os   -c -o buflatsi.o buflatsi.c
clang -pipe -Os   -c -o buflattn.o buflattn.c
clang -pipe -Os   -c -o bufloat.o bufloat.c
clang -pipe -Os   -c -o bufloatp.o bufloatp.c
clang -pipe -Os   -c -o bufopen.o bufopen.c
clang -pipe -Os   -c -o buforeac.o buforeac.c
clang -pipe -Os   -c -o bugc.o bugc.c
clang -pipe -Os   -c -o bugensym.o bugensym.c
clang -pipe -Os   -c -o buget.o buget.c
clang -pipe -Os   -c -o bugetdat.o bugetdat.c
clang -pipe -Os   -c -o bugetd.o bugetd.c
clang -pipe -Os   -c -o bugetenv.o bugetenv.c
clang -pipe -Os   -c -o bugetlen.o bugetlen.c
clang -pipe -Os   -c -o bugo.o bugo.c
clang -pipe -Os   -c -o bugpname.o bugpname.c
clang -pipe -Os   -c -o bugrapic.o bugrapic.c
clang -pipe -Os   -c -o bugreap.o bugreap.c
clang -pipe -Os   -c -o bugthan.o bugthan.c
clang -pipe -Os   -c -o buhashst.o buhashst.c
clang -pipe -Os   -c -o buhsize.o buhsize.c
clang -pipe -Os   -c -o buhtolis.o buhtolis.c
clang -pipe -Os   -c -o buhunk.o buhunk.c
clang -pipe -Os   -c -o buhunkp.o buhunkp.c
clang -pipe -Os   -c -o buimplod.o buimplod.c
clang -pipe -Os   -c -o buintern.o buintern.c
clang -pipe -Os   -c -o bulast.o bulast.c
clang -pipe -Os   -c -o buldiff.o buldiff.c
clang -pipe -Os   -c -o bulength.o bulength.c
clang -pipe -Os   -c -o bulessp.o bulessp.c
clang -pipe -Os   -c -o bulinenu.o bulinenu.c
clang -pipe -Os   -c -o bulistar.o bulistar.c
clang -pipe -Os   -c -o bulist.o bulist.c
clang -pipe -Os   -c -o bulistif.o bulistif.c
clang -pipe -Os   -c -o bulistp.o bulistp.c
clang -pipe -Os   -c -o buload.o buload.c
clang -pipe -Os   -c -o bulog10.o bulog10.c
clang -pipe -Os   -c -o bulog.o bulog.c
clang -pipe -Os   -c -o bulsh.o bulsh.c
clang -pipe -Os   -c -o bulthan.o bulthan.c
clang -pipe -Os   -c -o bumacroe.o bumacroe.c
clang -pipe -Os   -c -o bumakhun.o bumakhun.c
clang -pipe -Os   -c -o bumaknam.o bumaknam.c
clang -pipe -Os   -c -o bumakunb.o bumakunb.c
clang -pipe -Os   -c -o bumap.o bumap.c
clang -pipe -Os   -c -o bumax.o bumax.c
clang -pipe -Os   -c -o bumember.o bumember.c
clang -pipe -Os   -c -o bumemq.o bumemq.c
clang -pipe -Os   -c -o bumemsta.o bumemsta.c
clang -pipe -Os   -c -o bumemusa.o bumemusa.c
bumemusa.c:29:44: warning: incompatible pointer types passing 'struct alphacell *' to parameter of type 'struct conscell *' [-Wincompatible-pointer-types]
                             + memoryusage(PORT(l)->fname));
                                           ^~~~~~~~~~~~~~
./lisp.h:844:33: note: expanded from macro 'PORT'
#define         PORT(x)         ((struct filecell   *)(x))
                                ^
1 warning generated.
clang -pipe -Os   -c -o bumin.o bumin.c
clang -pipe -Os   -c -o buminus.o buminus.c
clang -pipe -Os   -c -o buminusp.o buminusp.c
clang -pipe -Os   -c -o bumod.o bumod.c
clang -pipe -Os   -c -o bunconc.o bunconc.c
clang -pipe -Os   -c -o bunexplo.o bunexplo.c
clang -pipe -Os   -c -o bunot.o bunot.c
clang -pipe -Os   -c -o bunth.o bunth.c
clang -pipe -Os   -c -o bunthcdr.o bunthcdr.c
clang -pipe -Os   -c -o bunthcha.o bunthcha.c
clang -pipe -Os   -c -o bunull.o bunull.c
clang -pipe -Os   -c -o bunumbp.o bunumbp.c
clang -pipe -Os   -c -o buoblist.o buoblist.c
clang -pipe -Os   -c -o buoddp.o buoddp.c
clang -pipe -Os   -c -o buonemin.o buonemin.c
clang -pipe -Os   -c -o buoneplu.o buoneplu.c
clang -pipe -Os   -c -o buor.o buor.c
clang -pipe -Os   -c -o bupairli.o bupairli.c
clang -pipe -Os   -c -o buparset.o buparset.c
clang -pipe -Os   -c -o bupatom.o bupatom.c
clang -pipe -Os   -c -o bupeepho.o bupeepho.c
clang -pipe -Os   -c -o buplist.o buplist.c
clang -pipe -Os   -c -o buplus.o buplus.c
clang -pipe -Os   -c -o buplusp.o buplusp.c
clang -pipe -Os   -c -o buportp.o buportp.c
clang -pipe -Os   -c -o buppform.o buppform.c
clang -pipe -Os   -c -o buprinc.o buprinc.c
clang -pipe -Os   -c -o buprint.o buprint.c
clang -pipe -Os   -c -o buprintf.o buprintf.c
clang -pipe -Os   -c -o buprints.o buprints.c
clang -pipe -Os   -c -o buproces.o buproces.c
buproces.c:98:31: error: use of undeclared identifier 'TIOCREMOTE'
            i = 1; ioctl(tty, TIOCREMOTE, &i);
                              ^
buproces.c:122:19: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
       if ((pid = vfork()) == 0) {
                  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here
__deprecated_msg("Use posix_spawn or fork")
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning and 1 error generated.
gmake: *** [<builtin>: buproces.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/pc-lisp
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/pc-lisp