From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 16:57:52 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 910C516A4CE for ; Fri, 29 Apr 2005 16:57:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A1A43D64 for ; Fri, 29 Apr 2005 16:57:52 +0000 (GMT) (envelope-from giromide@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so584649rng for ; Fri, 29 Apr 2005 09:57:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=E+dMbv/mt2k+CQlMXypSoQ54OrYqCjWkUFc3UBohpZQOifomzFWc6sS2xWFCB0meReSVgevfqVPBhdbF0LvXRlKvAJ+DFsUBb6AkDJDN1squjpzQ5HxW7WSBXlLHUxNEhWvN5UdVRtPgfginWr6ydE9Nv4cOnDbD2OGASmK6mnc= Received: by 10.38.151.73 with SMTP id y73mr1722189rnd; Fri, 29 Apr 2005 09:57:51 -0700 (PDT) Received: by 10.38.74.14 with HTTP; Fri, 29 Apr 2005 09:57:51 -0700 (PDT) Message-ID: Date: Fri, 29 Apr 2005 11:57:51 -0500 From: Derek Giromini To: freebsd-ports-bugs@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Trouble getting started with valgrind X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Derek Giromini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 16:57:52 -0000 All-- I've built valgrind through /usr/ports/devel but have run into a big roadblock. FreeBSD is version 5.2.1 with the latest version of valgrind. Valgrind would proceed to run because /proc/curproc/map didn't exist. Just for grins, I touched that file, and now valgrind dumps core. Has anyone else run into this problem? Is there a step in the build/configure process I'm missing? Any help is greatly appreciated. Cheers, --Derek