From owner-freebsd-questions@FreeBSD.ORG Tue May 16 09:13:01 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 0C22E16A413 for ; Tue, 16 May 2006 09:13:01 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from smtp113.sbc.mail.re2.yahoo.com (smtp113.sbc.mail.re2.yahoo.com [68.142.229.92]) by mx1.FreeBSD.org (Postfix) with SMTP id 7649743D45 for ; Tue, 16 May 2006 09:13:00 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 29766 invoked from network); 16 May 2006 09:12:59 -0000 Received: from unknown (HELO pres1750.airedalians.com) (donaldj@ameritech.net@75.7.74.134 with plain) by smtp113.sbc.mail.re2.yahoo.com with SMTP; 16 May 2006 09:12:59 -0000 From: "Donald J. O'Neill" To: Kyrre Nygard Date: Tue, 16 May 2006 04:12:36 -0500 User-Agent: KMail/1.9.1 References: <7.0.1.0.2.20060512183937.02190800@broadpark.no> <200605150654.38042.duncan.fbsd@gmail.com> <7.0.1.0.2.20060516102601.02238458@broadpark.no> In-Reply-To: <7.0.1.0.2.20060516102601.02238458@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605160412.37036.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: Tue, 16 May 2006 09:13:01 -0000 On Tuesday 16 May 2006 03:30, Kyrre Nygard wrote: > > Hello Don! > > Yes it's the `make buildworld' as far as I know. > > The /etc/make.conf contains PERL_VER=5.8.7 and PERL_VERSION=5.8.7. > > Is it possible, do you think, to use a FreeSBIE CD maybe to clean out > everything on my harddrive but my /home/kyrre where all my important > files are, and then reinstall the latest FreeBSD without > reformatting? > > It might be risky, let's say I hit the wrong switch and it does > format everything, > but you get my point right? To just lay a new FreeBSD on top of an > empty harddrive? > > I hope this is possible somehow ... > > Well, take care Don! > > -- Kyrre Is /home on a slice of its own. Mine is, for the reason that if I have to blow off the system and reinstall, I can safely do that, as long as I don't make any changes to /home, just remount it as /home. You can do this with sysinstall, very easlily. Send the output from 'df', I can tell from that. Don