Bug 1943 - ppc64: stap failed to compile kmodule.stp test
Summary: ppc64: stap failed to compile kmodule.stp test
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 21:20 UTC by Hien Nguyen
Modified: 2011-03-16 21:19 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hien Nguyen 2005-11-28 21:20:05 UTC
FAIL: ./systemtap.base/kmodule.stp compilation

I run the above test with strace

strace stap -v -p3 kmodule.stp

It reveals the stap looks for
/sys/module/ext3/sections/.init.text

But under ppc64 it is
/sys/module/ext3/sections/_init.text

Roland is aware of this issue, and will provide a fix/work around.
Comment 1 Roland McGrath 2006-02-22 06:11:40 UTC
This should be fixed as of elfutils 0.119.
Comment 2 Roland McGrath 2006-08-15 05:59:14 UTC
Reopen if this is not in fact fixed.