Date: Tue, 24 Nov 1998 12:54:32 -0500 (EST) From: Robert Huff <rhuff@cybercom.net> To: questions@FreeBSD.ORG Subject: "make buildworld" broke Message-ID: <199811241754.MAA15750@shell1.cybercom.net>
next in thread | raw e-mail | index | archive | help
After CVSuping recently I ran "make buildworld" and got this: /usr/src/usr.bin/lex/parse.y: In function `build_eof_action': /usr/src/usr.bin/lex/parse.y:785: `MAXLINE' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:785: (Each undeclared identifier is reported only once /usr/src/usr.bin/lex/parse.y:785: for each function it appears in.) /usr/src/usr.bin/lex/parse.y:787: `scon_stk_ptr' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:789: `sceof' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:789: `scon_stk' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:792: `scname' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:796: `true' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:803: `FILE' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:803: parse error before `)' /usr/src/usr.bin/lex/parse.y:810: `num_rules' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:811: `num_eof_rules' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: In function `format_synerr': /usr/src/usr.bin/lex/parse.y:820: `MAXLINE' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: At top level: /usr/src/usr.bin/lex/parse.y:830: warning: type mismatch with previous external decl /usr/src/usr.bin/lex/parse.y:823: warning: previous external decl of `synerr' /usr/src/usr.bin/lex/parse.y:830: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/lex/parse.y:823: warning: previous implicit declaration of `synerr' /usr/src/usr.bin/lex/parse.y:830: warning: `synerr' was previously implicitly declared to return `int' /usr/src/usr.bin/lex/parse.y: In function `synerr': /usr/src/usr.bin/lex/parse.y:832: `syntaxerror' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:832: `true' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: In function `format_warn': /usr/src/usr.bin/lex/parse.y:842: `MAXLINE' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: At top level: /usr/src/usr.bin/lex/parse.y:852: warning: type mismatch with previous external decl /usr/src/usr.bin/lex/parse.y:845: warning: previous external decl of `warn' /usr/src/usr.bin/lex/parse.y:852: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/lex/parse.y:845: warning: previous implicit declaration of `warn' /usr/src/usr.bin/lex/parse.y:852: warning: `warn' was previously implicitly declared to return `int' /usr/src/usr.bin/lex/parse.y: In function `warn': /usr/src/usr.bin/lex/parse.y:854: `linenum' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: At top level: /usr/src/usr.bin/lex/parse.y:862: warning: type mismatch with previous external decl /usr/src/usr.bin/lex/parse.y:790: warning: previous external decl of `format_pinpoint_message' /usr/src/usr.bin/lex/parse.y:862: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/lex/parse.y:790: warning: previous implicit declaration of `format_pinpoint_message' /usr/src/usr.bin/lex/parse.y:862: warning: `format_pinpoint_message' was previously implicitly declared to return `int' /usr/src/usr.bin/lex/parse.y: In function `format_pinpoint_message': /usr/src/usr.bin/lex/parse.y:864: `MAXLINE' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: At top level: /usr/src/usr.bin/lex/parse.y:874: warning: type mismatch with previous external decl /usr/src/usr.bin/lex/parse.y:833: warning: previous external decl of `pinpoint_message' /usr/src/usr.bin/lex/parse.y:874: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/lex/parse.y:867: warning: previous implicit declaration of `pinpoint_message' /usr/src/usr.bin/lex/parse.y:874: warning: `pinpoint_message' was previously implicitly declared to return `int' /usr/src/usr.bin/lex/parse.y: In function `pinpoint_message': /usr/src/usr.bin/lex/parse.y:876: `linenum' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: At top level: /usr/src/usr.bin/lex/parse.y:883: warning: type mismatch with previous external decl /usr/src/usr.bin/lex/parse.y:854: warning: previous external decl of `line_warning' /usr/src/usr.bin/lex/parse.y:883: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/lex/parse.y:854: warning: previous implicit declaration of `line_warning' /usr/src/usr.bin/lex/parse.y:883: warning: `line_warning' was previously implicitly declared to return `int' /usr/src/usr.bin/lex/parse.y: In function `line_warning': /usr/src/usr.bin/lex/parse.y:886: `MAXLINE' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:888: `nowarn' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y: At top level: /usr/src/usr.bin/lex/parse.y:899: warning: type mismatch with previous external decl /usr/src/usr.bin/lex/parse.y:876: warning: previous external decl of `line_pinpoint' /usr/src/usr.bin/lex/parse.y:899: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/lex/parse.y:891: warning: previous implicit declaration of `line_pinpoint' /usr/src/usr.bin/lex/parse.y:899: warning: `line_pinpoint' was previously implicitly declared to return `int' /usr/src/usr.bin/lex/parse.y: In function `line_pinpoint': /usr/src/usr.bin/lex/parse.y:902: `stderr' undeclared (first use this function) /usr/src/usr.bin/lex/parse.y:902: `infilename' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Anyone got ideas as to what's broken, and how to fix it? Robert Huff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811241754.MAA15750>