From owner-freebsd-current@FreeBSD.ORG Tue Jun 8 19:25:30 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 AD08816A4CE for ; Tue, 8 Jun 2004 19:25:30 +0000 (GMT) Received: from pit.databus.com (p70-227.acedsl.com [66.114.70.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEE243D1D for ; Tue, 8 Jun 2004 19:25:30 +0000 (GMT) (envelope-from barney@pit.databus.com) Received: from pit.databus.com (localhost [127.0.0.1]) by pit.databus.com (8.12.11/8.12.11) with ESMTP id i58JPTeo027003; Tue, 8 Jun 2004 15:25:29 -0400 (EDT) (envelope-from barney@pit.databus.com) Received: (from barney@localhost) by pit.databus.com (8.12.11/8.12.11/Submit) id i58JPTpq027002; Tue, 8 Jun 2004 15:25:29 -0400 (EDT) (envelope-from barney) Date: Tue, 8 Jun 2004 15:25:29 -0400 From: Barney Wolff To: David Malone Message-ID: <20040608192529.GA26790@pit.databus.com> References: <20040608152914.GA78505@x-anthony.com> <20040608155925.GB2091@atrbg11.informatik.tu-muenchen.de> <20040608164726.GA80174@x-anthony.com> <20040608170130.GC2091@atrbg11.informatik.tu-muenchen.de> <20040608191716.GA23703@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040608191716.GA23703@walton.maths.tcd.ie> User-Agent: Mutt/1.5.6i X-Scanned-By: MIMEDefang 2.43 cc: freebsd-current@freebsd.org cc: Daniel Lang Subject: Re: opteron build failure/500MB termcap.db 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: Tue, 08 Jun 2004 19:25:30 -0000 On Tue, Jun 08, 2004 at 08:17:16PM +0100, David Malone wrote: > On Tue, Jun 08, 2004 at 07:01:30PM +0200, Daniel Lang wrote: > > [..] > > # ls -al /usr/obj/usr/src/share/termcap/termcap.db > > -rw-r--r-- 1 root wheel 501310720 Apr 11 17:27 /usr/obj/usr/src/share/termcap/termcap.db Isn't the date a bit odd, not just the size? Perhaps rm -rf /usr/obj/usr would be in order, and a couple of make cleandir's. > Can you try an "ls -las" - the file should be very sparse. Mind > you, on my opteron: > > > ls -las /usr/obj/usr/src/share/termcap/termcap.db > 928 -rw-r--r-- 1 root wheel 1310720 Jun 6 09:53 /usr/obj/usr/src/share/termcap/termcap.db This is the same size as i386 -current from 5/26/04. Barney Wolff