From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66408 invoked by alias); 11 Dec 2015 17:20:58 -0000 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 Received: (qmail 66373 invoked by uid 48); 11 Dec 2015 17:20:54 -0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/19358] New: netfilter probes are broken on rawhide Date: Fri, 11 Dec 2015 17:20:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q4/txt/msg00269.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19358 Bug ID: 19358 Summary: netfilter probes are broken on rawhide Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: dsmith at redhat dot com Target Milestone: --- Netfilter probes appear to have compilation problems on rawhide (4.4.0-0.rc3.git4.1.fc24.x86_64): =3D=3D=3D=3D=3D # stap -g -p4 ../src/testsuite/systemtap.examples/network/netfilter_drop.stp TCP 1 /tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.c:2519:9: error: initialization from incompatible pointer type [-Werror=3Dincompatible-pointer-types] .hook =3D enter_netfilter_probe_0, ^ /tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.c:2519:9: n= ote: (near initialization for =E2=80=98netfilter_opts_0.hook=E2=80=99) /tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.c:2520:1: error: unknown field =E2=80=98owner=E2=80=99 specified in initializer .owner =3D THIS_MODULE, ^ In file included from include/linux/linkage.h:6:0, from include/linux/preempt.h:9, from include/linux/spinlock.h:50, from include/linux/mmzone.h:7, from include/linux/gfp.h:5, from /usr/local/share/systemtap/runtime/linux/runtime_defines.h:20, from /usr/local/share/systemtap/runtime/runtime_defines.h:= 8, from /tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.c:10: include/linux/export.h:34:21: error: initialization from incompatible point= er type [-Werror=3Dincompatible-pointer-types] #define THIS_MODULE (&__this_module) ^ /tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.c:2520:10: note: in expansion of macro =E2=80=98THIS_MODULE=E2=80=99 .owner =3D THIS_MODULE, ^ include/linux/export.h:34:21: note: (near initialization for =E2=80=98netfilter_opts_0.dev=E2=80=99) #define THIS_MODULE (&__this_module) ^ /tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.c:2520:10: note: in expansion of macro =E2=80=98THIS_MODULE=E2=80=99 .owner =3D THIS_MODULE, ^ cc1: all warnings being treated as errors scripts/Makefile.build:258: recipe for target '/tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.o' failed make[1]: *** [/tmp/stapKszyjv/stap_638ac27ca43bafef41a50ed201d5c6bd_19005_src.o] Error 1 Makefile:1388: recipe for target '_module_/tmp/stapKszyjv' failed make: *** [_module_/tmp/stapKszyjv] Error 2 WARNING: kbuild exited with status: 2 Pass 4: compilation failed. [man error::pass4] =3D=3D=3D=3D=3D --=20 You are receiving this mail because: You are the assignee for the bug.