Last 1000 lines of build log: In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:32:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libroff.h:79:8: note: previous declaration of 'eqn_read' was here void eqn_read(struct eqn_node *, const char *); ^ --- man.lo --- *** [man.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- eqn.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:331:1: error: conflicting types for 'eqn_alloc' eqn_alloc(int pos, int line, struct mparse *parse) ^ In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:32:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libroff.h:75:18: note: previous declaration of 'eqn_alloc' was here struct eqn_node *eqn_alloc(struct mparse *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_alloc': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:338:3: error: 'struct eqn_node' has no member named 'eqn' p->eqn.ln = line; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:339:3: error: 'struct eqn_node' has no member named 'eqn' p->eqn.pos = pos; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_next': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:378:4: error: 'struct eqn_node' has no member named 'rew' ep->rew = ep->cur; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:378:14: error: 'struct eqn_node' has no member named 'cur' ep->rew = ep->cur; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:384:9: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, NULL); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:384:21: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, NULL); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:388:4: error: 'struct eqn_node' has no member named 'cur' ep->cur = ep->rew; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:388:14: error: 'struct eqn_node' has no member named 'rew' ep->cur = ep->rew; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:389:27: error: 'struct eqn_node' has no member named 'cur' start = &ep->data[(int)ep->cur]; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:396:5: error: 'struct eqn_node' has no member named 'cur' ep->cur++; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:400:27: error: 'struct eqn_node' has no member named 'cur' start = &ep->data[(int)ep->cur]; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:415:5: error: 'struct eqn_node' has no member named 'cur' ep->cur += *sz; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:417:6: error: 'struct eqn_node' has no member named 'cur' ep->cur++; ^ --- html.lo --- *** [html.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- mdoc_state.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:69:26: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok, struct mdoc_arg *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:71:9: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:73:26: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok, struct roff_node *); ^ --- eqn.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:418:33: error: 'struct eqn_node' has no member named 'cur' while (' ' == ep->data[(int)ep->cur] || ^ --- mdoc_state.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:84:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] struct mdoc_arg **, int *, char *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:86:24: warning: 'enum roff_tok' declared inside parameter list [enabled by default] int *, char *, enum roff_tok, char **); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/mdoc_state.c:39:45: error: 'MDOC_MAX' undeclared here (not in a function) static const state_handler __state_handlers[MDOC_MAX - MDOC_Dd] = { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/mdoc_state.c:39:56: error: 'MDOC_Dd' undeclared here (not in a function) static const state_handler __state_handlers[MDOC_MAX - MDOC_Dd] = { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/mdoc_state.c: In function 'mdoc_state': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/mdoc_state.c:169:39: error: 'ROFF_MAX' undeclared (first use in this function) if (n->tok == TOKEN_NONE || n->tok < ROFF_MAX) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/mdoc_state.c:169:39: note: each undeclared identifier is reported only once for each function it appears in --- eqn_term.lo --- mv eqn_term.lo.o eqn_term.lo --- mdoc_state.lo --- *** [mdoc_state.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- lib.lo --- In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/lib.c:26:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:20:9: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:27:14: note: in expansion of macro 'MACRO_PROT_ARGS' void (*fp)(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:20:9: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:27:14: note: in expansion of macro 'MACRO_PROT_ARGS' void (*fp)(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:20:9: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:65:20: note: in expansion of macro 'MACRO_PROT_ARGS' void mdoc_macro(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:67:26: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok, struct mdoc_arg *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:69:26: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok, struct mdoc_arg *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:71:9: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:73:26: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok, struct roff_node *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:84:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] struct mdoc_arg **, int *, char *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libmdoc.h:86:24: warning: 'enum roff_tok' declared inside parameter list [enabled by default] int *, char *, enum roff_tok, char **); ^ --- eqn.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:419:31: error: 'struct eqn_node' has no member named 'cur' '\t' == ep->data[(int)ep->cur] || ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:420:30: error: 'struct eqn_node' has no member named 'cur' '^' == ep->data[(int)ep->cur] || ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:421:30: error: 'struct eqn_node' has no member named 'cur' '~' == ep->data[(int)ep->cur]) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:422:6: error: 'struct eqn_node' has no member named 'cur' ep->cur++; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:426:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, NULL); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:426:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, NULL); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:429:5: error: 'struct eqn_node' has no member named 'cur' ep->cur += *sz; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:444:29: error: 'struct eqn_node' has no member named 'rew' start = &ep->data[(int)ep->rew]; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_tok_parse': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:499:22: error: 'struct eqn_node' has no member named 'cur' quoted = ep->data[ep->cur] == '"'; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_delim': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:605:9: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "delim"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:605:21: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "delim"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_undef': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:630:9: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "undef"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:630:21: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "undef"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_def': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:651:9: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "define"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:651:21: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "define"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:678:39: error: 'struct eqn_node' has no member named 'cur' start = eqn_next(ep, ep->data[(int)ep->cur], &sz, 0); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:681:9: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "define %s", def->key); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:681:21: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "define %s", def->key); ^ --- att.lo --- mv att.lo.o att.lo --- man_macro.lo --- In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:33:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:27:14: note: in expansion of macro 'MACRO_PROT_ARGS' void (*fp)(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:27:14: note: in expansion of macro 'MACRO_PROT_ARGS' void (*fp)(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:35:25: note: in expansion of macro 'MACRO_PROT_ARGS' static void blk_close(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:36:23: note: in expansion of macro 'MACRO_PROT_ARGS' static void blk_exp(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:37:23: note: in expansion of macro 'MACRO_PROT_ARGS' static void blk_imp(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:38:28: note: in expansion of macro 'MACRO_PROT_ARGS' static void in_line_eoln(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:43:37: error: 'MAN_MAX' undeclared here (not in a function) const struct man_macro __man_macros[MAN_MAX] = { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: In function 'man_unscope': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:104:9: error: 'man_macronames' undeclared (first use in this function) man_macronames[n->tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:104:9: note: each undeclared identifier is reported only once for each function it appears in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:118:30: warning: comparison of distinct pointer types lacks a cast [enabled by default] man_macros[n->tok].fp == blk_exp) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: In function 'rew_scope': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:160:13: error: 'MAN_RS' undeclared (first use in this function) if (tok == MAN_RS && n->child == NULL && ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:161:17: error: 'MAN_P' undeclared (first use in this function) (n->tok == MAN_P || n->tok == MAN_PP || n->tok == MAN_LP)) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:161:36: error: 'MAN_PP' undeclared (first use in this function) (n->tok == MAN_P || n->tok == MAN_PP || n->tok == MAN_LP)) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:161:56: error: 'MAN_LP' undeclared (first use in this function) (n->tok == MAN_P || n->tok == MAN_PP || n->tok == MAN_LP)) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:180:14: error: 'MAN_SH' undeclared (first use in this function) if (tok != MAN_SH && (n->tok == MAN_SH || ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:181:15: error: 'MAN_SS' undeclared (first use in this function) (tok != MAN_SS && (n->tok == MAN_SS || ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:182:30: warning: comparison of distinct pointer types lacks a cast [enabled by default] man_macros[n->tok].fp == blk_exp)))) ^ In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:33:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: At top level: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:194:11: note: in expansion of macro 'MACRO_PROT_ARGS' blk_close(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:20: error: parameter 2 ('tok') has incomplete type enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:194:11: note: in expansion of macro 'MACRO_PROT_ARGS' blk_close(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: In function 'blk_close': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:203:7: error: 'MAN_RE' undeclared (first use in this function) case MAN_RE: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:204:10: error: 'MAN_RS' undeclared (first use in this function) ntok = MAN_RS; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:223:7: error: 'MAN_UE' undeclared (first use in this function) case MAN_UE: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:224:10: error: 'MAN_UR' undeclared (first use in this function) ntok = MAN_UR; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:236:19: error: 'man_macronames' undeclared (first use in this function) line, ppos, man_macronames[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:237:18: error: 'MAN_PP' undeclared (first use in this function) rew_scope(man, MAN_PP); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:246:15: error: 'MAN_LP' undeclared (first use in this function) if (ntok == MAN_LP || ntok == MAN_PP || ntok == MAN_P) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:246:51: error: 'MAN_P' undeclared (first use in this function) if (ntok == MAN_LP || ntok == MAN_PP || ntok == MAN_P) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:248:4: error: type of formal parameter 2 is incomplete blk_imp(man, ntok, line, ppos, pos, buf); ^ In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:33:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: At top level: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:254:9: note: in expansion of macro 'MACRO_PROT_ARGS' blk_exp(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:20: error: parameter 2 ('tok') has incomplete type enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:254:9: note: in expansion of macro 'MACRO_PROT_ARGS' blk_exp(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: In function 'blk_exp': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:271:7: error: 'man_macronames' undeclared (first use in this function) man_macronames[tok], buf + *pos); ^ In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:33:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: At top level: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:284:9: note: in expansion of macro 'MACRO_PROT_ARGS' blk_imp(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:20: error: parameter 2 ('tok') has incomplete type enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:284:9: note: in expansion of macro 'MACRO_PROT_ARGS' blk_imp(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: In function 'blk_imp': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:292:16: error: 'MAN_SH' undeclared (first use in this function) if (n->tok == MAN_SH || n->tok == MAN_SS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:292:36: error: 'MAN_SS' undeclared (first use in this function) if (n->tok == MAN_SH || n->tok == MAN_SS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:312:14: error: 'MAN_TP' undeclared (first use in this function) (tok == MAN_TP || n == man->last)) { ^ In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:33:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: At top level: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:324:14: note: in expansion of macro 'MACRO_PROT_ARGS' in_line_eoln(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:20: error: parameter 2 ('tok') has incomplete type enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:324:14: note: in expansion of macro 'MACRO_PROT_ARGS' in_line_eoln(MACRO_PROT_ARGS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c: In function 'in_line_eoln': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:334:36: error: 'MAN_br' undeclared (first use in this function) if (buf[*pos] != '\0' && (tok == MAN_br || ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:335:14: error: 'MAN_fi' undeclared (first use in this function) tok == MAN_fi || tok == MAN_nf)) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:335:31: error: 'MAN_nf' undeclared (first use in this function) tok == MAN_fi || tok == MAN_nf)) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:338:8: error: 'man_macronames' undeclared (first use in this function) man_macronames[tok], buf + *pos); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:342:15: error: 'MAN_PD' undeclared (first use in this function) (tok == MAN_PD || tok == MAN_ft || tok == MAN_sp)) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:342:32: error: 'MAN_ft' undeclared (first use in this function) (tok == MAN_PD || tok == MAN_ft || tok == MAN_sp)) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_macro.c:342:49: error: 'MAN_sp' undeclared (first use in this function) (tok == MAN_PD || tok == MAN_ft || tok == MAN_sp)) { ^ --- eqn_html.lo --- mv eqn_html.lo.o eqn_html.lo --- man_macro.lo --- *** [man_macro.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- eqn.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_parse': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:732:36: error: 'struct eqn_node' has no member named 'cur' eqn_next(ep, ep->data[(int)ep->cur], NULL, 0) == NULL) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:734:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "tdefine"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:734:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, "tdefine"); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:742:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:742:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:758:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:758:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:820:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:820:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:861:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:861:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:867:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:867:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:890:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:890:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:945:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:945:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:968:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:968:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:975:22: error: 'struct eqn_node' has no member named 'eqn' ep->parse, ep->eqn.ln, ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:976:11: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1011:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1011:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1046:10: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1046:22: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: At top level: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1099:1: error: conflicting types for 'eqn_end' eqn_end(struct eqn_node **epp) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:300:8: note: previous implicit declaration of 'eqn_end' was here er = eqn_end(epp); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_end': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1106:4: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.root = mandoc_calloc(1, sizeof(struct eqn_box)); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1107:4: error: 'struct eqn_node' has no member named 'eqn' ep->eqn.root->expectargs = UINT_MAX; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1108:25: error: 'struct eqn_node' has no member named 'eqn' return eqn_parse(ep, ep->eqn.root); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c: In function 'eqn_free': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/eqn.c:1116:16: error: 'struct eqn_node' has no member named 'eqn' eqn_box_free(p->eqn.root); ^ *** [eqn.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- man_term.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:98:38: error: 'MAN_MAX' undeclared here (not in a function) static const struct termact termacts[MAN_MAX] = { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'terminal_man': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:149:3: error: 'struct termp' has no member named 'overstep' p->overstep = 0; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:150:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin = p->defrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:151:3: error: 'struct termp' has no member named 'tabwidth' p->tabwidth = term_len(p, 5); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:161:18: error: 'MAN_SH' undeclared (first use in this function) if (n->tok == MAN_SH && ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:161:18: note: each undeclared identifier is reported only once for each function it appears in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'print_bvspace': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:205:57: error: 'MAN_RS' undeclared (first use in this function) if (n->parent->type == ROFFT_ROOT || n->parent->tok != MAN_RS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_literal': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:243:6: error: 'MAN_nf' undeclared (first use in this function) if (MAN_nf == n->tok || MAN_EX == n->tok) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:243:26: error: 'MAN_EX' undeclared (first use in this function) if (MAN_nf == n->tok || MAN_EX == n->tok) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:253:6: error: 'MAN_HP' undeclared (first use in this function) if (MAN_HP == n->parent->tok && p->rmargin < p->maxrmargin) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:253:35: error: 'struct termp' has no member named 'rmargin' if (MAN_HP == n->parent->tok && p->rmargin < p->maxrmargin) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:254:4: error: 'struct termp' has no member named 'offset' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:254:16: error: 'struct termp' has no member named 'rmargin' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:255:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_alternate': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:288:7: error: 'MAN_RB' undeclared (first use in this function) case MAN_RB: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:292:7: error: 'MAN_RI' undeclared (first use in this function) case MAN_RI: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:296:7: error: 'MAN_BR' undeclared (first use in this function) case MAN_BR: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:300:7: error: 'MAN_BI' undeclared (first use in this function) case MAN_BI: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:304:7: error: 'MAN_IR' undeclared (first use in this function) case MAN_IR: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:308:7: error: 'MAN_IB' undeclared (first use in this function) case MAN_IB: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_in': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:410:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:430:4: error: 'struct termp' has no member named 'offset' p->offset -= p->offset > v ? v : p->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:430:17: error: 'struct termp' has no member named 'offset' p->offset -= p->offset > v ? v : p->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:430:37: error: 'struct termp' has no member named 'offset' p->offset -= p->offset > v ? v : p->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:432:4: error: 'struct termp' has no member named 'offset' p->offset += v; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:434:4: error: 'struct termp' has no member named 'offset' p->offset = v; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:435:7: error: 'struct termp' has no member named 'offset' if (p->offset > SHRT_MAX) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:436:4: error: 'struct termp' has no member named 'offset' p->offset = term_len(p, p->defindent); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_sp': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:449:8: error: 'MAN_SH' undeclared (first use in this function) case MAN_SH: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:450:8: error: 'MAN_SS' undeclared (first use in this function) case MAN_SS: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:451:8: error: 'MAN_PP' undeclared (first use in this function) case MAN_PP: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:452:8: error: 'MAN_LP' undeclared (first use in this function) case MAN_LP: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:453:8: error: 'MAN_P' undeclared (first use in this function) case MAN_P: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:460:16: error: 'MAN_br' undeclared (first use in this function) if (n->tok == MAN_br) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:484:4: error: 'struct termp' has no member named 'offset' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:484:16: error: 'struct termp' has no member named 'rmargin' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:485:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_HP': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:527:3: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:528:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = mt->offset + len; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'post_HP': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:552:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:553:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_PP': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:570:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_IP': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:614:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:615:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = mt->offset + len; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:628:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset + len; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:629:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'post_IP': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:647:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:651:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_TP': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:696:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:697:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = mt->offset + len; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:716:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset + len; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:717:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'post_TP': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:738:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_SS': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:765:31: error: 'MAN_SS' undeclared (first use in this function) if (n == NULL || (n->tok == MAN_SS && n->body->child == NULL)) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:773:4: error: 'struct termp' has no member named 'offset' p->offset = term_len(p, 3); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:774:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:779:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:780:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_SH': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:827:31: error: 'MAN_SH' undeclared (first use in this function) if (n == NULL || (n->tok == MAN_SH && n->body->child == NULL)) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:835:4: error: 'struct termp' has no member named 'offset' p->offset = 0; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:836:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:841:4: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:842:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'pre_RS': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:896:3: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:897:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'post_RS': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:921:3: error: 'struct termp' has no member named 'offset' p->offset = mt->offset; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'print_man_node': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:976:3: warning: passing argument 2 of 'term_eqn' from incompatible pointer type [enabled by default] term_eqn(p, n->eqn); ^ In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:34:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/term.h:129:9: note: expected 'const struct eqn_box *' but argument is of type 'const struct eqn *' void term_eqn(struct termp *, const struct eqn_box *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1015:9: error: 'struct termp' has no member named 'rmargin' rm = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1017:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin = TERM_MAXMARGIN; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1017:32: error: 'TERM_MAXMARGIN' undeclared (first use in this function) p->rmargin = p->maxrmargin = TERM_MAXMARGIN; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1023:38: error: 'MAN_HP' undeclared (first use in this function) if (rm < rmax && n->parent->tok == MAN_HP) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1024:5: error: 'struct termp' has no member named 'offset' p->offset = rm; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1025:5: error: 'struct termp' has no member named 'rmargin' p->rmargin = rmax; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1027:5: error: 'struct termp' has no member named 'rmargin' p->rmargin = rm; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'print_man_foot': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1084:3: error: 'struct termp' has no member named 'offset' p->offset = 0; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1085:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin > datelen ? ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1094:3: error: 'struct termp' has no member named 'offset' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1094:15: error: 'struct termp' has no member named 'rmargin' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1096:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin > titlen ? p->maxrmargin - titlen : 0; ^ --- man_hash.lo --- In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_hash.c:31:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: 'enum roff_tok' declared inside parameter list [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:27:14: note: in expansion of macro 'MACRO_PROT_ARGS' void (*fp)(MACRO_PROT_ARGS); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:20:11: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] enum roff_tok tok, \ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/libman.h:27:14: note: in expansion of macro 'MACRO_PROT_ARGS' void (*fp)(MACRO_PROT_ARGS); ^ --- man_term.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1107:3: error: 'struct termp' has no member named 'offset' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1107:15: error: 'struct termp' has no member named 'rmargin' p->offset = p->rmargin; ^ --- man_hash.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_hash.c: In function 'man_hash_init': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_hash.c:63:23: error: 'MAN_MAX' undeclared (first use in this function) for (i = 0; i < (int)MAN_MAX; i++) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_hash.c:63:23: note: each undeclared identifier is reported only once for each function it appears in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_hash.c:64:7: error: 'man_macronames' undeclared (first use in this function) x = man_macronames[i][0]; ^ --- man_term.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1108:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c: In function 'print_man_head': --- man_hash.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_hash.c: In function 'man_hash_find': --- man_term.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1135:3: error: 'struct termp' has no member named 'offset' p->offset = 0; ^ --- man_hash.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_hash.c:98:24: error: 'man_macronames' undeclared (first use in this function) if (0 == strcmp(tmp, man_macronames[tok])) ^ --- man_term.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1136:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = 2 * (titlen+1) + vollen < p->maxrmargin ? ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1146:3: error: 'struct termp' has no member named 'offset' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1146:15: error: 'struct termp' has no member named 'rmargin' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1147:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->offset + vollen + titlen < p->maxrmargin ? ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1147:16: error: 'struct termp' has no member named 'offset' p->rmargin = p->offset + vollen + titlen < p->maxrmargin ? ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1157:7: error: 'struct termp' has no member named 'rmargin' if (p->rmargin + titlen <= p->maxrmargin) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1159:4: error: 'struct termp' has no member named 'offset' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1159:16: error: 'struct termp' has no member named 'rmargin' p->offset = p->rmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1160:4: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1166:3: error: 'struct termp' has no member named 'offset' p->offset = 0; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_term.c:1167:3: error: 'struct termp' has no member named 'rmargin' p->rmargin = p->maxrmargin; ^ --- man_hash.lo --- *** [man_hash.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- man_term.lo --- *** [man_term.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- man_html.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:73:36: error: 'MAN_MAX' undeclared here (not in a function) static const struct htmlman __mans[MAN_MAX - MAN_TH] = { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:73:46: error: 'MAN_TH' undeclared here (not in a function) static const struct htmlman __mans[MAN_MAX - MAN_TH] = { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'print_bvspace': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:130:57: error: 'MAN_RS' undeclared (first use in this function) if (n->parent->type == ROFFT_ROOT || n->parent->tok != MAN_RS) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:130:57: note: each undeclared identifier is reported only once for each function it appears in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'html_man': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:150:18: error: 'ROFFT_COMMENT' undeclared (first use in this function) if (n->type == ROFFT_COMMENT) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'print_man_node': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:191:30: error: 'MAN_fi' undeclared (first use in this function) static int want_fillmode = MAN_fi; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:203:7: error: 'MAN_nf' undeclared (first use in this function) case MAN_nf: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:204:7: error: 'MAN_EX' undeclared (first use in this function) case MAN_EX: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:208:7: error: 'MAN_EE' undeclared (first use in this function) case MAN_EE: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:224:8: error: 'MAN_TP' undeclared (first use in this function) case MAN_TP: /* Tagged paragraphs */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:225:8: error: 'MAN_IP' undeclared (first use in this function) case MAN_IP: /* temporarily disable .nf */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:226:8: error: 'MAN_HP' undeclared (first use in this function) case MAN_HP: /* for the head. */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:229:8: error: 'MAN_SH' undeclared (first use in this function) case MAN_SH: /* Section headers */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:230:8: error: 'MAN_SS' undeclared (first use in this function) case MAN_SS: /* permanently cancel .nf. */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:233:8: error: 'MAN_PP' undeclared (first use in this function) case MAN_PP: /* These have no head. */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:234:8: error: 'MAN_LP' undeclared (first use in this function) case MAN_LP: /* They will simply */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:235:8: error: 'MAN_P' undeclared (first use in this function) case MAN_P: /* reopen .nf in the body. */ ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:236:8: error: 'MAN_RS' undeclared (first use in this function) case MAN_RS: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:237:8: error: 'MAN_UR' undeclared (first use in this function) case MAN_UR: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:238:8: error: 'MAN_MT' undeclared (first use in this function) case MAN_MT: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:268:7: error: 'ROFFT_COMMENT' undeclared (first use in this function) case ROFFT_COMMENT: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:284:3: warning: passing argument 2 of 'print_eqn' from incompatible pointer type [enabled by default] print_eqn(h, n->eqn); ^ In file included from /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:33:0: /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/html.h:130:9: note: expected 'const struct eqn_box *' but argument is of type 'const struct eqn * const' void print_eqn(struct html *, const struct eqn_box *); ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:313:16: error: 'ROFF_MAX' undeclared (first use in this function) if (n->tok < ROFF_MAX) { ^ --- lib.lo --- mv lib.lo.o lib.lo --- man_html.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'fillmode': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:356:22: error: 'MAN_fi' undeclared (first use in this function) had = pre == NULL ? MAN_fi : MAN_nf; ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:356:31: error: 'MAN_nf' undeclared (first use in this function) had = pre == NULL ? MAN_fi : MAN_nf; ^ --- chars.lo --- mv chars.lo.o chars.lo --- man_html.lo --- /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'man_alt_pre': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:437:8: error: 'MAN_BI' undeclared (first use in this function) case MAN_BI: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:440:8: error: 'MAN_IB' undeclared (first use in this function) case MAN_IB: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:443:8: error: 'MAN_RI' undeclared (first use in this function) case MAN_RI: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:446:8: error: 'MAN_IR' undeclared (first use in this function) case MAN_IR: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:449:8: error: 'MAN_BR' undeclared (first use in this function) case MAN_BR: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:452:8: error: 'MAN_RB' undeclared (first use in this function) case MAN_RB: ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'man_SM_pre': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:477:6: error: 'MAN_SB' undeclared (first use in this function) if (MAN_SB == n->tok) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'man_IP_pre': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:527:6: error: 'MAN_IP' undeclared (first use in this function) if (MAN_IP == n->tok && n->child) ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:532:6: error: 'MAN_TP' undeclared (first use in this function) if (MAN_TP == n->tok) { ^ /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c: In function 'man_UR_pre': /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc/../../external/bsd/mdocml/bin/mandoc/../../dist/man_html.c:631:17: error: 'MAN_MT' undeclared (first use in this function) if (n->tok == MAN_MT) { ^ *** [man_html.lo] Error code 1 nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc --- compat_ohash.lo --- mv compat_ohash.lo.o compat_ohash.lo --- main.lo --- mv main.lo.o main.lo 8 errors nbmake[7]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc *** [dependall] Error code 2 nbmake[6]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc 1 error nbmake[6]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/mandoc *** Failed target: dependall-mandoc *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="tools/"; real="/tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools" ;; *) this="tools/${dir}/"; real="/tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/bracket/build/2018.08.14.08.41.19-sparc/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget mandoc dependall *** Error code 2 Stop. nbmake[5]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools *** [build_install] Error code 1 nbmake[4]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools 1 error nbmake[4]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src/tools *** [do-tools] Error code 2 nbmake[3]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src 1 error nbmake[3]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src *** [build] Error code 2 nbmake[2]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src 1 error nbmake[2]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src *** [distribution] Error code 2 nbmake[1]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src 1 error nbmake[1]: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src *** [release] Error code 2 nbmake: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src 1 error nbmake: stopped in /tmp/bracket/build/2018.08.14.08.41.19-sparc/src ERROR: Failed to make release *** BUILD ABORTED *** 590.15 real 1677.72 user 535.72 sys