=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for static-ast-ksh-20120801nb1
package: update /data/scratch/shells/static-ast-ksh/work/bin/execrate
package: initialize the /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64 view
package: update /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/make/probe
package: update /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mamake
/data/scratch/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)
            ~~~~^~~~~~~~~~~
/data/scratch/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)
                ^
            (              )
/data/scratch/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)
                ^
                ==
/data/scratch/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);
                 ~~~~~^~~~~~~
/data/scratch/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);
                      ^
                 (           )
/data/scratch/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);
                      ^
                      ==
/data/scratch/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)
                            ~~^~~~
/data/scratch/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)
                              ^
                            (     )
/data/scratch/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)
                              ^
                              ==
/data/scratch/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++)
               ~~^~~~~~
/data/scratch/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++)
                 ^
               (       )
/data/scratch/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++)
                 ^
                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:800:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if ((c == ':' || c == '=') && (!v || c == ':' && !*v))
                                                          ~~ ~~~~~~~~~^~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:800:50: note: place parentheses around the '&&' expression to silence this warning
                        if ((c == ':' || c == '=') && (!v || c == ':' && !*v))
                                                                      ^
                                                             (              )
/data/scratch/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))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
              ^
            (                           )
/data/scratch/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))
              ^
              ==
/data/scratch/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)
            ~~~^~~~~~~~~~~~
/data/scratch/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)
               ^
            (              )
/data/scratch/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)
               ^
               ==
/data/scratch/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);
                                 ~~~^~~~~~~~~~
/data/scratch/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);
                                    ^
                                 (            )
/data/scratch/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);
                                    ^
                                    ==
/data/scratch/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))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                                      ^
                                    (                        )
/data/scratch/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))
                                      ^
                                      ==
/data/scratch/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);
                                 ~~~^~~~~~~~~~
/data/scratch/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);
                                    ^
                                 (            )
/data/scratch/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);
                                    ^
                                    ==
/data/scratch/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))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
              ^
            (                          )
/data/scratch/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))
              ^
              ==
/data/scratch/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)
            ~~~~~~~~~~~~~^~~~
/data/scratch/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)
                         ^
            (                )
/data/scratch/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)
                         ^
                         ==
/data/scratch/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))
                    ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                         ^
                    (                          )
/data/scratch/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))
                         ^
                         ==
/data/scratch/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++)
               ~~^~~~~~
/data/scratch/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++)
                 ^
               (       )
/data/scratch/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++)
                 ^
                 ==
/data/scratch/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)
                                                       ~~^~~~~~~~~
/data/scratch/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)
                                                         ^
                                                       (          )
/data/scratch/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)
                                                         ^
                                                         ==
/data/scratch/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);
                         ~~~^~~
/data/scratch/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);
                            ^
                         (     )
/data/scratch/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);
                            ^
                            ==
/data/scratch/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))
                    ~~^~~~~~~~~~~~
/data/scratch/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))
                      ^
                    (             )
/data/scratch/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))
                      ^
                      ==
/data/scratch/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))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                              ^
                            (                                                   )
/data/scratch/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))
                              ^
                              ==
/data/scratch/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))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                              ^
                            (                                                   )
/data/scratch/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))
                              ^
                              ==
/data/scratch/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))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                                      ^
                                    (                                                  )
/data/scratch/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))
                                      ^
                                      ==
/data/scratch/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))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                                      ^
                                    (                                                  )
/data/scratch/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))
                                      ^
                                      ==
/data/scratch/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())
               ~~^~~~~~~~~
/data/scratch/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())
                 ^
               (          )
/data/scratch/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())
                 ^
                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1620:71: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (cmd && state.active && (state.force || r->time < z || !r->time && !z))
                                                                               ~~ ~~~~~~~~~^~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1620:71: note: place parentheses around the '&&' expression to silence this warning
                        if (cmd && state.active && (state.force || r->time < z || !r->time && !z))
                                                                                           ^
                                                                                  (             )
/data/scratch/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, '/'))
            ~~^~~~~~~~~~~~~~~~~
/data/scratch/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, '/'))
              ^
            (                  )
/data/scratch/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, '/'))
              ^
              ==
/data/scratch/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())
                               ~~^~~~~~~~~
/data/scratch/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())
                                 ^
                               (          )
/data/scratch/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())
                                 ^
                                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:58: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:58: note: place parentheses around the '&&' expression to silence this warning
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                                                            ^
                                                  (                                                  )
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:164: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                                                                      ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:164: note: place parentheses around the '&&' expression to silence this warning
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                                                                                                                                                                      ^
                                                                                                         (                                                                                                     )
/data/scratch/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())
               ~~^~~~~~~~~
/data/scratch/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())
                 ^
               (          )
/data/scratch/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())
                 ^
                 ==
/data/scratch/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, '/'))
                            ~~^~~~~~~~~~~~~~~~~~~~
/data/scratch/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, '/'))
                              ^
                            (                     )
/data/scratch/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, '/'))
                              ^
                              ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:44: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:44: note: place parentheses around the '&&' expression to silence this warning
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                                                                ^
                            (                                                              )
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:111: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                                                                                            ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:111: note: place parentheses around the '&&' expression to silence this warning
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                                                                                                                                   ^
                                                                                               (                                                              )
/data/scratch/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++)
                          ~~^~~~
/data/scratch/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++)
                            ^
                          (     )
/data/scratch/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++)
                            ^
                            ==
/data/scratch/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++)
               ~~^~~~~~~~~
/data/scratch/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++)
                 ^
               (          )
/data/scratch/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++)
                 ^
                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:18: note: place parentheses around the '&&' expression to silence this warning
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                                      ^
                            (                                 )
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:56: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                                                               ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:56: note: place parentheses around the '&&' expression to silence this warning
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                                                                            ^
                                                                  (                                 )
35 warnings generated.
package: update /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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:315:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                if (!m || c >= '0' && c <= '9')
                                                       ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libast/port/astlicense.c:315:26: note: place parentheses around the '&&' expression to silence this warning
                                                if (!m || c >= '0' && c <= '9')
                                                                   ^
                                                          (                   )
../../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:536:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        while (c == ' ' || c == '\t' || c == '\n' && ++input[level].line || c == '\r' || c == ',' || c == ';' || c == ')')
                                                     ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:536:46: note: place parentheses around the '&&' expression to silence this warning
                        while (c == ' ' || c == '\t' || c == '\n' && ++input[level].line || c == '\r' || c == ',' || c == ';' || c == ')')
                                                                  ^
                                                        (                               )
../../lib/libast/port/astlicense.c:638:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
../../lib/libast/port/astlicense.c:638:35: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                     ^
                                                            (                                                                                     )
../../lib/libast/port/astlicense.c:638:118: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                   ~~ ~~^~~~~~~~~
../../lib/libast/port/astlicense.c:638:118: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                        ^
                                                                                                                                                      (          )
../../lib/libast/port/astlicense.c:638:197: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                                  ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../../lib/libast/port/astlicense.c:638:197: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                                                                                                       ^
                                                                                                                                                                     (                                                                            )
../../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:1212:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                if (q || item.size == notice.id[i].name.size && !sstrncmp( item.data, notice.id[i].name.data, item.size))
                                      ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:1212:50: note: place parentheses around the '&&' expression to silence this warning
                                if (q || item.size == notice.id[i].name.size && !sstrncmp( item.data, notice.id[i].name.data, item.size))
                                                                             ^
                                         (                                                                                              )
../../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:657:77: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                   ~~ ~~~~~~~~~~~^~~~~~
../../lib/libpp/ppproto.c:657:77: note: place parentheses around the '&&' expression to silence this warning
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                                 ^
                                                                                      (                )
../../lib/libpp/ppproto.c:657:97: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                                        ~~ ~~~~~~~~~~^~~~~~~~~~~~
../../lib/libpp/ppproto.c:657:97: note: place parentheses around the '&&' expression to silence this warning
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                                                     ^
                                                                                                           (                     )
../../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:829:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                       ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:829:33: note: place parentheses around the '&&' expression to silence this warning
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                        ^
                                                                       (                           )
../../lib/libpp/ppproto.c:829:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                                    ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:829:57: note: place parentheses around the '&&' expression to silence this warning
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                                                ^
                                                                                                       (                   )
../../lib/libpp/ppproto.c:829:81: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                                                            ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:829:81: note: place parentheses around the '&&' expression to silence this warning
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *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:1668:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                               ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1668:39: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                       ^
                                                               (                                  )
../../lib/libpp/ppproto.c:1668:63: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                   ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1668:63: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                               ^
                                                                                                      (                   )
../../lib/libpp/ppproto.c:1668:87: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                                           ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1668:87: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                                                       ^
                                                                                                                              (                   )
../../lib/libpp/ppproto.c:1923:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1923:32: note: place parentheses around the '&&' expression to silence this warning
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                         ^
                                                       (                            )
../../lib/libpp/ppproto.c:1923:56: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                     ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1923:56: note: place parentheses around the '&&' expression to silence this warning
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                 ^
                                                                                        (                   )
../../lib/libpp/ppproto.c:1923:80: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                             ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1923:80: note: place parentheses around the '&&' expression to silence this warning
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                                         ^
                                                                                                                (                   )
../../lib/libpp/ppproto.c:1934:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                               ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1934:33: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                 ^
                                                               (                            )
../../lib/libpp/ppproto.c:1934:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                             ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1934:57: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                         ^
                                                                                                (                   )
../../lib/libpp/ppproto.c:1934:81: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                                     ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1934:81: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                                                 ^
                                                                                                                        (                   )
../../lib/libpp/ppproto.c:1956:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                               ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1956:31: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                 ^
                                               (                            )
../../lib/libpp/ppproto.c:1956:55: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                             ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1956:55: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                                         ^
                                                                                (                   )
../../lib/libpp/ppproto.c:1956:79: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                                                     ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1956:79: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                                                                 ^
                                                                                                        (                   )
