Date: Thu, 29 Jun 2000 22:40:48 +0300 (EEST) From: Gregory Edigaroff <greg@Thing-Fish.Kharkov.NET> To: freebsd-stable@freebsd.org Subject: buildworld fails in yacc Message-ID: <200006291940.WAA23031@Thing-Fish.Kharkov.NET>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006291940.WAA23031>