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]

[Bug translator/9932] @cast module search path


------- Additional Comments From mjw at redhat dot com  2009-03-09 21:03 -------
Same is necessary for the new rpc code after:

commit fb3b52a7346202fea1905ed680a3256d372a7b03
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Fri Mar 6 00:16:50 2009 -0500

    PR9871: use @cast in tapset
    
    Rewrite some functions using type casting to
    get rid of embedded C code in nfs, scsi, signal,
    socket, rpc, task and vfs tapset.
    
    Signed-off-by: Wenji Huang <wenji.huang@oracle.com>

This results in failing tests like:

starting /home/mark/src/systemtap/testsuite/buildok/rpc-embedded.stp
spawn1 stap -p4 /home/mark/src/systemtap/testsuite/buildok/rpc-embedded.stp
semantic error: type definition not found: identifier '@cast' at
/usr/local/systemtap/share/systemtap/tapset/rpc.stp:974:14^M
semantic error: type definition not found: identifier '@cast' at
/usr/local/systemtap/share/systemtap/tapset/rpc.stp:974:14^M
        source:                 rpc_proc = @cast(msg, "rpc_message",
"kernel")->rpc_proc^M

Because on my system sunrpc is compiled as a module.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9932

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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