../../lib/libpp/ppproto.c:1982:143: warning: '&&' within '||' [-Wlogical-op-parentheses]
                if ((flags & ((1L<<5)|(1L<<15))) == ((1L<<5)|(1L<<15)) && ((flags & ((1L<<3)|(1L<<23))) || proto->brace || c != '(' && c != ')' && c != '*' && c != (0401+0)))
                                                                                                                        ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:1982:143: note: place parentheses around the '&&' expression to silence this warning
                if ((flags & ((1L<<5)|(1L<<15))) == ((1L<<5)|(1L<<15)) && ((flags & ((1L<<3)|(1L<<23))) || proto->brace || c != '(' && c != ')' && c != '*' && c != (0401+0)))
                                                                                                                                                            ^
                                                                                                                           (                                                )
../../lib/libpp/ppproto.c:2165:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
        if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
            ~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:2165:14: note: place parentheses around the '&&' expression to silence this warning
        if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
                    ^
            (                  )
../../lib/libpp/ppproto.c:2239:63: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:2239:63: note: place parentheses around the '&&' expression to silence this warning
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                                                                      ^
                                                                    (                                                                   )
../../lib/libpp/ppproto.c:2239:127: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                                                                                         ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:2239:127: note: place parentheses around the '&&' expression to silence this warning
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                                                                                                                                      ^
                                                                                                                                            (                                                           )
../../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);
                                                                       ^
                                                               &       [        ]
../../lib/libpp/ppproto.c:2406:91: warning: '&&' within '||' [-Wlogical-op-parentheses]
                else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & (1L<<0)) && n < proto->oz)
                                                                          ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:2406:91: note: place parentheses around the '&&' expression to silence this warning
                else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & (1L<<0)) && n < proto->oz)
                                                                                                        ^
                                                                             (                                          )
../../lib/libpp/ppproto.c:2428:87: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & (1L<<0)) && n < proto->iz)
                                                                                           ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:2428:87: note: place parentheses around the '&&' expression to silence this warning
                                        else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & (1L<<0)) && n < proto->iz)
                                                                                                                         ^
                                                                                              (                                          )
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);
                                                                                                                 ^
                                                                                                                 ==
