From owner-freebsd-current@FreeBSD.ORG Wed Jun 29 15:04:08 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 A147A16A41C for ; Wed, 29 Jun 2005 15:04:08 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218E843D1F for ; Wed, 29 Jun 2005 15:04:07 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from beatrix.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j5TF4624020737; Wed, 29 Jun 2005 18:04:06 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j5TEtYRI006908; Wed, 29 Jun 2005 17:55:34 +0300 (EEST) Received: from localhost (keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) with ESMTP id j5TEtXgr006905; Wed, 29 Jun 2005 17:55:34 +0300 (EEST) X-Authentication-Warning: beatrix.daedalusnetworks.priv: keramida owned process doing -bs Date: Wed, 29 Jun 2005 17:55:33 +0300 (EEST) From: Giorgos Keramidas X-X-Sender: keramida@beatrix To: Remington L In-Reply-To: Message-ID: References: <1119835984.96750.3.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: buildkernel woes 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, 29 Jun 2005 15:04:08 -0000 On Wed, 29 Jun 2005, Remington L wrote: > On 6/27/05, Giorgos Keramidas wrote: >> On Sun, 26 Jun 2005, Remington L wrote: >>> FreeBSD localhost 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun 23 >> 23:15:54 PDT 2005 mrlol@localhost:/usr/obj/usr/src/sys/GENERIC i386 >>> >>> I keep running into this problem and google is useless here, please >>> help. I've already done cd /usr/src ; make cleandir and make clean, I >>> also did cd /usr/src/sys/modules/acpi ; make clean. Also CVSup'd about >>> 20 minutes ago >> >> That's not enough. You should *REALLY* follow the src/UPDATING >> instructions and go the "start with a clean /usr/obj and use make >> buildworld" route: >> >> # cd /usr/obj >> # rm -fr * >> # cd /usr/src >> # make KERNCONF=GENERIC buildworld buildkernel > > The exact same thing happens. Has anyone managed to fix this?? If you are still seeing IPF problems with a clean /usr/obj then it is possible your /usr/src tree is "polluted" from previous builds. The problems that you are seeing have been fixed weeks ago by Ruslan Ermilov and Darren Reed. I've completed at least a dozen or so full builds since then (almost 1 per day), and haven't bumped on this. Can you please start over with a clean src/ tree too? - Giorgos