From owner-freebsd-current@FreeBSD.ORG Wed May 23 19:35:08 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 B343E16A421; Wed, 23 May 2007 19:35:08 +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 9786C13C447; Wed, 23 May 2007 19:35:08 +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 l4NJYCt0022762; Wed, 23 May 2007 12:34:12 -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 l4NJYBlf022761; Wed, 23 May 2007 12:34:12 -0700 (PDT) (envelope-from sgk) Date: Wed, 23 May 2007 12:34:11 -0700 From: Steve Kargl To: Robert Watson Message-ID: <20070523193411.GB22598@troutmask.apl.washington.edu> References: <20070523191555.GA22564@troutmask.apl.washington.edu> <20070523202921.V34109@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070523202921.V34109@fledge.watson.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@FreeBSD.org 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: Wed, 23 May 2007 19:35:08 -0000 On Wed, May 23, 2007 at 08:30:25PM +0100, Robert Watson wrote: > On Wed, 23 May 2007, Steve Kargl wrote: > > >cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=opteron > >-std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > >-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > >-Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys > >-I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter > >-I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath > >-I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em > >-I/usr/src/sys/gnu/fs/xfs/FreeBSD > >-I/usr/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs > >-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > >-finline-limit=8000 --param inline-unit-growth=100 --param > >large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel > >-mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow > >-msoft-float -fno-asynchronous-unwind-tables -ffreestanding > >/usr/src/sys/amd64/amd64/genassym.c cc1: error: unrecognized command line > >option "-Wno-pointer-sign" *** Error code 1 > > The new version of gcc accepts different flags than the old one, so you'll > need to either do a full buildworld, or just kernel-buildchain (or whatever > the target is called) in oder to do a buildkernel. This is quite > inconvenient, but in practice necessary. > Yes, it is inconvenient because I'm chasing the tcp panic that I sent in a few days ago. There is also a issue with bge watchdog timeout that I'm chasing. -- Steve