===> Building for static-ast-ksh-20120801nb1
package: update /Users/pbulk/build/shells/static-ast-ksh/work/bin/execrate
./bin/package: line 14:  3670 Segmentation fault: 11  $1 -c '(( .sh.version >= 20111111 ))' > /dev/null 2>&1
package: initialize the /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64 view
package: update /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/cc
package: update /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ldd
package: update /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/make/probe
package: update /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/mamake
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:383:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (buf = state.old)
            ~~~~^~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:383:10: note: place parentheses around the assignment to silence this warning
        if (buf = state.old)
                ^
            (              )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:383:10: note: use '==' to turn this assignment into an equality comparison
        if (buf = state.old)
                ^
                ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:583:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        } while (item = right);
                 ~~~~~^~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:583:16: note: place parentheses around the assignment to silence this warning
        } while (item = right);
                      ^
                 (           )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:583:16: note: use '==' to turn this assignment into an equality comparison
        } while (item = right);
                      ^
                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:674:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (c = *t)
                            ~~^~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:674:10: note: place parentheses around the assignment to silence this warning
                        if (c = *t)
                              ^
                            (     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:674:10: note: use '==' to turn this assignment into an equality comparison
                        if (c = *t)
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:783:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (c = *s++)
               ~~^~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:783:11: note: place parentheses around the assignment to silence this warning
        while (c = *s++)
                 ^
               (       )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:783:11: note: use '==' to turn this assignment into an equality comparison
        while (c = *s++)
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:966:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = status(buf, 0, file, st))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:966:8: note: place parentheses around the assignment to silence this warning
        if (s = status(buf, 0, file, st))
              ^
            (                           )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:966:8: note: use '==' to turn this assignment into an equality comparison
        if (s = status(buf, 0, file, st))
              ^
              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:971:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (vp = state.view)
            ~~~^~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:971:9: note: place parentheses around the assignment to silence this warning
        if (vp = state.view)
               ^
            (              )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:971:9: note: use '==' to turn this assignment into an equality comparison
        if (vp = state.view)
               ^
               ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:984:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        } while (vp = vp->next);
                                 ~~~^~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:984:16: note: place parentheses around the assignment to silence this warning
                        } while (vp = vp->next);
                                    ^
                                 (            )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:984:16: note: use '==' to turn this assignment into an equality comparison
                        } while (vp = vp->next);
                                    ^
                                    ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1006:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (s = status(buf, o, s, st))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1006:11: note: place parentheses around the assignment to silence this warning
                                if (s = status(buf, o, s, st))
                                      ^
                                    (                        )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1006:11: note: use '==' to turn this assignment into an equality comparison
                                if (s = status(buf, o, s, st))
                                      ^
                                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1011:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        } while (vp = vp->next);
                                 ~~~^~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1011:16: note: place parentheses around the assignment to silence this warning
                        } while (vp = vp->next);
                                    ^
                                 (            )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1011:16: note: use '==' to turn this assignment into an equality comparison
                        } while (vp = vp->next);
                                    ^
                                    ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1028:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = find(buf, r->name, &st))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1028:8: note: place parentheses around the assignment to silence this warning
        if (s = find(buf, r->name, &st))
              ^
            (                          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1028:8: note: use '==' to turn this assignment into an equality comparison
        if (s = find(buf, r->name, &st))
              ^
              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1078:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (state.sp->fp = fp)
            ~~~~~~~~~~~~~^~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1078:19: note: place parentheses around the assignment to silence this warning
        if (state.sp->fp = fp)
                         ^
            (                )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1078:19: note: use '==' to turn this assignment into an equality comparison
        if (state.sp->fp = fp)
                         ^
                         ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1091:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (path = find(buf, file, &st))
                    ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1091:12: note: place parentheses around the assignment to silence this warning
                if (path = find(buf, file, &st))
                         ^
                    (                          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1091:12: note: use '==' to turn this assignment into an equality comparison
                if (path = find(buf, file, &st))
                         ^
                         ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1150:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (c = *s++)
               ~~^~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1150:11: note: place parentheses around the assignment to silence this warning
        while (c = *s++)
                 ^
               (       )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1150:11: note: use '==' to turn this assignment into an equality comparison
        while (c = *s++)
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1236:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                                while (v = v->next)
                                                       ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1236:16: note: place parentheses around the assignment to silence this warning
                                                while (v = v->next)
                                                         ^
                                                       (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1236:16: note: use '==' to turn this assignment into an equality comparison
                                                while (v = v->next)
                                                         ^
                                                         ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1251:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                } while (*s = c);
                         ~~~^~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1251:15: note: place parentheses around the assignment to silence this warning
                } while (*s = c);
                            ^
                         (     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1251:15: note: use '==' to turn this assignment into an equality comparison
                } while (*s = c);
                            ^
                            ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1261:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (c = execute(s))
                    ~~^~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1261:9: note: place parentheses around the assignment to silence this warning
                if (c = execute(s))
                      ^
                    (             )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1261:9: note: use '==' to turn this assignment into an equality comparison
                if (c = execute(s))
                      ^
                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1456:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (r = search(state.vars, "mam_cc_PREFIX_ARCHIVE", NiL))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1456:10: note: place parentheses around the assignment to silence this warning
                        if (r = search(state.vars, "mam_cc_PREFIX_ARCHIVE", NiL))
                              ^
                            (                                                   )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1456:10: note: use '==' to turn this assignment into an equality comparison
                        if (r = search(state.vars, "mam_cc_PREFIX_ARCHIVE", NiL))
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1459:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (r = search(state.vars, "mam_cc_SUFFIX_ARCHIVE", NiL))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1459:10: note: place parentheses around the assignment to silence this warning
                        if (r = search(state.vars, "mam_cc_SUFFIX_ARCHIVE", NiL))
                              ^
                            (                                                   )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1459:10: note: use '==' to turn this assignment into an equality comparison
                        if (r = search(state.vars, "mam_cc_SUFFIX_ARCHIVE", NiL))
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1473:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (r = search(state.vars, "mam_cc_PREFIX_SHARED", NiL))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1473:11: note: place parentheses around the assignment to silence this warning
                                if (r = search(state.vars, "mam_cc_PREFIX_SHARED", NiL))
                                      ^
                                    (                                                  )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1473:11: note: use '==' to turn this assignment into an equality comparison
                                if (r = search(state.vars, "mam_cc_PREFIX_SHARED", NiL))
                                      ^
                                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1476:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (r = search(state.vars, "mam_cc_SUFFIX_SHARED", NiL))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1476:11: note: place parentheses around the assignment to silence this warning
                                if (r = search(state.vars, "mam_cc_SUFFIX_SHARED", NiL))
                                      ^
                                    (                                                  )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1476:11: note: use '==' to turn this assignment into an equality comparison
                                if (r = search(state.vars, "mam_cc_SUFFIX_SHARED", NiL))
                                      ^
                                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1573:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (s = input())
               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1573:11: note: place parentheses around the assignment to silence this warning
        while (s = input())
                 ^
               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1573:11: note: use '==' to turn this assignment into an equality comparison
        while (s = input())
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1742:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = last(name, '/'))
            ~~^~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1742:8: note: place parentheses around the assignment to silence this warning
        if (s = last(name, '/'))
              ^
            (                  )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1742:8: note: use '==' to turn this assignment into an equality comparison
        if (s = last(name, '/'))
              ^
              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1829:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        while (s = input())
                               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1829:13: note: place parentheses around the assignment to silence this warning
                        while (s = input())
                                 ^
                               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1829:13: note: use '==' to turn this assignment into an equality comparison
                        while (s = input())
                                 ^
                                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2024:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (s = input())
               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2024:11: note: place parentheses around the assignment to silence this warning
        while (s = input())
                 ^
               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2024:11: note: use '==' to turn this assignment into an equality comparison
        while (s = input())
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2032:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (t = last(r->name, '/'))
                            ~~^~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2032:10: note: place parentheses around the assignment to silence this warning
                        if (t = last(r->name, '/'))
                              ^
                            (                     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2032:10: note: use '==' to turn this assignment into an equality comparison
                        if (t = last(r->name, '/'))
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2285:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        for (e = environ; s = *e; e++)
                          ~~^~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2285:22: note: place parentheses around the assignment to silence this warning
        for (e = environ; s = *e; e++)
                            ^
                          (     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2285:22: note: use '==' to turn this assignment into an equality comparison
        for (e = environ; s = *e; e++)
                            ^
                            ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2299:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (s = *argv++)
               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2299:11: note: place parentheses around the assignment to silence this warning
        while (s = *argv++)
                 ^
               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2299:11: note: use '==' to turn this assignment into an equality comparison
        while (s = *argv++)
                 ^
                 ==
27 warnings generated.
ld: warning: option -m is obsolete and being ignored
package: update /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/proto
../../lib/libpp/ppfsm.c:650:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                while (c = *s++)
                                       ~~^~~~~~
../../lib/libpp/ppfsm.c:650:14: note: place parentheses around the assignment to silence this warning
                                while (c = *s++)
                                         ^
                                       (       )
../../lib/libpp/ppfsm.c:650:14: note: use '==' to turn this assignment into an equality comparison
                                while (c = *s++)
                                         ^
                                         ==
../../lib/libpp/ppfsm.c:664:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        while (c = *s++)
                               ~~^~~~~~
../../lib/libpp/ppfsm.c:664:13: note: place parentheses around the assignment to silence this warning
                        while (c = *s++)
                                 ^
                               (       )
../../lib/libpp/ppfsm.c:664:13: note: use '==' to turn this assignment into an equality comparison
                        while (c = *s++)
                                 ^
                                 ==
../../lib/libpp/ppproto.c:260:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (*s++ = *t++);
               ~~~~~^~~~~~
../../lib/libpp/ppproto.c:260:14: note: place parentheses around the assignment to silence this warning
        while (*s++ = *t++);
                    ^
               (          )
../../lib/libpp/ppproto.c:260:14: note: use '==' to turn this assignment into an equality comparison
        while (*s++ = *t++);
                    ^
                    ==
../../lib/libast/port/astlicense.c:210:52: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( *s++)):(( *s++),(-1)));
                                                                 ^~~~
../../lib/libast/port/astlicense.c:237:98: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( notice->cc[n > 0 ? 0 : 1])):(( notice->cc[n > 0 ? 0 : 1]),(-1)));
                                                                                              ~~~~~~~~~~ ~~~~~~~~~~~~~^
../../lib/libast/port/astlicense.c:239:52: warning: expression result unused [-Wunused-value]
                                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( cc)):(( cc),(-1)));
                                                                               ^~
../../lib/libast/port/astlicense.c:240:98: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( notice->cc[n > 0 ? 1 : 2])):(( notice->cc[n > 0 ? 1 : 2]),(-1)));
                                                                                              ~~~~~~~~~~ ~~~~~~~~~~~~~^
../../lib/libast/port/astlicense.c:249:50: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( cc)):(( cc),(-1)));
                                                               ^~
../../lib/libast/port/astlicense.c:254:52: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                        ^~~
../../lib/libast/port/astlicense.c:260:50: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( i)):(( i),(-1)));
                                                                      ^
../../lib/libast/port/astlicense.c:263:52: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                        ^~~
../../lib/libast/port/astlicense.c:264:50: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( cc)):(( cc),(-1)));
                                                               ^~
../../lib/libast/port/astlicense.c:266:51: warning: expression result unused [-Wunused-value]
        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( '\n')):(( '\n'),(-1)));
                                                         ^~~~
../../lib/libast/port/astlicense.c:285:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (t = item->data)
            ~~^~~~~~~~~~~~
../../lib/libast/port/astlicense.c:285:8: note: place parentheses around the assignment to silence this warning
        if (t = item->data)
              ^
            (             )
../../lib/libast/port/astlicense.c:285:8: note: use '==' to turn this assignment into an equality comparison
        if (t = item->data)
              ^
              ==
../../lib/libast/port/astlicense.c:316:54: warning: expression result unused [-Wunused-value]
                                                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( c)):(( c),(-1)));
                                                                                                      ^
../../lib/libast/port/astlicense.c:342:54: warning: expression result unused [-Wunused-value]
                                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( *t++)):(( *t++),(-1)));
                                                                                 ^~~~
../../lib/libast/port/astlicense.c:373:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( '-')):(( '-'),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:378:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:383:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:387:52: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                        ^~~
../../lib/libast/port/astlicense.c:393:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:418:55: warning: expression result unused [-Wunused-value]
                ((( buf)->nxt<( buf)->end)?(*( buf)->nxt++=( 0)):(( 0),(-1)));
                                                                    ^
../../lib/libast/port/astlicense.c:440:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                        while (*t++ = *s++);
                                               ~~~~~^~~~~~
../../lib/libast/port/astlicense.c:440:18: note: place parentheses around the assignment to silence this warning
                                        while (*t++ = *s++);
                                                    ^
                                               (          )
../../lib/libast/port/astlicense.c:440:18: note: use '==' to turn this assignment into an equality comparison
                                        while (*t++ = *s++);
                                                    ^
                                                    ==
../../lib/libast/port/astlicense.c:447:56: warning: expression result unused [-Wunused-value]
                        ((( buf)->nxt<( buf)->end)?(*( buf)->nxt++=( 0)):(( 0),(-1)));
                                                                            ^
../../lib/libast/port/astlicense.c:457:55: warning: expression result unused [-Wunused-value]
                ((( buf)->nxt<( buf)->end)?(*( buf)->nxt++=( 0)):(( 0),(-1)));
                                                                    ^
../../lib/libast/port/astlicense.c:534:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while (c = *s)
                       ~~^~~~
../../lib/libast/port/astlicense.c:534:12: note: place parentheses around the assignment to silence this warning
                while (c = *s)
                         ^
                       (     )
../../lib/libast/port/astlicense.c:534:12: note: use '==' to turn this assignment into an equality comparison
                while (c = *s)
                         ^
                         ==
../../lib/libast/port/astlicense.c:677:66: warning: expression result unused [-Wunused-value]
                                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '=')):(( '='),(-1)));
                                                                                                                         ^~~
../../lib/libast/port/astlicense.c:687:68: warning: expression result unused [-Wunused-value]
                                                                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\'')):(( '\''),(-1)));
                                                                                                                                  ^~~~
../../lib/libast/port/astlicense.c:690:68: warning: expression result unused [-Wunused-value]
                                                                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\'')):(( '\''),(-1)));
                                                                                                                                  ^~~~
../../lib/libast/port/astlicense.c:691:67: warning: expression result unused [-Wunused-value]
                                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\n')):(( '\n'),(-1)));
                                                                                                                          ^~~~
../../lib/libast/port/astlicense.c:705:65: warning: expression result unused [-Wunused-value]
                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\n')):(( '\n'),(-1)));
                                                                                                          ^~~~
../../lib/libast/port/astlicense.c:762:60: warning: expression result unused [-Wunused-value]
                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( 0)):(( 0),(-1)));
                                                                                       ^
../../lib/libast/port/astlicense.c:909:62: warning: expression result unused [-Wunused-value]
                                ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                         ^~~
../../lib/libast/port/astlicense.c:1075:65: warning: expression result unused [-Wunused-value]
                                                        ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                                                 ^~~
../../lib/libast/port/astlicense.c:1109:64: warning: expression result unused [-Wunused-value]
                                                ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                                         ^~~
../../lib/libast/port/astlicense.c:1147:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (v = notice.item[12].data)
                    ~~^~~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:1147:9: note: place parentheses around the assignment to silence this warning
                if (v = notice.item[12].data)
                      ^
                    (                       )
../../lib/libast/port/astlicense.c:1147:9: note: use '==' to turn this assignment into an equality comparison
                if (v = notice.item[12].data)
                      ^
                      ==
../../lib/libast/port/astlicense.c:1179:63: warning: expression result unused [-Wunused-value]
                                        ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                                 ^~~
../../lib/libast/port/astlicense.c:1192:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (v = notice.item[0].data)
            ~~^~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:1192:8: note: place parentheses around the assignment to silence this warning
        if (v = notice.item[0].data)
              ^
            (                      )
../../lib/libast/port/astlicense.c:1192:8: note: use '==' to turn this assignment into an equality comparison
        if (v = notice.item[0].data)
              ^
              ==
../../lib/libast/port/astlicense.c:1219:64: warning: expression result unused [-Wunused-value]
                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                                                         ^~~
../../lib/libast/port/astlicense.c:1243:63: warning: expression result unused [-Wunused-value]
                                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                                                 ^~~
../../lib/libast/port/astlicense.c:1265:60: warning: expression result unused [-Wunused-value]
                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                         ^~~
../../lib/libast/port/astlicense.c:1270:61: warning: expression result unused [-Wunused-value]
                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                                 ^~~
../../lib/libast/port/astlicense.c:1272:61: warning: expression result unused [-Wunused-value]
                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\n')):(( '\n'),(-1)));
                                                                          ^~~~
../../lib/libpp/ppproto.c:590:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (state = _pp_fsmtab[(0+28)][((( rp)-_pp_fsmtab[0])/(255+1))+1])
                            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:590:14: note: place parentheses around the assignment to silence this warning
                        if (state = _pp_fsmtab[(0+28)][((( rp)-_pp_fsmtab[0])/(255+1))+1])
                                  ^
                            (                                                            )
../../lib/libpp/ppproto.c:590:14: note: use '==' to turn this assignment into an equality comparison
                        if (state = _pp_fsmtab[(0+28)][((( rp)-_pp_fsmtab[0])/(255+1))+1])
                                  ^
                                  ==
../../lib/libpp/ppproto.c:814:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                        while (*op = *ip++)
                                               ~~~~^~~~~~~
../../lib/libpp/ppproto.c:814:17: note: place parentheses around the assignment to silence this warning
                                        while (*op = *ip++)
                                                   ^
                                               (          )
