From owner-freebsd-current@FreeBSD.ORG Sat Apr 10 01:39:54 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 6F25916A4CE; Sat, 10 Apr 2004 01:39:54 -0700 (PDT) Received: from herring.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id C907643D54; Sat, 10 Apr 2004 01:39:53 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring.rabson.org [10.0.0.2]) by herring.rabson.org (8.12.11/8.12.11) with ESMTP id i3A8deP9014027; Sat, 10 Apr 2004 09:39:40 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Joe Halpin Date: Sat, 10 Apr 2004 09:39:40 +0100 User-Agent: KMail/1.6.1 References: <200404091207.10055.dfr@nlsystems.com> <200404092229.11848.dfr@nlsystems.com> <40772C06.6030003@comcast.net> In-Reply-To: <40772C06.6030003@comcast.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404100939.40215.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on herring.rabson.org X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' 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: Sat, 10 Apr 2004 08:39:54 -0000 On Saturday 10 April 2004 00:04, Joe Halpin wrote: > 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. Possibly you need to run 'use.perl' to select which perl to use (port or system). You might also need to re-install any perl packages.