From owner-freebsd-current@FreeBSD.ORG Fri Nov 30 20:24:08 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FC5016A420 for ; Fri, 30 Nov 2007 20:24:08 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 0077913C465 for ; Fri, 30 Nov 2007 20:24:07 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id lAUKL2Ng094019; Fri, 30 Nov 2007 12:21:02 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id lAUKL2B1094018; Fri, 30 Nov 2007 12:21:02 -0800 (PST) (envelope-from sgk) Date: Fri, 30 Nov 2007 12:21:02 -0800 From: Steve Kargl To: Garrett Cooper Message-ID: <20071130202102.GA69803@troutmask.apl.washington.edu> References: <200711292024.lATKOq5R000769@freefall.freebsd.org> <20071129233842.GA57951@ace.netcins.ceid.upatras.gr> <474F78AE.5070107@u.washington.edu> <47506E50.7040808@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47506E50.7040808@u.washington.edu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: gprof's broken in 7-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Nov 2007 20:24:08 -0000 On Fri, Nov 30, 2007 at 12:10:56PM -0800, Garrett Cooper wrote: > > Still doesn't work with pkg_install, unless I'm doing something > incorrectly. Says something like '{blah} not in executable format' when > I try and execute gprof as follows: > > gprof pkg_info.gmon > Have you read the manpage for gprof? Those little square brackets are important. -- Steve