Bug 575336 - typo in python3's libpython.stp
Summary: typo in python3's libpython.stp
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python3
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Dave Malcolm
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-20 07:38 UTC by Josh Stone
Modified: 2010-05-10 23:50 UTC (History)
3 users (show)

Fixed In Version: python3-3.1.2-4.fc13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-10 23:50:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Josh Stone 2010-03-20 07:38:00 UTC
A syntax error in libpython.stp is tripping up systemtap when we go to parse the installed tapsets.  The file in fedora-cvs says:

12:  ... = process("python3").("LIBRARY_PATH").mark("function__return")

and it should be:

12:  ... = process("python3").library("LIBRARY_PATH").mark("function__return")
                              ^^^^^^^

Comment 1 Dave Malcolm 2010-03-20 15:46:20 UTC
Oops; sorry.

Fixed for F-13 in python3-3.1.1-28.fc13 (though not yet pushed to the tree)

Fixed for devel in python3-3.1.1-28.fc14

Comment 2 Fedora Update System 2010-03-22 22:54:32 UTC
python3-3.1.2-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/python3-3.1.2-1.fc13

Comment 3 Fedora Update System 2010-03-23 23:29:49 UTC
python3-3.1.2-1.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python3'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-1.fc13

Comment 4 Fedora Update System 2010-03-25 22:26:34 UTC
python3-3.1.2-3.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python3'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-2.fc13

Comment 5 Fedora Update System 2010-04-02 18:43:04 UTC
python3-3.1.2-4.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python3'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-4.fc13

Comment 6 Fedora Update System 2010-05-10 23:50:43 UTC
python3-3.1.2-4.fc13 has been pushed to the Fedora 13 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.