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/16555] New: on rawhide, we're getting errors in the task.stp tapset


https://sourceware.org/bugzilla/show_bug.cgi?id=16555

            Bug ID: 16555
           Summary: on rawhide, we're getting errors in the task.stp
                    tapset
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com

We're getting errors in the task.stp tapset (which are unfortunately masked by
builok.exp):

# stap -vp4 ../src/testsuite/buildok/task-embedded.stp 
Pass 1: parsed user script and 101 library script(s) using
210536virt/28044res/2924shr/25620data kb, in 180usr/30sys/217real ms.
Pass 2: analyzed script: 1 probe(s), 25 function(s), 1 embed(s), 0 global(s)
using 357172virt/31212res/4052shr/27396data kb, in 1020usr/620sys/1703real ms.
Pass 3: translated to C into
"/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c" using
357172virt/31460res/4300shr/27396data kb, in 10usr/0sys/2real ms.
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
âfunction_task_egidâ:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1068:19:
error: incompatible types when assigning to type âint64_tâ from type âkgid_tâ
     STAP_RETVALUE = task_egid (t);
                   ^
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
âfunction_task_euidâ:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1112:19:
error: incompatible types when assigning to type âint64_tâ from type âkuid_tâ
     STAP_RETVALUE = task_euid (t);
                   ^
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
âfunction_task_gidâ:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1214:19:
error: incompatible types when assigning to type âint64_tâ from type âkgid_tâ
     STAP_RETVALUE = task_gid (t);
                   ^
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
âfunction_task_uidâ:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1628:19:
error: incompatible types when assigning to type âint64_tâ from type âkuid_tâ
     STAP_RETVALUE = task_uid (t);
                   ^
make[1]: ***
[/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.o] Error 1
make: *** [_module_/tmp/stap3fopDv] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_baa033f011836befd470d85f53b241db_10845.ko" in
8130usr/1680sys/10133real ms.
Pass 4: compilation failed.  [man error::pass4]
====

These errors are all because uids/gids are no longer simple types.

-- 
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]