From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5965 invoked by alias); 29 Sep 2009 19:21:52 -0000 Received: (qmail 5913 invoked by uid 48); 29 Sep 2009 19:21:41 -0000 Date: Tue, 29 Sep 2009 19:21:00 -0000 Message-ID: <20090929192141.5912.qmail@sourceware.org> From: "jistone at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090929065735.10703.wenji.huang@oracle.com> References: <20090929065735.10703.wenji.huang@oracle.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug testsuite/10703] compilation error of ext4 tracepoint on 2.6.32 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-q3/txt/msg00893.txt.bz2 ------- 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.