From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13318 invoked by alias); 12 Feb 2015 17:34:33 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 13259 invoked by uid 48); 12 Feb 2015 17:34:29 -0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/16914] probe syscall.* fails with compilation error Date: Thu, 12 Feb 2015 17:34:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00138.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D16914 --- Comment #11 from David Smith --- (In reply to Aram H=C4=83v=C4=83rneanu from comment #10) > I am having the same problem as the one describe in comment 7. >=20 > 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. >=20 > I am running the upstream 3.19.0 kernel. As mentioned in comment #8 this is a kernel problem, not a systemtap proble= m. This is rhbz1094366 = . 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. --=20 You are receiving this mail because: You are the assignee for the bug.