Home » PEAR » PEAR » Bug #5370
Incorrect dependency on PEAR_RemoteInstall should be PEAR_RemoteInstaller
Details
| Submitted | 2005-09-12 15:26 UTC |
|---|---|
| From | anonymous at example dot com |
| Status | Duplicate |
| Package | PEAR |
| PHP Version | 5.0.4 |
| Roadmaps | (Not assigned) |
Comments
[2005-09-12 15:26 UTC] anonymous at example dot com
Description:
------------
The new distribution of PEAR-1.4.0b2 states that it resolved the PEAR_RemoteInstall problem noted in "Bug #5285 Incorrect dependency on PEAR_RemoteInstall should be PEAR_RemoteInstaller"
However, this doesn't seem to be the case.
Line 86 of package.xml still contains:
<dep type="pkg" rel="ge" version="0.1.0" optional="yes">PEAR_RemoteInstall</dep>
Test script:
---------------
# pear -d preferred_state=beta upgrade -a XML_Serializer
downloading XML_Serializer-0.16.0.tgz ...
Starting to download XML_Serializer-0.16.0.tgz (19,621 bytes)
.......done: 19,621 bytes
downloading PEAR-1.4.0b2.tgz ...
Starting to download PEAR-1.4.0b2.tgz (266,302 bytes)
...done: 266,302 bytes
Package 'PEAR_Frontend_Web-0.4' already installed, skipping
Package 'pear' dependency 'PEAR_RemoteInstall' has no releases
upgrade failed