Bug 1450193 - stap is non functional on f26
Summary: stap is non functional on f26
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: systemtap
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Frank Ch. Eigler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-11 19:12 UTC by Alexander Kurtakov
Modified: 2017-06-09 19:00 UTC (History)
8 users (show)

Fixed In Version: systemtap-3.1-5.fc25 systemtap-3.1-5.fc26
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-19 23:03:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alexander Kurtakov 2017-05-11 19:12:35 UTC
Trying to run:
`stap test.stp` where test.stp is:
```
#! /usr/bin/env stap
probe oneshot { println("hello world") }
```

results in:
In file included from /usr/share/systemtap/runtime/linux/runtime.h:209:0,
                 from /usr/share/systemtap/runtime/runtime.h:26,
                 from /tmp/stapRIvR3f/stap_59e7b1a9017091cd7d0deff4191bccdf_995_src.c:25:
/usr/share/systemtap/runtime/linux/access_process_vm.h: In function ‘__access_process_vm_’:
/usr/share/systemtap/runtime/linux/access_process_vm.h:24:8: error: implicit declaration of function ‘get_task_mm’; did you mean ‘get_task_comm’? [-Werror=implicit-function-declaration]
   mm = get_task_mm (tsk);
        ^~~~~~~~~~~
        get_task_comm
/usr/share/systemtap/runtime/linux/access_process_vm.h:24:6: error: assignment makes pointer from integer without a cast [-Werror=int-conversion]
   mm = get_task_mm (tsk);
      ^
/usr/share/systemtap/runtime/linux/access_process_vm.h:77:3: error: implicit declaration of function ‘mmput’; did you mean ‘bdput’? [-Werror=implicit-function-declaration]
   mmput (mm);
   ^~~~~
   bdput
In file included from /usr/share/systemtap/runtime/linux/task_finder2.c:4:0,
                 from /usr/share/systemtap/runtime/linux/task_finder.c:17,
                 from /usr/share/systemtap/runtime/linux/runtime.h:222,
                 from /usr/share/systemtap/runtime/runtime.h:26,
                 from /tmp/stapRIvR3f/stap_59e7b1a9017091cd7d0deff4191bccdf_995_src.c:25:
/usr/share/systemtap/runtime/stp_utrace.c: In function ‘utrace_do_stop’:
/usr/share/systemtap/runtime/stp_utrace.c:1108:4: error: implicit declaration of function ‘__set_task_state’; did you mean ‘__set_task_comm’? [-Werror=implicit-function-declaration]
    __set_task_state(target, TASK_TRACED);
    ^~~~~~~~~~~~~~~~
    __set_task_comm
cc1: all warnings being treated as errors
make[1]: *** [scripts/Makefile.build:294: /tmp/stapRIvR3f/stap_59e7b1a9017091cd7d0deff4191bccdf_995_src.o] Error 1
make: *** [Makefile:1496: _module_/tmp/stapRIvR3f] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compilation failed.  [man error::pass4]

Comment 1 Fedora Update System 2017-05-17 14:49:42 UTC
systemtap-3.1-5.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-faafa4bdf6

Comment 2 Fedora Update System 2017-05-17 14:50:35 UTC
systemtap-3.1-5.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-3dd26e4798

Comment 3 Fedora Update System 2017-05-18 19:03:47 UTC
systemtap-3.1-5.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-3dd26e4798

Comment 4 Fedora Update System 2017-05-18 23:35:09 UTC
systemtap-3.1-5.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-faafa4bdf6

Comment 5 Fedora Update System 2017-05-19 23:03:52 UTC
systemtap-3.1-5.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2017-06-09 19:00:36 UTC
systemtap-3.1-5.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.