From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 16:50: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 7585916A4CE for ; Fri, 19 Nov 2004 16:50:06 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B981943D53 for ; Fri, 19 Nov 2004 16:50:05 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iAJGpw19099451; Fri, 19 Nov 2004 17:51:58 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iAJGpvVB099450; Fri, 19 Nov 2004 17:51:57 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Fri, 19 Nov 2004 17:51:57 +0100 From: Ruben de Groot To: CHris Rich Message-ID: <20041119165157.GA99323@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , CHris Rich , freebsd-questions@freebsd.org References: <8292450b041119082742f2711b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8292450b041119082742f2711b@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: Nothing works right when i try it, buildkernel problems.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 16:50:06 -0000 On Fri, Nov 19, 2004 at 10:27:05AM -0600, CHris Rich typed: > 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 I think you accidentally cvsupped 4.x sources. perl is not required by any part of the 5.x world/kernel build. regards, Ruben