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]

Re: error: 'VM_EXECUTABLE' undeclared (first use in this function)


On Tue, Jan 29, 2013 at 10:12:31AM -0500, Steve Dickson wrote:
> Is this a know problem with systemtap-runtime-2.0-4.fc18.x86_64? 
> 
> /usr/share/systemtap/runtime/linux/task_finder2.c: In function '__stp_get_mm_path':
> /usr/share/systemtap/runtime/linux/task_finder2.c:441:24: error: 'VM_EXECUTABLE' undeclared (first use in this function)

Yes :{
Fixed upstream some time ago.

commit 529c7eaed7360776b596af31c86d4e4712a1a3db
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Oct 12 14:45:55 2012 -0700

    PR14172: Fix for kernels without VM_EXECUTABLE

I believe this is one of the fixes in fedora 18 git:

commit 90a95910e58eed74be630dfd46841cdffc7ba872
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jan 16 10:42:55 2013 -0800

    Backport fixes to work with kernel 3.7

Which was 2.0-5:
http://koji.fedoraproject.org/koji/buildinfo?buildID=378437

Which seems to have been superseded by 2.0-6:
https://admin.fedoraproject.org/updates/FEDORA-2013-1145/systemtap-2.0-6.fc18

Which bodhi claims is already pushed to the stable updates repository.
But my local f18 install hasn't seen any updates yet.

Cheers,

Mark


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