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

Bug #13561 pear install Testing_Selenium Fails
Submitted: 2008-04-02 09:27 UTC
From: damies Assigned:
Status: Bogus Package: Testing_Selenium (version 0.4.2)
PHP Version: 5.2.4 OS: Mac OSX 10.4.11
Roadmaps: (Not assigned)    
Subscription  


 [2008-04-02 09:27 UTC] damies (Dave Amies)
Description: ------------ Hi, Not sure if this is a bug or just a configuration problem? anyway, I am think I have Selenium installed now but I hope you can fix this for others. 1st Try (see test script); Tried to install as per the documentation on the Selenium web site 2nd Try; I took a punt and tried to install 0.4.1 3rd Try; tried for 0.4.2 again 4th Try; tried the Documented method again. Test script: --------------- 1st Try -------------------------- G3:/usr/local/php5/bin root# ./pear install Testing_Selenium Failed to download pear/Testing_Selenium within preferred state "stable", latest release is version 0.4.2, stability "beta", use "channel://pear.php.net/Testing_Selenium-0.4.2" to install Cannot initialize 'channel://pear.php.net/Testing_Selenium', invalid or missing package file Package "channel://pear.php.net/Testing_Selenium" is not valid install failed 2nd Try -------------------------- G3:/usr/local/php5/bin root# ./pear install Testing_Selenium-0.4.1 WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update downloading Testing_Selenium-0.4.1.tgz ... Starting to download Testing_Selenium-0.4.1.tgz (25,533 bytes) .........done: 25,533 bytes install ok: channel://pear.php.net/Testing_Selenium-0.4.1 3rd Try -------------------------- G3:/usr/local/php5/bin root# ./pear install Testing_Selenium-0.4.2 Ignoring installed package pear/Testing_Selenium Nothing to install 4th Try -------------------------- G3:/usr/local/php5/bin root# ./pear install Testing_Selenium Ignoring installed package pear/Testing_Selenium Nothing to install Expected result: ---------------- "install ok: " using the command in the Documentation (1st Try) Actual result: -------------- install failed

Comments

 [2008-04-02 09:52 UTC] cweiske (Christian Weiske)
Thank you for taking the time to write to us, but this is not a bug. pear installer behaves that way. use $ pear install package-beta to install beta packages
 [2008-04-02 09:52 UTC] cweiske (Christian Weiske)
Take your time to read http://ucommbieber.unl.edu/peardoc/html/installing.html section "alpha/beta packages"