79 warnings generated.
/var/tmp/proto-3700c4.o: In function `replace':
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/proto.c:(.text+0xe4): warning: warning: reference to compatibility utime(); include <utime.h> to generate correct reference
package: update /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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)
              ^
              ==
ratz.c:5045:68: warning: '&&' within '||' [-Wlogical-op-parentheses]
                if (local && (path[0] == '/' || path[0] == '.' && path[1] == '.' && (!path[2] || path[2] == '/')))
                                             ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ratz.c:5045:68: note: place parentheses around the '&&' expression to silence this warning
                if (local && (path[0] == '/' || path[0] == '.' && path[1] == '.' && (!path[2] || path[2] == '/')))
                                                                                 ^
                                                (                                                               )
2 warnings generated.
package: update /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/release
release.c:375:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
                if (!(p = *argv++) || !*p || *p == '-' && !*(p + 1))
                                          ~~ ~~~~~~~~~~^~~~~~~~~~~~
release.c:375:42: note: place parentheses around the '&&' expression to silence this warning
                if (!(p = *argv++) || !*p || *p == '-' && !*(p + 1))
                                                       ^
                                             (                     )
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))
                              ^
                              ==
3 warnings generated.
package: make with mamake
package: make output captured in /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/package/gen/make.out
package: make start at Fri Mar 30 20:11:42 UTC 2018 in /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64
CC=cc
SHELL=/bin/sh
HOSTTYPE=netbsd.amd64
NPROC=32
PACKAGEROOT=/data/scratch/shells/static-ast-ksh/work
INSTALLROOT=/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64
PATH=/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ok:/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin:/data/scratch/shells/static-ast-ksh/work/bin:/data/scratch/shells/static-ast-ksh/work/.cwrapper/bin:/data/scratch/shells/static-ast-ksh/work/.buildlink/bin:/data/scratch/shells/static-ast-ksh/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin
+ mamake -r '*/*' -k install LDFLAGS=-static
+ mamake -C cmd/INIT -k LDFLAGS=-static install
probing C language processor /data/scratch/shells/static-ast-ksh/work/.cwrapper/bin/cc for mam information
+ using redirections: >hurl do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/hurl.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/hurl.sh <<'...'
+ done
+ test -w hurl -a -x hurl
+ chmod u+w,+x hurl
+ using redirections: >iffe do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/iffe.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/iffe.sh <<'...'
+ done
+ test -w iffe -a -x iffe
+ chmod u+w,+x iffe
+ using redirections: >mktest do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mktest.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mktest.sh <<'...'
+ done
+ test -w mktest -a -x mktest
+ chmod u+w,+x mktest
+ using redirections: >package do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/package.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/package.sh <<'...'
+ done
+ test -w package -a -x package
+ chmod u+w,+x package
+ using redirections: >regress do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/regress.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/regress.sh <<'...'
+ done
+ test -w regress -a -x regress
+ chmod u+w,+x regress
+ using redirections: >rt do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/rt.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/rt.sh <<'...'
+ done
+ test -w rt -a -x rt
+ chmod u+w,+x rt
+ using redirections: >crossexec do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/crossexec.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/crossexec.sh <<'...'
+ done
+ test -w crossexec -a -x crossexec
+ chmod u+w,+x crossexec
+ using redirections: >ditto do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/ditto.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/ditto.sh <<'...'
+ done
+ test -w ditto -a -x ditto
+ chmod u+w,+x ditto
+ using redirections: >execrate do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/execrate.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/execrate.sh <<'...'
+ done
+ test -w execrate -a -x execrate
+ chmod u+w,+x execrate
+ using redirections: >filter do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/filter.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/filter.sh <<'...'
+ done
+ test -w filter -a -x filter
+ chmod u+w,+x filter
+ cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/ignore.sh ignore
+ test -w ignore -a -x ignore
+ chmod u+w,+x ignore
+ cp /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c
/data/scratch/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)
            ~~~~^~~~~~~~~~~
/data/scratch/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)
                ^
            (              )
/data/scratch/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)
                ^
                ==
/data/scratch/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);
                 ~~~~~^~~~~~~
/data/scratch/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);
                      ^
                 (           )
/data/scratch/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);
                      ^
                      ==
/data/scratch/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)
                            ~~^~~~
/data/scratch/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)
                              ^
                            (     )
/data/scratch/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)
                              ^
                              ==
/data/scratch/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++)
               ~~^~~~~~
/data/scratch/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++)
                 ^
               (       )
/data/scratch/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++)
                 ^
                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:800:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if ((c == ':' || c == '=') && (!v || c == ':' && !*v))
                                                          ~~ ~~~~~~~~~^~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:800:50: note: place parentheses around the '&&' expression to silence this warning
                        if ((c == ':' || c == '=') && (!v || c == ':' && !*v))
                                                                      ^
                                                             (              )
/data/scratch/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))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
              ^
            (                           )
/data/scratch/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))
              ^
              ==
/data/scratch/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)
            ~~~^~~~~~~~~~~~
/data/scratch/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)
               ^
            (              )
/data/scratch/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)
               ^
               ==
/data/scratch/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);
                                 ~~~^~~~~~~~~~
/data/scratch/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);
                                    ^
                                 (            )
/data/scratch/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);
                                    ^
                                    ==
/data/scratch/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))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                                      ^
                                    (                        )
/data/scratch/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))
                                      ^
                                      ==
/data/scratch/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);
                                 ~~~^~~~~~~~~~
/data/scratch/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);
                                    ^
                                 (            )
/data/scratch/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);
                                    ^
                                    ==
/data/scratch/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))
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
              ^
            (                          )
/data/scratch/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))
              ^
              ==
/data/scratch/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)
            ~~~~~~~~~~~~~^~~~
/data/scratch/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)
                         ^
            (                )
/data/scratch/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)
                         ^
                         ==
/data/scratch/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))
                    ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                         ^
                    (                          )
/data/scratch/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))
                         ^
                         ==
/data/scratch/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++)
               ~~^~~~~~
/data/scratch/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++)
                 ^
               (       )
/data/scratch/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++)
                 ^
                 ==
/data/scratch/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)
                                                       ~~^~~~~~~~~
/data/scratch/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)
                                                         ^
                                                       (          )
/data/scratch/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)
                                                         ^
                                                         ==
/data/scratch/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);
                         ~~~^~~
/data/scratch/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);
                            ^
                         (     )
/data/scratch/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);
                            ^
                            ==
/data/scratch/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))
                    ~~^~~~~~~~~~~~
/data/scratch/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))
                      ^
                    (             )
/data/scratch/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))
                      ^
                      ==
/data/scratch/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))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                              ^
                            (                                                   )
/data/scratch/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))
                              ^
                              ==
/data/scratch/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))
                            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                              ^
                            (                                                   )
/data/scratch/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))
                              ^
                              ==
/data/scratch/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))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                                      ^
                                    (                                                  )
/data/scratch/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))
                                      ^
                                      ==
/data/scratch/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))
                                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                                      ^
                                    (                                                  )
/data/scratch/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))
                                      ^
                                      ==
/data/scratch/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())
               ~~^~~~~~~~~
/data/scratch/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())
                 ^
               (          )
/data/scratch/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())
                 ^
                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1620:71: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (cmd && state.active && (state.force || r->time < z || !r->time && !z))
                                                                               ~~ ~~~~~~~~~^~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1620:71: note: place parentheses around the '&&' expression to silence this warning
                        if (cmd && state.active && (state.force || r->time < z || !r->time && !z))
                                                                                           ^
                                                                                  (             )
/data/scratch/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, '/'))
            ~~^~~~~~~~~~~~~~~~~
/data/scratch/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, '/'))
              ^
            (                  )
/data/scratch/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, '/'))
              ^
              ==
/data/scratch/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())
                               ~~^~~~~~~~~
/data/scratch/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())
                                 ^
                               (          )
/data/scratch/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())
                                 ^
                                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:58: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:58: note: place parentheses around the '&&' expression to silence this warning
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                                                            ^
                                                  (                                                  )
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:164: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                                                                      ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:1895:164: note: place parentheses around the '&&' expression to silence this warning
                                        if (k && ((q = (Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t && (q = (Rule_t*)search(state.leaf, t, NiL)) && q != r))
                                                                                                                                                                                                      ^
                                                                                                         (                                                                                                     )
/data/scratch/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())
               ~~^~~~~~~~~
/data/scratch/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())
                 ^
               (          )
/data/scratch/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())
                 ^
                 ==
/data/scratch/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, '/'))
                            ~~^~~~~~~~~~~~~~~~~~~~
/data/scratch/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, '/'))
                              ^
                            (                     )
/data/scratch/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, '/'))
                              ^
                              ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:44: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:44: note: place parentheses around the '&&' expression to silence this warning
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                                                                ^
                            (                                                              )
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:111: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                                                                                            ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2174:111: note: place parentheses around the '&&' expression to silence this warning
                        if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
                                                                                                                                   ^
                                                                                               (                                                              )
/data/scratch/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++)
                          ~~^~~~
/data/scratch/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++)
                            ^
                          (     )
/data/scratch/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++)
                            ^
                            ==
/data/scratch/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++)
               ~~^~~~~~~~~
/data/scratch/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++)
                 ^
               (          )
/data/scratch/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++)
                 ^
                 ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:18: note: place parentheses around the '&&' expression to silence this warning
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                                      ^
                            (                                 )
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:56: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                                                               ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mamake.c:2326:56: note: place parentheses around the '&&' expression to silence this warning
                        if (*s == 'r' && !strcmp(s, "recurse") || *s == 'c' && !strncmp(s, "cc-", 3))
                                                                            ^
                                                                  (                                 )
35 warnings generated.
+ cc -O -static -o mamake mamake.o
+ cc -O -c /data/scratch/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:315:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                if (!m || c >= '0' && c <= '9')
                                                       ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libast/port/astlicense.c:315:26: note: place parentheses around the '&&' expression to silence this warning
                                                if (!m || c >= '0' && c <= '9')
                                                                   ^
                                                          (                   )
../../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:536:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        while (c == ' ' || c == '\t' || c == '\n' && ++input[level].line || c == '\r' || c == ',' || c == ';' || c == ')')
                                                     ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:536:46: note: place parentheses around the '&&' expression to silence this warning
                        while (c == ' ' || c == '\t' || c == '\n' && ++input[level].line || c == '\r' || c == ',' || c == ';' || c == ')')
                                                                  ^
                                                        (                               )
../../lib/libast/port/astlicense.c:638:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
../../lib/libast/port/astlicense.c:638:35: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                     ^
                                                            (                                                                                     )
../../lib/libast/port/astlicense.c:638:118: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                   ~~ ~~^~~~~~~~~
../../lib/libast/port/astlicense.c:638:118: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                        ^
                                                                                                                                                      (          )
../../lib/libast/port/astlicense.c:638:197: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                                  ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../../lib/libast/port/astlicense.c:638:197: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
                                                                                                                                                                                                                                       ^
                                                                                                                                                                     (                                                                            )
../../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:1212:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                if (q || item.size == notice.id[i].name.size && !sstrncmp( item.data, notice.id[i].name.data, item.size))
                                      ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../lib/libast/port/astlicense.c:1212:50: note: place parentheses around the '&&' expression to silence this warning
                                if (q || item.size == notice.id[i].name.size && !sstrncmp( item.data, notice.id[i].name.data, item.size))
                                                                             ^
                                         (                                                                                              )
../../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:657:77: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                   ~~ ~~~~~~~~~~~^~~~~~
../../lib/libpp/ppproto.c:657:77: note: place parentheses around the '&&' expression to silence this warning
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                                 ^
                                                                                      (                )
../../lib/libpp/ppproto.c:657:97: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                                        ~~ ~~~~~~~~~~^~~~~~~~~~~~
../../lib/libpp/ppproto.c:657:97: note: place parentheses around the '&&' expression to silence this warning
                        for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
                                                                                                                     ^
                                                                                                           (                     )
../../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:829:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                       ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:829:33: note: place parentheses around the '&&' expression to silence this warning
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                        ^
                                                                       (                           )
../../lib/libpp/ppproto.c:829:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                                    ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:829:57: note: place parentheses around the '&&' expression to silence this warning
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                                                ^
                                                                                                       (                   )
../../lib/libpp/ppproto.c:829:81: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *op++ = *ip++;
                                                                                                                            ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:829:81: note: place parentheses around the '&&' expression to silence this warning
                                                                while ((c = *ip) >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' || c >= '0' && c <= '9' || c == '_') *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:1668:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                               ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1668:39: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                       ^
                                                               (                                  )
../../lib/libpp/ppproto.c:1668:63: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                   ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1668:63: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                               ^
                                                                                                      (                   )
../../lib/libpp/ppproto.c:1668:87: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                                           ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1668:87: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((x = *(op - 14)) >= 'A' && x <= 'Z' || x >= 'a' && x <= 'z' || x >= '0' && x <= '9' || x == '_')
                                                                                                                                       ^
                                                                                                                              (                   )
../../lib/libpp/ppproto.c:1923:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1923:32: note: place parentheses around the '&&' expression to silence this warning
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                         ^
                                                       (                            )
../../lib/libpp/ppproto.c:1923:56: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                     ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1923:56: note: place parentheses around the '&&' expression to silence this warning
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                 ^
                                                                                        (                   )
../../lib/libpp/ppproto.c:1923:80: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                             ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1923:80: note: place parentheses around the '&&' expression to silence this warning
                                                while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                                         ^
                                                                                                                (                   )
../../lib/libpp/ppproto.c:1934:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                               ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1934:33: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                 ^
                                                               (                            )
../../lib/libpp/ppproto.c:1934:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                             ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1934:57: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                         ^
                                                                                                (                   )
../../lib/libpp/ppproto.c:1934:81: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                                     ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1934:81: note: place parentheses around the '&&' expression to silence this warning
                                                        while ((c = *--t) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z');
                                                                                                                                 ^
                                                                                                                        (                   )
../../lib/libpp/ppproto.c:1956:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                               ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:1956:31: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                 ^
                                               (                            )
../../lib/libpp/ppproto.c:1956:55: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                             ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1956:55: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                                         ^
                                                                                (                   )
../../lib/libpp/ppproto.c:1956:79: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                                                     ~~ ~~~~~~~~~^~~~~~~~~~~
../../lib/libpp/ppproto.c:1956:79: note: place parentheses around the '&&' expression to silence this warning
                                        while ((c = *--m) >= '0' && c <= '9' || c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z')
                                                                                                                 ^
                                                                                                        (                   )
../../lib/libpp/ppproto.c:1982:143: warning: '&&' within '||' [-Wlogical-op-parentheses]
                if ((flags & ((1L<<5)|(1L<<15))) == ((1L<<5)|(1L<<15)) && ((flags & ((1L<<3)|(1L<<23))) || proto->brace || c != '(' && c != ')' && c != '*' && c != (0401+0)))
                                                                                                                        ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:1982:143: note: place parentheses around the '&&' expression to silence this warning
                if ((flags & ((1L<<5)|(1L<<15))) == ((1L<<5)|(1L<<15)) && ((flags & ((1L<<3)|(1L<<23))) || proto->brace || c != '(' && c != ')' && c != '*' && c != (0401+0)))
                                                                                                                                                            ^
                                                                                                                           (                                                )
../../lib/libpp/ppproto.c:2165:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
        if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
            ~~~~~~~~^~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:2165:14: note: place parentheses around the '&&' expression to silence this warning
        if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
                    ^
            (                  )
../../lib/libpp/ppproto.c:2239:63: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ~~
../../lib/libpp/ppproto.c:2239:63: note: place parentheses around the '&&' expression to silence this warning
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                                                                      ^
                                                                    (                                                                   )
../../lib/libpp/ppproto.c:2239:127: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                                                                                         ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:2239:127: note: place parentheses around the '&&' expression to silence this warning
                                                                if (*s == '(' && (*(s + 1) == 'c' || *(s + 1) == 'C') && *(s + 2) == ')' || *s >= '0' && *s <= '9' && *(s + 1) >= '0' && *(s + 1) <= '9')
                                                                                                                                                                                      ^
                                                                                                                                            (                                                           )
../../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);
                                                                       ^
                                                               &       [        ]
../../lib/libpp/ppproto.c:2406:91: warning: '&&' within '||' [-Wlogical-op-parentheses]
                else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & (1L<<0)) && n < proto->oz)
                                                                          ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:2406:91: note: place parentheses around the '&&' expression to silence this warning
                else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & (1L<<0)) && n < proto->oz)
                                                                                                        ^
                                                                             (                                          )
../../lib/libpp/ppproto.c:2428:87: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                        else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & (1L<<0)) && n < proto->iz)
                                                                                           ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../lib/libpp/ppproto.c:2428:87: note: place parentheses around the '&&' expression to silence this warning
                                        else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & (1L<<0)) && n < proto->iz)
                                                                                                                         ^
                                                                                              (                                          )
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);
                                                                                                                 ^
                                                                                                                 ==
79 warnings generated.
+ cc -O -static -o proto proto.o
proto.o: In function `replace':
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/proto.c:(.text+0xa0): warning: warning: reference to compatibility utime(); include <utime.h> to generate correct reference
+ cc -O -c /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/ratz.c
/data/scratch/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)
            ~~^~~~~~~
/data/scratch/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)
              ^
            (        )
/data/scratch/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)
              ^
              ==
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/ratz.c:5045:68: warning: '&&' within '||' [-Wlogical-op-parentheses]
                if (local && (path[0] == '/' || path[0] == '.' && path[1] == '.' && (!path[2] || path[2] == '/')))
                                             ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/ratz.c:5045:68: note: place parentheses around the '&&' expression to silence this warning
                if (local && (path[0] == '/' || path[0] == '.' && path[1] == '.' && (!path[2] || path[2] == '/')))
                                                                                 ^
                                                (                                                               )
2 warnings generated.
+ cc -O -static -o ratz ratz.o
+ 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 /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/release.c
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/release.c:319:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
                if (!(p = *argv++) || !*p || *p == '-' && !*(p + 1))
                                          ~~ ~~~~~~~~~~^~~~~~~~~~~~
