From owner-freebsd-stable@FreeBSD.ORG Mon Aug 9 15:20:09 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DEF16A4CE for ; Mon, 9 Aug 2004 15:20:09 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA0C43D2F for ; Mon, 9 Aug 2004 15:20:08 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so137871rnl for ; Mon, 09 Aug 2004 08:20:02 -0700 (PDT) Received: by 10.38.12.77 with SMTP id 77mr889290rnl; Mon, 09 Aug 2004 08:20:02 -0700 (PDT) Message-ID: <790a9fff04080908201ddc96b4@mail.gmail.com> Date: Mon, 9 Aug 2004 10:20:02 -0500 From: Scot Hetzel To: Ryan In-Reply-To: <002001c47d9a$d29c7100$94d34c18@potlavj0m8twaq> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <002001c47d9a$d29c7100$94d34c18@potlavj0m8twaq> cc: freebsd-stable@freebsd.org Subject: Re: Possible Glitch In CTM/src-4/ Deltas X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:20:09 -0000 On Sun, 08 Aug 2004 18:55:36 -0400, Ryan wrote: > I applied uptodate Ctm Src-4 deltas and it really messed > up my system. I was able to buildworld/installworld but > when it came to buildkernal it spit our path error for perl > scripts. I've currently redownloaded src via Sysinstall and > everything is running smoothly.. But thing is how am i supose > to trust/use latest source/etc when there is a problem.. > You are supposed to follow the steps in UPDATING. If you would have done a buildkernal/installkernal before your installworld you would have known not to use installworld until your kernal was built. Scot