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 runtime/18634] New: on rawhide, using timer probes gets a compilation error
Date: Tue, 07 Jul 2015 17:45:00 -0000	[thread overview]
Message-ID: <bug-18634-6586@http.sourceware.org/bugzilla/> (raw)

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

            Bug ID: 18634
           Summary: on rawhide, using timer probes gets a compilation
                    error
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

On 4.2.0-0.rc0.git4.1.fc23.x86_64, I get the following:

====
stap -v -p4 -e 'probe timer.s(5) {exit()}'
Pass 1: parsed user script and 109 library script(s) using
232092virt/44188res/7068shr/36912data kb, in 210usr/100sys/304real ms.
Pass 2: analyzed script: 1 probe(s), 1 function(s), 0 embed(s), 0 global(s)
using 232884virt/45220res/7324shr/37704data kb, in 0usr/0sys/7real ms.
Pass 3: translated to C into
"/tmp/stappCeG4j/stap_43a98ca53d900be8c821e350a2d2cb0b_1024_src.c" using
232884virt/45620res/7708shr/37704data kb, in 10usr/0sys/0real ms.
In file included from /usr/local/share/systemtap/runtime/timer.c:17:0,
                 from
/tmp/stappCeG4j/stap_43a98ca53d900be8c821e350a2d2cb0b_1024_src.c:175:
/usr/local/share/systemtap/runtime/linux/timer.c: In function
‘_stp_hrtimer_init’:
/usr/local/share/systemtap/runtime/linux/timer.c:19:2: error: implicit
declaration of function ‘hrtimer_get_res’
[-Werror=implicit-function-declaration]
  hrtimer_get_res (CLOCK_MONOTONIC, &res);
  ^
cc1: all warnings being treated as errors
scripts/Makefile.build:258: recipe for target
'/tmp/stappCeG4j/stap_43a98ca53d900be8c821e350a2d2cb0b_1024_src.o' failed
make[1]: *** [/tmp/stappCeG4j/stap_43a98ca53d900be8c821e350a2d2cb0b_1024_src.o]
Error 1
Makefile:1386: recipe for target '_module_/tmp/stappCeG4j' failed
make: *** [_module_/tmp/stappCeG4j] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_43a98ca53d900be8c821e350a2d2cb0b_1024.ko" in
2310usr/2610sys/4367real ms.
Pass 4: compilation failed.  [man error::pass4]
====

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

             reply	other threads:[~2015-07-07 17:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-07 17:45 dsmith at redhat dot com [this message]
2015-07-07 17:48 ` [Bug runtime/18634] " dsmith at redhat dot com
2015-07-07 19:02 ` 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-18634-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).