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: Latest 3.0-0.rc4.git0.2.fc16.x86_64 k ernel giving: error: unknown field âwarningâ specified in initializer


On 06/22/2011 12:55 PM, Richard W.M. Jones wrote:
> 
> $ sudo stap -p4 -e 'probe module("ext2").statement ("*@*.c:*") { printf ("%s\n", pp()); }'
> In file included from /tmp/stapIl5lwd/stap_391a917f397de1fde63b40df3b702c3c_192393.c:60:0:
> /usr/share/systemtap/runtime/stack.c:98:2: error: unknown field âwarningâ specified in initializer
> /usr/share/systemtap/runtime/stack.c:98:2: error: initialization from incompatible pointer type [-Werror]
> /usr/share/systemtap/runtime/stack.c:98:2: error: (near initialization for âprint_stack_ops.addressâ) [-Werror]
> /usr/share/systemtap/runtime/stack.c:99:2: error: unknown field âwarning_symbolâ specified in initializer
> /usr/share/systemtap/runtime/stack.c:99:2: error: initialization from incompatible pointer type [-Werror]
> /usr/share/systemtap/runtime/stack.c:99:2: error: (near initialization for âprint_stack_ops.stackâ) [-Werror]
> cc1: all warnings being treated as errors
[...]
> I will try again with the version from git and report back.

Yes, I think you need commit 0bbb8009.  We should probably spin that
into a rawhide build.

Josh


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