../../lib/libpp/ppproto.c:814:17: note: use '==' to turn this assignment into an equality comparison
                                        while (*op = *ip++)
                                                   ^
                                                   ==
../../lib/libpp/ppproto.c:1099:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                        else if (paren == 1 && (flags & (1L<<8)) && !aie)
                        ^
../../lib/libpp/ppproto.c:1369:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (x = !e) e = op - 1;
                                    ~~^~~~
../../lib/libpp/ppproto.c:1369:11: note: place parentheses around the assignment to silence this warning
                                if (x = !e) e = op - 1;
                                      ^
                                    (     )
../../lib/libpp/ppproto.c:1369:11: note: use '==' to turn this assignment into an equality comparison
                                if (x = !e) e = op - 1;
                                      ^
                                      ==
../../lib/libpp/ppproto.c:2359:44: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
                                proto->op = strcopy(proto->op, "\n%{\n"+ !notice);
                                                               ~~~~~~~~^~~~~~~~~
../../lib/libpp/ppproto.c:2359:44: note: use array indexing to silence this warning
                                proto->op = strcopy(proto->op, "\n%{\n"+ !notice);
                                                                       ^
                                                               &       [        ]
proto.c:287:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        else if (b = pppopen(file, 0, license, options, package, comment, flags))
                 ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
proto.c:287:13: note: place parentheses around the assignment to silence this warning
        else if (b = pppopen(file, 0, license, options, package, comment, flags))
                   ^
                 (                                                              )
proto.c:287:13: note: use '==' to turn this assignment into an equality comparison
        else if (b = pppopen(file, 0, license, options, package, comment, flags))
                   ^
                   ==
proto.c:700:100: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
                                                                                                            ~~~~~^~~~~~~~~
proto.c:700:100: note: place parentheses around the assignment to silence this warning
                do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
                                                                                                                 ^
                                                                                                            (             )
proto.c:700:100: note: use '==' to turn this assignment into an equality comparison
                do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
                                                                                                                 ^
                                                                                                                 ==
50 warnings generated.
ld: warning: option -m is obsolete and being ignored
package: update /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ratz
ratz.c:4727:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = *argv)
            ~~^~~~~~~
ratz.c:4727:8: note: place parentheses around the assignment to silence this warning
        if (s = *argv)
              ^
            (        )
ratz.c:4727:8: note: use '==' to turn this assignment into an equality comparison
        if (s = *argv)
              ^
              ==
1 warning generated.
ld: warning: option -m is obsolete and being ignored
package: update /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/release
release.c:386:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while (s = fgets(buf, sizeof(buf), f))
                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
release.c:386:12: note: place parentheses around the assignment to silence this warning
                while (s = fgets(buf, sizeof(buf), f))
                         ^
                       (                             )
release.c:386:12: note: use '==' to turn this assignment into an equality comparison
                while (s = fgets(buf, sizeof(buf), f))
                         ^
                         ==
release.c:388:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (t = date(s, &e))
                            ~~^~~~~~~~~~~~~
release.c:388:10: note: place parentheses around the assignment to silence this warning
                        if (t = date(s, &e))
                              ^
                            (              )
release.c:388:10: note: use '==' to turn this assignment into an equality comparison
                        if (t = date(s, &e))
                              ^
                              ==
2 warnings generated.
ld: warning: option -m is obsolete and being ignored
package: make with mamake
package: make output captured in /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/package/gen/make.out
package: make start at Sun Dec 22 13:18:29 UTC 2024 in /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64
CC=cc
SHELL=/bin/sh
HOSTTYPE=darwin.i386-64
NPROC=10
PACKAGEROOT=/Users/pbulk/build/shells/static-ast-ksh/work
INSTALLROOT=/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64
PATH=/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ok:/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin:/Users/pbulk/build/shells/static-ast-ksh/work/bin:/Users/pbulk/build/shells/static-ast-ksh/work/.cwrapper/bin:/Users/pbulk/build/shells/static-ast-ksh/work/.buildlink/bin:/Users/pbulk/build/shells/static-ast-ksh/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ mamake -r '*/*' -k install LDFLAGS=-lm LDFLAGS=-static
+ mamake -C cmd/INIT -k LDFLAGS=-lm LDFLAGS=-static install
probing C language processor /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/cc for mam information
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/hurl.sh
+ test -w hurl -a -x hurl
+ chmod u+w,+x hurl
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 225 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/iffe.sh
+ test -w iffe -a -x iffe
+ chmod u+w,+x iffe
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mktest.sh
+ test -w mktest -a -x mktest
+ chmod u+w,+x mktest
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/package.sh
+ test -w package -a -x package
+ chmod u+w,+x package
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/regress.sh
+ test -w regress -a -x regress
+ chmod u+w,+x regress
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/rt.sh
+ test -w rt -a -x rt
+ chmod u+w,+x rt
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/crossexec.sh
+ test -w crossexec -a -x crossexec
+ chmod u+w,+x crossexec
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 232 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/ditto.sh
+ test -w ditto -a -x ditto
+ chmod u+w,+x ditto
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/execrate.sh
+ test -w execrate -a -x execrate
+ chmod u+w,+x execrate
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 184 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/filter.sh
+ test -w filter -a -x filter
+ chmod u+w,+x filter
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 0 in
+ cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/ignore.sh ignore
+ test -w ignore -a -x ignore
+ chmod u+w,+x ignore
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 0 in
+ cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/silent.sh silent
+ test -w silent -a -x silent
+ chmod u+w,+x silent
+ cc -O '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-copyright?Copyright (c) 1994-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:383:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (buf = state.old)
            ~~~~^~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:383:10: note: place parentheses around the assignment to silence this warning
        if (buf = state.old)
                ^
            (              )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:383:10: note: use '==' to turn this assignment into an equality comparison
        if (buf = state.old)
                ^
                ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:583:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        } while (item = right);
                 ~~~~~^~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:583:16: note: place parentheses around the assignment to silence this warning
        } while (item = right);
                      ^
                 (           )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:583:16: note: use '==' to turn this assignment into an equality comparison
        } while (item = right);
                      ^
                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:674:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (c = *t)
                            ~~^~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:674:10: note: place parentheses around the assignment to silence this warning
                        if (c = *t)
                              ^
                            (     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:674:10: note: use '==' to turn this assignment into an equality comparison
                        if (c = *t)
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:783:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (c = *s++)
               ~~^~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:783:11: note: place parentheses around the assignment to silence this warning
        while (c = *s++)
                 ^
               (       )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:783:11: note: use '==' to turn this assignment into an equality comparison
        while (c = *s++)
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:966:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = status(buf, 0, file, st))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:966:8: note: place parentheses around the assignment to silence this warning
        if (s = status(buf, 0, file, st))
              ^
            (                           )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:966:8: note: use '==' to turn this assignment into an equality comparison
        if (s = status(buf, 0, file, st))
              ^
              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:971:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (vp = state.view)
            ~~~^~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:971:9: note: place parentheses around the assignment to silence this warning
        if (vp = state.view)
               ^
            (              )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:971:9: note: use '==' to turn this assignment into an equality comparison
        if (vp = state.view)
               ^
               ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:984:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        } while (vp = vp->next);
                                 ~~~^~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:984:16: note: place parentheses around the assignment to silence this warning
                        } while (vp = vp->next);
                                    ^
                                 (            )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:984:16: note: use '==' to turn this assignment into an equality comparison
                        } while (vp = vp->next);
                                    ^
                                    ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1006:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (s = status(buf, o, s, st))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1006:11: note: place parentheses around the assignment to silence this warning
                                if (s = status(buf, o, s, st))
                                      ^
                                    (                        )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1006:11: note: use '==' to turn this assignment into an equality comparison
                                if (s = status(buf, o, s, st))
                                      ^
                                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1011:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        } while (vp = vp->next);
                                 ~~~^~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1011:16: note: place parentheses around the assignment to silence this warning
                        } while (vp = vp->next);
                                    ^
                                 (            )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1011:16: note: use '==' to turn this assignment into an equality comparison
                        } while (vp = vp->next);
                                    ^
                                    ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1028:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = find(buf, r->name, &st))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1028:8: note: place parentheses around the assignment to silence this warning
        if (s = find(buf, r->name, &st))
              ^
            (                          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1028:8: note: use '==' to turn this assignment into an equality comparison
        if (s = find(buf, r->name, &st))
              ^
              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1078:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (state.sp->fp = fp)
            ~~~~~~~~~~~~~^~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1078:19: note: place parentheses around the assignment to silence this warning
        if (state.sp->fp = fp)
                         ^
            (                )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1078:19: note: use '==' to turn this assignment into an equality comparison
        if (state.sp->fp = fp)
                         ^
                         ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1091:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (path = find(buf, file, &st))
                    ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1091:12: note: place parentheses around the assignment to silence this warning
                if (path = find(buf, file, &st))
                         ^
                    (                          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1091:12: note: use '==' to turn this assignment into an equality comparison
                if (path = find(buf, file, &st))
                         ^
                         ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1150:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (c = *s++)
               ~~^~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1150:11: note: place parentheses around the assignment to silence this warning
        while (c = *s++)
                 ^
               (       )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1150:11: note: use '==' to turn this assignment into an equality comparison
        while (c = *s++)
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1236:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                                while (v = v->next)
                                                       ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1236:16: note: place parentheses around the assignment to silence this warning
                                                while (v = v->next)
                                                         ^
                                                       (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1236:16: note: use '==' to turn this assignment into an equality comparison
                                                while (v = v->next)
                                                         ^
                                                         ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1251:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                } while (*s = c);
                         ~~~^~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1251:15: note: place parentheses around the assignment to silence this warning
                } while (*s = c);
                            ^
                         (     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1251:15: note: use '==' to turn this assignment into an equality comparison
                } while (*s = c);
                            ^
                            ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1261:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (c = execute(s))
                    ~~^~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1261:9: note: place parentheses around the assignment to silence this warning
                if (c = execute(s))
                      ^
                    (             )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1261:9: note: use '==' to turn this assignment into an equality comparison
                if (c = execute(s))
                      ^
                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1456:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (r = search(state.vars, "mam_cc_PREFIX_ARCHIVE", NiL))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1456:10: note: place parentheses around the assignment to silence this warning
                        if (r = search(state.vars, "mam_cc_PREFIX_ARCHIVE", NiL))
                              ^
                            (                                                   )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1456:10: note: use '==' to turn this assignment into an equality comparison
                        if (r = search(state.vars, "mam_cc_PREFIX_ARCHIVE", NiL))
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1459:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (r = search(state.vars, "mam_cc_SUFFIX_ARCHIVE", NiL))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1459:10: note: place parentheses around the assignment to silence this warning
                        if (r = search(state.vars, "mam_cc_SUFFIX_ARCHIVE", NiL))
                              ^
                            (                                                   )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1459:10: note: use '==' to turn this assignment into an equality comparison
                        if (r = search(state.vars, "mam_cc_SUFFIX_ARCHIVE", NiL))
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1473:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (r = search(state.vars, "mam_cc_PREFIX_SHARED", NiL))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1473:11: note: place parentheses around the assignment to silence this warning
                                if (r = search(state.vars, "mam_cc_PREFIX_SHARED", NiL))
                                      ^
                                    (                                                  )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1473:11: note: use '==' to turn this assignment into an equality comparison
                                if (r = search(state.vars, "mam_cc_PREFIX_SHARED", NiL))
                                      ^
                                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1476:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (r = search(state.vars, "mam_cc_SUFFIX_SHARED", NiL))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1476:11: note: place parentheses around the assignment to silence this warning
                                if (r = search(state.vars, "mam_cc_SUFFIX_SHARED", NiL))
                                      ^
                                    (                                                  )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1476:11: note: use '==' to turn this assignment into an equality comparison
                                if (r = search(state.vars, "mam_cc_SUFFIX_SHARED", NiL))
                                      ^
                                      ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1573:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (s = input())
               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1573:11: note: place parentheses around the assignment to silence this warning
        while (s = input())
                 ^
               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1573:11: note: use '==' to turn this assignment into an equality comparison
        while (s = input())
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1742:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = last(name, '/'))
            ~~^~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1742:8: note: place parentheses around the assignment to silence this warning
        if (s = last(name, '/'))
              ^
            (                  )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1742:8: note: use '==' to turn this assignment into an equality comparison
        if (s = last(name, '/'))
              ^
              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1829:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        while (s = input())
                               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1829:13: note: place parentheses around the assignment to silence this warning
                        while (s = input())
                                 ^
                               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1829:13: note: use '==' to turn this assignment into an equality comparison
                        while (s = input())
                                 ^
                                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2024:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (s = input())
               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2024:11: note: place parentheses around the assignment to silence this warning
        while (s = input())
                 ^
               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2024:11: note: use '==' to turn this assignment into an equality comparison
        while (s = input())
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2032:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (t = last(r->name, '/'))
                            ~~^~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2032:10: note: place parentheses around the assignment to silence this warning
                        if (t = last(r->name, '/'))
                              ^
                            (                     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2032:10: note: use '==' to turn this assignment into an equality comparison
                        if (t = last(r->name, '/'))
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2285:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        for (e = environ; s = *e; e++)
                          ~~^~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2285:22: note: place parentheses around the assignment to silence this warning
        for (e = environ; s = *e; e++)
                            ^
                          (     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2285:22: note: use '==' to turn this assignment into an equality comparison
        for (e = environ; s = *e; e++)
                            ^
                            ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2299:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (s = *argv++)
               ~~^~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2299:11: note: place parentheses around the assignment to silence this warning
        while (s = *argv++)
                 ^
               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2299:11: note: use '==' to turn this assignment into an equality comparison
        while (s = *argv++)
                 ^
                 ==
27 warnings generated.
+ cc -O -static -o mamake mamake.o
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
mamake [cmd/INIT]: *** exit code 1 making mamake
+ cc -O -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/proto.c
../../lib/libpp/ppfsm.c:650:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                while (c = *s++)
                                       ~~^~~~~~
../../lib/libpp/ppfsm.c:650:14: note: place parentheses around the assignment to silence this warning
                                while (c = *s++)
                                         ^
                                       (       )
../../lib/libpp/ppfsm.c:650:14: note: use '==' to turn this assignment into an equality comparison
                                while (c = *s++)
                                         ^
                                         ==
../../lib/libpp/ppfsm.c:664:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        while (c = *s++)
                               ~~^~~~~~
../../lib/libpp/ppfsm.c:664:13: note: place parentheses around the assignment to silence this warning
                        while (c = *s++)
                                 ^
                               (       )
../../lib/libpp/ppfsm.c:664:13: note: use '==' to turn this assignment into an equality comparison
                        while (c = *s++)
                                 ^
                                 ==
../../lib/libpp/ppproto.c:260:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (*s++ = *t++);
               ~~~~~^~~~~~
../../lib/libpp/ppproto.c:260:14: note: place parentheses around the assignment to silence this warning
        while (*s++ = *t++);
                    ^
               (          )
../../lib/libpp/ppproto.c:260:14: note: use '==' to turn this assignment into an equality comparison
        while (*s++ = *t++);
                    ^
                    ==
../../lib/libast/port/astlicense.c:210:52: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( *s++)):(( *s++),(-1)));
                                                                 ^~~~
../../lib/libast/port/astlicense.c:237:98: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( notice->cc[n > 0 ? 0 : 1])):(( notice->cc[n > 0 ? 0 : 1]),(-1)));
                                                                                              ~~~~~~~~~~ ~~~~~~~~~~~~~^
../../lib/libast/port/astlicense.c:239:52: warning: expression result unused [-Wunused-value]
                                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( cc)):(( cc),(-1)));
                                                                               ^~
../../lib/libast/port/astlicense.c:240:98: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( notice->cc[n > 0 ? 1 : 2])):(( notice->cc[n > 0 ? 1 : 2]),(-1)));
                                                                                              ~~~~~~~~~~ ~~~~~~~~~~~~~^
../../lib/libast/port/astlicense.c:249:50: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( cc)):(( cc),(-1)));
                                                               ^~
../../lib/libast/port/astlicense.c:254:52: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                        ^~~
../../lib/libast/port/astlicense.c:260:50: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( i)):(( i),(-1)));
                                                                      ^
../../lib/libast/port/astlicense.c:263:52: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                        ^~~
../../lib/libast/port/astlicense.c:264:50: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( cc)):(( cc),(-1)));
                                                               ^~
../../lib/libast/port/astlicense.c:266:51: warning: expression result unused [-Wunused-value]
        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( '\n')):(( '\n'),(-1)));
                                                         ^~~~
../../lib/libast/port/astlicense.c:285:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (t = item->data)
            ~~^~~~~~~~~~~~
../../lib/libast/port/astlicense.c:285:8: note: place parentheses around the assignment to silence this warning
        if (t = item->data)
              ^
            (             )
../../lib/libast/port/astlicense.c:285:8: note: use '==' to turn this assignment into an equality comparison
        if (t = item->data)
              ^
              ==
../../lib/libast/port/astlicense.c:316:54: warning: expression result unused [-Wunused-value]
                                                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( c)):(( c),(-1)));
                                                                                                      ^
../../lib/libast/port/astlicense.c:342:54: warning: expression result unused [-Wunused-value]
                                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( *t++)):(( *t++),(-1)));
                                                                                 ^~~~
