Hi - > I have been able to reproduce this on a Debian kernel. > [...] > /tmp/stapUHT1si/stap_7ef754ea40ea0990a9bfaf74753e8a9d_1538_src.c:10:29: fatal > error: runtime_defines.h: No such file or directory > #include "runtime_defines.h" > ^ > compilation terminated. > [...]
We've received intermittent reports of this sort of thing happening on a few non-RH platforms. A common element seemed to be some nonstandard kernel build tree environment - some sort of customized out-of-tree module builder/processing script or makefile, which was confused by quotations in the stap-synthesized Makefile. We have not gotten to the bottom of it yet, but it didn't seem like a stap bug. https://sourceware.org/ml/systemtap/2017-q1/msg00025.html - FChE