From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 14:14:01 2005 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 92DEC16A4CE for ; Mon, 24 Jan 2005 14:14:01 +0000 (GMT) Received: from mta1.siol.net (pegasus.siol.net [193.189.160.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF1A43D48 for ; Mon, 24 Jan 2005 14:13:59 +0000 (GMT) (envelope-from josip.zugaj@planis.si) Received: from edge1.siol.net ([10.10.10.210]) by mta1.siol.net with ESMTP id <20050124141358.VXXP22416.mta1.siol.net@edge1.siol.net> for ; Mon, 24 Jan 2005 15:13:58 +0100 Received: from [192.168.0.24] (really [193.77.50.86]) by edge1.siol.net with ESMTP id <20050124141357.EVQO11496.edge1.siol.net@[192.168.0.24]> for ; Mon, 24 Jan 2005 15:13:57 +0100 Message-ID: <41F5028C.2020802@planis.si> Date: Mon, 24 Jan 2005 15:13:32 +0100 From: Josip User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: compiling kernel 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: Mon, 24 Jan 2005 14:14:01 -0000 Let me first just say that I'm new to FreeBSD. I'm tring to compile a custom kernel and when I do "make buildkernel KERNCONF=NEWKERN" I get this: perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src perl5:No such file or directory. Both files are in the specified dir. When I run the above command manualy it execues OK and creates the file vnode_if.h in pwd. What am I doing wrong? Thanks! PS Also if I do "make buildkernel KERNCONF=GENERIC" I get the same error!