From owner-freebsd-current@FreeBSD.ORG Sat Apr 10 08:55:48 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 457E816A4CE for ; Sat, 10 Apr 2004 08:55:48 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF4E43D2F for ; Sat, 10 Apr 2004 08:55:48 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i3AFtkHC093267; Sat, 10 Apr 2004 08:55:46 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i3AFtkVX093266; Sat, 10 Apr 2004 08:55:46 -0700 (PDT) (envelope-from sgk) Date: Sat, 10 Apr 2004 08:55:46 -0700 From: Steve Kargl To: cjclark@alum.mit.edu Message-ID: <20040410155546.GA93078@troutmask.apl.washington.edu> References: <20040409215934.GA82425@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040409215934.GA82425@blossom.cjclark.org> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: buildworld Failing in libc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 10 Apr 2004 15:55:48 -0000 On Fri, Apr 09, 2004 at 02:59:34PM -0700, Crist J. Clark wrote: > > Stop in /usr/src/lib/libc. > *** Error code 1 > > Two days in a row now. Looks like I can work around with > lowering WARNS in lib/libc/net, but anyone know why I might be > seeing this on this one system? Did you update your /usr/include? Try make buildworld OSRELDATE=0 -- Steve