From owner-freebsd-stable@FreeBSD.ORG Sat Nov 17 20:09:33 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F88F16A417 for ; Sat, 17 Nov 2007 20:09:33 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.freebsd.org (Postfix) with ESMTP id F26DA13C465 for ; Sat, 17 Nov 2007 20:09:32 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 06EBC69C7; Sat, 17 Nov 2007 20:09:25 +0000 (GMT) X-Virus-Scanned: amavisd-new at yadt.co.uk Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q3hPXAezEr72; Sat, 17 Nov 2007 20:09:20 +0000 (GMT) Received: from [81.187.204.178] (outcold.yadt.co.uk [81.187.204.178]) by outcold.yadt.co.uk (Postfix) with ESMTP id A802F69BF; Sat, 17 Nov 2007 20:09:20 +0000 (GMT) From: David Taylor To: Nic Reveles In-Reply-To: <017c01c8294c$6e9b1650$6600a8c0@hal2000> References: <005301c825a2$6d762c90$6600a8c0@hal2000> <200711130646.20986.yuri.pankov@gmail.com> <013f01c8293e$48c12db0$6600a8c0@hal2000> <20071117175251.GA12871@lava.net> <017c01c8294c$6e9b1650$6600a8c0@hal2000> Content-Type: text/plain Date: Sat, 17 Nov 2007 20:09:20 +0000 Message-Id: <1195330160.45208.4.camel@outcold.yadt.co.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: Re: Upgrading from FreeBSD 5.4 to 5.5 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidt@yadt.co.uk List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2007 20:09:33 -0000 On Sat, 2007-11-17 at 14:02 -0500, Nic Reveles wrote: > "Clifton Royston" wrote: > > On Sat, Nov 17, 2007 at 12:21:25PM -0500, Nic Reveles wrote: > >> Thanks for the tips! Still having the same problem though... > >> > >> I have changed the tag in my supfile to: > >> *default tag=RELENG_5_5 > >> > >> I then removed the directory '/usr/src/contrib/cvs' and ran cvsup again. > >> > >> But when I run 'make buildworld' I still get the previous error. > > > > Did you try removing any CFLAGS settings from /etc/make.conf? > I've checked /etc/make.conf and there are no CFLAGs in it. I've never > changed it since I started using the computer, but here is what I did find: > > > # added by use.perl 2005-09-05 11:07:59 > PERL_VER=5.8.6 > PERL_VERSION=5.8.6 > > The error message I'm recieving makes reference to Perl, is it possible that > the syntax of Perl changed and I need to update it and this make.conf file? Please don't top post, it makes the thread impossible to follow.... The PERL_* stuff is for ports, it is highly unlikely to affect your buildworld. The error message itself isn't really referring to perl, the command prior to the error (which seems to have completed relatively successfully) is. Immediately after the error occurs, what are the contents of /usr/src/gnu/usr.bin/cvs/contrib/Makefile and /usr/src/contrib/cvs/contrib/Makefile ? (specifically what is around line 15?) David -- David Taylor