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 tapsets/12330] New: compile error when using tty.stp on RHEL6/ppc64


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

           Summary: compile error when using tty.stp on RHEL6/ppc64
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap@sources.redhat.com
        ReportedBy: dsmith@redhat.com


# stap -ve 'probe tty.open { printf("%s\n", file_name) }'
Pass 1: parsed user script and 75 library script(s) using
31168virt/26688res/5376shr kb, in 290usr/0sys/300real ms.
Pass 2: analyzed script: 1 probe(s), 5 function(s), 2 embed(s), 0 global(s)
using 204736virt/97920res/6720shr kb, in 2860usr/600sys/4699real ms.
Pass 3: translated to C into
"/tmp/stapLO4Vrn/stap_6cc6291aea54f92257151ca8c8f9b8ab_3985.c" using
204160virt/101952res/11008shr kb, in 1370usr/10sys/1385real ms.
In file included from
/tmp/stapLO4Vrn/stap_6cc6291aea54f92257151ca8c8f9b8ab_3985.c:71:
include/linux/termios.h:23:2: error: #warning This architecture should
implement CDTRDSR
make[1]: *** [/tmp/stapLO4Vrn/stap_6cc6291aea54f92257151ca8c8f9b8ab_3985.o]
Error 1
make: *** [_module_/tmp/stapLO4Vrn] Error 2
Pass 4: compiled C into "stap_6cc6291aea54f92257151ca8c8f9b8ab_3985.ko" in
4460usr/510sys/4924real ms.
Pass 4: compilation failed.  Try again with another '--vp 0001' option.

kernel-2.6.32-71.el6.ppc64
gcc-4.4.4 13.el6.ppc64

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


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