From owner-freebsd-questions@FreeBSD.ORG Mon May 15 11:54:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB36316A403 for ; Mon, 15 May 2006 11:54:59 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.FreeBSD.org (Postfix) with SMTP id 5573743D46 for ; Mon, 15 May 2006 11:54:59 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 41529 invoked from network); 15 May 2006 11:54:58 -0000 Received: from unknown (HELO pres1750.airedalians.com) (donaldj@ameritech.net@75.7.74.134 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 15 May 2006 11:54:58 -0000 From: "Donald J. O'Neill" To: Kyrre Nygard Date: Mon, 15 May 2006 06:54:37 -0500 User-Agent: KMail/1.9.1 References: <7.0.1.0.2.20060512183937.02190800@broadpark.no> <200605141116.52500.duncan.fbsd@gmail.com> <7.0.1.0.2.20060515105630.02206fa8@broadpark.no> In-Reply-To: <7.0.1.0.2.20060515105630.02206fa8@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605150654.38042.duncan.fbsd@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: makeworld FAILURE on 5.4-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:55:02 -0000 On Monday 15 May 2006 04:03, Kyrre Nygard wrote: > > Hello Don, good old friend :) > > Yes I am back. I had to change my alias because too many people > were after me. And also I'm still stuck on the same problem. I did > make a clean 6.1-RELEASE blow at my Pentium 120mhz firewall which > needed the buildworld the most. Now it's my Pentium III 3,2ghz > workstation that needs it, however it's got too much data on it that > I'm currently in no position to back up, not even temporarily, so I'm > not sure what to do other than this buildworld. Any suggestions? > > Oh yeah, I accidentally left the `*' out in chflags -R noschg. > > Take care, > K* I was hoping it be as simple as a missing '*', but I would think there would be error messages showing up about that. Oh, well. Ok, you're stuck in the same place as before, and by that I mean you are failing the 'make buildworld' part of the sequence, correct?. That means that there's something you're either doing or not doing, prior to starting the buildworld that's causing a problem. What's in your /etc/make.conf? Try doing 'make buildworld' with the GENERIC conf file rather than your NINJA one. The problem may be there. If you can get through the upgrade using the GENERIC you've got the upgrade in place and you can find out what's wrong with NINJA. That's the best I can suggest for now. And do the 'make cleandir' twice, as Gerard suggested. It's not irrelevant. Don