/data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/release.c:319:42: note: place parentheses around the '&&' expression to silence this warning
                if (!(p = *argv++) || !*p || *p == '-' && !*(p + 1))
                                                       ^
                                             (                     )
/data/scratch/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))
                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                         ^
                       (                             )
/data/scratch/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))
                         ^
                         ==
/data/scratch/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))
                            ~~^~~~~~~~~~~~~
/data/scratch/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))
                              ^
                            (              )
/data/scratch/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))
                              ^
                              ==
3 warnings generated.
+ cc -O -static -o release release.o
+ cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/mprobe.sh mprobe
+ test -w mprobe -a -x mprobe
+ chmod u+w,+x mprobe
+ cat /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/C+probe /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/make.probe >probe.sh
+ cp probe.sh probe
+ test -w probe -a -x probe
+ chmod u+w,+x probe
+ test '' = hurl
+ /usr/bin/cmp -s hurl /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/hurl 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/hurl /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/hurl.old 2>/dev/null
+ true
+ /bin/cp hurl /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/hurl
+ test '' = iffe
+ /usr/bin/cmp -s iffe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/iffe 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/iffe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/iffe.old 2>/dev/null
+ true
+ /bin/cp iffe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/iffe
+ test '' = mktest
+ /usr/bin/cmp -s mktest /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mktest 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mktest /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mktest.old 2>/dev/null
+ true
+ /bin/cp mktest /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mktest
+ test '' = package
+ /usr/bin/cmp -s package /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/package 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/package /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/package.old 2>/dev/null
+ true
+ /bin/cp package /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/package
+ test '' = regress
+ /usr/bin/cmp -s regress /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/regress 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/regress /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/regress.old 2>/dev/null
+ true
+ /bin/cp regress /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/regress
+ test '' = rt
+ /usr/bin/cmp -s rt /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/rt 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/rt /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/rt.old 2>/dev/null
+ true
+ /bin/cp rt /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/rt
+ test '' = execrate
+ /usr/bin/cmp -s execrate /data/scratch/shells/static-ast-ksh/work/bin/execrate 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/bin/execrate /data/scratch/shells/static-ast-ksh/work/bin/execrate.old 2>/dev/null
+ /bin/cp execrate /data/scratch/shells/static-ast-ksh/work/bin/execrate
+ test '' = ignore
+ /usr/bin/cmp -s ignore /data/scratch/shells/static-ast-ksh/work/bin/ignore 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/bin/ignore /data/scratch/shells/static-ast-ksh/work/bin/ignore.old 2>/dev/null
+ /bin/cp ignore /data/scratch/shells/static-ast-ksh/work/bin/ignore
+ cp /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/bin/mamprobe 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/bin/mamprobe /data/scratch/shells/static-ast-ksh/work/bin/mamprobe.old 2>/dev/null
+ /bin/cp mamprobe /data/scratch/shells/static-ast-ksh/work/bin/mamprobe
+ test '' = package
+ /usr/bin/cmp -s package /data/scratch/shells/static-ast-ksh/work/bin/package 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/bin/package /data/scratch/shells/static-ast-ksh/work/bin/package.old 2>/dev/null
+ /bin/cp package /data/scratch/shells/static-ast-ksh/work/bin/package
+ test '' = silent
+ /usr/bin/cmp -s silent /data/scratch/shells/static-ast-ksh/work/bin/silent 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/bin/silent /data/scratch/shells/static-ast-ksh/work/bin/silent.old 2>/dev/null
+ /bin/cp silent /data/scratch/shells/static-ast-ksh/work/bin/silent
+ test '' = crossexec
+ /usr/bin/cmp -s crossexec /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/crossexec 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/crossexec /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/crossexec.old 2>/dev/null
+ true
+ /bin/cp crossexec /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/crossexec
+ test '' = ditto
+ /usr/bin/cmp -s ditto /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ditto 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ditto /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ditto.old 2>/dev/null
+ true
+ /bin/cp ditto /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ditto
+ test '' = filter
+ /usr/bin/cmp -s filter /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/filter 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/filter /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/filter.old 2>/dev/null
+ true
+ /bin/cp filter /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/filter
+ test '' = package.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/package.mk /data/scratch/shells/static-ast-ksh/work/lib/package/package.mk 2>/dev/null
+ test '' = CONVERT.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/CONVERT.mk /data/scratch/shells/static-ast-ksh/work/lib/package/CONVERT.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/lib/package/CONVERT.mk /data/scratch/shells/static-ast-ksh/work/lib/package/CONVERT.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/CONVERT.mk /data/scratch/shells/static-ast-ksh/work/lib/package/CONVERT.mk
+ test '!' -d /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make
+ mkdir -p /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make
+ test '' = package.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/package.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/package.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/package.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/package.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/package.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/package.mk
+ test '' = PROBE.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/PROBE.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/PROBE.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/PROBE.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/PROBE.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/PROBE.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/PROBE.mk
+ test '' = TEST.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/TEST.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/TEST.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/TEST.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/TEST.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/TEST.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/TEST.mk
+ test '' = WWW.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/WWW.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/WWW.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/WWW.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/WWW.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/WWW.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/WWW.mk
+ test '' = MSGFUN.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/MSGFUN.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGFUN.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGFUN.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGFUN.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/MSGFUN.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGFUN.mk
+ test '' = MSGKEY.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/MSGKEY.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGKEY.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGKEY.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGKEY.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/MSGKEY.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MSGKEY.mk
+ test '' = MAPLIB.mk
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/MAPLIB.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MAPLIB.mk 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MAPLIB.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MAPLIB.mk.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/MAPLIB.mk /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/make/MAPLIB.mk
+ test '' = mamake
+ /usr/bin/cmp -s mamake /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mamake 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mamake /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mamake.old 2>/dev/null
+ /bin/cp mamake /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mamake
+ test '' = proto
+ /usr/bin/cmp -s proto /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/proto 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/proto /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/proto.old 2>/dev/null
+ /bin/cp proto /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/proto
+ test '' = ratz
+ /usr/bin/cmp -s ratz /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ratz 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ratz /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ratz.old 2>/dev/null
+ /bin/cp ratz /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ratz
+ test '' = release
+ /usr/bin/cmp -s release /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/release 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/release /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/release.old 2>/dev/null
+ /bin/cp release /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/release
+ test '!' -x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/mkdir -a -x /bin/mkdir
+ mkdir -p 2>/dev/null
+ ':'
+ test -d ./-p
+ test '' = C+probe
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/C+probe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/probe 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/probe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/probe.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/C+probe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/probe
+ test '!' -d /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/pp
+ mkdir -p /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/pp
+ test '' = mprobe
+ /usr/bin/cmp -s mprobe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/probe 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/probe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/probe.old 2>/dev/null
+ true
+ /bin/cp mprobe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/probe
+ test '' = mprobe
+ /usr/bin/cmp -s mprobe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/mprobe 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/mprobe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/mprobe.old 2>/dev/null
+ true
+ /bin/cp mprobe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/mam/mprobe
+ test '' = probe
+ /usr/bin/cmp -s probe /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/make/probe 2>/dev/null
+ t=netbsd.i386-64
+ ifs=' 	
'
+ IFS=.
+ set x netbsd i386-64
+ IFS=' 	
'
+ t=netbsd
+ set x /data/scratch/shells/static-ast-ksh/work/src/cmd/INIT/probe.win32
+ ':'
+ shift
+ ':'
+ shift
+ break
+ ':' >probe.ini
+ test '' = probe.ini
+ /usr/bin/cmp -s probe.ini /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/make/probe.ini 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/make/probe.ini /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/make/probe.ini.old 2>/dev/null
+ true
+ /bin/cp probe.ini /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/probe/C/make/probe.ini
+ test '!' -d /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast
+ mkdir -p /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast
+ proto -f /dev/null >h.19782.h
+ cmp -s h.19782.h prototyped.h 2>/dev/null
+ mv h.19782.h prototyped.h
+ test '' = prototyped.h
+ /usr/bin/cmp -s prototyped.h /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/prototyped.h 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/prototyped.h /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/prototyped.h.old 2>/dev/null
+ true
+ /bin/cp prototyped.h /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/prototyped.h
+ test '!' -d /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib
+ mkdir -p /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib
+ set -
+ test '' = dl.req
+ /usr/bin/cmp -s dl.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dl 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dl /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dl.old 2>/dev/null
+ true
+ /bin/cp dl.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dl
+ set -
+ test '' = iconv.req
+ /usr/bin/cmp -s iconv.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/iconv 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/iconv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/iconv.old 2>/dev/null
+ true
+ /bin/cp iconv.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/iconv
+ set -
+ test '' = w.req
+ /usr/bin/cmp -s w.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/w 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/w /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/w.old 2>/dev/null
+ true
+ /bin/cp w.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/w
+ set -
+ test '' = intl.req
+ /usr/bin/cmp -s intl.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/intl 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/intl /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/intl.old 2>/dev/null
+ true
+ /bin/cp intl.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/intl
+ set -
+ test '' = m.req
+ /usr/bin/cmp -s m.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/m 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/m /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/m.old 2>/dev/null
+ true
+ /bin/cp m.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/m
+ set -
+ test '' = nsl.req
+ /usr/bin/cmp -s nsl.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/nsl 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/nsl /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/nsl.old 2>/dev/null
+ true
+ /bin/cp nsl.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/nsl
+ set -
+ test '' = socket.req
+ /usr/bin/cmp -s socket.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/socket 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/socket /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/socket.old 2>/dev/null
+ true
+ /bin/cp socket.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/socket
+ set -
+ test '' = dbm.req
+ /usr/bin/cmp -s dbm.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dbm 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dbm /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dbm.old 2>/dev/null
+ true
+ /bin/cp dbm.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dbm
+ mamake -C lib/libast -k LDFLAGS=-static install
probing C language processor /data/scratch/shells/static-ast-ksh/work/.cwrapper/bin/cc for mam information
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/standards
1
2
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 ... yes
iffe: test: _ISOC99_SOURCE plays nice ... yes
iffe: test: cat{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/lib
1
iffe: test: is sys/types.h a header ... yes
2
3
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 ... yes
iffe: test: is strtold a symbol that needs a prototype ... yes
iffe: test: is strtol a symbol that needs a prototype ... yes
iffe: test: is strtoll a symbol that needs a prototype ... yes
iffe: test: is strtoul a symbol that needs a prototype ... yes
iffe: test: is strtoull a symbol that needs a prototype ... yes
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 ... yes
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 ... yes
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 ... no
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/common
1
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 ... yes
iffe: test: is size_t a type or typedef ... yes
iffe: test: is ssize_t a type or typedef ... yes
iffe: test: is stdio.h a header ... yes
iffe: test: is __va_list a type or typedef ... yes
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 ... yes
iffe: test: is uint8_t a type or typedef ... yes
iffe: test: is int16_t a type or typedef ... yes
iffe: test: is uint16_t a type or typedef ... yes
iffe: test: is int32_t a type or typedef ... yes
iffe: test: is uint32_t a type or typedef ... yes
iffe: test: is int64_t a type or typedef ... yes
iffe: test: is uint64_t a type or typedef ... yes
iffe: test: is intmax_t a type or typedef ... yes
iffe: test: is uintmax_t a type or typedef ... yes
iffe: test: is uintptr_t a type or typedef ... yes
iffe: test: output{ ... }end ... yes
iffe: test: cat{ ... }end ... yes
iffe: test: run{ ... }end ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/api
1
iffe: test: is sys/types.h a header ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/eaccess
1
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/mmap
1
iffe: test: is sys/types.h a header ... yes
2
3
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/vmalloc
1
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 ... no
iffe: test: is malloc.h a header ... yes
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 ... yes
iffe: test: brk()/sbrk() work as expected ... yes
iffe: test: map malloc to _ast_malloc ... no
iffe: test: map malloc to _ast_malloc -- wimp-o mach? ... no
iffe: test: alloca exists ... yes
iffe: test: alloca is based on malloc() ... yes
iffe: test: stack grows downward ... yes
iffe: test: gnu malloc hooks work ... yes
iffe: test: cat{ ... }end ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/options
1
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 -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast  -static ' run /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/map.c ...
In file included from ./Fe5.b6757.c:53:
./FEATURE/lib:5:1: error: expected identifier or '('
4
^
1 error generated.
iffe: test: capture output of /data/scratch/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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/aso
1
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 ... yes
+ using redirections: >conf do
+ using redirections: </data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp/conf.sh do subshell
+ read x
+ echo '########################################################################'
+ done subshell
+ i='########################################################################'
+ cat - /data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp/conf.sh <<'...'
+ done
+ silent test -w conf -a -x conf
+ chmod u+w,+x conf
+ /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/src/lib/libast/conf -v /data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp/conf.tab cc -D_BLD_DLL -KPIC -D_BLD_ast -O
conf: read /data/scratch/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 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/tty
1
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/fs
1
2
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 ... yes
iffe: test: is chmod a symbol that needs a prototype ... yes
iffe: test: is fstat a symbol that needs a prototype ... yes
iffe: test: is lstat a symbol that needs a prototype ... yes
iffe: test: is mkdir a symbol that needs a prototype ... yes
iffe: test: is mkfifo a symbol that needs a prototype ... yes
iffe: test: is mknod a symbol that needs a prototype ... yes
iffe: test: is stat a symbol that needs a prototype ... yes
iffe: test: is FS_default a macro ... yes
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 ... no
iffe: test: is f_bavail a member of struct statfs ... no
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 ... yes
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 ... yes
iffe: test: getmntinfo uses statvfs -- since when? ... yes
iffe: test: getfsstat uses statvfs -- just in case it is confused like getmntinfo ... yes
iffe: test: cat{ ... }end ... yes
iffe: test: stat.st_fstype is a string ... yes
iffe: test: stat.st_fstype is an int ... yes
iffe: test: stat.st_spare1 is an int ... yes
iffe: test: stat.st_spare4 is an array ... yes
iffe: test: stat.st_extra is an array ... yes
iffe: test: stat.st_pad4 is an array ... yes
+ cmp -s FEATURE/fs ast_fs.h 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Icomp -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/include -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std  -static ' run /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/fcntl.c ...
In file included from ./e5.b24862.c:54:
./FEATURE/lib:5:1: error: expected identifier or '('
4
^
In file included from ./e5.b24862.c:76:
./FEATURE/fs:67:1: error: expected identifier or '('
3
^
2 errors generated.
iffe: test: capture output of /data/scratch/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 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/nl_types
1
2
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 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/syscall
1
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/ccode
1
iffe: test: is sys/types.h a header ... yes
iffe: test: output{ ... }end ... no
+ cmp -s FEATURE/ccode ast_ccode.h 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/time
1
2
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 ... yes
iffe: test: is time_t a type or typedef ... yes
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 2>/dev/null
+ rm -f ast_time.h
+ silent test -d .
+ /bin/cp FEATURE/time ast_time.h
+ cc -o lcgen /data/scratch/shells/static-ast-ksh/work/src/lib/libast/port/lcgen.c
/data/scratch/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++);
               ~~~~~^~~~~~
