From owner-freebsd-alpha Mon Nov 22 18: 5:38 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 239A814EA0 for ; Mon, 22 Nov 1999 18:05:31 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id SAA35301; Mon, 22 Nov 1999 18:04:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA15286; Mon, 22 Nov 1999 18:04:45 -0800 (PST) (envelope-from obrien) Date: Mon, 22 Nov 1999 18:04:45 -0800 From: "David O'Brien" To: "Kenneth D. Merry" Cc: alpha@FreeBSD.ORG Subject: Re: -current build problem in gcc/cc1plus Message-ID: <19991122180445.L80486@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199911222228.PAA41923@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199911222228.PAA41923@panzer.kdm.org>; from ken@kdm.org on Mon, Nov 22, 1999 at 03:28:31PM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ===> 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 "--broken-undeftoken-init" is a non-documented FreeBSD'ism to make Bison 1.28 bug-for-bug compatible with Bison 1.25. This was added in the the Bison 1.28 upgrade in August to allow the upgrade to happen. EGCS's cc1plus in our environment depends on the 1.25 bug. Being undocumented I did not add it to the usage(), thus it isn't shown above. Can you determine what Bison's you have installed (maybe the port?) and their versions (bison --version), and run ``strings /usr/bin/bison |grep broken''. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message