This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building error of latest source using old elfutils.


Hi Wenji,

On Sun, 2010-05-30 at 23:02 -0700, Wenji Huang wrote:
> I got the following error when building stap using old elfutils 0.141.
> 
> translate.cxx:4670: error: Dwarf_CFI_Entry was not declared in this scope
> 
> The CFI support was added to elfutils since 0.142. Guess we need to
> give a warning in configuration or code workaround.

My fault, I didn't test the new debug_frame dwarf unwinder speedups
against old elfutils. Should be fixed now:

commit 35410c41751ffee9331166ba8e6c3404643b11cf
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon May 31 09:27:29 2010 +0200

    Guard create_debug_frame_hdr body with _ELFUTILS_PREREQ(0,142).

Thanks,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]