From owner-freebsd-current Tue Nov 23 18: 6:14 1999 Delivered-To: freebsd-current@freebsd.org Received: from pike.cdrom.com (pike.cdrom.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 2D7C514E81 for ; Tue, 23 Nov 1999 18:06:13 -0800 (PST) (envelope-from cshumway@cdrom.com) Received: from localhost (cshumway@localhost) by pike.cdrom.com (8.9.1a/8.9.1) with ESMTP id SAA09634 for ; Tue, 23 Nov 1999 18:08:31 -0800 (PST) Date: Tue, 23 Nov 1999 18:08:31 -0800 (PST) From: Christopher Shumway To: current@freebsd.org Subject: Make buildworld blowing up Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to build a CURRENT system from the 4.0 CURRENT snapshot cdroms on 7-5-1999. I did a cvsup to cvsup4.freebsd.org, and attempted to build world. It keeps on blowing up as illustrated below. I nuked the /usr/src directory and then checked the source tree from our local mirror of the master CVS repository, but it too dies. Even after a ``make clean''. Anyone have any ideas whats going on here? ===> cc_tools gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$ /usr/src/gnu/usr.bin/ cc/cc_tools/../../../../contrib/gcc/c-parse.gperf > c-gperf.h /* starting time is 13:42:44 */ /* ending time is 13:42:44 */ gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$' /usr/src/gnu/usr.bin/cc/c c_tools/../../../../contrib/gcc/cp/gxx.gperf >gxx-hash.h /* starting time is 13:42:44 */ /* ending time is 13:42:44 */ ln -sf gxx-hash.h hash.h echo '#include "cp/cp-tree.def"' > gencheck.h echo '#include "objc/objc-tree.def"' >> gencheck.h sed -e "/^ifobjc$/,/^end ifobjc$/d" -e "/^ifc$/d" -e "/^end ifc$/d" /usr/src/g nu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.in > c-parse.y yacc -d -o c-parse.c c-parse.y yacc: e - line 30 of "c-parse.y", syntax error %expect 51 ^ *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message