Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Bug #5285 Incorrect dependency on PEAR_RemoteInstall should be PEAR_RemoteInstaller
Submitted: 2005-09-02 23:11 UTC
From: drewish Assigned: cellog
Status: Closed Package: PEAR
PHP Version: 5.0.4 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 27 + 19 = ?

 
 [2005-09-02 23:11 UTC] drewish
Description: ------------ I'm trying to install PEAR-1.4.0b1.tar and getting a bit of wierdness. It's listing PEAR_RemoteInstall as a dependency but I can't find that listed on pear.php.net. PEAR_RemoteInstaller (emphasis on er) is the closest match. Is this a typo, or, is this a new package that hasn't appeared yet?

Comments

 [2005-09-04 23:23 UTC] cellog
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.
 [2005-09-12 15:17 UTC] anonymous at example dot com
line 86 of package.xml still reads: <dep type="pkg" rel="ge" version="0.1.0" optional="yes">PEAR_RemoteInstall</dep> This bug appears to not be resolved
 [2005-09-12 15:20 UTC] anonymous at example dot com
Sorry for the bad cut and paste. Line 86 of package.xml still reads... <dep type="pkg" rel="ge" version="0.1.0" optional="yes">PEAR_RemoteInstall</dep> ...in PEAR-1.4.0b2.tgz.
 [2005-09-13 04:42 UTC] cellog
this is finally re-fixed. It was fixed in package2.xml, but not package.xml