This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug testsuite/10703] compilation error of ext4 tracepoint on 2.6.32
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 29 Sep 2009 19:21:41 -0000
- Subject: [Bug testsuite/10703] compilation error of ext4 tracepoint on 2.6.32
- References: <20090929065735.10703.wenji.huang@oracle.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From jistone at redhat dot com 2009-09-29 19:21 -------
It turns out that before we were catching this earlier because of the missing
#includes. In this case, in pass-2 we get the warning about "declared inside
parameter list", but it's allowed to pass anyway.
I've added -Werror to that step now so we can catch the problem sooner and
filter those out. So once again, ext4 tracepoints will be unavailable until a
decl for mpage_da_data is added.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10703
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.