Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152589 - dev-php5/xdebug does not compile the debugclient
Summary: dev-php5/xdebug does not compile the debugclient
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL: http://xdebug.org/install.php#debugcl...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-23 12:55 UTC by Patrick ALLAERT
Modified: 2006-10-24 00:52 UTC (History)
0 users

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 ALLAERT 2006-10-23 12:55:13 UTC
Please, provide a way for the debugclient to be compiled. For instance I have to do the following to have the debugclient:

$ emerge libedit
$ ebuild /usr/portage/dev-php5/xdebug/xdebug-2.0.0_rc1.ebuild unpack
$ cd /var/tmp/portage/xdebug-2.0.0_rc1/work/xdebug-2.0.0RC1/debugclient/
$ chmod u+x configure
$ ./configure --with-libedit
$ make
$ make install

I propose to have a USE flag "client" or "noclient" that will enable or disable the compilation depending on what should be the default action.
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2006-10-24 00:52:08 UTC
Fixed in CVS.