../../lib/libast/port/astlicense.c:373:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( '-')):(( '-'),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:378:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:383:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:387:52: warning: expression result unused [-Wunused-value]
                        ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                        ^~~
../../lib/libast/port/astlicense.c:393:51: warning: expression result unused [-Wunused-value]
                ((( b)->nxt<( b)->end)?(*( b)->nxt++=( ' ')):(( ' '),(-1)));
                                                                ^~~
../../lib/libast/port/astlicense.c:418:55: warning: expression result unused [-Wunused-value]
                ((( buf)->nxt<( buf)->end)?(*( buf)->nxt++=( 0)):(( 0),(-1)));
                                                                    ^
../../lib/libast/port/astlicense.c:440:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                        while (*t++ = *s++);
                                               ~~~~~^~~~~~
../../lib/libast/port/astlicense.c:440:18: note: place parentheses around the assignment to silence this warning
                                        while (*t++ = *s++);
                                                    ^
                                               (          )
../../lib/libast/port/astlicense.c:440:18: note: use '==' to turn this assignment into an equality comparison
                                        while (*t++ = *s++);
                                                    ^
                                                    ==
../../lib/libast/port/astlicense.c:447:56: warning: expression result unused [-Wunused-value]
                        ((( buf)->nxt<( buf)->end)?(*( buf)->nxt++=( 0)):(( 0),(-1)));
                                                                            ^
../../lib/libast/port/astlicense.c:457:55: warning: expression result unused [-Wunused-value]
                ((( buf)->nxt<( buf)->end)?(*( buf)->nxt++=( 0)):(( 0),(-1)));
                                                                    ^
../../lib/libast/port/astlicense.c:534:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while (c = *s)
                       ~~^~~~
../../lib/libast/port/astlicense.c:534:12: note: place parentheses around the assignment to silence this warning
                while (c = *s)
                         ^
                       (     )
../../lib/libast/port/astlicense.c:534:12: note: use '==' to turn this assignment into an equality comparison
                while (c = *s)
                         ^
                         ==
../../lib/libast/port/astlicense.c:677:66: warning: expression result unused [-Wunused-value]
                                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '=')):(( '='),(-1)));
                                                                                                                         ^~~
../../lib/libast/port/astlicense.c:687:68: warning: expression result unused [-Wunused-value]
                                                                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\'')):(( '\''),(-1)));
                                                                                                                                  ^~~~
../../lib/libast/port/astlicense.c:690:68: warning: expression result unused [-Wunused-value]
                                                                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\'')):(( '\''),(-1)));
                                                                                                                                  ^~~~
../../lib/libast/port/astlicense.c:691:67: warning: expression result unused [-Wunused-value]
                                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\n')):(( '\n'),(-1)));
                                                                                                                          ^~~~
../../lib/libast/port/astlicense.c:705:65: warning: expression result unused [-Wunused-value]
                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\n')):(( '\n'),(-1)));
                                                                                                          ^~~~
../../lib/libast/port/astlicense.c:762:60: warning: expression result unused [-Wunused-value]
                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( 0)):(( 0),(-1)));
                                                                                       ^
../../lib/libast/port/astlicense.c:909:62: warning: expression result unused [-Wunused-value]
                                ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                         ^~~
../../lib/libast/port/astlicense.c:1075:65: warning: expression result unused [-Wunused-value]
                                                        ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                                                 ^~~
../../lib/libast/port/astlicense.c:1109:64: warning: expression result unused [-Wunused-value]
                                                ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                                         ^~~
../../lib/libast/port/astlicense.c:1147:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (v = notice.item[12].data)
                    ~~^~~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:1147:9: note: place parentheses around the assignment to silence this warning
                if (v = notice.item[12].data)
                      ^
                    (                       )
../../lib/libast/port/astlicense.c:1147:9: note: use '==' to turn this assignment into an equality comparison
                if (v = notice.item[12].data)
                      ^
                      ==
../../lib/libast/port/astlicense.c:1179:63: warning: expression result unused [-Wunused-value]
                                        ((( &tmp)->nxt<( &tmp)->end)?(*( &tmp)->nxt++=( ' ')):(( ' '),(-1)));
                                                                                                 ^~~
../../lib/libast/port/astlicense.c:1192:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (v = notice.item[0].data)
            ~~^~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:1192:8: note: place parentheses around the assignment to silence this warning
        if (v = notice.item[0].data)
              ^
            (                      )
../../lib/libast/port/astlicense.c:1192:8: note: use '==' to turn this assignment into an equality comparison
        if (v = notice.item[0].data)
              ^
              ==
../../lib/libast/port/astlicense.c:1219:64: warning: expression result unused [-Wunused-value]
                                                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                                                         ^~~
../../lib/libast/port/astlicense.c:1243:63: warning: expression result unused [-Wunused-value]
                                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                                                 ^~~
../../lib/libast/port/astlicense.c:1265:60: warning: expression result unused [-Wunused-value]
                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                         ^~~
../../lib/libast/port/astlicense.c:1270:61: warning: expression result unused [-Wunused-value]
                        ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( ']')):(( ']'),(-1)));
                                                                                 ^~~
../../lib/libast/port/astlicense.c:1272:61: warning: expression result unused [-Wunused-value]
                ((( &buf)->nxt<( &buf)->end)?(*( &buf)->nxt++=( '\n')):(( '\n'),(-1)));
                                                                          ^~~~
../../lib/libpp/ppproto.c:590:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (state = _pp_fsmtab[(0+28)][((( rp)-_pp_fsmtab[0])/(255+1))+1])
                            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:590:14: note: place parentheses around the assignment to silence this warning
                        if (state = _pp_fsmtab[(0+28)][((( rp)-_pp_fsmtab[0])/(255+1))+1])
                                  ^
                            (                                                            )
../../lib/libpp/ppproto.c:590:14: note: use '==' to turn this assignment into an equality comparison
                        if (state = _pp_fsmtab[(0+28)][((( rp)-_pp_fsmtab[0])/(255+1))+1])
                                  ^
                                  ==
../../lib/libpp/ppproto.c:814:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                        while (*op = *ip++)
                                               ~~~~^~~~~~~
../../lib/libpp/ppproto.c:814:17: note: place parentheses around the assignment to silence this warning
                                        while (*op = *ip++)
                                                   ^
                                               (          )
../../lib/libpp/ppproto.c:814:17: note: use '==' to turn this assignment into an equality comparison
                                        while (*op = *ip++)
                                                   ^
                                                   ==
../../lib/libpp/ppproto.c:1099:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                        else if (paren == 1 && (flags & (1L<<8)) && !aie)
                        ^
../../lib/libpp/ppproto.c:1369:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                if (x = !e) e = op - 1;
                                    ~~^~~~
../../lib/libpp/ppproto.c:1369:11: note: place parentheses around the assignment to silence this warning
                                if (x = !e) e = op - 1;
                                      ^
                                    (     )
../../lib/libpp/ppproto.c:1369:11: note: use '==' to turn this assignment into an equality comparison
                                if (x = !e) e = op - 1;
                                      ^
                                      ==
../../lib/libpp/ppproto.c:2359:44: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
                                proto->op = strcopy(proto->op, "\n%{\n"+ !notice);
                                                               ~~~~~~~~^~~~~~~~~
../../lib/libpp/ppproto.c:2359:44: note: use array indexing to silence this warning
                                proto->op = strcopy(proto->op, "\n%{\n"+ !notice);
                                                                       ^
                                                               &       [        ]
proto.c:287:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        else if (b = pppopen(file, 0, license, options, package, comment, flags))
                 ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
proto.c:287:13: note: place parentheses around the assignment to silence this warning
        else if (b = pppopen(file, 0, license, options, package, comment, flags))
                   ^
                 (                                                              )
proto.c:287:13: note: use '==' to turn this assignment into an equality comparison
        else if (b = pppopen(file, 0, license, options, package, comment, flags))
                   ^
                   ==
proto.c:700:100: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
                                                                                                            ~~~~~^~~~~~~~~
proto.c:700:100: note: place parentheses around the assignment to silence this warning
                do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
                                                                                                                 ^
                                                                                                            (             )
proto.c:700:100: note: use '==' to turn this assignment into an equality comparison
                do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
                                                                                                                 ^
                                                                                                                 ==
50 warnings generated.
+ cc -O -static -o proto proto.o
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
mamake [cmd/INIT]: *** exit code 1 making proto
+ cc -O -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/ratz.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/ratz.c:4727:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (s = *argv)
            ~~^~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/ratz.c:4727:8: note: place parentheses around the assignment to silence this warning
        if (s = *argv)
              ^
            (        )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/ratz.c:4727:8: note: use '==' to turn this assignment into an equality comparison
        if (s = *argv)
              ^
              ==
1 warning generated.
+ cc -O -static -o ratz ratz.o
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
mamake [cmd/INIT]: *** exit code 1 making ratz
+ cc -O '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-copyright?Copyright (c) 1994-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/release.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/release.c:330:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while (s = fgets(buf, sizeof(buf), f))
                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/release.c:330:12: note: place parentheses around the assignment to silence this warning
                while (s = fgets(buf, sizeof(buf), f))
                         ^
                       (                             )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/release.c:330:12: note: use '==' to turn this assignment into an equality comparison
                while (s = fgets(buf, sizeof(buf), f))
                         ^
                         ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/release.c:332:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (t = date(s, &e))
                            ~~^~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/release.c:332:10: note: place parentheses around the assignment to silence this warning
                        if (t = date(s, &e))
                              ^
                            (              )
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/release.c:332:10: note: use '==' to turn this assignment into an equality comparison
                        if (t = date(s, &e))
                              ^
                              ==
