From owner-freebsd-stable Thu Jun 29 12:44:40 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ktts.kharkov.ua (ktts.kharkov.ua [193.124.57.65]) by hub.freebsd.org (Postfix) with ESMTP id 5EF6237B75B for ; Thu, 29 Jun 2000 12:44:30 -0700 (PDT) (envelope-from greg@Thing-Fish.Kharkov.NET) Received: from Thing-Fish.Kharkov.NET (greg@Thing-Fish.Kharkov.NET [193.124.57.81]) by ktts.kharkov.ua (8.10.1/8.10.1) with ESMTP id e5TJesr26227 for ; Thu, 29 Jun 2000 22:40:54 +0300 (EEST) Received: (from greg@localhost) by Thing-Fish.Kharkov.NET (8.9.0/8.9.0) id WAA23031 for freebsd-stable@freebsd.org; Thu, 29 Jun 2000 22:40:49 +0300 (EEST) From: Gregory Edigaroff Message-Id: <200006291940.WAA23031@Thing-Fish.Kharkov.NET> Subject: buildworld fails in yacc To: freebsd-stable@freebsd.org Date: Thu, 29 Jun 2000 22:40:48 +0300 (EEST) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! The system was cvsuped today: that's how it happens: cc -O2 -pipe -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/yacc/read er.c /usr/src/usr.bin/yacc/reader.c: In function `copy_text': /usr/src/usr.bin/yacc/reader.c:474: syntax error at null character /usr/src/usr.bin/yacc/reader.c:482: duplicate label `next_line' /usr/src/usr.bin/yacc/reader.c:483: `u_lineno' undeclared (first use in this fun ction) /usr/src/usr.bin/yacc/reader.c:483: (Each undeclared identifier is reported only once /usr/src/usr.bin/yacc/reader.c:483: for each function it appears in.) /usr/src/usr.bin/yacc/reader.c:483: `u_line' undeclared (first use in this funct ion) /usr/src/usr.bin/yacc/reader.c:483: `u_cptr' undeclared (first use in this funct ion) /usr/src/usr.bin/yacc/reader.c:487: `depth' undeclared (first use in this functi on) /usr/src/usr.bin/yacc/reader.c:595: syntax error before `static' /usr/src/usr.bin/yacc/reader.c:600: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:602: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:604: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:605: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:609: syntax error before `static' /usr/src/usr.bin/yacc/reader.c:627: `s_lineno' undeclared (first use in this fun ction) /usr/src/usr.bin/yacc/reader.c:627: `s_line' undeclared (first use in this funct ion) /usr/src/usr.bin/yacc/reader.c:627: `s_cptr' undeclared (first use in this funct ion) /usr/src/usr.bin/yacc/reader.c:642: `n' undeclared (first use in this function) /usr/src/usr.bin/yacc/reader.c:666: `i' undeclared (first use in this function) /usr/src/usr.bin/yacc/reader.c:689: `s' undeclared (first use in this function) /usr/src/usr.bin/yacc/reader.c:738: `bp' undeclared (first use in this function) /usr/src/usr.bin/yacc/reader.c:744: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:748: syntax error before `static' /usr/src/usr.bin/yacc/reader.c:754: `name' undeclared (first use in this functio n) /usr/src/usr.bin/yacc/reader.c:757: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:763: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:766: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c:770: syntax error before `static' /usr/src/usr.bin/yacc/reader.c:782: warning: `return' with a value, in function returning void /usr/src/usr.bin/yacc/reader.c: At top level: /usr/src/usr.bin/yacc/reader.c:87: warning: `copy_union' used but never defined /usr/src/usr.bin/yacc/reader.c:97: warning: `get_literal' used but never defined /usr/src/usr.bin/yacc/reader.c:98: warning: `get_name' used but never defined *** Error code 1 Stop in /usr/src/usr.bin/yacc. *** Error code 1 -- With best regards, Gregory Edigarov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message