Bug#856474: stap: include runtime_defines.h not found

2017-03-06 Thread Jack Henschel
On 03/04/2017 10:24 AM, Ritesh Raj Sarraf wrote: > Thank you very much, Ben. I tested with your fix and it resolves the issue. Can confirm, the patch fixes it. Thank you Ben and Ritesh for your super quick actions! :-) Greetings Jack signature.asc Description: OpenPGP digital signature

Bug#856474: stap: include runtime_defines.h not found

2017-03-04 Thread Ritesh Raj Sarraf
On Sat, 2017-03-04 at 02:12 +, Ben Hutchings wrote: > On Sat, 2017-03-04 at 01:39 +, Ben Hutchings wrote: > [...] > > I investigated this and found that it occurs when the kernel source and > > object trees are separate (an "out-of-tree" build, not to be confused > > with out-of-tree module

Bug#856474: stap: include runtime_defines.h not found

2017-03-03 Thread Jack Henschel
On Sat, 04 Mar 2017 01:39:58 + Ben Hutchings wrote: > So my fix is to delete quotes before checking for the exclusions: Wow Ben, that was a really quick fix! I'll test it on Monday and report back. signature.asc Description: OpenPGP digital signature

Bug#856474: stap: include runtime_defines.h not found

2017-03-03 Thread Ben Hutchings
On Sat, 2017-03-04 at 01:39 +, Ben Hutchings wrote: [...] > I investigated this and found that it occurs when the kernel source and > object trees are separate (an "out-of-tree" build, not to be confused > with out-of-tree modules).  We separate them in Debian kernel header > packages to avoid

Bug#856474: stap: include runtime_defines.h not found

2017-03-03 Thread Ben Hutchings
Control: tag -1 upstream patch On Fri, 03 Mar 2017 23:10:56 +0530 Ritesh Raj Sarraf wrote: [...] > Dear (Linux) Kernel Team: >  > We currently have systemtap 3.0 in Debian testing  where this problem was > reported. >  > In Experimental, I have also pushed the 3.1 release. The 3.1 release is > r

Processed: Re: Bug#856474: stap: include runtime_defines.h not found

2017-03-03 Thread Debian Bug Tracking System
Processing control commands: > tag -1 upstream patch Bug #856474 [src:linux] stap: include runtime_defines.h not found Added tag(s) patch and upstream. -- 856474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856474 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#856474: stap: include runtime_defines.h not found

2017-03-03 Thread Gerald Turner
I modified systemtap buildrun.cxx so that the Makefile it produces during Pass 3 doesn't have quotes around the include path, i.e.: Before: EXTRA_CFLAGS += -I"/usr/share/systemtap/runtime" After: EXTRA_CFLAGS += -I/usr/share/systemtap/runtime Then stap works fine against the Debian kernel,

Processed: Re: Bug#856474: stap: include runtime_defines.h not found

2017-03-03 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 linux Bug #856474 [systemtap] stap: include runtime_defines.h not found Bug reassigned from package 'systemtap' to 'linux'. No longer marked as found in versions systemtap/3.0-7. Ignoring request to alter fixed versions of bug #856474 to the same values