public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "dsmith at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug tapsets/16460] New: on ia64, the syscall.unlink probe alias has compile errors
Date: Thu, 16 Jan 2014 17:15:00 -0000	[thread overview]
Message-ID: <bug-16460-6586@http.sourceware.org/bugzilla/> (raw)

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

            Bug ID: 16460
           Summary: on ia64, the syscall.unlink probe alias has compile
                    errors
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
              Host: ia64

On RHEL5 ia64 (), the syscall.unlink probe alias has compile errors:

====
# stap -ve 'probe syscall.umount { printf("%s(%s)\n", name, argstr) }'
Pass 1: parsed user script and 99 library script(s) using
105744virt/30224res/6528shr/24016data kb, in 1483usr/27sys/1519real ms.
Pass 2: analyzed script: 1 probe(s), 6 function(s), 26 embed(s), 0 global(s)
using 179520virt/86784res/49648shr/37296data kb, in 1907usr/436sys/2345real ms.
Pass 3: translated to C into
"/tmp/stapcvPpgk/stap_c6a43944f13b4b5f272b09215721beeb_17507_src.c" using
179520virt/87440res/50304shr/37296data kb, in 30usr/0sys/30real ms.
/tmp/stapcvPpgk/stap_c6a43944f13b4b5f272b09215721beeb_17507_src.c: In function
‘probe_2131’:
/tmp/stapcvPpgk/stap_c6a43944f13b4b5f272b09215721beeb_17507_src.c:1342: error:
‘__NR_umount2’ undeclared (first use in this function)
/tmp/stapcvPpgk/stap_c6a43944f13b4b5f272b09215721beeb_17507_src.c:1342: error:
(Each undeclared identifier is reported only once
/tmp/stapcvPpgk/stap_c6a43944f13b4b5f272b09215721beeb_17507_src.c:1342: error:
for each function it appears in.)
make[1]: ***
[/tmp/stapcvPpgk/stap_c6a43944f13b4b5f272b09215721beeb_17507_src.o] Error 1
make: *** [_module_/tmp/stapcvPpgk] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_c6a43944f13b4b5f272b09215721beeb_17507.ko" in
1475usr/177sys/1631real ms.
Pass 4: compilation failed.  [man error::pass4]
====

This occurs because of the following commit:

====
commit 99edef7bff6462ba4d370d83d335af9adce908ea                                 
Author: David Smith <dsmith@redhat.com>                                         
Date:   Thu Dec 19 13:05:15 2013 -0600                                          

    PR16207 partial fix: Fix the 'mount' [nd_]syscall.exp tests on rawhide.     

    * tapset/linux/syscalls2.stp: Add 'sys_oldumount' support to the            
      syscall.umount probe. Don't allow syscall nesting in syscall.umount.      
    * tapset/linux/nd_syscalls2.stp: Ditto.                                     
====

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

             reply	other threads:[~2014-01-16 17:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-16 17:15 dsmith at redhat dot com [this message]
2014-01-16 17:23 ` [Bug tapsets/16460] " dsmith at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-16460-6586@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).