From owner-freebsd-alpha Mon Nov 22 14:28:42 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 8D6BF14D4C for ; Mon, 22 Nov 1999 14:28:31 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id PAA41923 for alpha@FreeBSD.ORG; Mon, 22 Nov 1999 15:28:31 -0700 (MST) (envelope-from ken) Message-Id: <199911222228.PAA41923@panzer.kdm.org> Subject: -current build problem in gcc/cc1plus To: alpha@FreeBSD.ORG Date: Mon, 22 Nov 1999 15:28:31 -0700 (MST) From: "Kenneth D. Merry" X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to build -current on a 433au box with a cvsup from around 12:00 MST. The kernel, of course, is freshly built. Anyway, the build blew up here: ======================================================================== cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"alpha-unknown-freebsd\" -DHAIFA -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc -I/usr/obj/usr/src/tmp/usr/include -static -o cc1obj objc-parse.o objc-act.o c-aux-info.o c-common.o c-convert.o c-decl.o c-iterate.o c-lex.o c-pragma.o c-typeck.o /usr/obj/usr/src/gnu/usr.bin/cc/cc1obj/../cc_int/libcc_int.a ===> cc1plus bison --broken-undeftoken-init -d -o parse.c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parse.y bison: unrecognized option `--broken-undeftoken-init' Usage: bison [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix] [--debug] [--defines] [--fixed-output-files] [--no-lines] [--verbose] [--version] [--help] [--yacc] [--no-parser] [--token-table] [--file-prefix=prefix] [--name-prefix=prefix] [--output=outfile] grammar-file *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ======================================================================== Am I doing something wrong? Anyone have any clues? Thanks, Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message