From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18592 invoked by alias); 9 Mar 2009 21:04:10 -0000 Received: (qmail 18486 invoked by uid 48); 9 Mar 2009 21:03:55 -0000 Date: Mon, 09 Mar 2009 22:27:00 -0000 Message-ID: <20090309210355.18485.qmail@sourceware.org> From: "mjw at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090307220736.9932.fche@redhat.com> References: <20090307220736.9932.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/9932] @cast module search path X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00657.txt.bz2 ------- 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 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 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.