From owner-freebsd-current Fri Oct 11 8:59: 6 2002 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 8F28C37B401; Fri, 11 Oct 2002 08:59:05 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FD743EA9; Fri, 11 Oct 2002 08:59:04 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id EE5659BC3; Fri, 11 Oct 2002 11:51:33 -0400 (EDT) Date: Fri, 11 Oct 2002 11:51:33 -0400 From: Mike Barcroft To: David O'Brien Cc: Alexander Kabaev , Martin Blapp , gallatin@cs.duke.edu, kabaev@bellatlantic.net, current@FreeBSD.ORG Subject: Re: HEADSUP: GCC 3.2.1 update is coming Message-ID: <20021011115133.A78724@espresso.q9media.com> References: <15782.2292.316787.538836@grasshopper.cs.duke.edu> <20021011012444.U15308-100000@levais.imp.ch> <20021010203858.093132f9.ak03@gte.com> <20021011031812.GA11623@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021011031812.GA11623@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Thu, Oct 10, 2002 at 08:18:12PM -0700 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David O'Brien writes: > On Thu, Oct 10, 2002 at 08:38:58PM -0400, Alexander Kabaev wrote: > > Could you please try to compile libmsun with with GCC 3.3 snapshot David > > just committed and see if that changes anything? > > It doesn't compile on -current. Mike and the standards guys are suspose > to undo the breakage that crept into out headers. For the daring, try to > build the port and then change the two "u_long" that is complained about > to "unsigned long". I've committed this for now. The `#ifndef _POSIX_SOURCE' conditional needs to check for other standards, but I'll leave this until I have a chance to go through the entire header to make it conformant. This is a new problem because of rev 1.74 of where a conditional was updated to check for other standards, but had some dependencies that I wasn't aware of and world didn't find them for me. If there are any others I should find them as I go through each standard header. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message