From owner-freebsd-questions Tue Nov 24 09:54:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18416 for freebsd-questions-outgoing; Tue, 24 Nov 1998 09:54:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zephyr.cybercom.net (zephyr.cybercom.net [209.21.146.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18410 for ; Tue, 24 Nov 1998 09:54:38 -0800 (PST) (envelope-from rhuff@cybercom.net) Received: from shell1.cybercom.net (rhuff@shell1.cybercom.net [209.21.136.6]) by zephyr.cybercom.net (8.8.7/8.8.7) with ESMTP id MAA22180 for ; Tue, 24 Nov 1998 12:54:32 -0500 (EST) Received: (from rhuff@localhost) by shell1.cybercom.net (8.8.5/8.8.5) id MAA15750; Tue, 24 Nov 1998 12:54:32 -0500 (EST) Date: Tue, 24 Nov 1998 12:54:32 -0500 (EST) From: Robert Huff Message-Id: <199811241754.MAA15750@shell1.cybercom.net> To: questions@FreeBSD.ORG Subject: "make buildworld" broke X-Mailer: VM 6.34 under 20.3 "Vatican City" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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