From owner-freebsd-current@FreeBSD.ORG Fri Apr 9 16:04:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A7BF16A4CE; Fri, 9 Apr 2004 16:04:40 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1932E43D64; Fri, 9 Apr 2004 16:04:40 -0700 (PDT) (envelope-from j.p.h@comcast.net) Received: from comcast.net (c-24-1-98-54.client.comcast.net[24.1.98.54]) by comcast.net (rwcrmhc12) with SMTP id <20040409230438014009g8eue> (Authid: j.p.h); Fri, 9 Apr 2004 23:04:39 +0000 Message-ID: <40772C06.6030003@comcast.net> Date: Fri, 09 Apr 2004 18:04:38 -0500 From: Joe Halpin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Rabson References: <200404091207.10055.dfr@nlsystems.com> <200404091857.59746.dfr@nlsystems.com> <4076F5F4.2070200@comcast.net> <200404092229.11848.dfr@nlsystems.com> In-Reply-To: <200404092229.11848.dfr@nlsystems.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 10 Apr 2004 05:22:19 -0700 cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: Valgrind for FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 23:04:40 -0000 Doug Rabson wrote: > On Friday 09 April 2004 20:13, Joe Halpin wrote: > >>Doug Rabson wrote: >>>Sorry - I should have been clearer. Install the devel/subversion >>>port and try the 'svn co svn:/....' command again. >> >>Thanks, I've got the source now, but when I try to run it I get > > I remember having this problem. I think this is down to having an old > version of perl. You need at least perl-5.6.x to be installed. > Hmm, I installed perl 5.8.3, after which valgrind built and installed successfully. However, since then other stuff isn't working any more. I'm working with the CuRL project, doing daily builds on FreeBSD-STABLE. Until this point it's gone very well, but now the daily build tanks without even starting the tests. I'm not the most knowledgeable guy about FreeBSD, so I'm wondering if installing more than one version of perl will cause a problem? I installed 5.8 in /usr/local/bin, and left the default version in /usr/bin. When the curl build failed the first time I renamed /usr/local/bin/perl so it couldn't be found and tried again, but still it fails. I guess I could reload the box from scratch and start over, but I'd like to understand what I'm doing wrong. Thanks Joe