From owner-freebsd-current@FreeBSD.ORG Wed May 23 19:40:46 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 33DD816A41F for ; Wed, 23 May 2007 19:40:46 +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 18F1D13C468 for ; Wed, 23 May 2007 19:40:46 +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 l4NJde7I022814; Wed, 23 May 2007 12:39:40 -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 l4NJdefU022813; Wed, 23 May 2007 12:39:40 -0700 (PDT) (envelope-from sgk) Date: Wed, 23 May 2007 12:39:40 -0700 From: Steve Kargl To: Craig Rodrigues Message-ID: <20070523193940.GC22598@troutmask.apl.washington.edu> References: <20070523191555.GA22564@troutmask.apl.washington.edu> <20070523193303.GA31944@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070523193303.GA31944@crodrigues.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:40:46 -0000 On Wed, May 23, 2007 at 03:33:03PM -0400, Craig Rodrigues wrote: > On Wed, May 23, 2007 at 12:15:55PM -0700, Steve Kargl wrote: > > cc1: error: unrecognized command line option "-Wno-pointer-sign" > > *** Error code 1 > > > You didn't upgrade your system properly. > Read either: > > (1) In /usr/src/Makefile, the section labelled: > # For individuals wanting to upgrade their sources (even if only a > # delta of a few days): > > or > > (2) In /usr/src/UPDATING, read the "To build a kernel" section. > Thanks. I know how to update the world. That isn't the problem. A few patches to bge were committed yesterday. I want to test those patch to see if it fixes May 22 15:16:14 node11 kernel: bge0: watchdog timeout -- resetting May 22 15:16:14 node11 kernel: bge0: link state changed to DOWN May 22 15:16:17 node11 kernel: bge0: link state changed to UP Additionally, there is a panic in the tcp (or socket) code. Doing a binary search that cross the gcc-4.2 import should be hampered by -Wno-pointer-sign. -- Steve