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]

[Bug translator/16914] probe syscall.* fails with compilation error


https://sourceware.org/bugzilla/show_bug.cgi?id=16914

--- Comment #11 from David Smith <dsmith at redhat dot com> ---
(In reply to Aram HÄvÄrneanu from comment #10)
> I am having the same problem as the one describe in comment 7.
> 
> In file included from ./arch/arm64/include/asm/dma-mapping.h:27:0,
>                  from include/linux/dma-mapping.h:82,
>                  from include/linux/skbuff.h:34,
>                  from include/linux/netlink.h:6,
>                  from
> /tmp/stap85zy5C/stap_6c1847e871322a4ef474645ee4b86ee9_606063_src.c:184:
> ./arch/arm64/include/asm/xen/hypervisor.h:1:50: fatal error:
> ../../arm/include/asm/xen/hypervisor.h: No such file or directory
>  #include <../../arm/include/asm/xen/hypervisor.h>
>                                                   ^
> compilation terminated.
> 
> I am running the upstream 3.19.0 kernel.

As mentioned in comment #8 this is a kernel problem, not a systemtap problem.
This is rhbz1094366 <https://bugzilla.redhat.com/show_bug.cgi?id=1094366>. It
was fixed at one point, perhaps it has gotten broken again.

It isn't systemtap's fault that when you include a kernel header, one of the
other kernel headers it includes is a file that doesn't exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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