Bug 1218274 - stap tapset vs. shared library name mismatch
Summary: stap tapset vs. shared library name mismatch
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ruby
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeroen van Meeuwen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-04 13:20 UTC by Frank Ch. Eigler
Modified: 2015-05-21 17:33 UTC (History)
8 users (show)

Fixed In Version: ruby-2.1.6-29.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-21 17:33:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Frank Ch. Eigler 2015-05-04 13:20:10 UTC
ruby-libs contains .so.2.1.0, but the stap tapset needs .so.2.1.6.


% rpm -q ruby-libs ruby 
ruby-libs-2.1.6-27.fc21.x86_64
ruby-2.1.6-27.fc21.x86_64

% grep libruby.so /usr/share/systemtap/tapset/libruby.so.2.1.6.stp | head -3
 * stap -L 'process("/usr/lib*\/libruby.so.2.1.6").mark("*")'
      process("/usr/lib*/libruby.so.2.1.6").mark("array__create")
      process("/usr/lib*/libruby.so.2.1.6").mark("cmethod__entry")

% ls -al /usr/lib*/libruby.so.2.*
lrwxrwxrwx. 1 root root      16 Apr 14 07:19 /usr/lib64/libruby.so.2.1 -> libruby.so.2.1.0
-rwxr-xr-x. 1 root root 2501320 Apr 14 07:20 /usr/lib64/libruby.so.2.1.0

Comment 1 Vít Ondruch 2015-05-04 13:36:11 UTC
Ah, this was already fixed F22+ (bug 1202232), so similar medicine applies here. Thanks for catching and reporting this issue.

Comment 2 Fedora Update System 2015-05-04 15:00:25 UTC
ruby-2.1.6-28.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/ruby-2.1.6-28.fc21

Comment 3 Fedora Update System 2015-05-08 07:45:33 UTC
Package ruby-2.1.6-28.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing ruby-2.1.6-28.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-7635/ruby-2.1.6-28.fc21
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2015-05-11 11:48:18 UTC
ruby-2.1.6-29.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/ruby-2.1.6-29.fc21

Comment 5 Fedora Update System 2015-05-21 17:33:37 UTC
ruby-2.1.6-29.fc21 has been pushed to the Fedora 21 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.