From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 16:27:06 2004 Return-Path: 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 41B2D16A4CE for ; Fri, 19 Nov 2004 16:27:06 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D140743D49 for ; Fri, 19 Nov 2004 16:27:05 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so42116wri for ; Fri, 19 Nov 2004 08:27:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NhqqDyKz4yo6gn0Fh1Ia6PBIXCORDz25COv6ovGKY2AOAcYHRuicDn/gVUGeOmtnRUpoHTvummCXUG0Kt0xk/qvvvphD6+BkTs1dm0xrF3O3hFg2yCaVoAi9dURdJYD5qGqYzyKBHaj05OBdyot2iLJMOpxBjvw02DGb2YfNmiQ= Received: by 10.54.31.64 with SMTP id e64mr105317wre; Fri, 19 Nov 2004 08:27:05 -0800 (PST) Received: by 10.54.50.38 with HTTP; Fri, 19 Nov 2004 08:27:05 -0800 (PST) Message-ID: <8292450b041119082742f2711b@mail.gmail.com> Date: Fri, 19 Nov 2004 10:27:05 -0600 From: CHris Rich To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Nothing works right when i try it, buildkernel problems.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 16:27:06 -0000 I'm trying to upgrade from 5.3RC1 to 5.3-RELEASE i cvsupped the src following the instructions given by Adam Smith(?) in a recent thread. I've read the handbook pages and some other things on the web on upgrading your system buildworld completes no problem, but when i try do a make buildkernel KERNCONF=GENERIC i get the following error: perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src perl5:No such file or directory *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I've tried going into ports to install perl5 but there is perl5.8 there as well and not sure which one would be better. Advice anyone? Thanks