From owner-freebsd-current@FreeBSD.ORG Sun Mar 14 16:32:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E33616A4CE; Sun, 14 Mar 2004 16:32:05 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D40543D41; Sun, 14 Mar 2004 16:32:05 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i2F0W4OJ006383; Sun, 14 Mar 2004 16:32:04 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i2F0W3t4006380; Sun, 14 Mar 2004 16:32:03 -0800 (PST) (envelope-from obrien) Date: Sun, 14 Mar 2004 16:32:03 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20040315003203.GA6007@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ruslan Ermilov , current@freebsd.org References: <20040305155113.GB31834@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040305155113.GB31834@ip.net.ua> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: cross make buildworld failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 00:32:05 -0000 On Fri, Mar 05, 2004 at 05:51:13PM +0200, Ruslan Ermilov wrote: > > ===> gnu/usr.bin/binutils/gasp ... > > /usr/include/regex.h:56: syntax error before `regoff_t' > > gasp+%FIXED.c: In function `chew_flonum': > > gasp+%FIXED.c:553: structure has no member named `rm_eo' > > gasp+%FIXED.c:553: structure has no member named `rm_so' > > gasp+%FIXED.c:554: structure has no member named `rm_eo' > > gasp+%FIXED.c:554: structure has no member named `rm_so' > > gasp+%FIXED.c:558: structure has no member named `rm_eo' > > > Thanks for the report, we're working on resolving this. The > workaround (if you need this quickly) is to remove > src/contrib/binutils/include/getopt.h, and revert the following What does getopt.h have to do with a regex API issue??