From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 953 invoked by alias); 11 Feb 2014 15:10:30 -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 596 invoked by uid 48); 11 Feb 2014 15:10:26 -0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/16555] New: on rawhide, we're getting errors in the task.stp tapset Date: Tue, 11 Feb 2014 15:10:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets 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-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 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: 2014-q1/txt/msg00099.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D16555 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=20 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 funct= ion =E2=80=98function_task_egid=E2=80=99: /tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1068:19: error: incompatible types when assigning to type =E2=80=98int64_t=E2=80=99 = from type =E2=80=98kgid_t=E2=80=99 STAP_RETVALUE =3D task_egid (t); ^ /tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In funct= ion =E2=80=98function_task_euid=E2=80=99: /tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1112:19: error: incompatible types when assigning to type =E2=80=98int64_t=E2=80=99 = from type =E2=80=98kuid_t=E2=80=99 STAP_RETVALUE =3D task_euid (t); ^ /tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In funct= ion =E2=80=98function_task_gid=E2=80=99: /tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1214:19: error: incompatible types when assigning to type =E2=80=98int64_t=E2=80=99 = from type =E2=80=98kgid_t=E2=80=99 STAP_RETVALUE =3D task_gid (t); ^ /tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In funct= ion =E2=80=98function_task_uid=E2=80=99: /tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1628:19: error: incompatible types when assigning to type =E2=80=98int64_t=E2=80=99 = from type =E2=80=98kuid_t=E2=80=99 STAP_RETVALUE =3D 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] =3D=3D=3D=3D These errors are all because uids/gids are no longer simple types. --=20 You are receiving this mail because: You are the assignee for the bug.