"module privilege check" breaks (cross-)compilation due to libelf dependency
Mark Wielaard
mjw@redhat.com
Mon Dec 5 14:09:00 GMT 2011
On Mon, Dec 05, 2011 at 01:36:01PM +0000, Turgis, Frederic wrote:
> Commit "bb4470cacb3f7ce5161f9e8a1b7c37a87516a6c3 PR 13128: Implement
> module privilege check in staprun." has broken my cross-compilation
> environment to build "staprun" tool for ARM android (I do 4 first steps
> on host, staprun step on target), see end of mail.
>
> Having a deeper look, there is in fact code in staprun_funcs.c that
> requires libelf like find_section_in_module() and
> get_module_required_credentials() (Elf_Scn for example) and that is
> not surrounded by HAVE_LIBELF_H or HAVE_ELF_GETSHDRSTRNDX
I had something similar a few days ago, though I don't remember exactly
which setup it was on. Does the following commit help in your case?
commit fa2418539b4ac2cb1352948f68da08890cec7774
Author: Mark Wielaard <mjw@redhat.com>
Date: Sat Nov 26 02:33:01 2011 +0100
Fix build error in staprun_funcs.c when HAVE_ELF_GETSHDRSTRNDX is not set.
Mark find_section_in_module arguments unused when HAVE_ELF_GETSHDRSTRNDX
isn't set.
Or do you need more than that?
Cheers,
Mark
More information about the Systemtap
mailing list