2 warnings generated.
+ cc -O -static -o release release.o
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
mamake [cmd/INIT]: *** exit code 1 making release
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 0 in
+ cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mprobe.sh mprobe
+ test -w mprobe -a -x mprobe
+ chmod u+w,+x mprobe
+ cat /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/C+probe /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/make.probe
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 0 in
+ cp probe.sh probe
+ test -w probe -a -x probe
+ chmod u+w,+x probe
+ test '' = hurl
+ /usr/bin/cmp -s hurl /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/hurl
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/hurl /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/hurl.old
+ true
+ /bin/cp hurl /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/hurl
+ test '' = iffe
+ /usr/bin/cmp -s iffe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/iffe
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/iffe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/iffe.old
+ true
+ /bin/cp iffe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/iffe
+ test '' = mktest
+ /usr/bin/cmp -s mktest /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/mktest
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/mktest /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/mktest.old
+ true
+ /bin/cp mktest /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/mktest
+ test '' = package
+ /usr/bin/cmp -s package /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/package
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/package /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/package.old
+ true
+ /bin/cp package /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/package
+ test '' = regress
+ /usr/bin/cmp -s regress /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/regress
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/regress /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/regress.old
+ true
+ /bin/cp regress /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/regress
+ test '' = rt
+ /usr/bin/cmp -s rt /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/rt
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/rt /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/rt.old
+ true
+ /bin/cp rt /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/rt
+ test '' = execrate
+ /usr/bin/cmp -s execrate /Users/pbulk/build/shells/static-ast-ksh/work/bin/execrate
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/bin/execrate /Users/pbulk/build/shells/static-ast-ksh/work/bin/execrate.old
+ /bin/cp execrate /Users/pbulk/build/shells/static-ast-ksh/work/bin/execrate
+ test '' = ignore
+ /usr/bin/cmp -s ignore /Users/pbulk/build/shells/static-ast-ksh/work/bin/ignore
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/bin/ignore /Users/pbulk/build/shells/static-ast-ksh/work/bin/ignore.old
+ /bin/cp ignore /Users/pbulk/build/shells/static-ast-ksh/work/bin/ignore
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 0 in
+ cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/mamprobe.sh mamprobe
+ test -w mamprobe -a -x mamprobe
+ chmod u+w,+x mamprobe
+ test '' = mamprobe
+ /usr/bin/cmp -s mamprobe /Users/pbulk/build/shells/static-ast-ksh/work/bin/mamprobe
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/bin/mamprobe /Users/pbulk/build/shells/static-ast-ksh/work/bin/mamprobe.old
+ /bin/cp mamprobe /Users/pbulk/build/shells/static-ast-ksh/work/bin/mamprobe
+ test '' = package
+ /usr/bin/cmp -s package /Users/pbulk/build/shells/static-ast-ksh/work/bin/package
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/bin/package /Users/pbulk/build/shells/static-ast-ksh/work/bin/package.old
+ /bin/cp package /Users/pbulk/build/shells/static-ast-ksh/work/bin/package
+ test '' = silent
+ /usr/bin/cmp -s silent /Users/pbulk/build/shells/static-ast-ksh/work/bin/silent
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/bin/silent /Users/pbulk/build/shells/static-ast-ksh/work/bin/silent.old
+ /bin/cp silent /Users/pbulk/build/shells/static-ast-ksh/work/bin/silent
+ test '' = crossexec
+ /usr/bin/cmp -s crossexec /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/crossexec
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/crossexec /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/crossexec.old
+ true
+ /bin/cp crossexec /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/crossexec
+ test '' = ditto
+ /usr/bin/cmp -s ditto /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ditto
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ditto /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ditto.old
+ true
+ /bin/cp ditto /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ditto
+ test '' = filter
+ /usr/bin/cmp -s filter /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/filter
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/filter /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/filter.old
+ true
+ /bin/cp filter /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/filter
+ test '' = package.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/package.mk /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/package.mk
+ test '' = CONVERT.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/CONVERT.mk /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/CONVERT.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/CONVERT.mk /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/CONVERT.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/CONVERT.mk /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/CONVERT.mk
+ test '!' -d /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make
+ mkdir -p /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make
+ test '' = package.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/package.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/package.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/package.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/package.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/package.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/package.mk
+ test '' = PROBE.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/PROBE.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/PROBE.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/PROBE.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/PROBE.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/PROBE.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/PROBE.mk
+ test '' = TEST.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/TEST.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/TEST.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/TEST.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/TEST.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/TEST.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/TEST.mk
+ test '' = WWW.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/WWW.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/WWW.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/WWW.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/WWW.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/WWW.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/WWW.mk
+ test '' = MSGFUN.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/MSGFUN.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGFUN.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGFUN.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGFUN.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/MSGFUN.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGFUN.mk
+ test '' = MSGKEY.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/MSGKEY.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGKEY.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGKEY.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGKEY.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/MSGKEY.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MSGKEY.mk
+ test '' = MAPLIB.mk
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/MAPLIB.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MAPLIB.mk
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MAPLIB.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MAPLIB.mk.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/MAPLIB.mk /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/make/MAPLIB.mk
+ test '!' -x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/mkdir -a -x /bin/mkdir
+ mkdir -p
+ :
+ test -d ./-p
+ test '' = C+probe
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/C+probe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/probe
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/probe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/probe.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/C+probe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/probe
+ test '!' -d /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/pp
+ mkdir -p /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/pp
+ test '' = mprobe
+ /usr/bin/cmp -s mprobe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/probe
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/probe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/probe.old
+ true
+ /bin/cp mprobe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/probe
+ test '' = mprobe
+ /usr/bin/cmp -s mprobe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/mprobe
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/mprobe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/mprobe.old
+ true
+ /bin/cp mprobe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/mam/mprobe
+ test '' = probe
+ /usr/bin/cmp -s probe /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/make/probe
+ t=darwin.i386-64
+ ifs=' 	
'
+ IFS=.
+ set x darwin i386-64
+ IFS=' 	
'
+ t=darwin
+ set x /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/INIT/probe.win32
+ :
+ shift
+ case $# in
+ case $1 in
+ :
+ shift
+ case $# in
+ break
+ case $1 in
+ :
+ test '' = probe.ini
+ /usr/bin/cmp -s probe.ini /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/make/probe.ini
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/make/probe.ini /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/make/probe.ini.old
+ true
+ /bin/cp probe.ini /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/probe/C/make/probe.ini
+ test '!' -d /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast
+ mkdir -p /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast
+ test '!' -d /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib
+ mkdir -p /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib
+ set -
+ test '' = dl.req
+ /usr/bin/cmp -s dl.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dl
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dl /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dl.old
+ true
+ /bin/cp dl.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dl
+ set -
+ test '' = iconv.req
+ /usr/bin/cmp -s iconv.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/iconv
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/iconv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/iconv.old
+ true
+ /bin/cp iconv.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/iconv
+ set -
+ test '' = w.req
+ /usr/bin/cmp -s w.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/w
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/w /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/w.old
+ true
+ /bin/cp w.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/w
+ set -
+ test '' = intl.req
+ /usr/bin/cmp -s intl.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/intl
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/intl /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/intl.old
+ true
+ /bin/cp intl.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/intl
+ set -
+ test '' = m.req
+ /usr/bin/cmp -s m.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/m
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/m /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/m.old
+ true
+ /bin/cp m.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/m
+ set -
+ test '' = nsl.req
+ /usr/bin/cmp -s nsl.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/nsl
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/nsl /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/nsl.old
+ true
+ /bin/cp nsl.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/nsl
+ set -
+ test '' = socket.req
+ /usr/bin/cmp -s socket.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/socket
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/socket /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/socket.old
+ true
+ /bin/cp socket.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/socket
+ set -
+ test '' = dbm.req
+ /usr/bin/cmp -s dbm.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dbm
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dbm /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dbm.old
+ true
+ /bin/cp dbm.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dbm
mamake: *** exit code 1 making cmd/INIT
+ mamake -C lib/libast -k LDFLAGS=-lm LDFLAGS=-static install
probing C language processor /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/cc for mam information
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/standards
iffe: test: is sys/types.h a header ... yes
iffe: test: _ALL_SOURCE & _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works ... yes
iffe: test: is -lm a library ... no
iffe: test: _ISOC99_SOURCE plays nice ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/lib
iffe: test: is sys/types.h a header ... yes
iffe: test: is universe a command ... no
iffe: test: is dirent.h a header ... yes
iffe: test: is direntry.h a header ... no
iffe: test: is filio.h a header ... no
iffe: test: is fmtmsg.h a header ... yes
iffe: test: is fnmatch.h a header ... yes
iffe: test: is jioctl.h a header ... no
iffe: test: is libgen.h a header ... yes
iffe: test: is limits.h a header ... yes
iffe: test: is locale.h a header ... yes
iffe: test: is ndir.h a header ... no
iffe: test: is nl_types.h a header ... yes
iffe: test: is process.h a header ... no
iffe: test: is spawn.h a header ... yes
iffe: test: is syslog.h a header ... yes
iffe: test: is utime.h a header ... yes
iffe: test: is vfork.h a header ... no
iffe: test: <wchar.h> and isw*() really work ... no
iffe: test: is wchar.h a header ... yes
iffe: test: is wctype.h a header ... yes
iffe: test: is _tzname a library data symbol ... no
iffe: test: is tzname a library data symbol ... no
iffe: test: is BSDsetpgrp a library function ... no
iffe: test: is _cleanup a library function ... no
iffe: test: is atexit a library function ... no
iffe: test: is bcopy a library function ... no
iffe: test: is bzero a library function ... no
iffe: test: is catclose a library function ... no
iffe: test: is catgets a library function ... no
iffe: test: is catopen a library function ... no
iffe: test: is confstr a library function ... no
iffe: test: is dirread a library function ... no
iffe: test: is dup2 a library function ... no
iffe: test: is execlp a library function ... no
iffe: test: is execve a library function ... no
iffe: test: is execvp a library function ... no
iffe: test: is execvpe a library function ... no
iffe: test: is fchmod a library function ... no
iffe: test: is fcntl a library function ... no
iffe: test: is fmtmsg a library function ... no
iffe: test: is fnmatch a library function ... no
iffe: test: is fork a library function ... no
iffe: test: is fsync a library function ... no
iffe: test: is getconf a library function ... no
iffe: test: is getdents a library function ... no
iffe: test: is getdirentries a library function ... no
iffe: test: is getdtablesize a library function ... no
iffe: test: is getdate a library function ... no
iffe: test: is getgroups a library function ... no
iffe: test: is gethostname a library function ... no
iffe: test: is getlogin a library function ... no
iffe: test: is getpagesize a library function ... no
iffe: test: is getrlimit a library function ... no
iffe: test: is getuniverse a library function ... no
iffe: test: is getopt a library function ... no
iffe: test: is getsubopt a library function ... no
iffe: test: is getopt_long a library function ... no
iffe: test: is getopt_long_only a library function ... no
iffe: test: is glob a library function ... no
iffe: test: is index a library function ... no
iffe: test: is iswblank a library function ... no
iffe: test: is iswctype a library function ... no
iffe: test: is killpg a library function ... no
iffe: test: is link a library function ... no
iffe: test: is localeconv a library function ... no
iffe: test: is madvise a library function ... no
iffe: test: is mbtowc a library function ... no
iffe: test: is mbrtowc a library function ... no
iffe: test: is memalign a library function ... no
iffe: test: is memchr a library function ... no
iffe: test: is memcpy a library function ... no
iffe: test: is memdup a library function ... no
iffe: test: is memmove a library function ... no
iffe: test: is memset a library function ... no
iffe: test: is mkdir a library function ... no
iffe: test: is mkfifo a library function ... no
iffe: test: is mktemp a library function ... no
iffe: test: is mktime a library function ... no
iffe: test: is mount a library function ... no
iffe: test: is on_exit a library function ... no
iffe: test: is onexit a library function ... no
iffe: test: is opendir a library function ... no
iffe: test: is pathconf a library function ... no
iffe: test: is posix_memalign a library function ... no
iffe: test: is readlink a library function ... no
iffe: test: is remove a library function ... no
iffe: test: is rename a library function ... no
iffe: test: is rewinddir a library function ... no
iffe: test: is rindex a library function ... no
iffe: test: is rmdir a library function ... no
iffe: test: is setlocale a library function ... no
iffe: test: is setpgid a library function ... no
iffe: test: is setpgrp a library function ... no
iffe: test: is setpgrp2 a library function ... no
iffe: test: is setreuid a library function ... no
iffe: test: is setsid a library function ... no
iffe: test: is setuid a library function ... no
iffe: test: is sigaction a library function ... no
iffe: test: is sigprocmask a library function ... no
iffe: test: is sigsetmask a library function ... no
iffe: test: is sigunblock a library function ... no
iffe: test: is sigvec a library function ... no
iffe: test: is socketpair a library function ... no
iffe: test: is spawn a library function ... no
iffe: test: is spawnve a library function ... no
iffe: test: is spawnveg a library function ... no
iffe: test: is strchr a library function ... no
iffe: test: is strcoll a library function ... no
iffe: test: is strdup a library function ... no
iffe: test: is strerror a library function ... no
iffe: test: is strcasecmp a library function ... no
iffe: test: is strncasecmp a library function ... no
iffe: test: is strrchr a library function ... no
iffe: test: is strstr a library function ... no
iffe: test: is strmode a library function ... no
iffe: test: is strxfrm a library function ... no
iffe: test: is strftime a library function ... no
iffe: test: is swab a library function ... no
iffe: test: is symlink a library function ... no
iffe: test: is sysconf a library function ... no
iffe: test: is sysinfo a library function ... no
iffe: test: is syslog a library function ... no
iffe: test: is telldir a library function ... no
iffe: test: is tmpnam a library function ... no
iffe: test: is tzset a library function ... no
iffe: test: is universe a library function ... no
iffe: test: is unlink a library function ... no
iffe: test: is utime a library function ... no
iffe: test: is wctype a library function ... no
iffe: test: is ftruncate a library function ... no
iffe: test: is truncate a library function ... no
iffe: test: is creat64 a library function ... no
iffe: test: is fstat64 a library function ... no
iffe: test: is fstatvfs64 a library function ... no
iffe: test: is ftruncate64 a library function ... no
iffe: test: is lseek64 a library function ... no
iffe: test: is lstat64 a library function ... no
iffe: test: is open64 a library function ... no
iffe: test: is readdir64 a library function ... no
iffe: test: is stat64 a library function ... no
iffe: test: is statvfs64 a library function ... no
iffe: test: is truncate64 a library function ... no
iffe: test: is stdlib.h a header ... yes
iffe: test: is strtod a library function ... no
iffe: test: is strtold a library function ... no
iffe: test: is strtol a library function ... no
iffe: test: is strtoll a library function ... no
iffe: test: is strtoul a library function ... no
iffe: test: is strtoull a library function ... no
iffe: test: is strtod a symbol that needs a prototype ... no
iffe: test: is strtold a symbol that needs a prototype ... no
iffe: test: is strtol a symbol that needs a prototype ... no
iffe: test: is strtoll a symbol that needs a prototype ... no
iffe: test: is strtoul a symbol that needs a prototype ... no
iffe: test: is strtoull a symbol that needs a prototype ... no
iffe: test: is signal.h a header ... yes
iffe: test: is sigflag a library function ... no
iffe: test: is sigflag a symbol that needs a prototype ... yes
iffe: test: is sys/dir.h a header ... yes
iffe: test: is direct a type or typedef ... no
iffe: test: is d_reclen a member of struct direct ... yes
iffe: test: is dirent a type or typedef ... no
iffe: test: is d_fileno a member of struct dirent ... yes
iffe: test: is d_ino a member of struct dirent ... yes
iffe: test: is d_namlen a member of struct dirent ... yes
iffe: test: is d_off a member of struct dirent ... no
iffe: test: is d_reclen a member of struct dirent ... yes
iffe: test: is d_type a member of struct dirent ... yes
iffe: test: is DIR a type or typedef ... yes
iffe: test: is DIR a non-opaque struct ... yes
iffe: test: is dd_fd a member of DIR ... 
iffe: test: is dd_fd a member of DIR ... no
iffe: test: is inheritance a type or typedef ... no
iffe: test: is pgroup a member of struct inheritance ... no
iffe: test: is sys/filio.h a header ... yes
iffe: test: is sys/jioctl.h a header ... no
iffe: test: is sys/localedef.h a header ... no
iffe: test: is sys/ptem.h a header ... no
iffe: test: is sys/resource.h a header ... yes
iffe: test: is sys/socket.h a header ... yes
iffe: test: is sys/stream.h a header ... no
iffe: test: is sys/systeminfo.h a header ... no
iffe: test: is sys/universe.h a header ... no
iffe: test: is sys/vfork.h a header ... no
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is ino64_t a type or typedef ... no
iffe: test: is off64_t a type or typedef ... no
iffe: test: is struct dirent64 a type or typedef ... no
iffe: test: errno can be assigned ... no
iffe: test: fd is first arg to poll() ... no
iffe: test: fd is second arg to poll() ... no
iffe: test: is _lib_poll_fd_1||_lib_poll_fd_2 true ... no
iffe: test: poll with no fds ignores timeout ... no
iffe: test: is sys/select.h a header ... yes
iffe: test: select() has standard 5 arg interface ... no
iffe: test: select() requires <sys/select.h> ... no
iffe: test: full duplex pipes ... no
iffe: test: is unistd.h a header ... yes
iffe: test: vfork exists and it works ... no
iffe: test: vfork child shares data with parent ... no
iffe: test: posix_spawn exists and it works and its worth using ... no
iffe: test: first spawn arg is mode and it works ... no
iffe: test: ioctl(I_PEEK) works on pipe() ... no
iffe: test: recv(MSG_PEEK) works on socketpair() ... no
iffe: test: is string.h a header ... yes
iffe: test: standard memcmp interface that works ... no
iffe: test: is fcntl.h a header ... yes
iffe: test: is sys/stat.h a header ... yes
iffe: test: is sys/mman.h a header ... yes
iffe: test: standard memccpy interface that works ... no
iffe: test: utime works with 0 time vector ... no
iffe: test: cross{ ... }end ... yes
iffe: test: stuck with standard _cleanup ... yes
iffe: test: stuck with standard remove() ... yes
iffe: test: stuck with standard signal ... yes
iffe: test: standard strcoll works ... no
iffe: test: stuck with standard strtod ... yes
iffe: test: stuck with standard strtold ... yes
iffe: test: stuck with standard strtol ... yes
iffe: test: output{ ... }end ... no
iffe: test: largefile 64 broken ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/common
iffe: test: is sys/types.h a header ... yes
iffe: test: is pthread.h a header ... yes
iffe: test: is stdarg.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdint.h a header ... yes
iffe: test: is inttypes.h a header ... yes
iffe: test: is types.h a header ... no
iffe: test: is unistd.h a header ... yes
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is long double a type or typedef ... no
iffe: test: is size_t a type or typedef ... no
iffe: test: is ssize_t a type or typedef ... no
iffe: test: is stdio.h a header ... yes
iffe: test: is __va_list a type or typedef ... no
iffe: test: is sys/stat.h a header ... yes
iffe: test: is sys/socket.h a header ... yes
iffe: test: is SF_APPEND a macro ... yes
iffe: test: is SF_CLOSE a macro ... no
iffe: test: Microsoft import/export nonsense ... no
iffe: test: standard C prototypes ok ... yes
iffe: test: standard C void* ok ... yes
iffe: test: cat{ ... }end ... yes
iffe: test: <stdarg.h>+<wchar.h> works ... yes
iffe: test: LL numeric suffix supported ... yes
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... no
iffe: test: output{ ... }end ... no
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... no
iffe: test: is int8_t a type or typedef ... no
iffe: test: is uint8_t a type or typedef ... no
iffe: test: is int16_t a type or typedef ... no
iffe: test: is uint16_t a type or typedef ... no
iffe: test: is int32_t a type or typedef ... no
iffe: test: is uint32_t a type or typedef ... no
iffe: test: is int64_t a type or typedef ... no
iffe: test: is uint64_t a type or typedef ... no
iffe: test: is intmax_t a type or typedef ... no
iffe: test: is uintmax_t a type or typedef ... no
iffe: test: is uintptr_t a type or typedef ... no
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... no
iffe: test: cat{ ... }end ... yes
iffe: test: run{ ... }end ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/api
iffe: test: is sys/types.h a header ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/eaccess
iffe: test: is sys/types.h a header ... yes
iffe: test: is eaccess a library function ... no
iffe: test: is euidaccess a library function ... no
iffe: test: macro{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/mmap
iffe: test: is sys/types.h a header ... yes
iffe: test: is sys/mman.h a header ... yes
iffe: test: standard mmap interface that works ... no
iffe: test: mmap64 interface and implementation work ... no
iffe: test: use mmap MAP_ANON to get raw memory ... no
iffe: test: use mmap on /dev/zero to get raw memory ... no
iffe: test: mmap is worth using ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/vmalloc
iffe: test: is sys/types.h a header ... yes
iffe: test: is atexit a library function ... no
iffe: test: is getpagesize a library function ... no
iffe: test: is mallinfo a library function ... no
iffe: test: is mallopt a library function ... no
iffe: test: is memalign a library function ... no
iffe: test: is mstats a library function ... no
iffe: test: is onexit a library function ... no
iffe: test: is posix_memalign a library function ... no
iffe: test: is pvalloc a library function ... no
iffe: test: is strdup a library function ... no
iffe: test: is valloc a library function ... no
iffe: test: is vmalloc a library function ... no
iffe: test: is _malloc a library function ... no
iffe: test: is __malloc a library function ... no
iffe: test: is __libc_malloc a library function ... no
iffe: test: is alloca.h a header ... yes
iffe: test: is malloc.h a header ... no
iffe: test: is stat.h a header ... no
iffe: test: is stdlib.h a header ... yes
iffe: test: is unistd.h a header ... yes
iffe: test: is mallinfo a type or typedef ... no
iffe: test: is arena a member of struct mallinfo ... no
iffe: test: is mstats a type or typedef ... no
iffe: test: is bytes_total a member of struct mstats ... no
iffe: test: is sys/stat.h a header ... yes
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is ssize_t a type or typedef ... no
iffe: test: brk()/sbrk() work as expected ... no
iffe: test: map malloc to _ast_malloc ... yes
iffe: test: map malloc to _ast_malloc -- wimp-o mach? ... yes
iffe: test: alloca exists ... no
iffe: test: alloca is based on malloc() ... no
iffe: test: stack grows downward ... no
iffe: test: gnu malloc hooks work ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/options
iffe: test: is sys/types.h a header ... yes
iffe: test: is map-libc set in $PACKAGE_OPTIONS ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast  -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/map.c
iffe: test: is sys/types.h a header ... yes
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/map.c ...
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/map.c ... cannot run
mamake [lib/libast]: *** exit code 1 making FEATURE/map
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/aso
iffe: test: is sys/types.h a header ... yes
iffe: test: gcc 4.1+ 64 bit memory atomic operations model ... no
iffe: test: gcc 4.1+ 32 bit memory atomic operations model ... no
iffe: test: <atomic.h> atomic_cas_64 ... no
iffe: test: <atomic.h> atomic_cas_32 ... no
iffe: test: is -latomic a library ... no
iffe: test: <atomic.h> atomic_cas_64 with -latomic ... no
iffe: test: <atomic.h> atomic_cas_32 with -latomic ... no
iffe: test: <atomic.h> cas64 ... no
iffe: test: <atomic.h> just cas64 ... no
iffe: test: <atomic.h> cas32 ... no
iffe: test: <atomic.h> just cas32 ... no
iffe: test: winix Interlocked ... no
iffe: test: aix fetch and add ... no
iffe: test: mips compare and swap ... no
iffe: test: i386|i386-64 asm compare and swap ... no
iffe: test: ia64 asm compare and swap ... no
iffe: test: ppc asm compare and swap ... no
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 29 in
++ read x
++ echo '########################################################################'
+ i='########################################################################'
+ case $i in
+ cat - /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp/conf.sh
+ silent test -w conf -a -x conf
+ chmod u+w,+x conf
+ /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/src/lib/libast/conf -v /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp/conf.tab cc -D_BLD_DLL -fPIC -D_BLD_ast -O
conf: read /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp/conf.tab
conf: check /usr/bin/getconf(1),confstr(2),pathconf(2),sysconf(2),sysinfo(2) configuration names
conf: check macros/enums as static initializers
conf: probe for CHAR_BIT <limits.h> value
conf: probe for CHAR_MAX <limits.h> value
conf: probe for CHAR_MIN <limits.h> value
conf: probe for INT_MIN <limits.h> value
conf: probe for _POSIX_JOB_CONTROL minmax value
conf: probe for LLONG_MAX <limits.h> value
conf: probe for LLONG_MIN <limits.h> value
conf: probe for LONG_MAX <limits.h> value
conf: probe for LONG_MIN <limits.h> value
conf: probe for MB_LEN_MAX <limits.h> value
conf: probe for PTRDIFF_MAX <limits.h> value
conf: probe for PTRDIFF_MIN <limits.h> value
conf: probe for _POSIX_SAVED_IDS minmax value
conf: probe for SCHAR_MAX <limits.h> value
conf: probe for SCHAR_MIN <limits.h> value
conf: probe for SHRT_MIN <limits.h> value
conf: probe for SIG_ATOMIC_MAX <limits.h> value
conf: probe for SIG_ATOMIC_MIN <limits.h> value
conf: probe for UCHAR_MAX <limits.h> value
conf: probe for UCHAR_MIN <limits.h> value
conf: probe for ULLONG_MAX <limits.h> value
conf: probe for ULONG_MAX <limits.h> value
conf: probe for USHRT_MAX <limits.h> value
conf: probe for WCHAR_MAX <limits.h> value
conf: probe for WCHAR_MIN <limits.h> value
conf: probe for WINT_MAX <limits.h> value
conf: probe for WINT_MIN <limits.h> value
conf: generate conftab.h string table header
conf: generate conftab.c string table
conf: generate conflim.h supplemental <limits.h> values
+ cmp -s FEATURE/api ast_api.h
+ rm -f ast_api.h
+ silent test -d .
+ /bin/cp FEATURE/api ast_api.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/tty
iffe: test: is sys/types.h a header ... yes
iffe: test: is termios.h a header ... yes
iffe: test: is termio.h a header ... no
iffe: test: is sgtty.h a header ... yes
iffe: test: is sys/termios.h a header ... yes
iffe: test: is sys/termio.h a header ... no
iffe: test: is sys/ioctl.h a header ... yes
iffe: test: is sys/bsdtty.h a header ... no
iffe: test: is sys/nttyio.h a header ... no
iffe: test: is sys/ttyio.h a header ... no
iffe: test: is tcgetattr a library function ... no
iffe: test: is tcgetpgrp a library function ... no
iffe: test: is _POSIX_VDISABLE a macro ... yes
iffe: test: is termios a type or typedef ... no
iffe: test: is c_line a member of struct termios ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/fs
iffe: test: is sys/types.h a header ... yes
iffe: test: is sys/stat.h a header ... yes
iffe: test: is _fxstat a library function ... no
iffe: test: is __fxstat a library function ... no
iffe: test: is _lxstat a library function ... no
iffe: test: is __lxstat a library function ... no
iffe: test: is _xmknod a library function ... no
iffe: test: is __xmknod a library function ... no
iffe: test: is _xstat a library function ... no
iffe: test: is __xstat a library function ... no
iffe: test: is lstat a library function ... no
iffe: test: is mknod a library function ... no
iffe: test: is sync a library function ... no
iffe: test: is _fxstat64 a library function ... no
iffe: test: is __fxstat64 a library function ... no
iffe: test: is _lxstat64 a library function ... no
iffe: test: is __lxstat64 a library function ... no
iffe: test: is _xstat64 a library function ... no
iffe: test: is __xstat64 a library function ... no
iffe: test: is fstat a macro ... no
iffe: test: is lstat a macro ... no
iffe: test: is stat a macro ... no
iffe: test: is mknod a macro ... no
iffe: test: link{ ... }end ... no
iffe: test: link{ ... }end ... no
iffe: test: is sys/mkdev.h a header ... no
iffe: test: is chmod a symbol that needs a prototype ... no
iffe: test: is fstat a symbol that needs a prototype ... no
iffe: test: is lstat a symbol that needs a prototype ... no
iffe: test: is mkdir a symbol that needs a prototype ... no
iffe: test: is mkfifo a symbol that needs a prototype ... no
iffe: test: is mknod a symbol that needs a prototype ... no
iffe: test: is stat a symbol that needs a prototype ... no
iffe: test: is FS_default a macro ... no
iffe: test: macro{ ... }end ... yes
iffe: test: is stdio.h a header ... yes
iffe: test: is mntent.h a header ... no
iffe: test: is mnttab.h a header ... no
iffe: test: is sys/mntent.h a header ... no
iffe: test: is sys/mnttab.h a header ... no
iffe: test: is sys/param.h a header ... yes
iffe: test: is sys/ucred.h a header ... yes
iffe: test: is sys/fs_types.h a header ... no
iffe: test: is sys/mount.h a header ... yes
iffe: test: is sys/statfs.h a header ... no
iffe: test: is sys/statvfs.h a header ... yes
iffe: test: is sys/vfs.h a header ... no
iffe: test: is sys/vmount.h a header ... no
iffe: test: is mnttab a type or typedef ... no
iffe: test: is mt_dev a member of struct mnttab ... no
iffe: test: is mt_filsys a member of struct mnttab ... no
iffe: test: is mt_fstyp a member of struct mnttab ... no
iffe: test: is mntent a type or typedef ... no
iffe: test: is mnt_opts a member of struct mntent ... no
iffe: test: is w_mntent a type or typedef ... no
iffe: test: is mnt_opts a member of struct w_mntent ... no
iffe: test: is mnt_opts a member of struct mnttab ... no
iffe: test: is mnt_opts a member of struct mntent ... no
iffe: test: is mnt_opts a member of struct mnttab ... no
iffe: test: is stat a type or typedef ... no
iffe: test: is st_blocks a member of struct stat ... yes
iffe: test: is st_blksize a member of struct stat ... yes
iffe: test: is st_rdev a member of struct stat ... yes
iffe: test: is statfs a type or typedef ... 
iffe: test: is f_files a member of struct statfs ... 
iffe: test: is f_bavail a member of struct statfs ... 
iffe: test: is f_files a member of struct statfs ... 
iffe: test: is f_bavail a member of struct statfs ... 
iffe: test: is f_files a member of struct statfs ... yes
iffe: test: is f_bavail a member of struct statfs ... yes
iffe: test: is statvfs a type or typedef ... no
iffe: test: is f_basetype a member of struct statvfs ... no
iffe: test: is f_frsize a member of struct statvfs ... yes
iffe: test: statvfs.f_reserved7 can double for statvfs.f_basetype ... no
iffe: test: is getfsstat a library function ... no
iffe: test: is getmntent a library function ... no
iffe: test: is getmntinfo a library function ... no
iffe: test: is mntctl a library function ... no
iffe: test: is mntopen a library function ... no
iffe: test: is mntread a library function ... no
iffe: test: is mntclose a library function ... no
iffe: test: is setmntent a library function ... no
iffe: test: is w_getmntent a library function ... no
iffe: test: is statfs a library function ... no
iffe: test: is statvfs a library function ... no
iffe: test: compile{ ... }end ... 
iffe: test: compile{ ... }end ... 
iffe: test: compile{ ... }end ... no
iffe: test: getmntinfo uses statvfs -- since when? ... no
iffe: test: getfsstat uses statvfs -- just in case it is confused like getmntinfo ... no
iffe: test: cat{ ... }end ... yes
iffe: test: stat.st_fstype is a string ... no
iffe: test: stat.st_fstype is an int ... no
iffe: test: stat.st_spare1 is an int ... no
iffe: test: stat.st_spare4 is an array ... no
iffe: test: stat.st_extra is an array ... no
iffe: test: stat.st_pad4 is an array ... no
+ cmp -s FEATURE/fs ast_fs.h
+ rm -f ast_fs.h
+ silent test -d .
+ /bin/cp FEATURE/fs ast_fs.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Icomp -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std  -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/fcntl.c
iffe: test: is sys/types.h a header ... yes
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/fcntl.c ...
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/fcntl.c ... cannot run
mamake [lib/libast]: *** exit code 1 making FEATURE/fcntl
+ cmp -s FEATURE/lib ast_lib.h
+ rm -f ast_lib.h
+ silent test -d .
+ /bin/cp FEATURE/lib ast_lib.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/nl_types
iffe: test: is sys/types.h a header ... yes
iffe: test: is catopen a library function ... no
iffe: test: is nl_langinfo a library function ... no
iffe: test: is nl_types.h a header ... yes
iffe: test: is langinfo.h a header ... yes
iffe: test: is nl_types an include path for the native header ... yes
iffe: test: output{ ... }end ... no
+ cmp -s FEATURE/nl_types ast_nl_types.h
+ rm -f ast_nl_types.h
+ silent test -d .
+ /bin/cp FEATURE/nl_types ast_nl_types.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/syscall
iffe: test: is sys/types.h a header ... yes
iffe: test: syscall(SYS_getcwd,buf,len) implemented ... no
iffe: test: is ( _lib_sysgetcwd ) true ... no
iffe: test: is ( _lib_sysgetcwd ) true ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/ccode
iffe: test: is sys/types.h a header ... yes
iffe: test: output{ ... }end ... no
+ cmp -s FEATURE/ccode ast_ccode.h
+ rm -f ast_ccode.h
+ silent test -d .
+ /bin/cp FEATURE/ccode ast_ccode.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/time
iffe: test: is sys/types.h a header ... yes
iffe: test: is nanosleep a library function ... no
iffe: test: is usleep a library function ... no
iffe: test: is _strftime a library function ... no
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is clock_t a type or typedef ... no
iffe: test: is time_t a type or typedef ... no
iffe: test: is tm a type or typedef ... no
iffe: test: is tm_sec a member of struct tm ... yes
iffe: test: is timeval a type or typedef ... no
iffe: test: is tv_sec a member of struct timeval ... yes
iffe: test: cat{ ... }end ... yes
+ cmp -s FEATURE/time ast_time.h
+ rm -f ast_time.h
+ silent test -d .
+ /bin/cp FEATURE/time ast_time.h
+ cc -o lcgen /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:188:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (*t++ = *f++);
               ~~~~~^~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:188:14: note: place parentheses around the assignment to silence this warning
        while (*t++ = *f++);
                    ^
               (          )
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:188:14: note: use '==' to turn this assignment into an equality comparison
        while (*t++ = *f++);
                    ^
                    ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:343:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (s = fgets(buf, sizeof(buf), stdin))
               ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:343:11: note: place parentheses around the assignment to silence this warning
        while (s = fgets(buf, sizeof(buf), stdin))
                 ^
               (                                 )
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:343:11: note: use '==' to turn this assignment into an equality comparison
        while (s = fgets(buf, sizeof(buf), stdin))
                 ^
                 ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:446:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (s = copy(&b, arg[2]))
                            ~~^~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:446:10: note: place parentheses around the assignment to silence this warning
                        if (s = copy(&b, arg[2]))
                              ^
                            (                   )
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:446:10: note: use '==' to turn this assignment into an equality comparison
                        if (s = copy(&b, arg[2]))
                              ^
                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:452:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                                        if (c = *s)
                                            ~~^~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:452:12: note: place parentheses around the assignment to silence this warning
                                        if (c = *s)
                                              ^
                                            (     )
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:452:12: note: use '==' to turn this assignment into an equality comparison
                                        if (c = *s)
                                              ^
                                              ==
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:508:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if (s = copy(&b, arg[4]))
                            ~~^~~~~~~~~~~~~~~~~~
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:508:10: note: place parentheses around the assignment to silence this warning
                        if (s = copy(&b, arg[4]))
                              ^
                            (                   )
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c:508:10: note: use '==' to turn this assignment into an equality comparison
                        if (s = copy(&b, arg[4]))
                              ^
                              ==
5 warnings generated.
ld: warning: option -m is obsolete and being ignored
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/preroot.sh
iffe: test: is sys/types.h a header ... yes
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/preroot.sh ...
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/preroot.sh ... yes
+ cmp -s FEATURE/preroot preroot.h
+ rm -f preroot.h
+ silent test -d .
+ /bin/cp FEATURE/preroot preroot.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/prog
iffe: test: is sys/types.h a header ... yes
iffe: test: is getexecname a library function ... no
iffe: test: is _NSGetExecutablePath a library function ... no
iffe: test: run{ ... }end ... yes
iffe: test: is mach-o/dyld.h a header ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/sig.sh
iffe: test: is sys/types.h a header ... yes
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/sig.sh ...
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/sig.sh ... yes
+ cmp -s FEATURE/sig sig.h
+ rm -f sig.h
+ silent test -d .
+ /bin/cp FEATURE/sig sig.h
+ cmp -s FEATURE/standards ast_standards.h
+ rm -f ast_standards.h
+ silent test -d .
+ /bin/cp FEATURE/standards ast_standards.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/locale
iffe: test: is sys/types.h a header ... yes
iffe: test: canonical UTF-8 name ... yes
+ cmp -s FEATURE/tty ast_tty.h
+ rm -f ast_tty.h
+ silent test -d .
+ /bin/cp FEATURE/tty ast_tty.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/sfio
iffe: test: is sys/types.h a header ... yes
iffe: test: is float.h a header ... yes
iffe: test: is floatingpoint.h a header ... no
iffe: test: is math.h a header ... yes
iffe: test: is values.h a header ... no
iffe: test: is sys/filio.h a header ... yes
iffe: test: is sys/ioctl.h a header ... yes
iffe: test: is qfrexp a library function ... no
iffe: test: is qldexp a library function ... no
iffe: test: is signed a reserved keyword ... yes
iffe: test: number of bits in pointer ... no
iffe: test: open files cannot be removed ... no
iffe: test: voidptr is larger than int ... no
iffe: test: long is larger than int ... no
iffe: test: register layout ok for vax string operations ... no
iffe: test: native floating point conversions ok ... no
iffe: test: Stdio fseek/fflush are X/Open-compliant ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast  -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/align.c
iffe: test: is sys/types.h a header ... yes
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/align.c ...
In file included from ./pkgs92834.c:54:
./FEATURE/common:136:9: error: unknown type name '_ast_int1_t'
typedef _ast_int1_t int8_t;
        ^
./FEATURE/common:140:29: error: expected ';' after top level declarator
typedef unsigned _ast_int1_t uint8_t;
                            ^
                            ;
./FEATURE/common:144:9: error: unknown type name '_ast_int2_t'; did you mean '_ast_int1_t'?
typedef _ast_int2_t int16_t;
        ^~~~~~~~~~~
        _ast_int1_t
./FEATURE/common:140:18: note: '_ast_int1_t' declared here
typedef unsigned _ast_int1_t uint8_t;
                 ^
./FEATURE/common:144:21: error: typedef redefinition with different types ('_ast_int1_t' (aka 'unsigned int') vs 'short')
typedef _ast_int2_t int16_t;
                    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h:30:33: note: previous definition is here
typedef short                   int16_t;
                                ^
In file included from ./pkgs92834.c:54:
./FEATURE/common:148:29: error: expected ';' after top level declarator
typedef unsigned _ast_int2_t uint16_t;
                            ^
                            ;
./FEATURE/common:152:9: error: unknown type name '_ast_int4_t'
typedef _ast_int4_t int32_t;
        ^
./FEATURE/common:156:29: error: expected ';' after top level declarator
typedef unsigned _ast_int4_t uint32_t;
                            ^
                            ;
./FEATURE/common:172:9: error: unknown type name '_ast_intmax_t'
typedef _ast_intmax_t intmax_t;
        ^
./FEATURE/common:176:31: error: expected ';' after top level declarator
typedef unsigned _ast_intmax_t uintmax_t;
                              ^
                              ;
./FEATURE/common:183:29: error: expected ';' after top level declarator
typedef unsigned _ast_int4_t uintptr_t;
                            ^
                            ;
./FEATURE/common:183:30: warning: declaration does not declare anything [-Wmissing-declarations]
typedef unsigned _ast_int4_t uintptr_t;
                             ^~~~~~~~~
./FEATURE/common:203:14: error: typedef redefinition with different types ('int' vs '__darwin_size_t' (aka 'unsigned long'))
        typedef int size_t;
                    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h:31:32: note: previous definition is here
typedef __darwin_size_t        size_t;
                               ^
In file included from ./pkgs92834.c:54:
./FEATURE/common:207:14: error: typedef redefinition with different types ('int' vs '__darwin_ssize_t' (aka 'long'))
        typedef int ssize_t;
                    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h:31:33: note: previous definition is here
typedef __darwin_ssize_t        ssize_t;
                                ^
./pkgs92834.c:66:2: error: unknown type name '_ast_fltmax_t'; did you mean '_ast_intmax_t'?
        _ast_fltmax_t           u7;
        ^~~~~~~~~~~~~
        _ast_intmax_t
./FEATURE/common:176:18: note: '_ast_intmax_t' declared here
typedef unsigned _ast_intmax_t uintmax_t;
                 ^
1 warning and 13 errors generated.
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/align.c ... cannot run
mamake [lib/libast]: *** exit code 1 making FEATURE/align
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/siglist
iffe: test: is sys/types.h a header ... yes
iffe: test: is string.h a header ... yes
iffe: test: is signal.h a header ... yes
iffe: test: is strsignal a library function ... no
iffe: test: run{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast  -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/signal.c
iffe: test: is sys/types.h a header ... yes
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/signal.c ...
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/signal.c ... cannot run
mamake [lib/libast]: *** exit code 1 making FEATURE/signal
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/wait
iffe: test: is sys/types.h a header ... yes
iffe: test: is wait a library function ... no
iffe: test: is wait2 a library function ... no
iffe: test: is wait3 a library function ... no
iffe: test: is wait4 a library function ... no
iffe: test: is waitpid a library function ... no
iffe: test: is sys/wait.h a header ... yes
iffe: test: posix wait macros ok ... no
+ cmp -s FEATURE/wait ast_wait.h
+ rm -f ast_wait.h
+ silent test -d .
+ /bin/cp FEATURE/wait ast_wait.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/tmlib
iffe: test: is sys/types.h a header ... yes
iffe: test: probe CC.EXPORT.DYNAMIC supported ... no
iffe: test: tzset() bypasses user getenv() ... no
iffe: test: is ( _tzset_environ ) true ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/tvlib
iffe: test: is sys/types.h a header ... yes
iffe: test: is time.h a header ... yes
iffe: test: is clock_settime a library function ... no
iffe: test: is gettimeofday a library function ... no
iffe: test: is settimeofday a library function ... no
iffe: test: is stime a library function ... no
iffe: test: is utimes a library function ... no
iffe: test: is nanosleep a library function ... no
iffe: test: is usleep a library function ... no
iffe: test: is sys/stat.h a header ... yes
iffe: test: complete utimensat implementation ... no
iffe: test: is sys/time.h a header ... yes
iffe: test: is timeval a type or typedef ... no
iffe: test: is tv_sec a member of struct timeval ... yes
iffe: test: execute{ ... }end ... no
iffe: test: link{ ... }end ... no
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... 
iffe: test: output{ ... }end ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/errno
iffe: test: is sys/types.h a header ... yes
iffe: test: sys_nerr in default libs ... no
iffe: test: sys_nerr declared in errno.h ... yes
iffe: test: sys_errlist in default libs ... no
iffe: test: sys_errlist declared in errno.h ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/vfork
iffe: test: is sys/types.h a header ... yes
iffe: test: is vfork.h a header ... no
iffe: test: is sys/vfork.h a header ... no
iffe: test: run{ ... }end ... yes
+ cmp -s FEATURE/vfork ast_vfork.h
+ rm -f ast_vfork.h
+ silent test -d .
+ /bin/cp FEATURE/vfork ast_vfork.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/hack
iffe: test: is sys/types.h a header ... yes
iffe: test: is locale_attr.h a header ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/omitted
iffe: test: is sys/types.h a header ... yes
iffe: test: check for win32 .exe botches ... no
iffe: test: win32 alarm(2) return botched ... yes
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/namval.h ast_namval.h
+ rm -f ast_namval.h
+ silent test -d .
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/namval.h ast_namval.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/uwin
iffe: test: is sys/types.h a header ... yes
iffe: test: is a64l a library function ... no
iffe: test: is acosh a library function ... no
iffe: test: is asinh a library function ... no
iffe: test: is atanh a library function ... no
iffe: test: is cbrt a library function ... no
iffe: test: is ceil a library function ... no
iffe: test: is crypt a library function ... no
iffe: test: is erf a library function ... no
iffe: test: is exp a library function ... no
iffe: test: is expm1 a library function ... no
iffe: test: is floor a library function ... no
iffe: test: is gamma a library function ... no
iffe: test: is getpass a library function ... no
iffe: test: is lgamma a library function ... no
iffe: test: is log a library function ... no
iffe: test: is log1p a library function ... no
iffe: test: is random a library function ... no
iffe: test: is rcmd a library function ... no
iffe: test: is rint a library function ... no
iffe: test: is srand48 a library function ... no
iffe: test: is copysign a library function ... no
iffe: test: is logb a library function ... no
iffe: test: is finite a library function ... no
iffe: test: is drem a library function ... no
iffe: test: is sqrt a library function ... no
iffe: test: is ilogb a library function ... no
iffe: test: is remainder a library function ... no
iffe: test: is scalb a library function ... no
iffe: test: is _copysign a library function ... no
iffe: test: is _finite a library function ... no
iffe: test: is _scalb a library function ... no
iffe: test: is __iob_func a library function ... no
iffe: test: is _p__iob a library function ... no
iffe: test: is __p__iob a library function ... no
iffe: test: is _iob a library data symbol ... no
iffe: test: cat{ ... }end ... yes
+ cmp -s FEATURE/mmap ast_mmap.h
+ rm -f ast_mmap.h
+ silent test -d .
+ /bin/cp FEATURE/mmap ast_mmap.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/libpath.sh
iffe: test: is sys/types.h a header ... yes
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/libpath.sh ...
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/libpath.sh ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/asometh
iffe: test: is sys/types.h a header ... yes
iffe: test: fcntl(F_SETLCK[W]) work ... no
iffe: test: semget semop semctl work ... no
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/a64l.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/acosh.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/asinh.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/atanh.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/cbrt.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Icomp -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/crypt.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/erf.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/exp.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/exp__E.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/expm1.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/gamma.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/lgamma.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/log.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/log1p.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/log__L.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/rand48.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/random.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/rint.c
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/uwin/support.c
+ test '' = man/LIBAST.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/LIBAST.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/LIBAST.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/LIBAST.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/LIBAST.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/LIBAST.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/LIBAST.3
+ test '' = man/aso.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/aso.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/aso.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/aso.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/aso.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/aso.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/aso.3
+ test '' = man/ast.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/ast.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ast.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ast.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ast.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/ast.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ast.3
+ test '' = man/astsa.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/astsa.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/astsa.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/astsa.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/astsa.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/astsa.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/astsa.3
+ test '' = man/cdt.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/cdt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/cdt.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/cdt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/cdt.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/cdt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/cdt.3
+ test '' = man/chr.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/chr.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/chr.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/chr.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/chr.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/chr.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/chr.3
+ test '' = man/compat.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/compat.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/compat.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/compat.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/compat.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/compat.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/compat.3
+ test '' = man/error.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/error.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/error.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/error.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/error.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/error.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/error.3
+ test '' = man/find.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/find.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/find.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/find.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/find.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/find.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/find.3
+ test '' = man/fmt.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/fmt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmt.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmt.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/fmt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmt.3
+ test '' = man/fmtls.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/fmtls.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmtls.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmtls.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmtls.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/fmtls.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fmtls.3
+ test '' = man/fs3d.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/fs3d.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fs3d.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fs3d.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fs3d.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/fs3d.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/fs3d.3
+ test '' = man/ftwalk.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/ftwalk.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ftwalk.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ftwalk.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ftwalk.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/ftwalk.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ftwalk.3
+ test '' = man/getcwd.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/getcwd.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/getcwd.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/getcwd.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/getcwd.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/getcwd.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/getcwd.3
+ test '' = man/hash.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/hash.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/hash.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/hash.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/hash.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/hash.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/hash.3
+ test '' = man/iblocks.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/iblocks.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/iblocks.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/iblocks.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/iblocks.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/iblocks.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/iblocks.3
+ test '' = man/int.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/int.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/int.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/int.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/int.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/int.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/int.3
+ test '' = man/ip6.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/ip6.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ip6.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ip6.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ip6.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/ip6.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/ip6.3
+ test '' = man/magic.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/magic.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/magic.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/magic.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/magic.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/magic.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/magic.3
+ test '' = man/mem.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/mem.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mem.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mem.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mem.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/mem.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mem.3
+ test '' = man/mime.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/mime.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mime.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mime.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mime.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/mime.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/mime.3
+ test '' = man/modecanon.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/modecanon.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/modecanon.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/modecanon.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/modecanon.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/modecanon.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/modecanon.3
+ test '' = man/optget.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/optget.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/optget.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/optget.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/optget.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/optget.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/optget.3
+ test '' = man/path.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/path.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/path.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/path.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/path.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/path.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/path.3
+ test '' = man/preroot.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/preroot.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/preroot.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/preroot.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/preroot.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/preroot.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/preroot.3
+ test '' = man/proc.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/proc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/proc.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/proc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/proc.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/proc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/proc.3
+ test '' = man/re.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/re.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/re.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/re.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/re.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/re.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/re.3
+ test '' = man/regex.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/regex.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/regex.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/regex.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/regex.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/regex.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/regex.3
+ test '' = man/setenviron.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/setenviron.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/setenviron.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/setenviron.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/setenviron.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/setenviron.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/setenviron.3
+ test '' = man/sfdisc.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/sfdisc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfdisc.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfdisc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfdisc.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/sfdisc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfdisc.3
+ test '' = man/sfio.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/sfio.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfio.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfio.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfio.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/sfio.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sfio.3
+ test '' = man/sig.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/sig.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sig.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sig.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sig.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/sig.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/sig.3
+ test '' = man/spawnveg.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/spawnveg.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/spawnveg.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/spawnveg.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/spawnveg.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/spawnveg.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/spawnveg.3
+ test '' = man/stak.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stak.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stak.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stak.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stak.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stak.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stak.3
+ test '' = man/stk.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stk.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stk.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stk.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stk.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stk.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stk.3
+ test '' = man/strcopy.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strcopy.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strcopy.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strcopy.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strcopy.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strcopy.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strcopy.3
+ test '' = man/strdup.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strdup.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strdup.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strdup.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strdup.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strdup.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strdup.3
+ test '' = man/strelapsed.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strelapsed.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strelapsed.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strelapsed.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strelapsed.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strelapsed.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strelapsed.3
+ test '' = man/strerror.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strerror.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strerror.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strerror.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strerror.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strerror.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strerror.3
+ test '' = man/stresc.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stresc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stresc.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stresc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stresc.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stresc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stresc.3
+ test '' = man/streval.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/streval.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/streval.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/streval.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/streval.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/streval.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/streval.3
+ test '' = man/strgid.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strgid.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strgid.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strgid.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strgid.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strgid.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strgid.3
+ test '' = man/strmatch.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strmatch.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strmatch.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strmatch.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strmatch.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strmatch.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strmatch.3
+ test '' = man/stropt.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stropt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stropt.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stropt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stropt.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/stropt.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/stropt.3
+ test '' = man/strperm.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strperm.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strperm.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strperm.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strperm.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strperm.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strperm.3
+ test '' = man/strsignal.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strsignal.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsignal.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsignal.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsignal.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strsignal.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsignal.3
+ test '' = man/strsort.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strsort.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsort.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsort.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsort.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strsort.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strsort.3
+ test '' = man/strtape.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strtape.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strtape.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strtape.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strtape.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strtape.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strtape.3
+ test '' = man/strton.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strton.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strton.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strton.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strton.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/strton.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/strton.3
+ test '' = man/struid.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/struid.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/struid.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/struid.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/struid.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/struid.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/struid.3
+ test '' = man/swap.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/swap.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/swap.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/swap.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/swap.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/swap.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/swap.3
+ test '' = man/tab.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tab.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tab.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tab.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tab.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tab.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tab.3
+ test '' = man/tm.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tm.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tm.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tm.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tm.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tm.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tm.3
+ test '' = man/tmx.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tmx.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tmx.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tmx.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tmx.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tmx.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tmx.3
+ test '' = man/tok.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tok.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tok.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tok.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tok.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tok.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tok.3
+ test '' = man/touch.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/touch.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/touch.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/touch.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/touch.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/touch.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/touch.3
+ test '' = man/tv.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tv.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tv.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tv.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tv.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/tv.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/tv.3
+ test '' = man/vecargs.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/vecargs.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vecargs.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vecargs.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vecargs.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/vecargs.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vecargs.3
+ test '' = man/vmalloc.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/vmalloc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vmalloc.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vmalloc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vmalloc.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/man/vmalloc.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/vmalloc.3
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/ast_getopt.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_getopt.h 1.10008.x
+ mv 1.10008.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_getopt.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_namval.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_namval.h 1.10042.x
+ mv 1.10042.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_namval.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/ast_windows.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_windows.h 1.10067.x
+ mv 1.10067.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_windows.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/find.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/find.h 1.10100.x
+ mv 1.10100.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/find.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/fs3d.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/fs3d.h 1.10125.x
+ mv 1.10125.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/fs3d.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp/getopt.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/getopt.h 1.10146.x
+ mv 1.10146.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/getopt.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/glob.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/glob.h 1.10169.x
+ mv 1.10169.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/glob.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/hash.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/hash.h 1.10193.x
+ mv 1.10193.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/hash.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/hashkey.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/hashkey.h 1.10216.x
+ mv 1.10216.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/hashkey.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/hashpart.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/hashpart.h 1.10242.x
+ mv 1.10242.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/hashpart.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/ip6.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ip6.h 1.10271.x
+ mv 1.10271.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ip6.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/mnt.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/mnt.h 1.10298.x
+ mv 1.10298.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/mnt.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/modecanon.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/modecanon.h 1.10330.x
+ mv 1.10330.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/modecanon.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/modex.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/modex.h 1.10355.x
+ mv 1.10355.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/modex.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/namval.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/namval.h 1.10386.x
+ mv 1.10386.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/namval.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp/re_comp.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/re_comp.h 1.10415.x
+ mv 1.10415.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/re_comp.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/comp/regexp.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/regexp.h 1.10443.x
+ mv 1.10443.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/regexp.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/sfio_s.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/sfio_s.h 1.10471.x
+ mv 1.10471.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/sfio_s.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/shcmd.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/shcmd.h 1.10495.x
+ mv 1.10495.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/shcmd.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/stack.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/stack.h 1.10510.x
+ mv 1.10510.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/stack.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/tar.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/tar.h 1.10532.x
+ mv 1.10532.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/tar.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/usage.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/usage.h 1.10547.x
+ mv 1.10547.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/usage.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/vdb.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/vdb.h 1.10568.x
+ mv 1.10568.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/vdb.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/include/vecargs.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/vecargs.h 1.10582.x
+ mv 1.10582.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/vecargs.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std/nl_types.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/nl_types.h 1.10592.x
+ mv 1.10592.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/nl_types.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std/stdio.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/stdio.h 1.10611.x
+ mv 1.10611.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/stdio.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/std/wchar.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/wchar.h 1.10625.x
+ mv 1.10625.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/wchar.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' preroot.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/preroot.h 1.10652.x
+ mv 1.10652.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/preroot.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' sig.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/sig.h 1.10677.x
+ mv 1.10677.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/sig.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_api.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_api.h 1.10703.x
+ mv 1.10703.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_api.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_ccode.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_ccode.h 1.10726.x
+ mv 1.10726.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_ccode.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_fs.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_fs.h 1.10755.x
+ mv 1.10755.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_fs.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_lib.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_lib.h 1.10783.x
+ mv 1.10783.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_lib.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_mmap.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_mmap.h 1.10817.x
+ mv 1.10817.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_mmap.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/ndbm
iffe: test: is sys/types.h a header ... yes
iffe: test: is -ldb a library ... no
iffe: test: sleepycat ndbm compatibility ... no
iffe: test: is gdbm-ndbm.h a header ... no
iffe: test: is gdbm/ndbm.h a header ... no
iffe: test: is ndbm.h a header ... yes
+ cmp -s FEATURE/ndbm ast_ndbm.h
+ rm -f ast_ndbm.h
+ silent test -d .
+ /bin/cp FEATURE/ndbm ast_ndbm.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_ndbm.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_ndbm.h 1.11618.x
+ mv 1.11618.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_ndbm.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_time.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_time.h 1.11636.x
+ mv 1.11636.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_time.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_tty.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_tty.h 1.11648.x
+ mv 1.11648.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_tty.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_vfork.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_vfork.h 1.11659.x
+ mv 1.11659.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_vfork.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_wait.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_wait.h 1.11680.x
+ mv 1.11680.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_wait.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_standards.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_standards.h 1.11700.x
+ mv 1.11700.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_standards.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O   -static ' run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/features/sizeof
iffe: test: is sys/types.h a header ... yes
iffe: test: sizeof(integral-type) ... no
+ cmp -s FEATURE/sizeof ast_sizeof.h
+ rm -f ast_sizeof.h
+ silent test -d .
+ /bin/cp FEATURE/sizeof ast_sizeof.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_sizeof.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_sizeof.h 1.12287.x
+ mv 1.12287.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_sizeof.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_nl_types.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_nl_types.h 1.12313.x
+ mv 1.12313.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/ast_nl_types.h
+ silent test '!' -d /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/file
+ mkdir -p /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/file
+ test '' = misc/magic.tab
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/misc/magic.tab /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/file/magic
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/file/magic /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/file/magic.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libast/misc/magic.tab /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/file/magic
mamake: *** exit code 1 making lib/libast
+ mamake -C lib/libdll -k LDFLAGS=-lm LDFLAGS=-static install
+ set -
+ iffe -v -c 'cc -D_BLD_DLL -fPIC -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/features/dll
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is dl.h a header ... no
iffe: test: is dlfcn.h a header ... no
iffe: test: is dll.h a header ... no
iffe: test: is rld_interface.h a header ... no
iffe: test: is mach-o/dyld.h a header ... no
iffe: test: is sys/ldr.h a header ... no
iffe: test: is -ldl a library ... no
iffe: test: is dlopen a library function ... no
iffe: test: is dllload a library function ... no
iffe: test: is loadbind a library function ... no
iffe: test: is shl_load a library function ... no
iffe: test: link{ ... }end ... no
iffe: test: run{ ... }end ... yes
iffe: test: output{ ... }end ... no
+ cmp -s FEATURE/dll dlldefs.h
+ rm -f dlldefs.h
+ silent test -d .
+ cp FEATURE/dll dlldefs.h
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlfcn.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlfcn.c:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dlfcn.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllopen.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllopen.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlllib.h:22:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dllopen.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllfind.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllfind.c:26:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dllfind.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllplug.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllplug.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlllib.h:22:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dllplug.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dll_lib.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dll_lib.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlllib.h:22:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dll_lib.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllnext.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllnext.c:33:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dllnext.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlllook.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlllook.c:26:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dlllook.o
+ cc -D_BLD_DLL -fPIC -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllscan.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllscan.c:58:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dllscan.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllcheck.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllcheck.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlllib.h:22:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dllcheck.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllerror.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dllerror.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libdll/dlllib.h:22:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libdll]: *** exit code 1 making dllerror.o
+ test '' = dll.req
+ /usr/bin/cmp -s dll.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dll
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dll /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dll.old
+ true
+ /bin/cp dll.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/dll
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1997,author=gsf' dlldefs.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/dlldefs.h 1.17380.x
+ mv 1.17380.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/dlldefs.h
mamake: *** exit code 1 making lib/libdll
+ mamake -C lib/libcoshell -k LDFLAGS=-lm LDFLAGS=-static install
+ set -
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coopen.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coopen.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making coopen.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coclose.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coclose.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making coclose.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coinit.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coinit.c:33:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making coinit.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coexec.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coexec.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making coexec.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/costash.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/costash.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making costash.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/cowait.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/cowait.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making cowait.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/cokill.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/cokill.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making cokill.o
+ iffe -v -c 'cc -fPIC -O   -static ' ref -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -last : def nfsd
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is nfsd a command ... no
iffe: test: is nfsd a library data symbol ... no
iffe: test: is nfsd.h a header ... no
iffe: test: is nfsd a reserved keyword ... yes
iffe: test: is nfsd a library function ... no
iffe: test: is nfsd a math library symbol ... no
iffe: test: is sys/nfsd.h a header ... no
iffe: test: is nfsd a type or typedef ... no
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/cosync.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/cosync.c:33:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making cosync.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coquote.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coquote.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making coquote.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/codata.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/codata.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making codata.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coexport.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coexport.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making coexport.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/procrun.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/procrun.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making procrun.o
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/system.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/system.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/colib.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcoshell]: *** exit code 1 making system.o
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 0 in
+ cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/ignore.sh ignore
+ silent test -w ignore -a -x ignore
+ chmod u+w,+x ignore
+ case static,port:$OPTIND:$RANDOM in
+ case '' in
+ case 0 in
+ cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/silent.sh silent
+ silent test -w silent -a -x silent
+ chmod u+w,+x silent
+ test '' = coshell.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coshell.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/coshell.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/coshell.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/coshell.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coshell.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/coshell.3
+ test '' = coshell.req
+ /usr/bin/cmp -s coshell.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/coshell
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/coshell /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/coshell.old
+ true
+ /bin/cp coshell.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/coshell
+ test '' = ignore
+ /usr/bin/cmp -s ignore /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ignore
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ignore /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ignore.old
+ true
+ /bin/cp ignore /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/ignore
+ test '' = silent
+ /usr/bin/cmp -s silent /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/silent
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/silent /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/silent.old
+ true
+ /bin/cp silent /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/bin/silent
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1990,author=gsf' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcoshell/coshell.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/coshell.h 1.19237.x
+ mv 1.19237.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/coshell.h
mamake: *** exit code 1 making lib/libcoshell
+ mamake -C lib/libsum -k LDFLAGS=-lm LDFLAGS=-static install
+ set -
+ iffe -v -c 'cc -fPIC -O   -static ' ref -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libsum/features/sum
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is md4.h a header ... no
iffe: test: is -lmd a library ... no
iffe: test: is MD4Init a library function ... no
iffe: test: is md5.h a header ... no
iffe: test: is MD5Init a library function ... no
iffe: test: is sha1.h a header ... no
iffe: test: is SHA1Init a library function ... no
iffe: test: is sha2.h a header ... no
iffe: test: is SHA2Init a library function ... no
+ cc -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libsum -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libsum/sumlib.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libsum/sumlib.c:36:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libsum/sum.h:32:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libsum]: *** exit code 1 making sumlib.o
+ test '' = sum.req
+ /usr/bin/cmp -s sum.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/sum
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/sum /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/sum.old
+ true
+ /bin/cp sum.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/sum
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1996,author=gsf' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libsum/sum.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/sum.h 1.20433.x
+ mv 1.20433.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/sum.h
mamake: *** exit code 1 making lib/libsum
+ mamake -C lib/libcmd -k LDFLAGS=-lm LDFLAGS=-static install
+ set -
+ iffe -v -c 'cc -D_BLD_DLL -fPIC -O   -static ' ref -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -lutil -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/features/symlink
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... no
iffe: test: lchmod implemented ... no
iffe: test: lchown implemented ... no
+ iffe -v -c 'cc -D_BLD_DLL -fPIC -O   -static ' ref -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -lutil -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/features/sockets
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... no
iffe: test: is sys/socket.h a header ... no
iffe: test: is arpa/inet.h a header ... no
iffe: test: is netinet/in.h a header ... no
iffe: test: is getsockname a library function ... no
iffe: test: is getsockopt a library function ... no
iffe: test: is inet_ntoa a library function ... no
+ iffe -v -c 'cc -D_BLD_DLL -fPIC -O   -static ' ref -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -lutil -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/features/ids
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... no
iffe: test: is endgrent a library function ... no
iffe: test: is getgrent a library function ... no
iffe: test: is setgrent a library function ... no
iffe: test: is sys/fss.h a header ... no
iffe: test: is fsg.h a header ... no
iffe: test: is -lfsg a library ... no
iffe: test: is fsid a library function ... no
iffe: test: is getfsgid a library function ... no
iffe: test: is isfsg a library function ... no
iffe: test: is unistd.h a header ... yes
iffe: test: is getsid a library function ... no
iffe: test: is fsid a macro ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -c 'cc -D_BLD_DLL -fPIC -O   -static ' ref -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -lutil -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/features/utsname
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... no
iffe: test: is getdomainname a library function ... no
iffe: test: is gethostid a library function ... no
iffe: test: is gethostname a library function ... no
iffe: test: is sethostname a library function ... no
iffe: test: is syscall a library function ... no
iffe: test: is systeminfo a library function ... no
iffe: test: is uname a library function ... no
iffe: test: is syssgi a library function ... no
iffe: test: is sys/utsname.h a header ... yes
iffe: test: is utsname a type or typedef ... no
iffe: test: is base_rel a member of struct utsname ... no
iffe: test: is idnumber a member of struct utsname ... no
iffe: test: is m_type a member of struct utsname ... no
iffe: test: is nodeext a member of struct utsname ... no
iffe: test: is sys/syscall.h a header ... no
iffe: test: is sys/systeminfo.h a header ... no
iffe: test: is sys/syssgi.h a header ... no
iffe: test: cross{ ... }end ... yes
+ cat
+ sed -e '/^b_[a-z_][a-z_0-9]*(/!d' -e 's/^b_//' -e 's/(.*//' -e 's/.*/extern int	b_&(int, char**, Shbltin_t*);/' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmdinit.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/basename.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cat.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chgrp.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chmod.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chown.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cksum.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmp.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/comm.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cp.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cut.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/dirname.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/date.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/expr.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fds.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fmt.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fold.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/getconf.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/head.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/id.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/join.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/ln.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/logname.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/md5sum.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mkdir.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mkfifo.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mktemp.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mv.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/paste.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/pathchk.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/pids.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rev.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rm.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rmdir.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/stty.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/sum.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/sync.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tail.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tee.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tty.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/uname.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/uniq.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/vmstate.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/wc.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/revlib.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/wclib.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fts_fix.c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/lib.c
+ sort -u
+ cmp -s 1.25916.h cmdext.h
+ mv 1.25916.h cmdext.h
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmdinit.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmdinit.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making cmdinit.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/basename.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/basename.c:67:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making basename.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cat.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cat.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making cat.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chgrp.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chgrp.c:106:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making chgrp.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chmod.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chmod.c:136:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making chmod.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chown.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/chown.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making chown.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cksum.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cksum.c:112:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making cksum.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmp.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmp.c:78:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making cmp.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/comm.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/comm.c:59:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making comm.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cp.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cp.c:133:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making cp.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cut.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cut.c:78:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making cut.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/dirname.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/dirname.c:64:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making dirname.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/date.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/date.c:197:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making date.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/expr.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/expr.c:113:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making expr.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fds.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fds.c:36:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making fds.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fmt.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fmt.c:51:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making fmt.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fold.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fold.c:77:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making fold.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/getconf.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/getconf.c:123:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making getconf.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/head.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/head.c:68:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making head.o
+ cc -D_BLD_DLL -fPIC -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/id.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/id.c:62:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making id.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/join.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/join.c:93:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making join.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/ln.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/ln.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making ln.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/logname.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/logname.c:50:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making logname.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/md5sum.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/md5sum.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making md5sum.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mkdir.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mkdir.c:59:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making mkdir.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mkfifo.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mkfifo.c:49:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making mkfifo.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mktemp.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mktemp.c:63:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making mktemp.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mv.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/mv.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making mv.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/paste.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/paste.c:72:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making paste.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/pathchk.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/pathchk.c:77:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making pathchk.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/pids.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/pids.c:49:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making pids.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rev.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rev.c:54:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making rev.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rm.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rm.c:70:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making rm.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rmdir.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/rmdir.c:54:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making rmdir.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/stty.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/stty.c:63:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making stty.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/sum.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/sum.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making sum.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/sync.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/sync.c:50:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making sync.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tail.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tail.c:102:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making tail.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tee.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tee.c:55:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making tee.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tty.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/tty.c:50:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making tty.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' '-DHOSTTYPE="darwin.i386-64"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/uname.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/uname.c:80:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making uname.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_BLD_cmd -D_PACKAGE_ast '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/uniq.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/uniq.c:74:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making uniq.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/vmstate.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/vmstate.c:51:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making vmstate.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libcmd"' -D_PACKAGE_ast -D_BLD_cmd '-DUSAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/wc.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/wc.c:68:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making wc.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/revlib.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/revlib.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making revlib.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -D_BLD_cmd -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/wclib.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/wclib.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making wclib.o
+ /usr/bin/ar x -lsum sumlib.o
ar: illegal option combination for -m
usage:  ar -d [-TLsv] archive file ...
	ar -m [-TLsv] archive file ...
	ar -m [-abiTLsv] position archive file ...
	ar -p [-TLsv] archive [file ...]
	ar -q [-cTLsv] archive file ...
	ar -r [-cuTLsv] archive file ...
	ar -r [-abciuTLsv] position archive file ...
	ar -t [-TLsv] archive [file ...]
	ar -x [-ouTLsv] archive [file ...]
