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]

[Bug runtime/9860] New: _stp_stack_print_fallback prototype/function declaration mismatch


The tests fail to build on i386 machines because of a mismatch between
declaration and the actual function:

For example

stap -vv systemtap.base/array_size.stp

produces the following error:

In file included from /usr/share/systemtap/runtime/stack.c:42,
                 from /tmp/stapxtSatU/stap_6695.c:43:
/usr/share/systemtap/runtime/stack-i386.c:19: error: conflicting types for
?_stp_stack_print_fallback?
/usr/share/systemtap/runtime/stack.c:35: error: previous declaration of
?_stp_stack_print_fallback? was here

-- 
           Summary: _stp_stack_print_fallback prototype/function declaration
                    mismatch
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: wcohen at redhat dot com
  GCC host triplet: i686


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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