Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328263 - dev-util/perf doesn't install python modules
Summary: dev-util/perf doesn't install python modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 13:48 UTC by Zeev Tarantov
Modified: 2012-07-10 03:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zeev Tarantov 2010-07-14 13:48:41 UTC
perf has facilities for tracing that use perl or python scripts. At least the python variant has bundled python code that is required (or at least very helpful) to use these facilities. Unfortunately, the ebuild doesn't install it.

Reproducible: Always

Steps to Reproduce:
1. perf trace -l
2. There is a "quick example" in man perf-trace-python

Actual Results:  
1. trace -l shows no installed scripts
2. the quick example can't find the modules



Didn't try with perl because I have trouble reading perl code, but I guess it's the same there.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-07-16 09:33:59 UTC
Will look into it asap.
Comment 2 Naohiro Aota gentoo-dev 2012-07-10 03:46:40 UTC
Seems fine now.

perf script sctop worked here.