Bug 173810
| Summary: | RFE: php-pear should be built separately from main PHP package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Jackson <rpm> |
| Component: | php | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | joshkel |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-12-01 22:21:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tim Jackson
2005-11-21 14:53:37 UTC
Tim, thanks for filling all the reports. I definitely agree that splitting out php-pear to a separate source RPM is a good idea. It really needs to be done from a tarball not from running a script; have you attempted that? The PEAR-x.y.z.tgz tarballs available from: http://pear.php.net/package/PEAR should be the starting point. Possibly the pear/install-pear.php script from the PHP tarball is needed to boostrap the installation. Yep, I appreciate it needs to be built from a source tarball to be packaged properly. I only meant using go-pear to do a local installation in conjunction with the source tarball, not trying to pull it in remotely (I'm not sure if it can use a local source rather than remote though). I have been poking around with the PEAR-1.4.5.tgz tarball a bit. I hadn't yet looked at how the PHP source tarball installs PEAR, but the pear/install-pear.php script from the main PHP tarball looks like it's what we should be focusing on. I'll dig a bit deeper when I get a chance; at the moment I'm trying to roll up some of the low-hanging (and more urgent, for me) fixes (e.g. bug #173806, bug #173814, bug #173980) into a local build so that I can install a vanilla (locally-built) php/php-pear RPM and be able to do "pear makerpm [package] && rpmbuild -ba [spec]" and actually get an RPM that works to at least a basic level of usefulness and conforms to conventions. I've checked in initial php-pear packaging now, it will be built shortly along with 5.1.1. php-pear-1.4.5-2 on its way to Raw Hide, file bugs if there are problems. |