From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24657 invoked by alias); 16 Mar 2006 03:06:16 -0000 Received: (qmail 24650 invoked by uid 22791); 16 Mar 2006 03:06:15 -0000 X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: sourceware.org Received: from pproxy.gmail.com (HELO pproxy.gmail.com) (64.233.166.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 16 Mar 2006 03:06:14 +0000 Received: by pproxy.gmail.com with SMTP id e30so318328pya for ; Wed, 15 Mar 2006 19:06:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b0Qw2uORPUcMQ+CVzAg3uH8Dox4VSJbankDx8r6ee3piadhkzD6dgfmitmDjLvNpyxbSsjEX0JI4LnawrAXL0YVWSqTIHHRSpmfuiyTwFj5YNwciqMk5ZuampuGkfJ1CP1oF7GlVqQE9C8ikjQd9mprdTuu7er64dPKuL81dTXI= Received: by 10.35.50.9 with SMTP id c9mr1236124pyk; Wed, 15 Mar 2006 19:06:13 -0800 (PST) Received: by 10.35.128.5 with HTTP; Wed, 15 Mar 2006 19:06:13 -0800 (PST) Message-ID: Date: Thu, 16 Mar 2006 03:06:00 -0000 From: "Michael Ellerman" To: "Frank Ch. Eigler" Subject: Re: elfutils on Debian? Cc: systemtap@sourceware.org In-Reply-To: <20060316030039.GH22198@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060315143539.GO6930@redhat.com> <20060316030039.GH22198@redhat.com> X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00807.txt.bz2 On 3/16/06, Frank Ch. Eigler wrote: > Hi - > > > Thanks, with that patch I can build elfutils and systemtap. > > Good. > > > Now I've just got to work out why all these tests are failing :) > > Look in the testresults/*.err files. Chances are that > systemtap/elfutils can't find the debugging information for your > kernel. Are debian kernels/modules stripped, and debugging > information separated? Where are they installed? I'm actually running a custom kernel, so where am I supposed to put debug info? And what exactly do I need, a vmlinux built with -g ? cheers