Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426286 - dev-php/xhprof-0.9.2 missing files/functionality
Summary: dev-php/xhprof-0.9.2 missing files/functionality
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-12 09:23 UTC by Patrick Lauer
Modified: 2015-03-05 00:15 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 Patrick Lauer gentoo-dev 2012-07-12 09:23:03 UTC
The following files are mentioned in the package.xml manifest but are not installed:

   <file md5sum="4bdc15b68407d8c532cecf0e11c192e1" name="xhprof_html/css/xhprof.css" role="src" />
   <file md5sum="b690152de586e060c4450e6b9adbd69f" name="xhprof_html/docs/index.html" role="doc" />
   <file md5sum="f9c6bb47b1f8004b631c11c207c3192b" name="xhprof_html/docs/sample-callgraph-image.jpg" role="doc" />
   <file md5sum="3aa63d9d5a34d5bd7c4fe24b8170f02f" name="xhprof_html/docs/sample-diff-report-flat-view.jpg" role="doc" />
   <file md5sum="699f86c1fea655ddd1b07d10c18e197f" name="xhprof_html/docs/sample-diff-report-parent-child-view.jpg" role="doc" />
   <file md5sum="e5b620600545fdc80f1a04b68b0e30ea" name="xhprof_html/docs/sample-flat-view.jpg" role="doc" />
   <file md5sum="383c33e43ae4cb7329a6851ded5e4b9f" name="xhprof_html/docs/sample-parent-child-view.jpg" role="doc" />
   <file md5sum="03ce3dcc84af110e9da8699a841e5200" name="xhprof_html/jquery/indicator.gif" role="src" />
   <file md5sum="c435087574fd9c29bcec688b60df5411" name="xhprof_html/jquery/jquery-1.2.6.js" role="src" />
   <file md5sum="412da9ae56bea407817acf292bd1315c" name="xhprof_html/jquery/jquery.autocomplete.css" role="src" />
   <file md5sum="c7d7908888e469523ec000c5606c003e" name="xhprof_html/jquery/jquery.autocomplete.js" role="src" />
   <file md5sum="03b8ca99cf0fb565b043cef59aed2802" name="xhprof_html/jquery/jquery.tooltip.css" role="src" />
   <file md5sum="b1921eedaa15726f25c96d397cbcf002" name="xhprof_html/jquery/jquery.tooltip.js" role="src" />
   <file md5sum="57b11c66acfdad083f63bed2f277e2c2" name="xhprof_html/js/xhprof_report.js" role="src" />
   <file md5sum="e5808af2444c7e343a42826edc568b6e" name="xhprof_html/callgraph.php" role="php" />
   <file md5sum="9145f37923051aaf5910a1e020ed335d" name="xhprof_html/index.php" role="php" />
   <file md5sum="cbd0f819a326910ebf68dc5cdf5abe9f" name="xhprof_html/typeahead.php" role="php" />
   <file md5sum="b08f7e06354e96831fdd5c2a0b912706" name="xhprof_lib/display/typeahead_common.php" role="php" />
   <file md5sum="756d6d2c38893417bc8c3e829654084f" name="xhprof_lib/display/xhprof.php" role="php" />
   <file md5sum="c19d0dc3b4d038ade9c55dcf200b5cdc" name="xhprof_lib/utils/callgraph_utils.php" role="php" />
   <file md5sum="c0440a3683790fcc5b6ea02958f74dd6" name="xhprof_lib/utils/xhprof_lib.php" role="php" />
   <file md5sum="ec8e2849d93d98bd88e2f14f2ec7641f" name="xhprof_lib/utils/xhprof_runs.php" role="php" />
Comment 1 Jamie Learmonth 2012-10-20 04:56:51 UTC
I have a more complete xhprof which works "out-the-box" . Perhaps it can replace current one? USE=ui emerge pecl-xhprof for the GUI interface to be installed.

https://github.com/jamiel/gentoo-overlay/blob/master/dev-php/pecl-xhprof/pecl-xhprof-0.9.2.ebuild
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2013-04-08 12:37:37 UTC
I dropped installing the ui because something like that would involve webapps.

The linked ebuild just assumes /var/www/localhost/htdocs, which is, of course, not very wise. Would probably mess up a lot of web setups.

I still think it is best to install this part of xhprof manually, since there are also many other uis to choose from.
Comment 3 Alex Barker 2015-03-05 00:15:43 UTC
At least some of the files from xhprof_lib should be installed to provide minimal functionality, even if they are just dropped in /usr/share or somewhere like that.