From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32136 invoked by alias); 15 Mar 2006 14:35:28 -0000 Received: (qmail 32128 invoked by uid 22791); 15 Mar 2006 14:35:28 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mailwasher.lanl.gov (HELO mailwasher-b.lanl.gov) (192.65.95.54) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Mar 2006 14:35:26 +0000 Received: from ccn-mail.lanl.gov (ccn-mail.lanl.gov [128.165.4.105]) by mailwasher-b.lanl.gov (8.12.11/8.12.11/(ccn-5)) with ESMTP id k2FEZNJT029865 for ; Wed, 15 Mar 2006 07:35:23 -0700 Received: from [128.165.243.132] (euphoria.lanl.gov [128.165.243.132]) by ccn-mail.lanl.gov (8.12.11/8.12.11/(ccn-5)) with ESMTP id k2FEZJPI004436; Wed, 15 Mar 2006 07:35:19 -0700 Message-ID: <44182626.3060501@lanl.gov> Date: Wed, 15 Mar 2006 14:35:00 -0000 From: Nathan DeBardeleben User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Michael Ellerman CC: "Michael K. Dolan Jr." , "Frank Ch. Eigler" , systemtap@sourceware.org Subject: Re: elfutils on Debian? References: <44181EE3.3030908@michaeldolan.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 4.7.1.128075 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/msg00796.txt.bz2 Please keep us / me updated with your progress. I got frustrated getting this to work on a Debian machine I was trying to set it up on and found my time was better spent just going back to a RH machine for the time being. Someone on the list sent me a patch file, couple days back. You can search for it - it was a thread entitled "Problem Building Elfutils (patched) Required by systemtap". Ronald McGrath replied with a patch that sadly didn't apply cleanly - I tried building afterwards anyway and it didn't work. Back to Redhat until then. -- Nathan Correspondence --------------------------------------------------------------------- Nathan DeBardeleben, Ph.D. Los Alamos National Laboratory Parallel Tools Team High Performance Computing Environments phone: 505-667-3428 email: ndebard@lanl.gov --------------------------------------------------------------------- Michael Ellerman wrote: > 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 scripts. > > But working on it ... > >