public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/14137] New: buildok/netfilter02.stp not ok
@ 2012-05-23 11:30 mjw at redhat dot com
  2012-05-23 13:41 ` [Bug translator/14137] " smakarov at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: mjw at redhat dot com @ 2012-05-23 11:30 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=14137

             Bug #: 14137
           Summary: buildok/netfilter02.stp not ok
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com
                CC: cmeek@redhat.com, smakarov@redhat.com
    Classification: Unclassified


Host: Linux toonder.wildebeest.org 3.3.6-3.fc16.x86_64 #1 SMP Wed May 16
21:43:01 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Snapshot: version 1.8/0.153 commit release-1.7-249-g57db0e6
GCC: 4.6.3 [gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)]
Distro: Fedora release 16 (Verne)

Running /home/mark/src/systemtap/testsuite/buildok/netfilter02.stp
starting /home/mark/src/systemtap/testsuite/buildok/netfilter02.stp
spawn1 stap -p4 /home/mark/src/systemtap/testsuite/buildok/netfilter02.stp
spawn stap -p4 /home/mark/src/systemtap/testsuite/buildok/netfilter02.stp
WARNING: side-effect-free probe 'probe_2009': keyword at
/home/mark/src/systemtap/testsuite/buildok/netfilter02.stp:4:1
 source: probe
netfilter.hook("NF_INET_PRE_ROUTING").pf("NFPROTO_IPV4").priority("1") { }
         ^
WARNING: side-effect-free probe 'probe_2010': keyword at :5:1
WARNING: side-effect-free probe 'probe_2009': keyword at
/home/mark/src/systemtap/testsuite/buildok/netfilter02.stp:4:1

 source: probe
netfilter.hook("NF_INET_PRE_ROUTING").pf("NFPROTO_IPV4").priority("1") { }

         ^

WARNING: side-effect-free probe 'probe_2010': keyword at :5:1
 source: probe netfilter.hook("NF_INET_PRE_ROUTING").pf("NFPROTO_IPV4") { }
         ^

 source: probe netfilter.hook("NF_INET_PRE_ROUTING").pf("NFPROTO_IPV4") { }

         ^
/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:231:21: error:
redefinition of 'enter_netfilter_probe_probe_2009'
/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:106:21: note:
previous definition of 'enter_netfilter_probe_probe_2009' was here

/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:231:21: error:
redefinition of 'enter_netfilter_probe_probe_2009'

/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:106:21: note:
previous definition of 'enter_netfilter_probe_probe_2009' was here
/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:349:27: error:
redefinition of 'netfilter_opts_probe_2009'
/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:224:27: note:
previous definition of 'netfilter_opts_probe_2009' was here

/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:349:27: error:
redefinition of 'netfilter_opts_probe_2009'

/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.c:224:27: note:
previous definition of 'netfilter_opts_probe_2009' was here
make[4]: *** [/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.o]
Error 1

make[4]: *** [/tmp/stapTNRaVj/stap_ed0c182d855bb272214e55124b74424b_883_src.o]
Error 1
make[3]: *** [_module_/tmp/stapTNRaVj] Error 2

make[3]: *** [_module_/tmp/stapTNRaVj] Error 2
WARNING: make exited with status: 2
Pass 4: compilation failed.  Try again with another '--vp 0001' option.
WARNING: make exited with status: 2


Pass 4: compilation failed.  Try again with another '--vp 0001' option.
wait results: 30850 exp24 0 1
FAIL: buildok/netfilter02.stp

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug translator/14137] buildok/netfilter02.stp not ok
  2012-05-23 11:30 [Bug translator/14137] New: buildok/netfilter02.stp not ok mjw at redhat dot com
@ 2012-05-23 13:41 ` smakarov at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: smakarov at redhat dot com @ 2012-05-23 13:41 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=14137

Serguei Makarov <smakarov at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|systemtap at sourceware dot |cmeek at redhat dot com
                   |org                         |

--- Comment #1 from Serguei Makarov <smakarov at redhat dot com> 2012-05-23 13:41:29 UTC ---
Yes, this is a known bug, which is why there's a test for it. There's some kind
of extremely subtle issue with how derived probes are named.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-23 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-23 11:30 [Bug translator/14137] New: buildok/netfilter02.stp not ok mjw at redhat dot com
2012-05-23 13:41 ` [Bug translator/14137] " smakarov at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).