/data/scratch/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++);
                    ^
               (          )
/data/scratch/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++);
                    ^
                    ==
/data/scratch/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))
               ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/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))
                 ^
               (                                 )
/data/scratch/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))
                 ^
                 ==
/data/scratch/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]))
                            ~~^~~~~~~~~~~~~~~~~~
/data/scratch/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]))
                              ^
                            (                   )
/data/scratch/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]))
                              ^
                              ==
/data/scratch/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)
                                            ~~^~~~
/data/scratch/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)
                                              ^
                                            (     )
/data/scratch/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)
                                              ^
                                              ==
/data/scratch/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]))
                            ~~^~~~~~~~~~~~~~~~~~
/data/scratch/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]))
                              ^
                            (                   )
/data/scratch/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.
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/preroot.sh ...
iffe: test: capture output of /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/preroot.sh ... yes
+ cmp -s FEATURE/preroot preroot.h 2>/dev/null
+ rm -f preroot.h
+ silent test -d .
+ /bin/cp FEATURE/preroot preroot.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/prog
1
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 ... no
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/sig.sh ...
iffe: test: capture output of /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/sig.sh ... yes
+ cmp -s FEATURE/sig sig.h 2>/dev/null
+ rm -f sig.h
+ silent test -d .
+ /bin/cp FEATURE/sig sig.h
+ cmp -s FEATURE/standards ast_standards.h 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/locale
1
iffe: test: is sys/types.h a header ... yes
iffe: test: canonical UTF-8 name ... yes
+ cmp -s FEATURE/tty ast_tty.h 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/sfio
1
iffe: test: is sys/types.h a header ... yes
2
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 -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast  -static ' run /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/align.c ...
In file included from ./e5.b13587.c:54:
./FEATURE/common:5:1: error: expected identifier or '('
2
^
In file included from ./e5.b13587.c:56:
/usr/include/setjmp.h:70:27: error: expected identifier
int     sigsetjmp(sigjmp_buf, int)      __RENAME(__sigsetjmp14) __returns_twice;
                              ^
/usr/include/setjmp.h:71:29: error: expected identifier
void    siglongjmp(sigjmp_buf, int)      __RENAME(__siglongjmp14) __dead;
                               ^
./e5.b13587.c:64:2: error: unknown type name 'intmax_t'
        intmax_t                u5;
        ^
./e5.b13587.c:65:2: error: unknown type name 'uintmax_t'
        uintmax_t               u6;
        ^
./e5.b13587.c:66:2: error: unknown type name '_ast_fltmax_t'
        _ast_fltmax_t           u7;
        ^