mamake [lib/libcmd]: *** exit code 1 making sumlib.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fts_fix.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/fts_fix.c:36:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making fts_fix.o
+ cc -D_BLD_DLL -fPIC -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/lib.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/lib.c:23:
/Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h:31:10: fatal error: 'ast.h' file not found
#include <ast.h>
         ^~~~~~~
1 error generated.
mamake [lib/libcmd]: *** exit code 1 making lib.o
+ test '' = cmd.req
+ /usr/bin/cmp -s cmd.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/cmd
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/cmd /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/cmd.old
+ true
+ /bin/cp cmd.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/cmd
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1992,author=gsf+dgk' /Users/pbulk/build/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/cmd.h 1.27686.x
+ mv 1.27686.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/cmd.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1992,author=gsf+dgk' cmdext.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/cmdext.h 1.27710.x
+ mv 1.27710.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/cmdext.h
+ cat
+ sed -e '/^b_[a-z_][a-z_0-9]*(/!d' -e 's/^b_//' -e 's/(.*//' -e 's/.*/CMDLIST(&)/'
+ sort -u
+ cmp -s 1.27731.h cmdlist.h
+ mv 1.27731.h cmdlist.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1992,author=gsf+dgk' cmdlist.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/cmdlist.h 1.27761.x
+ mv 1.27761.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/cmdlist.h
mamake: *** exit code 1 making lib/libcmd
+ mamake -C cmd/ksh93 -k LDFLAGS=-lm LDFLAGS=-static install
+ set -
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is nc.h a header ... no
iffe: test: is exec_attr.h a header ... no
iffe: test: is math.h a header ... yes
iffe: test: is exception a type or typedef ... no
iffe: test: is name a member of struct exception ... no
iffe: test: is _exception a type or typedef ... no
iffe: test: is name a member of struct _exception ... no
iffe: test: is setreuid a library function ... no
iffe: test: is setregid a library function ... no
iffe: test: is nice a library function ... no
iffe: test: is fork a library function ... no
iffe: test: is spawnveg a library function ... no
iffe: test: is fchdir a library function ... no
iffe: test: is pathnative a library function ... no
iffe: test: is pathposix a library function ... no
iffe: test: is uwin_path a library function ... no
iffe: test: is uwin_unpath a library function ... no
iffe: test: is fts_notify a library function ... no
iffe: test: is sys/mman.h a header ... yes
iffe: test: is memcntl a library function ... no
iffe: test: is -lsecdb a library ... no
iffe: test: is getexecuser a library function ... no
iffe: test: is free_execattr a library function ... no
iffe: test: is unistd.h a header ... yes
iffe: test: is nice a symbol that needs a prototype ... no
iffe: test: is setreuid a symbol that needs a prototype ... no
iffe: test: is setregid a symbol that needs a prototype ... no
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/pmain.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/pmain.c:22:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/shell.h:32:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making pmain.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/time
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is utime.h a header ... no
iffe: test: is gettimeofday a library function ... no
iffe: test: is setitimer a library function ... no
iffe: test: is sys/time.h a header ... yes
iffe: test: is timeval a type or typedef ... no
iffe: test: is tv_usec a member of struct timeval ... no
iffe: test: 2 arg gettimeofday() ... no
iffe: test: 1 arg gettimeofday() ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/dynamic
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/options
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: cross{ ... }end ... yes
iffe: test: cat{ ... }end ... yes
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/sigfeatures
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is sigblock a library function ... no
iffe: test: is sigrelse a library function ... no
iffe: test: is sigsetmask a library function ... no
iffe: test: is sigprocmask a library function ... no
iffe: test: is sigvec a library function ... no
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is ast.h a header ... no
iffe: test: is signal.h a header ... yes
iffe: test: is sigset_t a type or typedef ... no
iffe: test: is sigvec a type or typedef ... no
iffe: test: is sv_mask a member of struct sigvec ... no
iffe: test: cat{ ... }end ... yes
iffe: test: output{ ... }end ... no
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/setjmp
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is sigsetjmp a library function ... no
iffe: test: is _setjmp a library function ... no
iffe: test: is _longjmp a library function ... no
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is setjmp.h a header ... yes
iffe: test: is sigjmp_buf a type or typedef ... no
iffe: test: cat{ ... }end ... yes
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -DSHOPT_PFSH -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/alarm.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/alarm.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making alarm.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : def acct
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is acct a command ... no
iffe: test: is acct a library data symbol ... no
iffe: test: is acct.h a header ... no
iffe: test: is acct a reserved keyword ... yes
iffe: test: is acct a library function ... no
iffe: test: is acct a math library symbol ... no
iffe: test: is sys/acct.h a header ... no
iffe: test: is acct a type or typedef ... no
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -DSHOPT_FIXEDARRAY -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cd_pwd.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cd_pwd.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making cd_pwd.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cflow.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cflow.c:33:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making cflow.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/deparse.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/deparse.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making deparse.o
+ cc -O -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DERROR_CATALOG="libshell"' '-DUSAGE_LICENSE="[-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1982-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libshell]"' -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/enum.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/enum.c:21:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/shell.h:32:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making enum.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_NAMESPACE -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/getopts.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/getopts.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making getopts.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/ttys
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is termios.h a header ... no
iffe: test: is termio.h a header ... no
iffe: test: is sgtty.h a header ... no
iffe: test: is sys/termios.h a header ... no
iffe: test: is sys/termio.h a header ... no
iffe: test: is sys/ioctl.h a header ... no
iffe: test: is sys/bsdtty.h a header ... no
iffe: test: is sys/nttyio.h a header ... no
iffe: test: is sys/filio.h a header ... no
iffe: test: is tcgetattr a library function ... no
iffe: test: is tcgetpgrp a library function ... no
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/locale
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is locale.h a header ... no
iffe: test: is wchar.h a header ... no
iffe: test: is wctype.h a header ... no
iffe: test: is locale a library function ... no
iffe: test: is localeconv a library function ... no
iffe: test: is wctype a library function ... no
iffe: test: is iswctype a library function ... no
iffe: test: is iswblank a library function ... no
iffe: test: is wctrans a library function ... no
iffe: test: is towctrans a library function ... no
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is wctrans_t a type or typedef ... no
iffe: test: cat{ ... }end ... yes
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DSHOPT_MULTIBYTE -DKSHELL -DSHOPT_ESH -DSHOPT_VSH -D_PACKAGE_ast -DSHOPT_PFSH -D_BLD_shell -DSHOPT_DYNAMIC -D_API_ast=20100309 -DSHOPT_FIXEDARRAY -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/hist.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/hist.c:21:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making hist.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_BGX -DSHOPT_COSHELL -DSHOPT_MULTIBYTE -DSHOPT_PFSH -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_ESH -DSHOPT_FIXEDARRAY -DKSHELL -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/misc.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/misc.c:39:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making misc.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_DYNAMIC -DKSHELL -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/print.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/print.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making print.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_MULTIBYTE -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DKSHELL -DSHOPT_ESH -DSHOPT_VSH -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_FIXEDARRAY -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/read.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/read.c:29:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making read.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/poll
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is -lnsl a library ... no
iffe: test: is -lsocket a library ... no
iffe: test: is poll.h a header ... no
iffe: test: is socket.h a header ... no
iffe: test: is netinet/in.h a header ... no
iffe: test: is sys/poll.h a header ... no
iffe: test: is sys/socket.h a header ... no
iffe: test: is sys/netinet/in.h a header ... no
iffe: test: is select a library function ... no
iffe: test: is poll a library function ... no
iffe: test: is socket a library function ... no
iffe: test: is htons a library function ... no
iffe: test: is htonl a library function ... no
iffe: test: is netdb.h a header ... yes
iffe: test: is getaddrinfo a library function ... no
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is sys/select.h a header ... yes
iffe: test: is fd_set a type or typedef ... no
iffe: test: is unistd.h a header ... yes
iffe: test: is socklen_t a type or typedef ... no
iffe: test: use socketpair() for peekable pipe() ... no
iffe: test: /dev/fd/N handles socketpair() ... no
iffe: test: fchmod() after socketpair() shutdown() ... no
iffe: test: cat{ ... }end ... yes
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -DSHOPT_PFSH -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/sleep.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/sleep.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making sleep.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DSHOPT_BGX -DSHOPT_COSHELL -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/trap.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/trap.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making trap.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -DSHOPT_PFSH -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DKSHELL -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/test.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/test.c:31:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making test.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_FIXEDARRAY -DSHOPT_DYNAMIC -DSHOPT_NAMESPACE -DSHOPT_TYPEDEF -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -D_BLD_shell -DSHOPT_ESH -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/typeset.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/typeset.c:36:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making typeset.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/rlimits
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is sys/time.h a header ... yes
iffe: test: is resource.h a header ... no
iffe: test: is vlimit.h a header ... no
iffe: test: is sys/resource.h a header ... no
iffe: test: is sys/vlimit.h a header ... no
iffe: test: is getrlimit a library function ... no
iffe: test: is getrlimit64 a library function ... no
iffe: test: is ulimit a library function ... no
iffe: test: is vlimit a library function ... no
iffe: test: is time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is rlim_t a type or typedef ... no
iffe: test: is rlim64_t a type or typedef ... no
iffe: test: cat{ ... }end ... yes
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_FIXEDARRAY -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -DSHOPT_PFSH -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/ulimit.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/ulimit.c:29:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making ulimit.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/umask.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/umask.c:30:10: fatal error: 'ast.h' file not found
#include        <ast.h> 
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making umask.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DSHOPT_KIA -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/whence.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/whence.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making whence.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : def execargs
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is execargs a command ... no
iffe: test: is execargs a library data symbol ... no
iffe: test: is execargs.h a header ... no
iffe: test: is execargs a reserved keyword ... yes
iffe: test: is execargs a library function ... no
iffe: test: is execargs a math library symbol ... no
iffe: test: is sys/execargs.h a header ... no
iffe: test: is execargs a type or typedef ... no
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : def pstat
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is pstat a command ... no
iffe: test: is pstat a library data symbol ... no
iffe: test: is pstat.h a header ... no
iffe: test: is pstat a reserved keyword ... yes
iffe: test: is pstat a library function ... no
iffe: test: is pstat a math library symbol ... no
iffe: test: is sys/pstat.h a header ... no
iffe: test: is pstat a type or typedef ... no
+ cc -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_BRACEPAT -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_ESH -D_BLD_shell -DSHOPT_KIA -DSHOPT_MULTIBYTE -DSHOPT_PFSH -DSHOPT_BGX -DSHOPT_COSHELL -DKSHELL -DSHOPT_SUID_EXEC -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_DYNAMIC -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/main.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/main.c:30:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making main.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_TYPEDEF -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -D_BLD_shell -DSHOPT_STATS -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -DSHOPT_DYNAMIC -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvdisc.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvdisc.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making nvdisc.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_TYPEDEF -DSHOPT_FIXEDARRAY -DSHOPT_NAMESPACE '-DUSAGE_LICENSE="[-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1982-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libshell]"' -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -D_BLD_shell -DKSHELL -DSHOPT_STATS -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtype.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtype.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making nvtype.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_FIXEDARRAY -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/arith.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/arith.c:27:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making arith.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_OPTIMIZE -DSHOPT_RAWONLY -DSHOPT_HISTEXPAND -DSHOPT_PFSH -D_BLD_shell -DKSHELL -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_KIA -DSHOPT_MULTIBYTE -DSHOPT_EDPREDICT -DSHOPT_ESH -DSHOPT_VSH -DSHOPT_DYNAMIC -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/args.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/args.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making args.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_TYPEDEF -DSHOPT_FIXEDARRAY -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/array.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/array.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making array.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_MULTIBYTE -DSHOPT_ESH -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DKSHELL -DSHOPT_VSH -DSHOPT_PFSH -D_BLD_shell -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/completion.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/completion.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making completion.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DSHOPT_MULTIBYTE -DKSHELL -DSHOPT_ESH -DSHOPT_VSH -D_PACKAGE_ast -DSHOPT_PFSH -DSHOPT_KIA -D_API_ast=20100309 -D_BLD_shell -DSHOPT_BGX -DSHOPT_COSHELL -DSHOPT_STATS -DSHOPT_NAMESPACE -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/defs.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/defs.c:26:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making defs.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/cmds
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: is newgrp a command ... yes
iffe: test: is test a command ... yes
iffe: test: is id a command ... yes
iffe: test: is wc a command ... yes
iffe: test: is cut a command ... yes
iffe: test: is logname a command ... yes
iffe: test: is universe a command ... no
iffe: test: is pfexec a command ... no
iffe: test: is tput a command ... yes
iffe: test: is ed a file ... yes
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_EDPREDICT -DSHOPT_RAWONLY -DSHOPT_ESH -DSHOPT_VSH -DSHOPT_MULTIBYTE -DSHOPT_HISTEXPAND -DKSHELL -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/edit.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/edit.c:30:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making edit.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_BRACEPAT -DSHOPT_SUID_EXEC -D_BLD_shell -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -DKSHELL -DSHOPT_DYNAMIC -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/expand.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/expand.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making expand.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DUSAGE_LICENSE="[-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1982-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libshell]"' -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -DSHOPT_PFSH -DKSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/regress.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/regress.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making regress.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_KIA -DSHOPT_ESH -DSHOPT_VSH -DSHOPT_TYPEDEF -DSHOPT_BGX -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -DSHOPT_PFSH -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DKSHELL -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/fault.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/fault.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making fault.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/fcin.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/fcin.c:29:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making fcin.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_VSH -DSHOPT_ESH -DSHOPT_MULTIBYTE '-DSHOPT_AUDITFILE="/etc/ksh_audit"' -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DKSHELL -DSHOPT_DYNAMIC -DSHOPT_PFSH -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_AUDIT -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/history.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/history.c:73:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making history.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_2DMATCH -DSHOPT_PFSH -DSHOPT_MULTIBYTE -DSHOPT_BGX -DSHOPT_COSHELL -DSHOPT_AUDIT -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_DYNAMIC -D_BLD_shell -DSHOPT_KIA -DKSHELL -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DSHOPT_ESH -DSHOPT_VSH -DSHOPT_FIXEDARRAY -DERROR_CONTEXT_T=Error_context_t -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/init.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/init.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making init.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_RAWONLY -DSHOPT_VSH -DSHOPT_ESH -DSHOPT_HISTEXPAND -DSHOPT_COSHELL -DSHOPT_DYNAMIC -DSHOPT_EDPREDICT -DSHOPT_MULTIBYTE -DKSHELL -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -D_BLD_shell -DSHOPT_BGX -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/io.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/io.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making io.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_VSH -DSHOPT_COSHELL -DSHOPT_BGX -DSHOPT_ESH -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_MULTIBYTE -DSHOPT_PFSH -D_BLD_shell -DKSHELL -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/jobs.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/jobs.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making jobs.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_TYPEDEF -DSHOPT_MULTIBYTE -DSHOPT_KIA -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DSHOPT_PFSH -DKSHELL -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/lex.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/lex.c:29:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making lex.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_BRACEPAT -DKSHELL -DSHOPT_COSHELL -DSHOPT_OPTIMIZE -DSHOPT_FIXEDARRAY -DSHOPT_TYPEDEF -DSHOPT_FILESCAN -DSHOPT_MULTIBYTE -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -DSHOPT_SUID_EXEC -DSHOPT_BGX -DSHOPT_KIA -DSHOPT_DYNAMIC -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/macro.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/macro.c:34:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making macro.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_OPTIMIZE -DSHOPT_FIXEDARRAY -DSHOPT_NAMESPACE -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DSHOPT_TYPEDEF -DSHOPT_STATS -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/name.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/name.c:28:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making name.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_FIXEDARRAY -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtree.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtree.c:30:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making nvtree.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -D_BLD_shell -DSHOPT_STATS -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -DSHOPT_KIA -DSHOPT_DYNAMIC -DKSHELL -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/parse.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/parse.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making parse.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_SUID_EXEC -DSHOPT_DYNAMIC -DSHOPT_NAMESPACE -DSHOPT_PFSH -DSHOPT_STATS -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -D_BLD_shell -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -DSHOPT_BGX -DKSHELL -DSHOPT_BRACEPAT -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/path.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/path.c:27:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making path.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/string.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/string.c:26:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making string.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/streval.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/streval.c:32:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/streval.h:29:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making streval.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_COSHELL -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -D_BLD_shell -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -DSHOPT_DYNAMIC -DSHOPT_BGX -DSHOPT_KIA -DKSHELL -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/subshell.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/subshell.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making subshell.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -DKSHELL -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/tdump.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/tdump.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making tdump.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/timers.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/timers.c:22:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making timers.o
+ cc -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_BLD_shell -DKSHELL -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/trestore.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/trestore.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making trestore.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/waitevent.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/waitevent.c:22:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making waitevent.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_BGX -DSHOPT_TYPEDEF -DSHOPT_PFSH -DSHOPT_FILESCAN -DSHOPT_COSHELL -DSHOPT_NAMESPACE -DSHOPT_OPTIMIZE -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_HISTEXPAND -D_BLD_shell -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -DSHOPT_DYNAMIC -DKSHELL -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/xec.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/xec.c:29:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making xec.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/env.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/env.c:22:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making env.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/limits.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/limits.c:22:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making limits.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_SUID_EXEC -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DSHOPT_MULTIBYTE -DKSHELL -DSHOPT_ESH -DSHOPT_VSH -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DSHOPT_BGX -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_KIA -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/msg.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/msg.c:30:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making msg.o
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include -ldll -lcoshell -lcmd -last : run /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/math.sh /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/math.tab
iffe: test: is sys/types.h a header ... yes
iffe: test: is -last a library ... no
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/math.sh ...
iffe: test: is sys/types.h a header ... yes
iffe: test: is time.h a header ... yes
iffe: test: is sys/time.h a header ... yes
iffe: test: is sys/times.h a header ... yes
iffe: test: is stddef.h a header ... yes
iffe: test: is stdlib.h a header ... yes
iffe: test: is long double a type or typedef ... no
iffe: test: is sys/types.h a header ... yes
iffe: test: is math.h a header ... yes
iffe: test: is -lm a library ... no
iffe: test: is acos a library function ... no
iffe: test: is acosh a library function ... no
iffe: test: is asin a library function ... no
iffe: test: is asinh a library function ... no
iffe: test: is atan a library function ... no
iffe: test: is atan2 a library function ... no
iffe: test: is atanh a library function ... no
iffe: test: is cbrt a library function ... no
iffe: test: is ceil a library function ... no
iffe: test: is copysign a library function ... no
iffe: test: is cos a library function ... no
iffe: test: is cosh a library function ... no
iffe: test: is erf a library function ... no
iffe: test: is erfc a library function ... no
iffe: test: is exp a library function ... no
iffe: test: is exp2 a library function ... no
iffe: test: is expm1 a library function ... no
iffe: test: is fabs a library function ... no
iffe: test: is fdim a library function ... no
iffe: test: is finite a library function ... no
iffe: test: is floor a library function ... no
iffe: test: is fma a library function ... no
iffe: test: is fmax a library function ... no
iffe: test: is fmin a library function ... no
iffe: test: is fmod a library function ... no
iffe: test: is fpclassify a library function ... no
iffe: test: is fpclass a library function ... no
iffe: test: is hypot a library function ... no
iffe: test: is ilogb a library function ... no
iffe: test: is isfinite a library function ... no
iffe: test: is isgreater a library function ... no
iffe: test: is isgreaterequal a library function ... no
iffe: test: is isinf a library function ... no
iffe: test: is isinfinite a library function ... no
iffe: test: is isless a library function ... no
iffe: test: is islessequal a library function ... no
iffe: test: is islessgreater a library function ... no
iffe: test: is isnan a library function ... no
iffe: test: is isnormal a library function ... no
iffe: test: is issubnormal a library function ... no
iffe: test: is isunordered a library function ... no
iffe: test: is iszero a library function ... no
iffe: test: is j0 a library function ... no
iffe: test: is j1 a library function ... no
iffe: test: is jn a library function ... no
iffe: test: is ldexp a library function ... no
iffe: test: is lgamma a library function ... no
iffe: test: is log a library function ... no
iffe: test: is log10 a library function ... no
iffe: test: is log1p a library function ... no
iffe: test: is log2 a library function ... no
iffe: test: is logb a library function ... no
iffe: test: is nearbyint a library function ... no
iffe: test: is nextafter a library function ... no
iffe: test: is nexttoward a library function ... no
iffe: test: is pow a library function ... no
iffe: test: is remainder a library function ... no
iffe: test: is rint a library function ... no
iffe: test: is round a library function ... no
iffe: test: is scalb a library function ... no
iffe: test: is scalbn a library function ... no
iffe: test: is signbit a library function ... no
iffe: test: is sin a library function ... no
iffe: test: is sinh a library function ... no
iffe: test: is sqrt a library function ... no
iffe: test: is tan a library function ... no
iffe: test: is tanh a library function ... no
iffe: test: is tgamma a library function ... no
iffe: test: is trunc a library function ... no
iffe: test: is y0 a library function ... no
iffe: test: is y1 a library function ... no
iffe: test: is yn a library function ... no
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... no
iffe: test: is h a symbol that needs a prototype ... no
iffe: test: is sys/types.h a header ... yes
iffe: test: is math.h a header ... yes
iffe: test: is -lm a library ... no
iffe: test: is FP_SUBNORMAL a numeric constant or enum ... no
iffe: test: is FP_ZERO a numeric constant or enum ... no
iffe: test: is FP_NZERO a numeric constant or enum ... no
iffe: test: is FP_PZERO a numeric constant or enum ... no
iffe: test: is sys/types.h a header ... yes
iffe: test: is sfio.h a header ... no
iffe: test: is math.h a header ... yes
iffe: test: is -lm a library ... no
iffe: test: local_iszero function links ... no
iffe: test: is sys/types.h a header ... yes
iffe: test: is sfio.h a header ... no
iffe: test: is math.h a header ... yes
iffe: test: is -lm a library ... no
iffe: test: local_round function links ... no
iffe: test: is sys/types.h a header ... yes
iffe: test: is sfio.h a header ... no
iffe: test: is math.h a header ... yes
iffe: test: is -lm a library ... no
iffe: test: local_tgamma function links ... no
iffe: test: capture output of /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/features/math.sh ... yes
+ cc -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/strdata.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/strdata.c:27:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/streval.h:29:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making strdata.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast '-DUSAGE_LICENSE="[-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1982-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libshell]"' -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/testops.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/testops.c:26:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making testops.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_NAMESPACE -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -DSHOPT_KIA -D_API_ast=20100309 -D_BLD_shell -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/keywords.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/keywords.c:21:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/shell.h:32:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making keywords.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_PFSH -DSHOPT_HISTEXPAND -DSHOPT_FIXEDARRAY -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/options.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/options.c:22:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making options.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/signals.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/signals.c:20:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making signals.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -D_PACKAGE_ast -DSHOPT_PFSH -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -D_BLD_shell -D_API_ast=20100309 -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/aliases.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/aliases.c:21:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making aliases.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_TYPEDEF -DSHOPT_KIA -DSHOPT_PFSH '-DUSAGE_LICENSE="[-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1982-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libshell]"' -DSHOPT_BRACEPAT -DSHOPT_HISTEXPAND -DSHOPT_COSHELL -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_BGX -DSHOPT_MULTIBYTE -D_BLD_shell -DSHOPT_DYNAMIC -DKSHELL -DSHOPT_FIXEDARRAY -DSHOPT_STATS -DSHOPT_NAMESPACE -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/builtins.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/builtins.c:23:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making builtins.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_STATS -DSHOPT_MULTIBYTE -D_BLD_shell -DSHOPT_DYNAMIC -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/variables.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/variables.c:22:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making variables.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_BRACEPAT -DSHOPT_TYPEDEF -DSHOPT_NAMESPACE -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_PFSH -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/lexstates.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/data/lexstates.c:22:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making lexstates.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_EDPREDICT -DSHOPT_MULTIBYTE -DSHOPT_HISTEXPAND -DKSHELL -DSHOPT_ESH -DSHOPT_VSH -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -D_BLD_shell -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/emacs.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/emacs.c:64:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making emacs.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_EDPREDICT -DSHOPT_RAWONLY -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_HISTEXPAND -DKSHELL -DSHOPT_ESH -DSHOPT_VSH -DSHOPT_PFSH -D_BLD_shell -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/vi.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/vi.c:33:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making vi.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DSHOPT_MULTIBYTE -DKSHELL -DSHOPT_ESH -DSHOPT_VSH -D_PACKAGE_ast -DSHOPT_PFSH -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -D_BLD_shell -D_API_ast=20100309 -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/hexpand.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/edit/hexpand.c:35:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/defs.h:31:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making hexpand.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DSHOPT_BRACEPAT '-DSH_DICT="libshell"' -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE '-DUSAGE_LICENSE="[-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1982-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libshell]"' -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/shcomp.c
In file included from /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/shcomp.c:61:
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/shell.h:32:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making shcomp.o
+ cc -O -I. -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast -DERROR_CONTEXT_T=Error_context_t -D_API_ast=20100309 -D_PACKAGE_ast -c /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/suid_exec.c
/Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh/suid_exec.c:50:10: fatal error: 'ast.h' file not found
#include        <ast.h>
                ^~~~~~~
