Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54524 - ebuild for the php python extension (PECL)
Summary: ebuild for the php python extension (PECL)
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: PHP Bugs
URL: http://www.csh.rit.edu/~jon/projects/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-20 07:24 UTC by Christian Korff
Modified: 2004-07-30 08:17 UTC (History)
1 user (show)

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


Attachments
ebuild for PECL-python 0.6.0 (PECL-python-0.6.0.ebuild,785 bytes, text/plain)
2004-06-20 07:29 UTC, Christian Korff
Details
patch for 0.6.0 (-ldl issue, mentioned in bugreport) (php-python-0.6.0-libdl.patch,970 bytes, patch)
2004-06-20 07:31 UTC, Christian Korff
Details | Diff
ebuild for PECL-python 0.7.0 (PECL-python-0.7.0.ebuild,564 bytes, text/plain)
2004-06-20 07:31 UTC, Christian Korff
Details
ebuild for PECL-python 0.6.0 (change: changed PHP_EXT_INI to no) (PECL-python-0.6.0.ebuild,784 bytes, text/plain)
2004-06-20 12:59 UTC, Christian Korff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Korff 2004-06-20 07:24:34 UTC
well, since there is no ebuild for the PECL ext python I wrote one.

I will submit 3 files:
- a ebuild for 0.6.0 (I wrote this first)
- a patch for a -ldl issue (for 0.6.0) (it's just the config.m4 from 0.7.0 but the only change is the bugfix) (without the patch ./configure will be broken)
- a ebuild for 0.7.0 (the latest version)

Note: The extension is marked as alpha in PECL.
Comment 1 Christian Korff 2004-06-20 07:29:13 UTC
Created attachment 33635 [details]
ebuild for PECL-python 0.6.0
Comment 2 Christian Korff 2004-06-20 07:31:28 UTC
Created attachment 33636 [details, diff]
patch for 0.6.0 (-ldl issue, mentioned in bugreport)

This update the config.m4 to the config.m4 from 0.7.0 where the -ldl issue was
fixed.
Comment 3 Christian Korff 2004-06-20 07:31:57 UTC
Created attachment 33637 [details]
ebuild for PECL-python 0.7.0
Comment 4 Christian Korff 2004-06-20 12:59:11 UTC
Created attachment 33657 [details]
ebuild for PECL-python 0.6.0 (change: changed PHP_EXT_INI to no)
Comment 5 Tal Peer (RETIRED) gentoo-dev 2004-07-30 08:17:20 UTC
I'd rather wait until the extension is marked beta/stable in PECL before adding it to the tree.