6 errors generated.
iffe: test: capture output of /data/scratch/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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/siglist
1
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 -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast  -static ' run /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/signal.c ...
In file included from ./Fe5.b8851.c:52:
./FEATURE/standards:5:1: error: expected identifier or '('
3
^
In file included from ./Fe5.b8851.c:295:
./FEATURE/siglist:8:1: error: expected '}'
3
^
./Fe5.b8851.c:70:1: note: to match this '{'
{
^
2 errors generated.
iffe: test: capture output of /data/scratch/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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/wait
1
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 ... yes
+ cmp -s FEATURE/wait ast_wait.h 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/tmlib
1
2
3
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/tvlib
1
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/errno
1
iffe: test: is sys/types.h a header ... yes
iffe: test: sys_nerr in default libs ... yes
iffe: test: sys_nerr declared in errno.h ... yes
iffe: test: sys_errlist in default libs ... yes
iffe: test: sys_errlist declared in errno.h ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/vfork
1
2
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 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/hack
1
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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/omitted
1
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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/namval.h ast_namval.h 2>/dev/null
+ rm -f ast_namval.h
+ silent test -d .
+ /bin/cp /data/scratch/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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/uwin
1
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 2>/dev/null
+ 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 -KPIC -D_BLD_ast -O   -static ' run /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/libpath.sh ...
iffe: test: capture output of /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/libpath.sh ... yes
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/asometh
1
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 -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/a64l.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/a64l.c:22:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making a64l.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/acosh.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/acosh.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making acosh.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/asinh.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/asinh.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making asinh.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/atanh.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/atanh.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making atanh.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/cbrt.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/cbrt.c:22:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making cbrt.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Icomp -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/include -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/crypt.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/crypt.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making crypt.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/erf.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/erf.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making erf.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/exp.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/exp.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making exp.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/exp__E.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/exp__E.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making exp__E.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/expm1.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/expm1.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making expm1.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/gamma.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/gamma.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making gamma.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/lgamma.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/lgamma.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making lgamma.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/log.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/log.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making log.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/log1p.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/log1p.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making log1p.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/log__L.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/log__L.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making log__L.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/rand48.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/rand48.c:22:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making rand48.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/random.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/random.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making random.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/rint.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/rint.c:22:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making rint.o
+ cc -D_BLD_DLL -KPIC -D_BLD_ast -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast -Iuwin -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin -Istd -I/data/scratch/shells/static-ast-ksh/work/src/lib/libast/std -c /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/support.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libast/uwin/support.c:1:
./FEATURE/uwin:5:1: error: expected identifier or '('
2
^
1 error generated.
mamake [lib/libast]: *** exit code 1 making support.o
+ test '' = man/LIBAST.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/LIBAST.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/LIBAST.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/LIBAST.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/LIBAST.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/LIBAST.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/LIBAST.3
+ test '' = man/aso.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/aso.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/aso.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/aso.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/aso.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/aso.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/aso.3
+ test '' = man/ast.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/ast.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ast.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ast.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ast.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/ast.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ast.3
+ test '' = man/astsa.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/astsa.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/astsa.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/astsa.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/astsa.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/astsa.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/astsa.3
+ test '' = man/cdt.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/cdt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/cdt.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/cdt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/cdt.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/cdt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/cdt.3
+ test '' = man/chr.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/chr.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/chr.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/chr.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/chr.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/chr.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/chr.3
+ test '' = man/compat.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/compat.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/compat.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/compat.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/compat.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/compat.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/compat.3
+ test '' = man/error.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/error.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/error.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/error.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/error.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/error.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/error.3
+ test '' = man/find.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/find.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/find.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/find.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/find.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/find.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/find.3
+ test '' = man/fmt.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/fmt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmt.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmt.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/fmt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmt.3
+ test '' = man/fmtls.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/fmtls.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmtls.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmtls.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmtls.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/fmtls.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fmtls.3
+ test '' = man/fs3d.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/fs3d.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fs3d.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fs3d.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fs3d.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/fs3d.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/fs3d.3
+ test '' = man/ftwalk.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/ftwalk.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ftwalk.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ftwalk.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ftwalk.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/ftwalk.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ftwalk.3
+ test '' = man/getcwd.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/getcwd.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/getcwd.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/getcwd.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/getcwd.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/getcwd.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/getcwd.3
+ test '' = man/hash.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/hash.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/hash.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/hash.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/hash.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/hash.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/hash.3
+ test '' = man/iblocks.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/iblocks.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/iblocks.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/iblocks.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/iblocks.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/iblocks.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/iblocks.3
+ test '' = man/int.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/int.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/int.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/int.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/int.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/int.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/int.3
+ test '' = man/ip6.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/ip6.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ip6.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ip6.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ip6.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/ip6.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/ip6.3
+ test '' = man/magic.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/magic.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/magic.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/magic.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/magic.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/magic.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/magic.3
+ test '' = man/mem.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/mem.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mem.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mem.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mem.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/mem.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mem.3
+ test '' = man/mime.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/mime.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mime.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mime.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mime.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/mime.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/mime.3
+ test '' = man/modecanon.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/modecanon.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/modecanon.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/modecanon.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/modecanon.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/modecanon.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/modecanon.3
+ test '' = man/optget.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/optget.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/optget.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/optget.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/optget.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/optget.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/optget.3
+ test '' = man/path.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/path.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/path.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/path.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/path.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/path.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/path.3
+ test '' = man/preroot.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/preroot.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/preroot.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/preroot.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/preroot.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/preroot.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/preroot.3
+ test '' = man/proc.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/proc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/proc.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/proc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/proc.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/proc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/proc.3
+ test '' = man/re.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/re.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/re.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/re.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/re.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/re.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/re.3
+ test '' = man/regex.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/regex.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/regex.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/regex.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/regex.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/regex.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/regex.3
+ test '' = man/setenviron.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/setenviron.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/setenviron.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/setenviron.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/setenviron.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/setenviron.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/setenviron.3
+ test '' = man/sfdisc.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/sfdisc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfdisc.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfdisc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfdisc.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/sfdisc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfdisc.3
+ test '' = man/sfio.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/sfio.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfio.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfio.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfio.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/sfio.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sfio.3
+ test '' = man/sig.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/sig.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sig.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sig.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sig.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/sig.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/sig.3
+ test '' = man/spawnveg.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/spawnveg.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/spawnveg.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/spawnveg.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/spawnveg.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/spawnveg.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/spawnveg.3
+ test '' = man/stak.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stak.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stak.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stak.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stak.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stak.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stak.3
+ test '' = man/stk.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stk.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stk.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stk.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stk.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stk.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stk.3
+ test '' = man/strcopy.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strcopy.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strcopy.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strcopy.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strcopy.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strcopy.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strcopy.3
+ test '' = man/strdup.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strdup.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strdup.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strdup.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strdup.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strdup.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strdup.3
+ test '' = man/strelapsed.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strelapsed.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strelapsed.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strelapsed.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strelapsed.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strelapsed.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strelapsed.3
+ test '' = man/strerror.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strerror.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strerror.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strerror.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strerror.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strerror.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strerror.3
+ test '' = man/stresc.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stresc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stresc.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stresc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stresc.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stresc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stresc.3
+ test '' = man/streval.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/streval.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/streval.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/streval.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/streval.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/streval.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/streval.3
+ test '' = man/strgid.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strgid.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strgid.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strgid.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strgid.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strgid.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strgid.3
+ test '' = man/strmatch.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strmatch.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strmatch.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strmatch.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strmatch.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strmatch.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strmatch.3
+ test '' = man/stropt.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stropt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stropt.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stropt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stropt.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/stropt.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/stropt.3
+ test '' = man/strperm.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strperm.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strperm.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strperm.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strperm.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strperm.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strperm.3
+ test '' = man/strsignal.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strsignal.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsignal.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsignal.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsignal.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strsignal.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsignal.3
+ test '' = man/strsort.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strsort.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsort.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsort.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsort.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strsort.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strsort.3
+ test '' = man/strtape.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strtape.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strtape.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strtape.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strtape.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strtape.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strtape.3
+ test '' = man/strton.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strton.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strton.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strton.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strton.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/strton.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/strton.3
+ test '' = man/struid.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/struid.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/struid.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/struid.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/struid.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/struid.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/struid.3
+ test '' = man/swap.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/swap.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/swap.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/swap.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/swap.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/swap.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/swap.3
+ test '' = man/tab.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tab.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tab.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tab.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tab.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tab.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tab.3
+ test '' = man/tm.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tm.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tm.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tm.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tm.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tm.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tm.3
+ test '' = man/tmx.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tmx.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tmx.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tmx.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tmx.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tmx.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tmx.3
+ test '' = man/tok.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tok.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tok.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tok.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tok.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tok.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tok.3
+ test '' = man/touch.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/touch.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/touch.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/touch.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/touch.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/touch.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/touch.3
+ test '' = man/tv.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tv.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tv.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tv.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tv.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/tv.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/tv.3
+ test '' = man/vecargs.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/vecargs.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vecargs.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vecargs.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vecargs.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/vecargs.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vecargs.3
+ test '' = man/vmalloc.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/vmalloc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vmalloc.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vmalloc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vmalloc.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/man/vmalloc.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/vmalloc.3
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/ast_getopt.h >1.26199.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_getopt.h 1.26199.x 2>/dev/null
+ mv 1.26199.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_getopt.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_namval.h >1.18079.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_namval.h 1.18079.x 2>/dev/null
+ mv 1.18079.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_namval.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/ast_windows.h >1.12521.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_windows.h 1.12521.x 2>/dev/null
+ mv 1.12521.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_windows.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/find.h >1.21743.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/find.h 1.21743.x 2>/dev/null
+ mv 1.21743.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/find.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/fs3d.h >1.24721.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/fs3d.h 1.24721.x 2>/dev/null
+ mv 1.24721.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/fs3d.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp/getopt.h >1.26862.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/getopt.h 1.26862.x 2>/dev/null
+ mv 1.26862.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/getopt.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/glob.h >1.17150.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/glob.h 1.17150.x 2>/dev/null
+ mv 1.17150.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/glob.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/hash.h >1.12392.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/hash.h 1.12392.x 2>/dev/null
+ mv 1.12392.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/hash.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/hashkey.h >1.25662.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/hashkey.h 1.25662.x 2>/dev/null
+ mv 1.25662.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/hashkey.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/hashpart.h >1.2714.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/hashpart.h 1.2714.x 2>/dev/null
+ mv 1.2714.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/hashpart.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/ip6.h >1.5654.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ip6.h 1.5654.x 2>/dev/null
+ mv 1.5654.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ip6.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/mnt.h >1.13924.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/mnt.h 1.13924.x 2>/dev/null
+ mv 1.13924.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/mnt.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/modecanon.h >1.20005.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/modecanon.h 1.20005.x 2>/dev/null
+ mv 1.20005.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/modecanon.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/modex.h >1.27604.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/modex.h 1.27604.x 2>/dev/null
+ mv 1.27604.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/modex.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/namval.h >1.2352.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/namval.h 1.2352.x 2>/dev/null
+ mv 1.2352.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/namval.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp/re_comp.h >1.21833.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/re_comp.h 1.21833.x 2>/dev/null
+ mv 1.21833.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/re_comp.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/comp/regexp.h >1.12022.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/regexp.h 1.12022.x 2>/dev/null
+ mv 1.12022.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/regexp.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/sfio_s.h >1.16710.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/sfio_s.h 1.16710.x 2>/dev/null
+ mv 1.16710.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/sfio_s.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/shcmd.h >1.24855.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/shcmd.h 1.24855.x 2>/dev/null
+ mv 1.24855.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/shcmd.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/stack.h >1.7496.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/stack.h 1.7496.x 2>/dev/null
+ mv 1.7496.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/stack.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/tar.h >1.9727.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/tar.h 1.9727.x 2>/dev/null
+ mv 1.9727.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/tar.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/usage.h >1.22503.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/usage.h 1.22503.x 2>/dev/null
+ mv 1.22503.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/usage.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/vdb.h >1.8512.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/vdb.h 1.8512.x 2>/dev/null
+ mv 1.8512.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/vdb.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/include/vecargs.h >1.12671.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/vecargs.h 1.12671.x 2>/dev/null
+ mv 1.12671.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/vecargs.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/std/nl_types.h >1.10577.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/nl_types.h 1.10577.x 2>/dev/null
+ mv 1.10577.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/nl_types.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/std/stdio.h >1.22067.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/stdio.h 1.22067.x 2>/dev/null
+ mv 1.22067.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/stdio.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' /data/scratch/shells/static-ast-ksh/work/src/lib/libast/std/wchar.h >1.9412.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/wchar.h 1.9412.x 2>/dev/null
+ mv 1.9412.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/wchar.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' preroot.h >1.2006.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/preroot.h 1.2006.x 2>/dev/null
+ mv 1.2006.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/preroot.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' sig.h >1.18554.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/sig.h 1.18554.x 2>/dev/null
+ mv 1.18554.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/sig.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_api.h >1.7339.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_api.h 1.7339.x 2>/dev/null
+ mv 1.7339.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_api.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_ccode.h >1.19159.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_ccode.h 1.19159.x 2>/dev/null
+ mv 1.19159.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_ccode.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_fs.h >1.27662.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_fs.h 1.27662.x 2>/dev/null
+ mv 1.27662.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_fs.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_lib.h >1.19243.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_lib.h 1.19243.x 2>/dev/null
+ mv 1.19243.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_lib.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_mmap.h >1.24010.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_mmap.h 1.24010.x 2>/dev/null
+ mv 1.24010.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_mmap.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/ndbm
1
iffe: test: is sys/types.h a header ... yes
iffe: test: is -ldb a library ... no
iffe: test: sleepycat ndbm compatibility ... yes
+ cmp -s FEATURE/ndbm ast_ndbm.h 2>/dev/null
+ rm -f ast_ndbm.h
+ silent test -d .
+ /bin/cp FEATURE/ndbm ast_ndbm.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_ndbm.h >1.27081.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_ndbm.h 1.27081.x 2>/dev/null
+ mv 1.27081.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_ndbm.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_time.h >1.4152.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_time.h 1.4152.x 2>/dev/null
+ mv 1.4152.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_time.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_tty.h >1.25201.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_tty.h 1.25201.x 2>/dev/null
+ mv 1.25201.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_tty.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_vfork.h >1.25581.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_vfork.h 1.25581.x 2>/dev/null
+ mv 1.25581.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_vfork.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_wait.h >1.29455.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_wait.h 1.29455.x 2>/dev/null
+ mv 1.29455.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_wait.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_standards.h >1.17493.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_standards.h 1.17493.x 2>/dev/null
+ mv 1.17493.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_standards.h
+ iffe -v -X ast -X std -c 'cc -D_BLD_DLL -KPIC -D_BLD_ast -O   -static ' run /data/scratch/shells/static-ast-ksh/work/src/lib/libast/features/sizeof
1
iffe: test: is sys/types.h a header ... yes
iffe: test: sizeof(integral-type) ... no
+ cmp -s FEATURE/sizeof ast_sizeof.h 2>/dev/null
+ rm -f ast_sizeof.h
+ silent test -d .
+ /bin/cp FEATURE/sizeof ast_sizeof.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_sizeof.h >1.22033.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_sizeof.h 1.22033.x 2>/dev/null
+ mv 1.22033.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_sizeof.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_nl_types.h >1.19566.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_nl_types.h 1.19566.x 2>/dev/null
+ mv 1.19566.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/ast_nl_types.h
+ silent test '!' -d /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/file
+ mkdir -p /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/file
+ test '' = misc/magic.tab
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/lib/libast/misc/magic.tab /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/file/magic 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/file/magic /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/file/magic.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libast/misc/magic.tab /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/file/magic
mamake: *** exit code 1 making lib/libast
+ mamake -C lib/libdll -k LDFLAGS=-static install
+ set -
+ iffe -v -c 'cc -D_BLD_DLL -KPIC -O   -static ' ref -L. -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -last ':' run /data/scratch/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
1
2
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 ... yes
iffe: test: is dllload a library function ... yes
iffe: test: is loadbind a library function ... yes
iffe: test: is shl_load a library function ... yes
iffe: test: link{ ... }end ... yes
iffe: test: run{ ... }end ... yes
iffe: test: output{ ... }end ... yes
+ cmp -s FEATURE/dll dlldefs.h 2>/dev/null
+ rm -f dlldefs.h
+ silent test -d .
+ cp FEATURE/dll dlldefs.h
+ cc -D_BLD_DLL -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dlfcn.c
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllopen.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllopen.c:26:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllfind.c
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllplug.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllplug.c:26:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dll_lib.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dll_lib.c:26:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllnext.c
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dlllook.c
/data/scratch/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 -KPIC -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_dll -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllscan.c
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllcheck.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllcheck.c:26:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libdll -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_dll -c /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllerror.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libdll/dllerror.c:26:
/data/scratch/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 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dll 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dll /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dll.old 2>/dev/null
+ true
+ /bin/cp dll.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/dll
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1997,author=gsf' dlldefs.h >1.17717.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/dlldefs.h 1.17717.x 2>/dev/null
+ mv 1.17717.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/dlldefs.h
mamake: *** exit code 1 making lib/libdll
+ mamake -C lib/libcoshell -k LDFLAGS=-static install
+ set -
+ cc -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coopen.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coopen.c:28:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coclose.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coclose.c:28:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coinit.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coinit.c:33:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coexec.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coexec.c:28:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/costash.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/costash.c:26:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/cowait.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/cowait.c:29:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/cokill.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/cokill.c:32:
/data/scratch/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 -KPIC -O   -static ' ref -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/cosync.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/cosync.c:33:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coquote.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coquote.c:29:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/codata.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/codata.c:28:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coexport.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coexport.c:28:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/procrun.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/procrun.c:28:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_coshell -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/system.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/system.c:28:
/data/scratch/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
+ cp /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/ignore.sh ignore
+ silent test -w ignore -a -x ignore
+ chmod u+w,+x ignore
+ cp /data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coshell.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/coshell.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/coshell.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/coshell.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coshell.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/coshell.3
+ test '' = coshell.req
+ /usr/bin/cmp -s coshell.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/coshell 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/coshell /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/coshell.old 2>/dev/null
+ true
+ /bin/cp coshell.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/coshell
+ test '' = ignore
+ /usr/bin/cmp -s ignore /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ignore 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ignore /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ignore.old 2>/dev/null
+ true
+ /bin/cp ignore /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/ignore
+ test '' = silent
+ /usr/bin/cmp -s silent /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/silent 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/silent /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/silent.old 2>/dev/null
+ true
+ /bin/cp silent /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/bin/silent
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1990,author=gsf' /data/scratch/shells/static-ast-ksh/work/src/lib/libcoshell/coshell.h >1.7308.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/coshell.h 1.7308.x 2>/dev/null
+ mv 1.7308.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/coshell.h
mamake: *** exit code 1 making lib/libcoshell
+ mamake -C lib/libsum -k LDFLAGS=-static install
+ set -
+ iffe -v -c 'cc -KPIC -O   -static ' ref -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -last ':' run /data/scratch/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
1
iffe: test: is md4.h a header ... yes
iffe: test: is -lmd a library ... no
iffe: test: is MD4Init a library function ... yes
iffe: test: is md5.h a header ... yes
iffe: test: is MD5Init a library function ... yes
iffe: test: is sha1.h a header ... yes
iffe: test: is SHA1Init a library function ... yes
iffe: test: is sha2.h a header ... yes
iffe: test: is SHA2Init a library function ... yes
+ cc -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libsum -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libsum/sumlib.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libsum/sumlib.c:36:
/data/scratch/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 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/sum 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/sum /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/sum.old 2>/dev/null
+ true
+ /bin/cp sum.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/sum
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1996,author=gsf' /data/scratch/shells/static-ast-ksh/work/src/lib/libsum/sum.h >1.2903.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/sum.h 1.2903.x 2>/dev/null
+ mv 1.2903.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/sum.h
mamake: *** exit code 1 making lib/libsum
+ mamake -C lib/libcmd -k LDFLAGS=-static install
+ set -
+ iffe -v -c 'cc -D_BLD_DLL -KPIC -O   -static ' ref -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -lutil -last ':' run /data/scratch/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 ... yes
1
iffe: test: lchmod implemented ... yes
iffe: test: lchown implemented ... yes
+ iffe -v -c 'cc -D_BLD_DLL -KPIC -O   -static ' ref -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -lutil -last ':' run /data/scratch/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 ... yes
1
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 -KPIC -O   -static ' ref -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -lutil -last ':' run /data/scratch/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 ... yes
1
iffe: test: is endgrent a library function ... yes
iffe: test: is getgrent a library function ... yes
iffe: test: is setgrent a library function ... yes
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 ... yes
iffe: test: is getfsgid a library function ... yes
iffe: test: is isfsg a library function ... yes
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 -KPIC -O   -static ' ref -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -lutil -last ':' run /data/scratch/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 ... yes
1
iffe: test: is getdomainname a library function ... yes
iffe: test: is gethostid a library function ... yes
iffe: test: is gethostname a library function ... yes
iffe: test: is sethostname a library function ... yes
iffe: test: is syscall a library function ... yes
iffe: test: is systeminfo a library function ... yes
iffe: test: is uname a library function ... yes
iffe: test: is syssgi a library function ... yes
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 ... no
+ using redirections: >1.1414.h do
+ cat <<...
+ sort -u
+ sed -e '/^b_[a-z_][a-z_0-9]*(/!d' -e 's/^b_//' -e 's/(.*//' -e 's/.*/extern int	b_&(int, char**, Shbltin_t*);/' /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cmdinit.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/basename.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cat.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chgrp.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chmod.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chown.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cksum.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cmp.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/comm.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cp.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cut.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/dirname.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/date.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/expr.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fds.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fmt.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fold.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/getconf.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/head.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/id.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/join.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/ln.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/logname.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/md5sum.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mkdir.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mkfifo.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mktemp.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mv.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/paste.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/pathchk.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/pids.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rev.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rm.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rmdir.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/stty.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/sum.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/sync.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tail.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tee.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tty.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/uname.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/uniq.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/vmstate.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/wc.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/revlib.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/wclib.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fts_fix.c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/lib.c
+ done
+ cmp -s 1.1414.h cmdext.h 2>/dev/null
+ mv 1.1414.h cmdext.h
+ cc -D_BLD_DLL -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cmdinit.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cmdinit.c:26:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/basename.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/basename.c:67:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cat.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cat.c:30:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chgrp.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chgrp.c:106:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chmod.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chmod.c:136:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chown.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/chown.c:32:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cksum.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cksum.c:112:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cmp.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cmp.c:78:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/comm.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/comm.c:59:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cp.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cp.c:133:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cut.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cut.c:78:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/dirname.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/dirname.c:64:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/date.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/date.c:197:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/expr.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/expr.c:113:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fds.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fds.c:36:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fmt.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fmt.c:51:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fold.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fold.c:77:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/getconf.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/getconf.c:123:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/head.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/head.c:68:
/data/scratch/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 -KPIC -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/id.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/id.c:62:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/join.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/join.c:93:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/ln.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/ln.c:29:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/logname.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/logname.c:50:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/md5sum.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/md5sum.c:29:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mkdir.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mkdir.c:59:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mkfifo.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mkfifo.c:49:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mktemp.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mktemp.c:63:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mv.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/mv.c:29:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/paste.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/paste.c:72:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/pathchk.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/pathchk.c:77:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/pids.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/pids.c:49:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rev.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rev.c:54:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rm.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rm.c:70:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rmdir.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/rmdir.c:54:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/stty.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/stty.c:63:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/sum.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/sum.c:29:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/sync.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/sync.c:50:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tail.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tail.c:102:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tee.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tee.c:55:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tty.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/tty.c:50:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast '-DERROR_CATALOG="libcmd"' '-DHOSTTYPE="netbsd.amd64"' -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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/uname.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/uname.c:80:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/uniq.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/uniq.c:74:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/vmstate.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/vmstate.c:51:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/wc.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/wc.c:68:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/revlib.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/revlib.c:26:
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -D_BLD_cmd -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/wclib.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/wclib.c:29:
/data/scratch/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
/usr/bin/ar: two different operation options specified
mamake [lib/libcmd]: *** exit code 1 making sumlib.o
+ cc -D_BLD_DLL -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/fts_fix.c
/data/scratch/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 -KPIC -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/lib/libcmd -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_cmd -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/lib.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/lib.c:23:
/data/scratch/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 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/cmd 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/cmd /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/cmd.old 2>/dev/null
+ true
+ /bin/cp cmd.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/cmd
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1992,author=gsf+dgk' /data/scratch/shells/static-ast-ksh/work/src/lib/libcmd/cmd.h >1.28322.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/cmd.h 1.28322.x 2>/dev/null
+ mv 1.28322.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/cmd.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1992,author=gsf+dgk' cmdext.h >1.5004.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/cmdext.h 1.5004.x 2>/dev/null
+ mv 1.5004.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/cmdext.h
+ using redirections: >1.4135.h do
+ cat <<...
+ sed -e '/^b_[a-z_][a-z_0-9]*(/!d' -e 's/^b_//' -e 's/(.*//' -e+  's/.*/CMDLIST(&)/'
sort -u
+ done
+ cmp -s 1.4135.h cmdlist.h 2>/dev/null
+ mv 1.4135.h cmdlist.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1992,author=gsf+dgk' cmdlist.h >1.15119.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/cmdlist.h 1.15119.x 2>/dev/null
+ mv 1.15119.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/cmdlist.h
mamake: *** exit code 1 making lib/libcmd
+ mamake -C cmd/ksh93 -k LDFLAGS=-static install
+ set -
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
2
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 ... yes
iffe: test: is free_execattr a library function ... yes
iffe: test: is unistd.h a header ... yes
iffe: test: is nice a symbol that needs a prototype ... yes
iffe: test: is setreuid a symbol that needs a prototype ... yes
iffe: test: is setregid a symbol that needs a prototype ... yes
+ cc -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_BLD_shell -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/pmain.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/pmain.c:22:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/time
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/dynamic
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
iffe: test: cat{ ... }end ... yes
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/options
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
iffe: test: cross{ ... }end ... no
iffe: test: cat{ ... }end ... yes
+ iffe -v -c 'cc  -O   -static ' ref -L. -L/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/sigfeatures
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
iffe: test: is sigblock a library function ... yes
iffe: test: is sigrelse a library function ... yes
iffe: test: is sigsetmask a library function ... yes
iffe: test: is sigprocmask a library function ... yes
iffe: test: is sigvec a library function ... 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 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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/setjmp
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
iffe: test: is sigsetjmp a library function ... yes
iffe: test: is _setjmp a library function ... yes
iffe: test: is _longjmp a library function ... 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 setjmp.h a header ... yes
iffe: test: is sigjmp_buf a type or typedef ... no
iffe: test: cat{ ... }end ... yes
+ cc -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/alarm.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/alarm.c:29:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' def acct
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cd_pwd.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cd_pwd.c:32:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cflow.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/cflow.c:33:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/deparse.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/deparse.c:29:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/enum.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/enum.c:21:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/getopts.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/getopts.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/ttys
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/locale
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/hist.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/hist.c:21:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/misc.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/misc.c:39:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/print.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/print.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/read.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/poll
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
iffe: test: is -lnsl a library ... no
iffe: test: is -lsocket a library ... no
2
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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/sleep.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/sleep.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/trap.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/trap.c:32:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/test.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/test.c:31:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/typeset.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/typeset.c:36:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/rlimits
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/ulimit.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/umask.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/whence.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/whence.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' def execargs
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' def pstat
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/main.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvdisc.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvdisc.c:26:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtype.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtype.c:26:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/arith.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/arith.c:27:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/args.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/args.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/array.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/array.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/completion.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/completion.c:26:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/defs.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/defs.c:26:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/cmds
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
iffe: test: is -lcmd a library ... no
iffe: test: is -lcoshell a library ... no
iffe: test: is -ldll a library ... no
1
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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/edit.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/expand.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/expand.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/regress.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/bltins/regress.c:32:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/fault.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/fault.c:29:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -c /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/fcin.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/history.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/init.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/init.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/io.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/io.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/jobs.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/jobs.c:32:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/lex.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/macro.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/macro.c:34:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/name.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/name.c:28:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtree.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/nvtree.c:30:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/parse.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/parse.c:32:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/path.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/path.c:27:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/string.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/streval.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/streval.c:32:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/subshell.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/subshell.c:29:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/tdump.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/tdump.c:29:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/timers.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/trestore.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/trestore.c:29:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/waitevent.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/waitevent.c:22:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/xec.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/xec.c:29:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/env.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -D_API_ast=20100309 -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/limits.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/msg.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include -ldll -lcoshell -lcmd -lutil -last -lm ':' run /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/math.sh /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/math.tab
iffe: test: is sys/types.h a header ... yes
iffe: test: is -lm a library ... yes
iffe: test: is -last a library ... no
iffe: test: is -lutil a library ... yes
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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/math.sh ...
iffe: test: capture output of /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/features/math.sh ... cannot run
mamake [cmd/ksh93]: *** exit code 1 making FEATURE/math
+ cc -O -I. -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/testops.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/keywords.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/keywords.c:21:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/options.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/options.c:22:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/signals.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/signals.c:20:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/aliases.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/aliases.c:21:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/builtins.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/builtins.c:23:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/variables.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -DSHOPT_BRACEPAT -DSHOPT_TYPEDEF -DSHOPT_NAMESPACE -DSHOPT_MULTIBYTE -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_PFSH -c /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/data/lexstates.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/emacs.c
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/vi.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/vi.c:33:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/hexpand.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/edit/hexpand.c:35:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/shcomp.c
In file included from /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/shcomp.c:61:
/data/scratch/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/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93 -Iinclude -I/data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include -I/data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast -DERROR_CONTEXT_T=Error_context_t -D_API_ast=20100309 -D_PACKAGE_ast -c /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh/suid_exec.c
/data/scratch/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 /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh.1 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man1/sh.1 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man1/sh.1 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man1/sh.1.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/sh.1 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man1/sh.1
+ test '' = shell.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/shell.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/shell.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/shell.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/shell.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/shell.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/shell.3
+ test '' = nval.3
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/nval.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/nval.3 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/nval.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/nval.3.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/nval.3 /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/man/man3/nval.3
+ test '' = shell.req
+ /usr/bin/cmp -s shell.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/shell 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/shell /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/shell.old 2>/dev/null
+ true
+ /bin/cp shell.req /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/lib/lib/shell
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1982,author=dgk' /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include/nval.h >1.29064.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/nval.h 1.29064.x 2>/dev/null
+ mv 1.29064.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/nval.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1982,author=dgk' /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include/shell.h >1.21914.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/shell.h 1.21914.x 2>/dev/null
+ mv 1.21914.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/shell.h
+ proto -p -s -l /data/scratch/shells/static-ast-ksh/work/lib/package/ast.lic '-o since=1982,author=dgk' /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/include/history.h >1.24413.x
+ cmp -s /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/history.h 1.24413.x 2>/dev/null
+ mv 1.24413.x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/include/ast/history.h
+ test '' = fun/dirs
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/fun/dirs /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/dirs 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/dirs /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/dirs.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/fun/dirs /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/dirs
+ chmod ugo+x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/dirs
+ test '' = fun/popd
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/fun/popd /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/popd 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/popd /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/popd.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/fun/popd /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/popd
+ chmod ugo+x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/popd
+ test '' = fun/pushd
+ /usr/bin/cmp -s /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/fun/pushd /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/pushd 2>/dev/null
+ /bin/mv /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/pushd /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/pushd.old 2>/dev/null
+ true
+ /bin/cp /data/scratch/shells/static-ast-ksh/work/src/cmd/ksh93/fun/pushd /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/pushd
+ chmod ugo+x /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64/fun/pushd
mamake: *** exit code 1 making cmd/ksh93
package: make done  at Fri Mar 30 20:16:57 UTC 2018 in /data/scratch/shells/static-ast-ksh/work/arch/netbsd.amd64