1 error generated.
mamake [cmd/ksh93]: *** exit code 1 making suid_exec.o
+ test '' = sh.1
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh.1 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man1/sh.1
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man1/sh.1 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man1/sh.1.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/sh.1 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man1/sh.1
+ test '' = shell.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/shell.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/shell.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/shell.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/shell.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/shell.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/shell.3
+ test '' = nval.3
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/nval.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/nval.3
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/nval.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/nval.3.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/nval.3 /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/man/man3/nval.3
+ test '' = shell.req
+ /usr/bin/cmp -s shell.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/shell
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/shell /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/shell.old
+ true
+ /bin/cp shell.req /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/lib/lib/shell
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1982,author=dgk' /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/nval.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/nval.h 1.68468.x
+ mv 1.68468.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/nval.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1982,author=dgk' /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/shell.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/shell.h 1.68502.x
+ mv 1.68502.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/shell.h
+ proto -p -s -l /Users/pbulk/build/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1982,author=dgk' /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/include/history.h
+ cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/history.h 1.68532.x
+ mv 1.68532.x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/include/ast/history.h
+ test '' = fun/dirs
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/fun/dirs /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/dirs
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/dirs /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/dirs.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/fun/dirs /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/dirs
+ chmod ugo+x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/dirs
+ test '' = fun/popd
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/fun/popd /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/popd
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/popd /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/popd.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/fun/popd /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/popd
+ chmod ugo+x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/popd
+ test '' = fun/pushd
+ /usr/bin/cmp -s /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/fun/pushd /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/pushd
+ /bin/mv /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/pushd /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/pushd.old
+ true
+ /bin/cp /Users/pbulk/build/shells/static-ast-ksh/work/src/cmd/ksh93/fun/pushd /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/pushd
+ chmod ugo+x /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64/fun/pushd
mamake: *** exit code 1 making cmd/ksh93
package: make done  at Sun Dec 22 13:29:16 UTC 2024 in /Users/pbulk/build/shells/static-ast-ksh/work/arch/darwin.i386-64