From owner-freebsd-current@FreeBSD.ORG Thu May 24 23:54:00 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D7A816A41F; Thu, 24 May 2007 23:54:00 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 5104513C489; Thu, 24 May 2007 23:54:00 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l4ONqqFT035369; Thu, 24 May 2007 16:52:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l4ONqqmb035368; Thu, 24 May 2007 16:52:52 -0700 (PDT) (envelope-from sgk) Date: Thu, 24 May 2007 16:52:52 -0700 From: Steve Kargl To: obrien@freebsd.org, freebsd-current@freebsd.org Message-ID: <20070524235252.GB35308@troutmask.apl.washington.edu> References: <20070523191555.GA22564@troutmask.apl.washington.edu> <20070524215533.GA40323@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070524215533.GA40323@dragon.NUXI.org> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: "make buildkernel" busted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 23:54:00 -0000 On Thu, May 24, 2007 at 02:55:33PM -0700, David O'Brien wrote: > On Wed, May 23, 2007 at 12:15:55PM -0700, Steve Kargl wrote: > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=opteron > .. > > cc1: error: unrecognized command line option "-Wno-pointer-sign" > > *** Error code 1 > > I've made a commit that will help here. Set WITH_GCC3 (in /etc/src.conf > or environment). Note, I envision this is just to get us over the hump > of the GCC 4.2 upgrade, not something permanent. > Thanks, David! In the meantime, I've taken kan@ advice (in private email) to move on. So, I've upgraded the compiler and kernel. Hopefully, someone can find and fix the reported kernel bugs. -- Steve