From owner-freebsd-stable Fri Aug 30 7:55:50 2002 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 E5AC537B400 for ; Fri, 30 Aug 2002 07:55:46 -0700 (PDT) Received: from comrie.uwaterloo.ca (comrie.uwaterloo.ca [129.97.19.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B17743E4A for ; Fri, 30 Aug 2002 07:55:46 -0700 (PDT) (envelope-from mpatters@comrie.uwaterloo.ca) Received: (from mpatters@localhost) by comrie.uwaterloo.ca (8.11.6/8.11.6) id g7UEshZ13373 for stable@freebsd.org; Fri, 30 Aug 2002 10:54:43 -0400 Date: Fri, 30 Aug 2002 10:54:42 -0400 From: Mike Patterson To: stable@freebsd.org Subject: Problems with buildkernel, RELENG_4 Message-ID: <20020830105442.A13359@uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For the last week or so, I've been having trouble building kernels against a RELENG_4 source tree. A 'make buildkernel' from /usr/src fails as follows: perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src syntax error at /usr/src/sys/kern/vnode_if.pl line 135, near "{}" Execution of /usr/src/sys/kern/vnode_if.pl aborted due to compilation errors. *** Error code 255 Stop in /usr/obj/usr/src/sys/ODAA_IPF. *** Error code 1 I've kept an eye on this list for similar errors, and nobody's been complaining about the same thing that I could see, and a google search for vnode_if only came up with some problems with said perl script in January. I get errors even using the GENERIC conf, so it can't be my kernel configuration file. I moved my /usr/src out of the way and re-cvsupped, with the same results. This problem first came up for me Monday morning (Eastern), if that helps any; a build last week went with no problems. My make.conf is pretty simple: CFLAGS= -O -pipe NOPROFILE= true NOUUCP= true I've cvsupped several times this week in the hopes that I just caught the tree in the middle of a commit, but no joy. My cvsup config: *default tag=RELENG_4 *default host=cvsup2.ca.freebsd.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix src-all I'm now at a loss, can anybody shed some light on this? Thanks, Mike -- Mike Patterson - UWaterloo - ODAA - x6986 - mpatters@uwaterloo.ca I don't speak for UW because I don't like them speaking for me. Anyone who considers protocol unimportant has never dealt with a cat. - Robert Heinlein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message