From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22645 invoked by alias); 15 Mar 2006 14:19:36 -0000 Received: (qmail 22636 invoked by uid 22791); 15 Mar 2006 14:19:35 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.204) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Mar 2006 14:19:34 +0000 Received: by zproxy.gmail.com with SMTP id 8so126330nzo for ; Wed, 15 Mar 2006 06:19:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nopZexMBqnkKOqhfLW0g/CuH0s7rY69hZv9zlm8fw/rhWn7C2YmYxKKO49PJtXvd1Sz/rVPuctpJVut8Ks3GUp5rINUBqSRgDt9ubsXLkJZqEnOwXIMyIU29+wtk+Ls9tWm1owEzQVUnTCrqz1EiwACu/Z7KFk1xzYX0/g9ufnM= Received: by 10.35.63.2 with SMTP id q2mr422878pyk; Wed, 15 Mar 2006 06:19:31 -0800 (PST) Received: by 10.35.128.5 with HTTP; Wed, 15 Mar 2006 06:19:31 -0800 (PST) Message-ID: Date: Wed, 15 Mar 2006 14:19:00 -0000 From: "Michael Ellerman" To: "Michael K. Dolan Jr." Subject: Re: elfutils on Debian? Cc: "Frank Ch. Eigler" , systemtap@sourceware.org In-Reply-To: <44181EE3.3030908@michaeldolan.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44181EE3.3030908@michaeldolan.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/msg00795.txt.bz2 On 3/16/06, Michael K. Dolan Jr. wrote: > Do either of these work? I installed it on Gentoo with no problems... > > ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-0.119.tar.gz > ftp://sources.redhat.com/pub/systemtap/elfutils/SRPMS/elfutils-0.119-0.1.= src.rpm Not yet :/ - Different versions of aclocal, easy fix. - Problems linking libdw, not finding libelf. - tests doesn't build because my compiler doesn't seem to like %a in scanf formats, might be a -std option to fix that? - install target doesn't seem to play nice with the Debian packaging script= s. But working on it ...