From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 00:38:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E30721065674 for ; Tue, 24 Feb 2009 00:38:40 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [192.169.41.31]) by mx1.freebsd.org (Postfix) with SMTP id 1F4C08FC19 for ; Tue, 24 Feb 2009 00:38:39 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 7282 invoked from network); 24 Feb 2009 00:11:59 -0000 Received: from bb116-14-92-12.singnet.com.sg (HELO ?10.0.1.131?) (oceanare@116.14.92.12) by smtpgate1.pacific.net.sg with ESMTPA; 24 Feb 2009 00:11:59 -0000 From: Erich Dollansky To: af300wsm@gmail.com In-Reply-To: <00163645923c3c708804638bbc7c@google.com> References: <00163645923c3c708804638bbc7c@google.com> Content-Type: text/plain Date: Mon, 23 Feb 2009 21:41:41 +0800 Message-Id: <1235396501.833.5.camel@P2120.somewherefaraway.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Free BSD Questions list Subject: Re: What's the simplest way to get a fresh copy of the source code for the system 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, 24 Feb 2009 00:38:41 -0000 Hi, On Mon, 2009-02-23 at 01:15 +0000, af300wsm@gmail.com wrote: > My churches web server is having problems compiling world for FreeBSD > 7.0-p10 (I believe I just did the csup last night). It gets to this point > and then stops with this error: so, you did what you are supposed to do to get the latest source. > > So, basically, the question for everyone here is, what's the simplest way > to get a fresh source code tree so that I can build the world applications? > If you want to make sure that nothing damaged is in your way, delete everything under /usr/src except of your configuration file. You also could use this to upgrade to 7.1. Erich