From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20874 invoked by alias); 16 Mar 2006 02:52:19 -0000 Received: (qmail 20867 invoked by uid 22791); 16 Mar 2006 02:52:19 -0000 X-Spam-Status: No, hits=-1.1 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 02:52:16 +0000 Received: by pproxy.gmail.com with SMTP id e30so314499pya for ; Wed, 15 Mar 2006 18:52:15 -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=rPqmbT6DG+dAfsFe1pMrneJLJ01dKbrkqaoSsSvt7ERMIBFJJuFD5MqGCskYzyn6wqQUnSFqHp7qFMSAoc/lA1kKOZefxJ82UC08eRA4R1k9m8XzVyGfOvmWH11iDznCB/1kZifXLxNtvM16cTvxPz3jzj+NMO4cjCJ5jqdCK7s= Received: by 10.35.37.18 with SMTP id p18mr881601pyj; Wed, 15 Mar 2006 18:52:14 -0800 (PST) Received: by 10.35.128.5 with HTTP; Wed, 15 Mar 2006 18:52:14 -0800 (PST) Message-ID: Date: Thu, 16 Mar 2006 02:52:00 -0000 From: "Michael Ellerman" To: "Nathan DeBardeleben" Subject: Re: elfutils on Debian? Cc: "Frank Ch. Eigler" , "Michael K. Dolan Jr." , systemtap@sourceware.org In-Reply-To: <441834FD.80903@lanl.gov> 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> <44182626.3060501@lanl.gov> <20060315144950.GP6930@redhat.com> <441834FD.80903@lanl.gov> 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/msg00804.txt.bz2 On 3/16/06, Nathan DeBardeleben wrote: > Frank Ch. Eigler wrote: > >> [...] Someone on the list sent me a patch file, couple days back. > >> [...] Ronald McGrath replied with a patch that sadly didn't apply > >> cleanly - I tried building afterwards anyway and it didn't work. [...] > >> > > > > That patch is for elfutils configury, not systemtap. Try applying > > it to the patched-elfutils source directory, on top of the > > "compatibility" patch. > > > Oh, I did. > Here's a log: > > debian:~/elfutils-0.119> patch -p1 < elfutils-systemtap.patch > > patching file Makefile.am > > Hunk #1 succeeded at 2 with fuzz 2 (offset 1 line). > > Hunk #2 FAILED at 29. > > 1 out of 2 hunks FAILED -- saving rejects to file Makefile.am.rej > > patching file Makefile.am > > patch: **** malformed patch at line 26: > > \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/= ../libelf > This was after previously patching with the portability patch, which > went in smooth as butter. > Here's the reject file: > > *************** > > *** 29,34 **** > > -I$(srcdir)/../libdw -I$(srcdir)/../libdwfl \ > > -I$(srcdir)/../lib -I.. > > > > YACC =3D @YACC@ -d > > AM_YFLAGS =3D -pld > > AM_LFLAGS =3D -Pld -olex.yy.c > > --- 29,36 ---- > > -I$(srcdir)/../libdw -I$(srcdir)/../libdwfl \ > > -I$(srcdir)/../lib -I.. > > > > + AM_LDFLAGS =3D -Wl,-rpath-link,../libelf:../libdw > > + > > YACC =3D @YACC@ -d > > AM_YFLAGS =3D -pld > > AM_LFLAGS =3D -Pld -olex.yy.c > > Maybe I'm applying it wrong. Tips? Yeah, it's -p0 format :D